• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.github/04-Jan-2025-4134

include/04-Jan-2025-10,5935,702

src/hal/04-Jan-2025-9,4865,467

zephyr/04-Jan-2025-30,26017,556

CMakeLists.txtD04-Jan-20251.7 KiB5747

LICENSED04-Jan-20251.1 KiB2218

Makefile.amD04-Jan-202528 21

Makefile.inD04-Jan-202523.2 KiB747657

READMED04-Jan-2025872 2215

aclocal.m4D04-Jan-202543.6 KiB1,2301,117

ar-libD04-Jan-20255.7 KiB271210

compileD04-Jan-20257.2 KiB348258

config.guessD04-Jan-202541.9 KiB1,4211,229

config.subD04-Jan-202535 KiB1,8001,662

configureD04-Jan-2025174.8 KiB6,0124,944

configure.acD04-Jan-2025743 3729

depcompD04-Jan-202523 KiB792502

import-core.shD04-Jan-2025397 1410

install-shD04-Jan-202514.1 KiB535353

missingD04-Jan-20256.7 KiB216143

README

1General Notes for Cadence/Tensillica HAL Updates
2================================================
3
4The xtensa HAL is supplied by Cadence/Tensillica and is indended to support all
5xtensa ISA configurations used by different devices.
6
7Zephyr needs certain HAL modifications for ease of management for use within
8Zephyr and these changes need to be applied to any HAL updates from Cadence.
9
101) Remove usage of __SPLIT__ from HAL build.
11--------------------------------------------
12
13The HAL build script creates individual source files per functions by defining
14__SPLIT_* macros and including corresponding source files, in an attempt to
15compile one function per file. These should be removed. See
1684ff6039fc8f435551bb7915e098184c95fa24f2 and
1716324fd861596f57517524cd9d6fc66b077db4e8.
18
19
20This file should be updated accordingly to reflect any new changes required
21in new HALs.
22