Home
last modified time | relevance | path

Searched full:nds32 (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/u-boot/arch/nds32/cpu/n1213/
H A Du-boot.lds11 OUTPUT_FORMAT("elf32-nds32", "elf32-nds32", "elf32-nds32")
12 OUTPUT_ARCH(nds32)
19 arch/nds32/cpu/n1213/start.o (.text)
H A Dstart.S98 * The bootstrap code of nds32 core
219 /* __NDS32_N1213_43U1H__ implies NDS32 V0 ISA */
305 #ifdef __NDS32_N1213_43U1H__ /* NDS32 V0 ISA */
/openbmc/u-boot/examples/standalone/
H A Dnds32.lds8 OUTPUT_FORMAT("elf32-nds32", "elf32-nds32", "elf32-nds32")
9 OUTPUT_ARCH(nds32)
/openbmc/u-boot/arch/nds32/
H A DKconfig1 menu "NDS32 architecture"
2 depends on NDS32
5 default "nds32"
H A DMakefile3 head-y := arch/nds32/cpu/$(CPU)/start.o
5 libs-y += arch/nds32/cpu/$(CPU)/
6 libs-y += arch/nds32/lib/
H A Dconfig.mk16 LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/nds32.lds
/openbmc/u-boot/arch/nds32/include/asm/
H A Dmacro.h3 * include/asm-nds32/macro.h
19 * The macros are valid for any NDS32 architecture, they do not implement
66 * The macro is valid for any NDS32 architeture. The actual time spent in the
H A Dglobal_data.h13 * - do not implement for NDS32 Arch yet.
H A Dprocessor.h20 * - do not implement for NDS32 Arch yet.
H A Dcache.h53 * The current upper bound for NDS32 L1 data cache line sizes is 32 bytes.
H A Du-boot.h22 #include <asm/u-boot-nds32.h>
H A Dposix_types.h16 * 05-03-2010 Modified for arch NDS32
/openbmc/u-boot/arch/
H A DKconfig43 config NDS32 config in choice92ce57e50104
44 bool "NDS32 architecture"
235 source "arch/nds32/Kconfig"
/openbmc/u-boot/doc/
H A DREADME.NDS321 NDS32 is a new high-performance 32-bit RISC microprocessor core.
40 The NDS32 ports of u-boot, the Linux kernel, the GNU toolchain and
H A Dgit-mailrc50 alias arch arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86
84 alias nds32 uboot, macpaul
H A DREADME.N12131 N1213 is a configurable hard/soft core of NDS32's N12 CPU family.
/openbmc/u-boot/arch/nds32/include/asm/arch-ag102/
H A Dag102.h21 /* NDS32 Data Local Memory 01 */
23 /* NDS32 Data Local Memory 02 */
/openbmc/u-boot/
H A D.travis.yml82 - if [[ "${TOOLCHAIN}" == "nds32" ]]; then
83 …wget https://github.com/vincentzwc/prebuilt-nds32-toolchain/releases/download/20180521/nds32le-lin…
322 - name: "buildman nds32"
324 - BUILDMAN="nds32"
325 TOOLCHAIN="nds32"
/openbmc/u-boot/configs/
H A Dadp-ag101p_defconfig8 CONFIG_SYS_PROMPT="NDS32 # "
H A Dadp-ae3xx_defconfig8 CONFIG_SYS_PROMPT="NDS32 # "
/openbmc/u-boot/board/AndesTech/adp-ae3xx/
H A Dadp-ae3xx.c25 * "linux/arch/nds32/include/asm/misc_spec.h" in board_init()
/openbmc/u-boot/arch/nds32/dts/
H A Dag101p.dts3 compatible = "nds32 ag101p";
H A Dae3xx.dts3 compatible = "nds32 ae3xx";
/openbmc/u-boot/board/AndesTech/adp-ag101p/
H A Dadp-ag101p.c28 * "linux/arch/nds32/include/asm/misc_spec.h" in board_init()
/openbmc/u-boot/tools/buildman/
H A Dbsettings.py87 nds32 = nds32le

12