/openbmc/u-boot/arch/nds32/cpu/n1213/ |
H A D | u-boot.lds | 11 OUTPUT_FORMAT("elf32-nds32", "elf32-nds32", "elf32-nds32") 12 OUTPUT_ARCH(nds32) 19 arch/nds32/cpu/n1213/start.o (.text)
|
H A D | start.S | 98 * 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 D | nds32.lds | 8 OUTPUT_FORMAT("elf32-nds32", "elf32-nds32", "elf32-nds32") 9 OUTPUT_ARCH(nds32)
|
/openbmc/u-boot/arch/nds32/ |
H A D | Kconfig | 1 menu "NDS32 architecture" 2 depends on NDS32 5 default "nds32"
|
H A D | Makefile | 3 head-y := arch/nds32/cpu/$(CPU)/start.o 5 libs-y += arch/nds32/cpu/$(CPU)/ 6 libs-y += arch/nds32/lib/
|
H A D | config.mk | 16 LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/nds32.lds
|
/openbmc/u-boot/arch/nds32/include/asm/ |
H A D | macro.h | 3 * 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 D | global_data.h | 13 * - do not implement for NDS32 Arch yet.
|
H A D | processor.h | 20 * - do not implement for NDS32 Arch yet.
|
H A D | cache.h | 53 * The current upper bound for NDS32 L1 data cache line sizes is 32 bytes.
|
H A D | u-boot.h | 22 #include <asm/u-boot-nds32.h>
|
H A D | posix_types.h | 16 * 05-03-2010 Modified for arch NDS32
|
/openbmc/u-boot/arch/ |
H A D | Kconfig | 43 config NDS32 config in choice92ce57e50104 44 bool "NDS32 architecture" 235 source "arch/nds32/Kconfig"
|
/openbmc/u-boot/doc/ |
H A D | README.NDS32 | 1 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 D | git-mailrc | 50 alias arch arc, arm, m68k, microblaze, mips, nds32, nios2, powerpc, sandbox, superh, x86 84 alias nds32 uboot, macpaul
|
H A D | README.N1213 | 1 N1213 is a configurable hard/soft core of NDS32's N12 CPU family.
|
/openbmc/u-boot/arch/nds32/include/asm/arch-ag102/ |
H A D | ag102.h | 21 /* NDS32 Data Local Memory 01 */ 23 /* NDS32 Data Local Memory 02 */
|
/openbmc/u-boot/ |
H A D | .travis.yml | 82 - 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 D | adp-ag101p_defconfig | 8 CONFIG_SYS_PROMPT="NDS32 # "
|
H A D | adp-ae3xx_defconfig | 8 CONFIG_SYS_PROMPT="NDS32 # "
|
/openbmc/u-boot/board/AndesTech/adp-ae3xx/ |
H A D | adp-ae3xx.c | 25 * "linux/arch/nds32/include/asm/misc_spec.h" in board_init()
|
/openbmc/u-boot/arch/nds32/dts/ |
H A D | ag101p.dts | 3 compatible = "nds32 ag101p";
|
H A D | ae3xx.dts | 3 compatible = "nds32 ae3xx";
|
/openbmc/u-boot/board/AndesTech/adp-ag101p/ |
H A D | adp-ag101p.c | 28 * "linux/arch/nds32/include/asm/misc_spec.h" in board_init()
|
/openbmc/u-boot/tools/buildman/ |
H A D | bsettings.py | 87 nds32 = nds32le
|