We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7a0cf commit 4103b8bCopy full SHA for 4103b8b
hal/zynq.h
@@ -22,6 +22,9 @@
22
#ifndef _ZYNQMP_H_
23
#define _ZYNQMP_H_
24
25
+#ifndef USE_BUILTIN_STARTUP
26
+/* Macros needs for boot_aarch64_startup.S */
27
+
28
/* By default expect EL2 at startup */
29
#ifndef EL3_SECURE
30
#define EL3_SECURE 0
@@ -51,6 +54,9 @@
51
54
#define XPAR_PSU_DDR_1_S_AXI_BASEADDR 0x800000000
52
55
#define XPAR_PSU_DDR_1_S_AXI_HIGHADDR 0x87FFFFFFF
53
56
57
+#endif /* USE_BUILTIN_STARTUP */
58
59
60
/* IOP System-level Control */
61
#define IOU_SLCR_BASSE 0xFF180000
62
#define IOU_TAPDLY_BYPASS_ADDR (IOU_SLCR_BASSE + 0x390)
0 commit comments