Skip to content

Commit 1e53dcf

Browse files
author
Jdavidbr-alt
committed
Deployed 6baeb6e to rel-24.3.1 with MkDocs 1.4.3 and mike 1.1.2
1 parent 22dd58a commit 1e53dcf

File tree

179 files changed

+31815
-20238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+31815
-20238
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting</title>
6+
<noscript>
7+
<meta http-equiv="refresh" content="1; url=../../../../../../../rel-24.3.1/embedded-designs/arria-10/sx/soc/gsrd/ug-gsrd-a10sx-soc/" />
8+
</noscript>
9+
<script>
10+
window.location.replace("../../../../../../../rel-24.3.1/embedded-designs/arria-10/sx/soc/gsrd/ug-gsrd-a10sx-soc/" + window.location.hash);
11+
</script>
12+
</head>
13+
<body>
14+
Redirecting to <a href="../../../../../../../rel-24.3.1/embedded-designs/arria-10/sx/soc/gsrd/ug-gsrd-a10sx-soc/">../../../../../../../rel-24.3.1/embedded-designs/arria-10/sx/soc/gsrd/ug-gsrd-a10sx-soc/</a>...
15+
</body>
16+
</html>

latest/embedded-designs/doc_modules/setup-quartus-minor/index.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

latest/embedded-designs/doc_modules/setup-toolchain-minor/index.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

latest/embedded-designs/doc_modules/setup-yocto-minor/index.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

rel-24.3.1/404.html

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,6 +2053,8 @@
20532053

20542054

20552055

2056+
2057+
20562058

20572059

20582060
<label class="md-nav__link" for="__nav_7" id="__nav_7_label" tabindex="0">
@@ -3059,6 +3061,96 @@
30593061

30603062

30613063

3064+
3065+
3066+
3067+
3068+
3069+
3070+
<li class="md-nav__item md-nav__item--nested">
3071+
3072+
3073+
3074+
3075+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_7_5" >
3076+
3077+
3078+
3079+
3080+
3081+
3082+
3083+
<label class="md-nav__link" for="__nav_7_5" id="__nav_7_5_label" tabindex="0">
3084+
Arria® 10
3085+
<span class="md-nav__icon md-icon"></span>
3086+
</label>
3087+
3088+
<nav class="md-nav" data-md-level="2" aria-labelledby="__nav_7_5_label" aria-expanded="false">
3089+
<label class="md-nav__title" for="__nav_7_5">
3090+
<span class="md-nav__icon md-icon"></span>
3091+
Arria® 10
3092+
</label>
3093+
<ul class="md-nav__list" data-md-scrollfix>
3094+
3095+
3096+
3097+
3098+
3099+
3100+
3101+
<li class="md-nav__item md-nav__item--nested">
3102+
3103+
3104+
3105+
3106+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_7_5_1" >
3107+
3108+
3109+
3110+
3111+
3112+
3113+
3114+
<label class="md-nav__link" for="__nav_7_5_1" id="__nav_7_5_1_label" tabindex="0">
3115+
SX SoC Development Kit
3116+
<span class="md-nav__icon md-icon"></span>
3117+
</label>
3118+
3119+
<nav class="md-nav" data-md-level="3" aria-labelledby="__nav_7_5_1_label" aria-expanded="false">
3120+
<label class="md-nav__title" for="__nav_7_5_1">
3121+
<span class="md-nav__icon md-icon"></span>
3122+
SX SoC Development Kit
3123+
</label>
3124+
<ul class="md-nav__list" data-md-scrollfix>
3125+
3126+
3127+
3128+
3129+
3130+
3131+
<li class="md-nav__item">
3132+
<a href="/rel-24.3.1/embedded-designs/arria-10/sx/soc/gsrd/ug-gsrd-a10sx-soc/" class="md-nav__link">
3133+
GSRD User Guide
3134+
</a>
3135+
</li>
3136+
3137+
3138+
3139+
3140+
</ul>
3141+
</nav>
3142+
</li>
3143+
3144+
3145+
3146+
3147+
</ul>
3148+
</nav>
3149+
</li>
3150+
3151+
3152+
3153+
30623154
</ul>
30633155
</nav>
30643156
</li>

rel-24.3.1/baremetal-embedded/agilex-5/e-series/premium/collateral/CMakeLists.txt renamed to rel-24.3.1/baremetal-embedded/agilex-5/e-series/premium/collateral/CMakeLists_ddram.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@ target_link_libraries(hello_world.elf PRIVATE
3232
# specify linker script
3333
target_link_options(hello_world.elf PRIVATE
3434
-T${ALTERAMETAL_LINKER_SCRIPT}
35+
--specs=nosys.specs -mstrict-align
3536
)
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
cmake_minimum_required(VERSION 3.5...3.28)
2+
3+
# disable building tests
4+
set(BUILD_TESTS OFF)
5+
6+
# library dir
7+
get_filename_component(LIBRARY_DIR "../baremetal-drivers" ABSOLUTE)
8+
9+
# library project
10+
add_subdirectory(${LIBRARY_DIR} alterametal)
11+
12+
# linker script
13+
set(ALTERAMETAL_LINKER_SCRIPT "${LIBRARY_DIR}/build/aarch64/core0_ocram.ld")
14+
15+
# project
16+
project(bm_hello_world C CXX ASM)
17+
18+
# target
19+
add_executable(hello_world.elf)
20+
21+
# sources
22+
target_sources(hello_world.elf
23+
PRIVATE
24+
hello_world.c
25+
)
26+
27+
# compile options
28+
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
29+
target_compile_options(hello_world.elf PRIVATE -DFSBL_EXECUTION ${DEFAULT_C_FLAGS_DEBUG})
30+
target_compile_options(hello_world.elf PRIVATE ${DEFAULT_C_FLAGS_DEBUG})
31+
else()
32+
target_compile_options(hello_world.elf PRIVATE -DFSBL_EXECUTION ${DEFAULT_C_FLAGS_RELEASE})
33+
target_compile_options(hello_world.elf PRIVATE ${DEFAULT_C_FLAGS_RELEASE})
34+
endif()
35+
36+
# link to the baremetal library
37+
target_link_libraries(hello_world.elf PRIVATE
38+
alterametal
39+
)
40+
41+
# specify linker script
42+
target_link_options(hello_world.elf PRIVATE
43+
-T${ALTERAMETAL_LINKER_SCRIPT}
44+
--specs=nosys.specs -mstrict-align
45+
)

0 commit comments

Comments
 (0)