forked from Xilinx/u-boot-xlnx
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include/configs/zynq-common: Add variable to support all versions of …
…Pluto Signed-off-by: Michael Hennerich <[email protected]>
- Loading branch information
1 parent
1373a64
commit 26e73f4
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26e73f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we actually need this variable?
26e73f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When we build Rev A, the single core version was not available. Rev B and all production versions uses a single core version.
Using the variable allows people with a dual core device to use it.
There are also commercial vendors who are basing their designs off Pluto, and using much of the same software, and they are using a dual core version, to get more processing power. This allows them to have minimal changes between u-boot versions.
26e73f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should also mention - we are using the XC7Z010-1CLG225C4334 [1] (the 4334 on the end of the part number indicates single core). This part was available before the official/public single core versions - Z-7007S, Z-7012S, Z-7014S.
We decided to stick with the XC7Z010-1CLG225C4334, since the FPGA was a little larger than the Z-7007S; and it was cheaper than the Z-7012S.
We only enable one core - since that is all we pay for, and that is what the datasheet of the 4334 suffix says.
[1] the BOM at https://wiki.analog.com/university/tools/pluto/hacking/hardware needs to be updated with the right part number. I didn't notice is was wrong until now.