/* * Copyright (c) 2017-2023 Arm Limited. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "region_defs.h" LR_VALUES PROVISIONING_BUNDLE_VALUES_START { VALUES PROVISIONING_BUNDLE_VALUES_START PROVISIONING_BUNDLE_VALUES_SIZE { *provisioning_data.o (+RO) } } LR_DATA PROVISIONING_BUNDLE_DATA_START { RW_DATA PROVISIONING_BUNDLE_DATA_START PROVISIONING_BUNDLE_DATA_SIZE{ * (+RW) } RO_DATA +0 { * (+RO-DATA) } BSS_DATA +0 { * (+ZI) } } LR_CODE PROVISIONING_BUNDLE_CODE_START { CODE PROVISIONING_BUNDLE_CODE_START PROVISIONING_BUNDLE_CODE_SIZE { * (DO_PROVISION +First) * (+RO-CODE) } }