1
1

Initial dump from Zyxel

This commit is contained in:
2026-04-17 17:00:52 +02:00
commit 81fec250f4
23116 changed files with 5231237 additions and 0 deletions
@@ -0,0 +1,13 @@
CROSS_COMPILE ?= arc-linux-uclibc-
STANDALONE_LOAD_ADDR ?= 0x80000000 -L -T arc.lds
PLATFORM_CPPFLAGS += -DCONFIG_ARC -D__ARC__
# Quantenna's Ruby
# PLATFORM_CPPFLAGS+= -D__ARC__ -mA7 -mno-sdata -O0 -g -mno-volatile-cache -fomit-frame-pointer
# Enable optimization. Disable cache bypassing for "volatile" references.
# It is bad design to enable cache bypassing for "volatile" references - readX()/writeX() has to be used.
PLATFORM_CPPFLAGS_PATH = -I$(TOPDIR)/quantenna/common -I$(TOPDIR)/quantenna/include/qtn
PLATFORM_CPPFLAGS += -D__ARC__ -mA7 -mno-sdata -Os -g -mvolatile-cache -fomit-frame-pointer $(PLATFORM_CPPFLAGS_PATH)