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