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

..--

.github/11-Mar-2024-4134

include/11-Mar-2024-10,5935,702

src/hal/11-Mar-2024-9,4865,467

zephyr/11-Mar-2024-13,3637,555

CMakeLists.txtD11-Mar-2024973 4335

LICENSED11-Mar-20241.1 KiB2218

Makefile.amD11-Mar-202428 21

Makefile.inD11-Mar-202423.2 KiB747657

READMED11-Mar-2024872 2215

aclocal.m4D11-Mar-202443.6 KiB1,2301,117

ar-libD11-Mar-20245.7 KiB271210

compileD11-Mar-20247.2 KiB348258

config.guessD11-Mar-202441.9 KiB1,4211,229

config.subD11-Mar-202435 KiB1,8001,662

configureD11-Mar-2024174.8 KiB6,0124,944

configure.acD11-Mar-2024743 3729

depcompD11-Mar-202423 KiB792502

import-core.shD11-Mar-2024397 1410

install-shD11-Mar-202414.1 KiB535353

missingD11-Mar-20246.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