summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLokanathan, Raaj <raaj.lokanathan@intel.com>2022-03-10 21:20:26 +0800
committerLokanathan, Raaj <raaj.lokanathan@intel.com>2022-03-10 21:20:26 +0800
commit1efdc969a15c123d172e703ff51b4ee0d9a205cb (patch)
treecc91398c4c2216649cdff75234e56ac081ee6a3b
parent3e469145a07b0cb74567aa67042f636b4e73c485 (diff)
downloadu-boot-socfpga-rel_socfpga_v2021.10_22.03.02_pr.tar.gz
Update the tested Intel Quartus Software versions and highlight the major changes in this U-boot version. Signed-off-by: Lokanathan, Raaj <raaj.lokanathan@intel.com>
-rw-r--r--doc/README.socfpga33
1 files changed, 6 insertions, 27 deletions
diff --git a/doc/README.socfpga b/doc/README.socfpga
index 48ce9f7e0b..4b7d91211b 100644
--- a/doc/README.socfpga
+++ b/doc/README.socfpga
@@ -24,13 +24,12 @@ Table of Contents
Processor SOCFPGA Device Family Intel Quartus Prime Pro Edition Intel Quartus Prime Standard Edition
--------------------------------------------------------------------------------------------------------------------------------------------
- Dual-core ARM Cortex-A9 Cyclone V N/A 20.1
- Arria V N/A 20.1
- Arria 10 21.1 20.1
+ Dual-core ARM Cortex-A9 Cyclone V N/A 21.1
+ Arria 10 21.3 N/A
- Quad-core ARM Cortex-A53 Stratix 10 21.1 N/A
- Agilex 21.1 N/A
- eASIC N5X Early access N/A
+ Quad-core ARM Cortex-A53 Stratix 10 21.3 N/A
+ Agilex 21.3 N/A
+ eASIC N5X 21.2 N/A
2. Feature Support
@@ -71,27 +70,7 @@ Table of Contents
3. Major Changes and Known Issues
---------------------------------------------------------------------
- 3.1 Upgraded U-boot to version v2021.04
-
- 3.2 Switched to use 'binman' tool to generate FIT image (*.itb)
-
- Please refer to section '8. binman for U-boot ATF flow' for more information.
-
- 3.3 Updated *_atf_defconfig files to load Linux via FIT image
-
- Standardized all ATF boot flow to load Linux via FIT image for all SOC64 devices
- (Stratix 10, Agilex, eASIC N5X).
-
- Boot flow before U-boot version v2021.04:
- SPL --(U-boot.itb)--> U-boot --(booti: Image, dtb)--> Linux
-
- Boot flow started in U-boot version v2021.04:
- SPL --(U-boot.itb)--> U-boot --(bootm: kernel.itb)--> Linux
-
- 3.4 Add support to get JTAG usercode via SMC call
-
- Add SMC Function ID "INTEL_SIP_SMC_GET_USERCODE" to get device JTAG usercode for all
- SOC64 devices (Stratix 10, Agilex, eASIC N5X).
+ 3.1 Upgraded U-boot to version v2021.10
4. Cyclone V / Arria V generating the handoff header files for U-Boot SPL
---------------------------------------------------------------------