summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-23spl: fit: Also record architecture in /fit-imagesMichal Simek
On ARM64 secure OS can run as 64bit or 32bit that's why it is necessary to record information about architecture that other code can read it and properly pass it to TF-A and start in 64bit or 32bit mode. Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Simon Glass <[email protected]>
2021-06-23arm64: zynqmp: Add missing year in Kria dts filesMichal Simek
DT files have been added this year but forgot to update it that's why do it in separate patch now. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add psgtr description to zc1751 dc1 boardMichal Simek
Wire psgtr for zc1751 dc1 board. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove gpio from aliases listMichal Simek
It is not recommended to have aliases for gpio. In past it was used in Linux for assigning numbers via sysfs which is deprecated and libgpiod should be used instead. In U-Boot this number is used for seq number but gpio offset are not counted from this number. That's why having these aliases only for seq number is not needed. As is done in Linux it is the best to use full gpio name instead of sequence number which depends on sequence in binding. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Enable USB3.0 for dc2/dc3Michal Simek
Both boards are usb3.0 capable. dc3 was also missing enabling dwc3* nodes. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Update usb dwc3 DT descriptionMichal Simek
Align USB nodes with the latest dt-bindings. It is adding resets, new interrupt and also some quirks. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Use overlay sugar syntax for Kria SOMMichal Simek
dtc supports new sugar syntax which is easier compare to previous one that's why also covert overlays for SOM to it. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove revA compatibility string from kv260 revB/1Michal Simek
kv260-revB is different compare to revA (usbhub is wired via i2c) that's why remove revA compatible string. Signed-off-by: Michal Simek <[email protected]>
2021-06-23clk: zynq: Add clock wizard driverZhengxun
The Clocking Wizard IP supports clock circuits customized to your clocking requirements. The wizard support for dynamically reconfiguring the clocking primitives for Multiply, Divide, Phase Shift/Offset, or Duty Cycle. Limited by U-Boot clk uclass without set_phase API, this patch only provides set_rate to modify the frequency. Signed-off-by: Zhengxun <[email protected]> Reviewed-by: Sean Anderson <[email protected]> Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add support for 64bit addresses in itsMichal Simek
Xilinx ZynqMP supports also addresses above 4GB (32bit) that's why also generate u-boot.its with 64bit load/entry addresses to also support different configurations. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Sync psgtr location on zcu104/zcu111/zc1751-dc1Michal Simek
psgtr node should be below pinctrl for easier comparion among dts files. That's why move that nodes to different location. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove information about dma clock on zcu106Michal Simek
Clock setting is not static anymore that's why it depends on firmware setup that's why remove this comment. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove unused property from SD/USBMichal Simek
Linux kernel is not using these properties that's why they can be removed. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove can aliases from zc1751Michal Simek
Networking subsystem is not using aliases that's why remove them for CAN devices. There is also no any other Xilinx ZynqMP DT file with them. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove si5328 and si5382 nodesMichal Simek
There are no drivers for these devices that's why remove that nodes completely. This change is done based on Linux kernel. Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2021-06-23xilinx: Convert xlnx,eeprom property to nvmem aliasMichal Simek
Convert all boards to use nvmem alias instead of xlnx,eeprom. The change is done based on discussion in the link below. Link: https://lore.kernel.org/r/CAL_JsqLMDqpkyg-Q7mUfw-XH67-v068Q6e9wTq2UOoN=0-_coQ@mail.gmail.com Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: rtc: Update rtc calibration valueSrinivas Neeli
As per the design specification "The 16-bit Seconds Calibration Value represents the number of Oscillator Ticks that are required to measure the largest time period that is less than or equal to 1 second. For an oscillator that is 32.768 KHz, this value will be 0x7FFF." Signed-off-by: Srinivas Neeli <[email protected]> Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Sync psgtr location on zcu100/zcu106Michal Simek
psgtr node should be below pinctrl for easier comparion among dts files. That's why move that nodes to different location. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Sync dp port location on zc1751 dc4Michal Simek
Historically dpdma and dpsub are placed at the end of files. Move nodes there for easier comparison among dts files. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove unused dp_aclk clockMichal Simek
dp_aclk is not used anywhere that's why remove it. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove addition newline from zc1751 dc1Michal Simek
Trivial patch. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add maximum-speed property for dwc3 nodesMichal Simek
dwc3 can be used only for higher speeds than super-speed that's why explicitly set it up. This is also aligned with other ZynqMP dts files. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Remove additional header from zc1232 DTMichal Simek
Remove unused phy.h from zc1232 DTS. Signed-off-by: Michal Simek <[email protected]>
2021-06-23zynqmp: Remove u-boot,dm-pre-reloc for uart instancesMichal Simek
Uarts already have u-boot,dm-pre-reloc via zynqmp.dtsi that's why there is no need to have them in platform DT files too. Signed-off-by: Michal Simek <[email protected]>
2021-06-23zynqmp: Pass bl32 entry to TF-A via xilinx handoff structureMichal Simek
There is need to pass entry about secure OS when bl32_entry is defined. Currently only 64bit support is added but /fit-images node have been extended to also record if this is 32bit or 64bit secure OS. When this is tested the code will be update to support this configuration too. Signed-off-by: Michal Simek <[email protected]>
2021-06-23zynqmp: Generate u-boot.its also with TEE dynamicallyMichal Simek
The first change is to trying to find out TF-A load address based on reading elf file. Expectation is that bl31.bin is in the same folder as bl31.elf. It brings new flexibility to place TF-A to any address (DDR included). And also enable TEE generation also with TEE configuration. Expecation is the same as above that tee.bin and tee.elf are in the same folder. User has to just define link to BL31/BL32 binary files and the rest should be handled by the script. Signed-off-by: Michal Simek <[email protected]>
2021-06-23zynqmp: Do not place u-boot to reserved memory locationMichal Simek
TF-A and SecureOS can allocate the part of DDR for self but U-Boot is not handling this configuration that the part of memory is reserved and shouldn't be used by U-Boot. That's why read all reserved memory locations and don't use it. The code was taken from commit 4a1b975dac02 ("board: stm32mp1: reserve memory for OP-TEE in device tree") and commit 1419e5b5167e ("stm32mp: update MMU config before the relocation") which is used by stm32 and does the job properly. Signed-off-by: Michal Simek <[email protected]>
2021-06-23zynqmp: Enable regulatorsMichal Simek
Enable command and fixed regulators. XDP platform is using them. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Update Copyright years to 2021Michal Simek
Trivial change for all files I have touched recently. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add label for zynqmp_ipiMichal Simek
Add label which is used by bootloader for adding bootloader specific flag. Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/3dc8416abdd3498e61edcd83830a12af295c5c6d.1611224800.git.michal.simek@xilinx.com
2021-06-23arm64: zynqmp: Move DP nodes to the end of file (zcu106)Michal Simek
Just sync it with others for easier comparison. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add reset description for sataMichal Simek
Sata needs to get reset before configuration that's why add property for it there. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add missing SMID for pcie to zynqmp.dtsiStefano Stabellini
The SMMU is disabled in device tree so this change has no impact. The benefit is that this way it is in sync with xen.dtsi. Xen enables the SMMU and makes use of it. Signed-off-by: Stefano Stabellini <[email protected]>
2021-06-23arm64: zynqmp: Disable CCI by defaultMichal Simek
There is no reason to have CCI no enabled by default. Enable it when your system configuration requires it. In Xilinx configuration flow this is work for Device Tree Generator which reads information from HW Design configuration. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Update psgtr clocks index for boardsMichal Simek
Update the psgtr clock indexing for couple of zynqmp boards. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Handle MMC seq number based on boot deviceMichal Simek
K26 has EMMC and SD and default 0 is not working when system is booting out of SD which is controller 1. Add controller autodetection via mmc_get_env_dev(). The same code is used for distro_boot selection done in board_late_init(). bootseq variable can't be reused because this is called so late. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add psu_init_gpl for k26 boardsMichal Simek
Add psu_init_gpl file for getting SPL to work directly from the tree. Signed-off-by: Michal Simek <[email protected]>
2021-06-23ARM: zynq: Rename bus to be align with simple-bus yamlMichal Simek
Rename amba to AXI. Based on Xilinx Zynq TRM (Chapter 5) chip is "AXI point-to-point channels for communicating addresses, data, and response transactions between master and slave clients. This ARM AMBA 3.0..." Issues are reported as: .. amba: $nodename:0: 'amba' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$' >From schema: ../github.com/devicetree-org/dt-schema/dtschema/schemas/simple-bus.yaml Similar change has been done for Xilinx ZynqMP SoC. Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/8a4bc80debfbb79c296e76fc1e4c173e62657286.1606397101.git.michal.simek@xilinx.com
2021-06-23arm64: zynqmp: Enable gpio driver for zcu1275/zcu1285Michal Simek
Enable gpio driver on these boards. GPIOs can be used on any board. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Add support for SVD devicesMichal Simek
SVDs are using different name which can't be handled via zynqmp_devices structure. That's why introduce zynqmp_detect_svd_name() which checks ID code for these devices and show proper name for them. Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: zynqmp: Enable EFI secure bootMichal Simek
Enabling EFI secure boot which is required for EBBR specification. Enabling this will fix "RT.SetVariable - Create one Time Base Auth Variable, the expect return status should be EFI_SUCCESS" Signed-off-by: Michal Simek <[email protected]>
2021-06-23arm64: xilinx: Set CONFIG_ZYNQMP_FIRMWARE config for mini emmcT Karthik Reddy
CONFIG_ZYNQMP_FIRMWARE enables zynqmp firmware driver. Signed-off-by: T Karthik Reddy <[email protected]>
2021-06-23arm64: zynqmp: Fix application loading on R5 core1Ashok Reddy Soma
From U-Boot, loading application on RPU core 0 is fine but loading on core 1 is not handled properly. Lock-step mode needs both the R5 cores to be initialized and it is working fine. Whereas in SPLIT mode individual R5 cores needs to be initialized as they need to execute differenet applications. Handle both these lock-step and split modes by propagating mode and RPU core number(4 for RPU0 and 5 for RPU1) for various functions and by adding conditions in those functions. Signed-off-by: Ashok Reddy Soma <[email protected]> Signed-off-by: Michal Simek <[email protected]>
2021-06-23ARM: zynq: Fix OCM mapping to be aligned with binding on zc702Michal Simek
The Linux commit f69629919942 ("dt-bindings: sram: Convert SRAM bindings to json-schema") converted binding to yaml and some missing required properties started to be reported. Align binding based on it. The patch is fixing these warnings: .../zynq-zc702.dt.yaml: sram@fffc0000: '#address-cells' is a required property .../zynq-zc702.dt.yaml: sram@fffc0000: '#size-cells' is a required property .../zynq-zc702.dt.yaml: sram@fffc0000: 'ranges' is a required property >From schema: .../Documentation/devicetree/bindings/sram/sram.yaml Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/87c02786ccd8d7827827a9d95a8737bb300caeb0.1606397101.git.michal.simek@xilinx.com
2021-06-23ARM: zynq: Convert at25 binding to new description on zc770-xm013Michal Simek
The Linux commit f8f79fa6bb25 ("dt-bindings: at25: convert the binding document to yaml") converted binding to yaml and 3 deprecated properties pop up. The patch is fixing these warnings: .../zynq-zc770-xm013.dt.yaml: eeprom@2: 'pagesize' is a required property .../zynq-zc770-xm013.dt.yaml: eeprom@2: 'size' is a required property .../zynq-zc770-xm013.dt.yaml: eeprom@2: 'address-width' is a required property >From schema: .../Documentation/devicetree/bindings/eeprom/at25.yaml by converting them to new binding. Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/be2c1125d98386033e182012eb08986924707a76.1606397101.git.michal.simek@xilinx.com
2021-06-23zynqmp: spl: support DRAM ECC initializationJorge Ramirez-Ortiz
Use the ZDMA channel 0 to initialize the DRAM banks. This avoid spurious ECC errors that can occur when accessing unitialized memory. The feature is enabled by setting the option CONFIG_SPL_ZYNQMP_DRAM_ECC_INIT and providing the following data: SPL_ZYNQMP_DRAM_BANK1_BASE: start of memory to initialize SPL_ZYNQMP_DRAM_BANK1_LEN : len of memory to initialize (hex) SPL_ZYNQMP_DRAM_BANK2_BASE: start of memory to initialize SPL_ZYNQMP_DRAM_BANK2_LEN : len of memory to initialize (hex) Setting SPL_ZYNQMP_DRAM_BANK_LEN to 0 takes no action. Signed-off-by: Jorge Ramirez-Ortiz <[email protected]> Signed-off-by: Michal Simek <[email protected]>
2021-06-23gpio: pca953x: Add missing i2c dependencyMichal Simek
pca953x also depends on i2c that's why add dependency to Kconfig. Where GPIO is enabled but I2C compilation error pops up. Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Heiko Schocher <[email protected]>
2021-06-22Makefile: Adjust indention of GENENV quiet outputJan Kiszka
The column width for a command name is 8. Signed-off-by: Jan Kiszka <[email protected]>
2021-06-22autoboot: fix typos of CONFIG_AUTOBOOT_USE_MENUKEYDa Xue
Replace typo CONFIG_USE_AUTOBOOT_MENUKEY with CONFIG_AUTOBOOT_USE_MENUKEY as when they were introduced initially there was some mismatch in which name was used where. Fixes: 8fc31e23aa83 ("autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY") Signed-off-by: Da Xue <[email protected]>
2021-06-22disk/part_dos.c: Fix a variable typo in write_mbr_partitions()Christian Melki
This function is passed *dev not *dev_desc, so pass the right name to part_init(). Fixes: f14c5ee5ab8b ("disk: part_dos: update partition table entries after write") Signed-off-by: Christian Melki <[email protected]>