repo_id
string
size
int64
file_path
string
content
string
Ameba-AIoT/ameba-rtos
3,390
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a32.S
/* * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cortex_a32.h> #include <cpu_macros.S> /* --------------------------------------------- * Disable intra-cl...
Ameba-AIoT/ameba-rtos
1,283
component/soc/amebasmart/atf/lib/cpus/aarch32/aem_generic.S
/* * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <aem_generic.h> #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cpu_macros.S> func aem_generic_core_pwr_dwn /* Assert if cache is enabled */ #if ENA...
Ameba-AIoT/ameba-rtos
8,434
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a53.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <common/debug.h> #include <cortex_a53.h> #include <cpu_macros.S> #if A53_DISABLE_NON_TEMPORAL_HINT #undef ERRA...
Ameba-AIoT/ameba-rtos
1,516
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a5.S
/* * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cortex_a5.h> #include <cpu_macros.S> .macro assert_cache_enabled #if ENABLE_ASSERTIONS ldcopr r0, SCTLR tst r...
Ameba-AIoT/ameba-rtos
3,825
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a17.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cortex_a17.h> #include <cpu_macros.S> .macro assert_cache_enabled #if ENABLE_ASSERTIONS ldcopr r0, SCTLR ...
Ameba-AIoT/ameba-rtos
3,872
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a15.S
/* * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cortex_a15.h> #include <cpu_macros.S> /* * Cortex-A15 support LPAE and Virtualization Extensions. * Don't c...
Ameba-AIoT/ameba-rtos
4,194
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a75.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <cortex_a75.h> #include <cpu_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENCY == 0 #error "Cortex-A75 must be compile...
Ameba-AIoT/ameba-rtos
2,336
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a9.S
/* * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cortex_a9.h> #include <cpu_macros.S> .macro assert_cache_enabled #if ENABLE_ASSERTIONS ldcopr r0, SCTLR ...
Ameba-AIoT/ameba-rtos
6,175
component/soc/amebasmart/atf/lib/cpus/aarch32/cpu_helpers.S
/* * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cpu_macros.S> #include <common/bl_common.h> #include <lib/el3_runtime/cpu_data.h> #if defined(IMAGE_BL1) || d...
Ameba-AIoT/ameba-rtos
15,699
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a57.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <common/debug.h> #include <cortex_a57.h> #include <cpu_macros.S> /* ------------------------------------------...
Ameba-AIoT/ameba-rtos
7,076
component/soc/amebasmart/atf/lib/cpus/aarch32/cortex_a72.S
/* * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <common/debug.h> #include <cortex_a72.h> #include <cpu_macros.S> /* --------------------------------------------- ...
Ameba-AIoT/ameba-rtos
14,924
component/soc/amebasmart/atf/lib/cpus/aarch64/neoverse_n1.S
/* * Copyright (c) 2017-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <neoverse_n1.h> #include <cpuamu.h> #include <cpu_macros.S> #include <context.h> /* Hardware handled coherency */ #if HW_ASSISTED_COHEREN...
Ameba-AIoT/ameba-rtos
3,809
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_hercules.S
/* * Copyright (c) 2019, ARM Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_hercules.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENCY =...
Ameba-AIoT/ameba-rtos
10,136
component/soc/amebasmart/atf/lib/cpus/aarch64/denver.S
/* * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <context.h> #include <denver.h> #include <cpu_macros.S> #include <plat_macros.S> /* -------------------------...
Ameba-AIoT/ameba-rtos
1,907
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a76ae.S
/* * Copyright (c) 2019, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include <cortex_a76ae.h> #include <cpu_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENCY == 0 #error "Cortex-A76AE must be compiled with HW_ASSISTED_COHERENCY enabled...
Ameba-AIoT/ameba-rtos
4,816
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a35.S
/* * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_a35.h> #include <cpu_macros.S> #include <plat_macros.S> /* ---------------------------------------...
Ameba-AIoT/ameba-rtos
1,858
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a65.S
/* * Copyright (c) 2019, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <common/debug.h> #include <cortex_a65.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if !H...
Ameba-AIoT/ameba-rtos
11,382
component/soc/amebasmart/atf/lib/cpus/aarch64/wa_cve_2017_5715_bpiall.S
/* * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <context.h> #include <services/arm_arch_svc.h> .globl wa_cve_2017_5715_bpiall_vbar #define EMIT_BPIALL 0xee070fd5 #define EMIT_SMC 0x...
Ameba-AIoT/ameba-rtos
1,919
component/soc/amebasmart/atf/lib/cpus/aarch64/neoverse_e1.S
/* * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <common/debug.h> #include <neoverse_e1.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handl...
Ameba-AIoT/ameba-rtos
3,374
component/soc/amebasmart/atf/lib/cpus/aarch64/dsu_helpers.S
/* * Copyright (c) 2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include <dsu_def.h> #include <lib/cpus/errata_report.h> /* ----------------------------------------------------------------------- * DSU erratum 798953 check functio...
Ameba-AIoT/ameba-rtos
1,955
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a77.S
/* * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_a77.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if HW_ASS...
Ameba-AIoT/ameba-rtos
6,584
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a73.S
/* * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_a73.h> #include <cpu_macros.S> #include <plat_macros.S> /* ----------------------------------------...
Ameba-AIoT/ameba-rtos
8,377
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a55.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_a55.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if HW_ASS...
Ameba-AIoT/ameba-rtos
2,926
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_hercules_ae.S
/* * Copyright (c) 2019, ARM Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_hercules_ae.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENC...
Ameba-AIoT/ameba-rtos
2,987
component/soc/amebasmart/atf/lib/cpus/aarch64/aem_generic.S
/* * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <aem_generic.h> #include <arch.h> #include <asm_macros.S> #include <cpu_macros.S> func aem_generic_core_pwr_dwn /* --------------------------------------------- * Disable the Da...
Ameba-AIoT/ameba-rtos
10,702
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a53.S
/* * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <common/debug.h> #include <cortex_a53.h> #include <cpu_macros.S> #include <lib/cpus/errata_report.h> #include...
Ameba-AIoT/ameba-rtos
1,906
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a65ae.S
/* * Copyright (c) 2019, Arm Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <common/debug.h> #include <cortex_a65ae.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if ...
Ameba-AIoT/ameba-rtos
2,249
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_matterhorn.S
/* * Copyright (c) 2020, ARM Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_matterhorn.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENCY...
Ameba-AIoT/ameba-rtos
2,147
component/soc/amebasmart/atf/lib/cpus/aarch64/neoverse_zeus.S
/* * Copyright (c) 2019, ARM Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <neoverse_zeus.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENCY == ...
Ameba-AIoT/ameba-rtos
2,256
component/soc/amebasmart/atf/lib/cpus/aarch64/cpuamu_helpers.S
/* * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <cpuamu.h> .globl cpuamu_cnt_read .globl cpuamu_cnt_write .globl cpuamu_read_cpuamcntenset_el0 .globl cpuamu_read_cpuamcntenclr_el0 ...
Ameba-AIoT/ameba-rtos
5,416
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a75.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <cortex_a75.h> #include <cpuamu.h> #include <cpu_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENCY == 0 #error "Cortex...
Ameba-AIoT/ameba-rtos
15,673
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a76.S
/* * Copyright (c) 2017-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <context.h> #include <cortex_a76.h> #include <cpu_macros.S> #include <plat_macros.S> #include <services/arm_...
Ameba-AIoT/ameba-rtos
9,026
component/soc/amebasmart/atf/lib/cpus/aarch64/cpu_helpers.S
/* * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <common/bl_common.h> #include <common/debug.h> #include <cpu_macros.S> #include <lib/cpus/errata_report.h> #inc...
Ameba-AIoT/ameba-rtos
2,129
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_klein.S
/* * Copyright (c) 2020, ARM Limited. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <cortex_klein.h> #include <cpu_macros.S> #include <plat_macros.S> /* Hardware handled coherency */ #if HW_ASSISTED_COHERENCY == 0...
Ameba-AIoT/ameba-rtos
4,261
component/soc/amebasmart/atf/lib/cpus/aarch64/wa_cve_2017_5715_mmu.S
/* * Copyright (c) 2017-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <context.h> #include <services/arm_arch_svc.h> .globl wa_cve_2017_5715_mmu_vbar #define ESR_EL3_A64_SMC0 0x5e000000 #define ESR_EL3_A32...
Ameba-AIoT/ameba-rtos
16,979
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a57.S
/* * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2020, NVIDIA Corporation. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <common/bl_common.h> #include <common/debug.h> #...
Ameba-AIoT/ameba-rtos
8,379
component/soc/amebasmart/atf/lib/cpus/aarch64/cortex_a72.S
/* * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> #include <cortex_a72.h> #include <cpu_macros.S> #include <plat_macros.S> /* -------------------------------------------...
Ameba-AIoT/ameba-rtos
4,459
component/soc/amebasmart/atf/lib/psci/aarch32/psci_helpers.S
/* * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include <lib/psci/psci.h> #include <platform_def.h> .globl psci_do_pwrdown_cache_maintenance .globl psci_do_pwrup_cache_maintenance .globl psci_power_down_wfi ...
Ameba-AIoT/ameba-rtos
3,965
component/soc/amebasmart/atf/lib/psci/aarch64/psci_helpers.S
/* * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include <assert_macros.S> #include <lib/psci/psci.h> #include <platform_def.h> .globl psci_do_pwrdown_cache_maintenance .globl psci_do_pwrup_cache_maintenance ....
Ameba-AIoT/ameba-rtos
2,560
component/soc/amebasmart/atf/lib/xlat_tables_v2/aarch32/enable_mmu.S
/* * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include <assert_macros.S> #include <lib/xlat_tables/xlat_tables_v2.h> .global enable_mmu_direct_svc_mon .global enable_mmu_direct_hyp /* void enable_mmu_direct_svc_...
Ameba-AIoT/ameba-rtos
2,106
component/soc/amebasmart/atf/lib/xlat_tables_v2/aarch64/enable_mmu.S
/* * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include <assert_macros.S> #include <lib/xlat_tables/xlat_tables_v2.h> .global enable_mmu_direct_el1 .global enable_mmu_direct_el2 .global enable_mmu_direct_el3 /* ...
Ameba-AIoT/ameba-rtos
3,449
component/soc/amebasmart/atf/bl32/tsp/tsp.ld.S
/* * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <common/bl_common.ld.h> #include <lib/xlat_tables/xlat_tables_defs.h> OUTPUT_FORMAT(PLATFORM_LINKER_FORMAT) OUTPUT_ARCH(PLATFORM_LINKER_ARCH) ENTRY(tsp_entrypoint) MEMORY { ...
Ameba-AIoT/ameba-rtos-pro2
3,936
component/soc/8735b/fwlib/rtl8735b/lib/source/ram/video/semihost/SEGGER_SEMIHOST_CortexM.S
/********************************************************************* * SEGGER Microcontroller GmbH * * The Embedded Experts * ********************************************************************** * ...
Ameba-AIoT/ameba-rtos
3,780
component/soc/amebasmart/atf/bl32/sp_min/sp_min.ld.S
/* * Copyright (c) 2016-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <common/bl_common.ld.h> #include <lib/xlat_tables/xlat_tables_defs.h> OUTPUT_FORMAT(elf32-littlearm) OUTPUT_ARCH(arm) ENTRY(sp_min_vector_table) MEMORY { RAM (rwx): ORIGIN = ...
Ameba-AIoT/ameba-rtos
1,724
component/soc/amebasmart/atf/bl32/sp_min/wa_cve_2017_5715_bpiall.S
/* * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> .globl wa_cve_2017_5715_bpiall_vbar vector_base wa_cve_2017_5715_bpiall_vbar /* We encode the exception entry in the bottom 3 bits of SP */ add sp, sp, #1 /* Reset: ...
Ameba-AIoT/ameba-rtos
1,825
component/soc/amebasmart/atf/bl32/sp_min/wa_cve_2017_5715_icache_inv.S
/* * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> .globl wa_cve_2017_5715_icache_inv_vbar vector_base wa_cve_2017_5715_icache_inv_vbar /* We encode the exception entry in the bottom 3 bits of SP */ add sp, sp, #1 /*...
Ameba-AIoT/ameba-rtos
13,543
component/soc/amebasmart/atf/bl32/tsp/aarch64/tsp_entrypoint.S
/* * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <platform_def.h> #include <arch.h> #include <asm_macros.S> #include <bl32/tsp/tsp.h> #include <lib/xlat_tables/xlat_tables_defs.h> #include "../tsp_private.h" .globl tsp_entry...
Ameba-AIoT/ameba-rtos
4,108
component/soc/amebasmart/atf/bl32/tsp/aarch64/tsp_exceptions.S
/* * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <bl32/tsp/tsp.h> #include <common/bl_common.h> /* ---------------------------------------------------- * The caller-saved registers x0...
Ameba-AIoT/ameba-rtos
10,519
component/soc/amebasmart/atf/bl32/sp_min/aarch32/entrypoint.S
/* * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <common/runtime_svc.h> #include <context.h> #include <el3_common_macros.S> #include <lib/el3_runtime/cpu_dat...
Ameba-AIoT/ameba-rtos-z2
2,814
component/os/freertos/freertos_v10.0.1/Source/portable/IAR/ARM_CM3/portasm.s
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-z2
3,722
component/os/freertos/freertos_v10.0.1/Source/portable/IAR/ARM_CM4F/portasm.s
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-z2
5,190
component/os/freertos/freertos_v10.0.1/Source/portable/IAR/ARM_CM4F_MPU/portasm.s
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-z2
4,275
component/os/freertos/freertos_v10.0.1/Source/portable/IAR/ARM_RTL8710C/portasm.s
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-z2
4,157
component/os/freertos/freertos_v10.0.1/Source/portable/IAR/ARM_CM0/portasm.s
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-z2
3,740
component/os/freertos/freertos_v10.0.1/Source/portable/IAR/ARM_CM7/r0p1/portasm.s
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos
5,733
component/soc/amebasmart/atf/common/aarch32/debug.S
/* * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> .globl asm_print_str .globl asm_print_hex .globl asm_assert .globl do_panic .globl report_exception .globl report_prefetch_abort .globl rep...
Ameba-AIoT/ameba-rtos
3,324
component/soc/amebasmart/atf/common/aarch64/early_exceptions.S
/* * Copyright (c) 2013-2016, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include <common/bl_common.h> /* ----------------------------------------------------------------------------- * Very simple stackless exception handlers used by B...
Ameba-AIoT/ameba-rtos
5,225
component/soc/amebasmart/atf/common/aarch64/debug.S
/* * Copyright (c) 2014-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/debug.h> .globl asm_print_str .globl asm_print_hex .globl asm_print_hex_bits .globl asm_print_newline .globl asm_assert .gl...
Ameba-AIoT/ameba-rtos
5,649
component/soc/amebasmart/atf/common/mips/debug.S
/* * Copyright (c) 2014-2016, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2017, Realtek. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source c...
Ameba-AIoT/ameba-rtos
7,499
component/soc/amebasmart/atf/bl31/aarch64/bl31_entrypoint.S
/* * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <platform_def.h> #include <arch.h> #include <common/bl_common.h> #include <el3_common_macros.S> #include <lib/pmf/aarch64/pmf_asm_macros.S> #include <lib/runtime_instr.h> #include...
Ameba-AIoT/ameba-rtos
14,139
component/soc/amebasmart/atf/bl31/aarch64/runtime_exceptions.S
/* * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <platform_def.h> #include <arch.h> #include <asm_macros.S> #include <bl31/ea_handle.h> #include <bl31/interrupt_mgmt.h> #include <common/runtime_svc.h> #include <context.h> #inclu...
Ameba-AIoT/ameba-rtos
13,568
component/soc/amebasmart/atf/bl31/aarch64/crash_reporting.S
/* * Copyright (c) 2014-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <plat_macros.S> #include <platform_def.h> #include <arch.h> #include <asm_macros.S> #include <context.h> #include <lib/el3_runtime/cpu_data.h> #include <lib/utils_def.h> .globl ...
Ameba-AIoT/ameba-rtos
7,990
component/soc/amebasmart/atf/bl31/aarch64/ea_delegate.S
/* * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <assert_macros.S> #include <asm_macros.S> #include <assert_macros.S> #include <bl31/ea_handle.h> #include <context.h> #include <lib/extensions/ras_arch.h> #include <cpu_macros.S> ...
Ameba-AIoT/ameba-rtos
3,209
component/soc/amebasmart/atf/include/common/asm_macros_common.S
/* * Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef ASM_MACROS_COMMON_S #define ASM_MACROS_COMMON_S /* * This macro is used to create a function label and place the * code into a separate text section based on the function name ...
Ameba-AIoT/ameba-rtos
1,182
component/soc/amebasmart/atf/include/plat/marvell/common/aarch64/cci_macros.S
/* * Copyright (C) 2018 Marvell International Ltd. * * SPDX-License-Identifier: BSD-3-Clause * https://spdx.org/licenses */ #ifndef CCI_MACROS_S #define CCI_MACROS_S #include <drivers/arm/cci.h> #include <platform_def.h> .section .rodata.cci_reg_name, "aS" cci_iface_regs: .asciz "cci_snoop_ctrl_cluster0", ...
Ameba-AIoT/ameba-rtos
3,472
component/soc/amebasmart/atf/include/plat/marvell/common/aarch64/marvell_macros.S
/* * Copyright (C) 2018 Marvell International Ltd. * * SPDX-License-Identifier: BSD-3-Clause * https://spdx.org/licenses */ #ifndef MARVELL_MACROS_S #define MARVELL_MACROS_S #include <drivers/arm/cci.h> #include <drivers/arm/gic_common.h> #include <drivers/arm/gicv2.h> #include <drivers/arm/gicv3.h> #include...
Ameba-AIoT/ameba-rtos
1,157
component/soc/amebasmart/atf/include/plat/arm/common/aarch64/cci_macros.S
/* * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CCI_MACROS_S #define CCI_MACROS_S #include <drivers/arm/cci.h> #include <platform_def.h> .section .rodata.cci_reg_name, "aS" cci_iface_regs: .asciz "cci_snoop_ctrl_cluster0", "cci_snoo...
Ameba-AIoT/ameba-rtos
2,509
component/soc/amebasmart/atf/include/plat/arm/common/aarch64/arm_macros.S
/* * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef ARM_MACROS_S #define ARM_MACROS_S #include <drivers/arm/gic_common.h> #include <drivers/arm/gicv2.h> #include <drivers/arm/gicv3.h> #include <platform_def.h> .section .rodata.gic_r...
Ameba-AIoT/ameba-rtos-pro2
5,360
component/soc/8735b/cmsis/cmsis-dsp/source/TransformFunctions/arm_bitreversal2.S
;/* ---------------------------------------------------------------------- ; * Project: CMSIS DSP Library ; * Title: arm_bitreversal2.S ; * Description: arm_bitreversal_32 function done in assembly for maximum speed. ; * Called after doing an fft to reorder the output. ; * The f...
Ameba-AIoT/ameba-rtos
5,983
component/soc/amebasmart/atf/include/lib/cpus/aarch32/cpu_macros.S
/* * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CPU_MACROS_S #define CPU_MACROS_S #include <arch.h> #include <lib/cpus/errata_report.h> #if defined(IMAGE_BL1) || defined(IMAGE_BL32) || (defined(IMAGE_BL2) && BL2_AT_EL3) #define...
Ameba-AIoT/ameba-rtos
8,532
component/soc/amebasmart/atf/include/lib/cpus/aarch64/cpu_macros.S
/* * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CPU_MACROS_S #define CPU_MACROS_S #include <arch.h> #include <assert_macros.S> #include <lib/cpus/errata_report.h> #define CPU_IMPL_PN_MASK (MIDR_IMPL_MASK << MIDR_IMPL_SHIFT) | \ ...
Ameba-AIoT/ameba-rtos
5,990
component/soc/amebasmart/atf/include/arch/aarch32/asm_macros.S
/* * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef ASM_MACROS_S #define ASM_MACROS_S #include <arch.h> #include <common/asm_macros_common.S> #include <lib/spinlock.h> /* * TLBI instruction with type specifier that implements the w...
Ameba-AIoT/ameba-rtos
13,561
component/soc/amebasmart/atf/include/arch/aarch32/el3_common_macros.S
/* * Copyright (c) 2016-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef EL3_COMMON_MACROS_S #define EL3_COMMON_MACROS_S #include <arch.h> #include <asm_macros.S> #include <assert_macros.S> /* * Helper macro to initialise EL3 registers we care about...
Ameba-AIoT/ameba-rtos
1,412
component/soc/amebasmart/atf/include/arch/aarch32/console_macros.S
/* * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CONSOLE_MACROS_S #define CONSOLE_MACROS_S #include <drivers/console.h> /* * This macro encapsulates the common setup that has to be done at the end of * a console driver's regist...
Ameba-AIoT/ameba-rtos
4,959
component/soc/amebasmart/atf/include/arch/aarch32/smccc_macros.S
/* * Copyright (c) 2016-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef SMCCC_MACROS_S #define SMCCC_MACROS_S #include <arch.h> /* * Macro to save the General purpose registers (r0 - r12), the banked * spsr, lr, sp registers and the `scr` register to...
Ameba-AIoT/ameba-rtos
5,641
component/soc/amebasmart/atf/include/arch/aarch64/asm_macros.S
/* * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef ASM_MACROS_S #define ASM_MACROS_S #include <arch.h> #include <common/asm_macros_common.S> #include <lib/spinlock.h> #if ENABLE_BTI && !ARM_ARCH_AT_LEAST(8, 5) #error Branch Target ...
Ameba-AIoT/ameba-rtos
16,586
component/soc/amebasmart/atf/include/arch/aarch64/el3_common_macros.S
/* * Copyright (c) 2015-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef EL3_COMMON_MACROS_S #define EL3_COMMON_MACROS_S #include <arch.h> #include <asm_macros.S> /* * Helper macro to initialise EL3 registers we care about. */ .macro el3_arch_ini...
Ameba-AIoT/ameba-rtos
1,619
component/soc/amebasmart/atf/include/arch/aarch64/console_macros.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef CONSOLE_MACROS_S #define CONSOLE_MACROS_S #include <drivers/console.h> /* * This macro encapsulates the common setup that has to be done at the end of * a console driver's regist...
Ameba-AIoT/ameba-rtos
4,119
component/soc/amebasmart/atf/include/arch/mips/asm_macros.S
/* * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2015-2016, Cortina Access. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions...
Ameba-AIoT/ameba-rtos
2,387
component/soc/amebasmart/atf/include/arch/mips/assert_macros.S
/* * Copyright (c) 2014-2015, ARM Limited and Contributors. All rights reserved. * Copyright (c) 2015-2016, Cortina Access. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions...
Ameba-AIoT/ameba-rtos
2,734
component/soc/amebasmart/atf/services/spd/tlkd/tlkd_helpers.S
/* * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include "tlkd_private.h" .global tlkd_enter_sp .global tlkd_exit_sp /* --------------------------------------------- * This function is called with SP_EL0 as stac...
Ameba-AIoT/ameba-rtos
1,296
component/soc/amebasmart/atf/services/spd/trusty/trusty_helpers.S
/* * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> .macro push ra, rb, sp=sp stp \ra, \rb, [\sp,#-16]! .endm .macro pop ra, rb, sp=sp ldp \ra, \rb, [\sp], #16 .endm .global trusty_context_switch_helper func trusty_c...
Ameba-AIoT/ameba-rtos
2,767
component/soc/amebasmart/atf/services/spd/opteed/opteed_helpers.S
/* * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include "opteed_private.h" .global opteed_enter_sp /* --------------------------------------------- * This function is called with SP_EL0 as stack. * Here we...
Ameba-AIoT/ameba-rtos
2,724
component/soc/amebasmart/atf/services/spd/tspd/tspd_helpers.S
/* * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include "tspd_private.h" .global tspd_enter_sp /* --------------------------------------------- * This function is called with SP_EL0 as stack. * Here we sta...
Ameba-AIoT/ameba-rtos
3,163
component/soc/amebasmart/atf/services/std_svc/spm_mm/aarch64/spm_mm_shim_exceptions.S
/* * Copyright (c) 2017-2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <asm_macros.S> #include <common/bl_common.h> #include <context.h> /* ----------------------------------------------------------------------------- * Very simple...
Ameba-AIoT/ameba-rtos
2,983
component/soc/amebasmart/atf/services/std_svc/spm_mm/aarch64/spm_mm_helpers.S
/* * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include "../spm_mm_private.h" .global spm_secure_partition_enter .global spm_secure_partition_exit /* ---------------------------------------------------------...
Ameba-AIoT/ameba-rtos
2,930
component/soc/amebasmart/atf/services/std_svc/spmd/aarch64/spmd_helpers.S
/* * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <asm_macros.S> #include "../spmd_private.h" .global spmd_spm_core_enter .global spmd_spm_core_exit /* --------------------------------------------------------------------- * This...
Ameba-AIoT/ameba-rtos
5,313
component/soc/common/cmsis-dsp/Source/TransformFunctions/arm_bitreversal2.S
;/* ---------------------------------------------------------------------- ; * Project: CMSIS DSP Library ; * Title: arm_bitreversal2.S ; * Description: arm_bitreversal_32 function done in assembly for maximum speed. ; * Called after doing an fft to reorder the output. ; * The f...
Ameba-AIoT/ameba-rtos
13,758
component/os/freertos/freertos_v10.5.1/Source/portable/IAR/AmebaD2_LP/portasm.s
/* * FreeRTOS Kernel V10.5.1 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the S...
Ameba-AIoT/ameba-rtos
11,686
component/os/freertos/freertos_v10.5.1/Source/portable/IAR/AmebaD2_HP/non_secure/portasm_ntz.s
/* * FreeRTOS Kernel V10.5.1 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the S...
Ameba-AIoT/ameba-rtos
17,453
component/os/freertos/freertos_v10.5.1/Source/portable/IAR/AmebaD2_HP/non_secure/portasm.s
/* * FreeRTOS Kernel V10.5.1 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the S...
Ameba-AIoT/ameba-rtos
3,614
component/os/freertos/freertos_v10.5.1/Source/portable/IAR/AmebaD2_HP/secure/secure_context_port_asm.s
/* * FreeRTOS Kernel V10.5.1 * Copyright (C) 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the S...
Ameba-AIoT/ameba-rtos-pro2
16,549
component/os/freertos/freertos_v202012.00/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33/portasm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-pro2
17,921
component/os/freertos/freertos_v202012.00/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23/portasm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-pro2
11,497
component/os/freertos/freertos_v202012.00/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM33_NTZ/portasm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-pro2
13,555
component/os/freertos/freertos_v202012.00/Source/portable/ARMv8M/non_secure/portable/IAR/ARM_CM23_NTZ/portasm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-pro2
3,222
component/os/freertos/freertos_v202012.00/Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/secure_context_port_asm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-pro2
3,373
component/os/freertos/freertos_v202012.00/Source/portable/ARMv8M/secure/context/portable/IAR/ARM_CM23/secure_context_port_asm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-pro2
4,269
component/os/freertos/freertos_v202012.00/Source/portable/IAR/RX100/port_asm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...
Ameba-AIoT/ameba-rtos-pro2
2,812
component/os/freertos/freertos_v202012.00/Source/portable/IAR/ARM_CM3/portasm.s
/* * FreeRTOS Kernel V10.4.3 * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, includ...