summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.defaults-arm
Commit message (Collapse)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
| | | | | | | | | | | | | | | Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BRANCH=none BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icd3a1723c20595356af83d190b2c6a9078b3013b Signed-off-by: Mike Frysinger <vapier@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3891203 Reviewed-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* zephyr: enable unaligned access trapFabio Baltieri2022-03-161-0/+8
ECOS used to have this by default and it's needed to pass the firmware_ECSharedMem FAFT test. This required adding arch specific config overrides to match https://github.com/zephyrproject-rtos/zephyr/blob/main/arch/Kconfig#L12 behavior. BRANCH=none BUG=b:223234903 TEST=ran on volteer, crashes without -mno-unaligned-access TEST=crash unaligned console command TEST=zmake -j2 configure -b volteer TEST=zmake -j2 configure -b it8xxx2_evb Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Cq-Depend: chromium:3519053 Change-Id: I0920128279fbc644741f1163aa1107ec9fb6b558 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3516253 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>