/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv5/ |
H A D | tune-arm926ejs.inc | 5 TUNEVALID[arm926ejs] = "Enable arm926ejs specific processor optimizations" 6 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', ' -mcpu=arm926ej-s', '', d)}" 7 MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'arm926ejs', 'armv5:', '', d)}" 9 AVAILTUNES += "arm926ejs" 10 ARMPKGARCH:tune-arm926ejs = "arm926ejs" 12 TUNE_FEATURES:tune-arm926ejs = "arm thumb dsp arm926ejs" 13 PACKAGE_EXTRA_ARCHS:tune-arm926ejs = "${PACKAGE_EXTRA_ARCHS:tune-armv5te} arm926ejste arm926ejse"
|
/openbmc/u-boot/doc/ |
H A D | README.scrapyard | 20 da830evm arm arm926ejs d7e8b2b9 2015-09-12 Nick Thompson <nick.thompson@ge… 21 wireless_space arm arm926ejs b352182a 2015-09-12 Albert ARIBAUD <albert.u.boot@a… 32 cpu9260_128M arm arm926ejs af7f884b 2015-08-30 Eric Benard <eric@eukrea.com> 33 cpu9260 arm arm926ejs af7f884b 2015-08-30 Eric Benard <eric@eukrea.com> 34 cpu9260_nand_128M arm arm926ejs af7f884b 2015-08-30 Eric Benard <eric@eukrea.com> 35 cpu9260_nand arm arm926ejs af7f884b 2015-08-30 Eric Benard <eric@eukrea.com> 36 cpu9G20_128M arm arm926ejs af7f884b 2015-08-30 Eric Benard <eric@eukrea.com> 37 cpu9G20 arm arm926ejs af7f884b 2015-08-30 Eric Benard <eric@eukrea.com> 40 davinci_dm355evm arm arm926ejs 6761946f 2015-08-30 41 davinci_dm355leopard arm arm926ejs 6761946f 2015-08-30 [all …]
|
H A D | README.spear | 14 1. ARM926ejs core based (sp600 has two cores, the 2nd handled only in Linux)
|
/openbmc/u-boot/ |
H A D | .travis.yml | 166 - name: "buildman arm926ejs (non-NXP,siemens,at91,kirkwood,spear)" 168 - JOB="arm926ejs" 169 BUILDMAN="arm926ejs -x freescale,siemens,at91,kirkwood,spear,omap" 173 - name: "buildman at91 (non arm926ejs)" 175 - BUILDMAN="at91 -x arm926ejs"
|
/openbmc/u-boot/board/spear/x600/ |
H A D | Kconfig | 4 default "arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds"
|
/openbmc/u-boot/arch/arm/mach-at91/ |
H A D | config.mk | 2 PLATFORM_CPPFLAGS += $(call cc-option,-mtune=arm926ejs,)
|
H A D | Makefile | 18 obj-$(CONFIG_CPU_ARM926EJS) += arm926ejs/
|
H A D | Kconfig | 298 default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS
|
/openbmc/openbmc/meta-aspeed/conf/machine/include/ |
H A D | ast2400.inc | 4 require conf/machine/include/arm/armv5/tune-arm926ejs.inc
|
/openbmc/openbmc/poky/meta/conf/machine/ |
H A D | qemuarmv5.conf | 6 require conf/machine/include/arm/armv5/tune-arm926ejs.inc
|
/openbmc/u-boot/arch/arm/mach-at91/arm920t/ |
H A D | cpu.c | 3 * [origin: arch/arm/cpu/arm926ejs/at91/cpu.c]
|
H A D | at91rm9200_devices.c | 3 * [partely copied from arch/arm/cpu/arm926ejs/at91/arm9260_devices.c]
|
/openbmc/u-boot/arch/arm/mach-highbank/ |
H A D | timer.c | 5 * Based on arm926ejs/mx27/timer.c
|
/openbmc/u-boot/arch/arm/mach-versatile/ |
H A D | reset.S | 3 * armboot - Startup Code for ARM926EJS CPU-core
|
/openbmc/u-boot/board/Barix/ipam390/ |
H A D | u-boot-spl-ipam390.lds | 25 arch/arm/cpu/arm926ejs/start.o (.text*)
|
/openbmc/u-boot/board/davinci/da8xxevm/ |
H A D | u-boot-spl-da850evm.lds | 25 arch/arm/cpu/arm926ejs/start.o (.text*)
|
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/ |
H A D | u-boot-spl.lds | 21 arch/arm/cpu/arm926ejs/start.o (.text*)
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | u-boot-spl.lds | 24 arch/arm/cpu/arm926ejs/mxs/start.o (.text*)
|
H A D | start.S | 3 * armboot - Startup Code for ARM926EJS CPU-core
|
/openbmc/u-boot/board/freescale/mx28evk/ |
H A D | README | 9 arch/arm/cpu/arm926ejs/mxs/ - The CPU support code for the Freescale i.MX28
|
/openbmc/u-boot/arch/arm/mach-aspeed/ |
H A D | Kconfig | 21 The Aspeed AST2400 is a ARM-based SoC with arm926ejs CPU.
|
/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/ |
H A D | start.S | 3 * armboot - Startup Code for ARM926EJS CPU-core
|
/openbmc/u-boot/include/configs/ |
H A D | mxs.h | 49 #define CONFIG_SPL_START_S_PATH "arch/arm/cpu/arm926ejs/mxs"
|
/openbmc/u-boot/doc/imx/common/ |
H A D | mxs.txt | 134 $ elftosb -zf imx23 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd \ 136 $ elftosb -zf imx28 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd \
|
/openbmc/u-boot/arch/arm/cpu/arm946es/ |
H A D | start.S | 3 * armboot - Startup Code for ARM926EJS CPU-core
|