Add moxie architecture
and a moxie-unknown-elf target (which is what #1088 apparently wanted). Signed-off-by: Alexey Neyman <stilor@att.net>dev-linux
parent
da76ae3ea3
commit
172308cb1b
@ -0,0 +1,11 @@
|
||||
# Moxie soft-core architecture
|
||||
|
||||
## no-package
|
||||
## select ARCH_SUPPORTS_32
|
||||
## select ARCH_DEFAULT_32
|
||||
## select ARCH_SUPPORTS_EITHER_ENDIAN
|
||||
## select ARCH_DEFAULT_BE
|
||||
## depends on EXPERIMENTAL
|
||||
|
||||
## help The Moxie soft-core architecture, as defined by:
|
||||
## help http://moxielogic.org/blog/pages/architecture.html
|
@ -1,4 +1,6 @@
|
||||
# Kernel.org's device tree compiler
|
||||
|
||||
## default y if !CONFIGURE_has_dtc && ARCH_MOXIE
|
||||
|
||||
config DTC_VERBOSE
|
||||
bool "Verbose DTC build output"
|
||||
|
@ -0,0 +1,8 @@
|
||||
CT_EXPERIMENTAL=y
|
||||
CT_ARCH_MOXIE=y
|
||||
CT_ARCH_BE=y
|
||||
CT_NEWLIB_V_2_5_0=y
|
||||
CT_DEBUG_GDB=y
|
||||
CT_GDB_CROSS_SIM=y
|
||||
# CT_GDB_CROSS_PYTHON is not set
|
||||
CT_DTC_VERBOSE=y
|
@ -0,0 +1,3 @@
|
||||
reporter_name="Alexey Neyman"
|
||||
reporter_url=""
|
||||
reporter_comment="Bare metal configuration for moxie architecture."
|
@ -0,0 +1,7 @@
|
||||
# Moxie-specific arch callbacks
|
||||
|
||||
# No arch-specific overrides yet
|
||||
CT_DoArchTupleValues()
|
||||
{
|
||||
:
|
||||
}
|
Loading…
Reference in New Issue