Home
last modified time | relevance | path

Searched +full:nds32le +full:- +full:linux +full:- (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/nds32/
H A Dconfig.mk1 # SPDX-License-Identifier: GPL-2.0+
3 # (C) Copyright 2000-2002
12 CROSS_COMPILE := nds32le-linux-
16 LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/nds32.lds
18 PLATFORM_RELFLAGS += -fno-common -mrelax -mno-ext-fpu-dp -mfloat-abi=soft
19 PLATFORM_RELFLAGS += -gdwarf-2
20 PLATFORM_CPPFLAGS += -D__nds32__ -ffixed-10 -fpie -mcmodel=large
22 LDFLAGS_u-boot = --gc-sections --relax -pie --mabi=AABI
/openbmc/u-boot/
H A D.travis.yml1 # SPDX-License-Identifier: GPL-2.0+
4 # build U-Boot on Travis CI - https://travis-ci.org/
14 - ubuntu-toolchain-r-test
15 - llvm-toolchain-trusty-7
17 - cppcheck
18 - sloccount
19 - sparse
20 - bc
21 - build-essential
22 - libsdl1.2-dev
[all …]
/openbmc/u-boot/tools/buildman/
H A Dbsettings.py1 # SPDX-License-Identifier: GPL-2.0+
26 print 'To install tool chains, please use the --fetch-arch option'
76 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux
78 [toolchain-prefix]
80 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-
82 [toolchain-alias]
87 nds32 = nds32le
90 [make-flags]
93 # snapper-boards=ENABLE_AT91_TEST=1
94 # snapper9260=${snapper-boards} BUILD_TAG=442
[all …]
H A DREADME1 # SPDX-License-Identifier: GPL-2.0+
6 Quick-start
12 cd /path/to/u-boot
14 buildman --fetch-arch arm
15 buildman -k rpi_2
17 # u-boot.bin is the output image
23 This tool handles building U-Boot to check that you have not broken it
26 to make full use of multi-processor machines.
38 where it left off. This should happen cleanly and without side-effects.
42 You may need to press Ctrl-C several times to quit it. Also it will print
[all …]