zephyr/include
Jaxson Han 794656913b include: arm64: Add BSS align when MPU enabled
When MPU is enabled, the sections need to be 64 bytes aligned.
In the case of MMU, BSS section will be 4k aligned, because the first
variable in BSS section 'base_xlat_table' is explicitly aligned by
'__aligned(NUM_BASE_LEVEL_ENTRIES * sizeof(uint64_t))'.

However, with MPU, we do not have such a variable. So it's necessary
to fix the alignment of the BSS section in the linker.ld

Signed-off-by: Jaxson Han <jaxson.han@arm.com>
2021-04-13 07:47:44 -04:00
..
app_memory arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
arch include: arm64: Add BSS align when MPU enabled 2021-04-13 07:47:44 -04:00
audio
bluetooth Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
canbus canbus: isotp: add fixed addressing feature 2021-04-06 16:44:34 -04:00
cmsis_rtos_v1
cmsis_rtos_v2
console
crypto
data
debug
devicetree devicetree: spi: clean up DT_SPI_DEV_CS_GPIOS_CTLR 2021-03-30 07:06:48 -05:00
dfu
disk include: disk_access: Add a compat warning 2021-03-26 08:59:47 -04:00
display
drivers drivers: gpio: mmio32: Make GPIO_MMIO32_INIT dt aware 2021-04-13 00:25:35 -05:00
dt-bindings soc: arm: nxp: ke1xf: use clock nodes for NXP Kinetis SCG clocks 2021-03-31 11:56:13 -05:00
fs
ipc
kernel kernel: mmu: collect more demand paging statistics 2021-04-06 16:43:55 -04:00
linker arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
logging userspace: rename _is_user_context -> k_is_user_context 2021-04-01 05:34:17 -04:00
lorawan
mgmt
modbus modbus: add raw ADU support 2021-03-19 15:50:21 +01:00
net net: doc: Add net_capture API documentation 2021-04-07 12:12:30 -04:00
posix net: sockets: Implement MSG_TRUNC flag 2021-03-23 13:16:30 +02:00
power power: doc: Create a subgroup to constraint API 2021-03-22 12:42:30 -04:00
random
settings
shell shell: telnet: Make sure the delayed work becomes idle after canceling 2021-04-12 11:47:24 -04:00
stats
storage storage/flash_map: Add macro to get string label from DTS 2021-03-30 09:01:20 -05:00
sys sys: ring_buffer: allow NULL data buffers 2021-04-09 13:19:30 +02:00
task_wdt task_wdt: add task-level watchdog subsystem 2021-03-15 12:24:54 +01:00
timing timing: guard the header with CONFIG_TIMING_FUNCTIONS 2021-04-06 16:43:55 -04:00
toolchain drivers: remove what appears to be code from comments 2021-04-01 05:34:17 -04:00
tracing
usb usb: dfu: give wait_for_usb_dfu an argument 2021-03-22 12:55:56 +01:00
zephyr
cache.h
device.h kernel/arch: cleanup function definitions 2021-04-01 05:34:17 -04:00
devicetree.h devicetree: add DT_COMPAT_GET_ANY_STATUS_OKAY() 2021-03-29 16:33:51 +02:00
ec_host_cmd.h
emul.h
exc_handle.h
fatal.h
generated_dts_board.h
init.h kernel/arch: cleanup function definitions 2021-04-01 05:34:17 -04:00
irq.h
irq_nextlevel.h
irq_offload.h
kernel.h kernel/arch: cleanup function definitions 2021-04-01 05:34:17 -04:00
kernel_includes.h
kernel_structs.h
kernel_version.h
mempool_heap.h
ptp_clock.h include: Move ptp_clock.h to drivers/ptp_clock.h 2021-03-25 10:09:33 +02:00
sched_priq.h
shared_irq.h
spinlock.h
sw_isr_table.h
sys_clock.h kernel: remove tickless idle 2021-03-19 11:22:17 -04:00
syscall.h userspace: rename _is_user_context -> k_is_user_context 2021-04-01 05:34:17 -04:00
syscall_handler.h
timeout_q.h kernel/arch: cleanup function definitions 2021-04-01 05:34:17 -04:00
toolchain.h
wait_q.h
zephyr.h