You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux
Alexey Brodkin 668dbec3f4 arc: Build uImage as well as vmlinux output files
Initially for ARC we were building vmlinux images because it
was both simpler and more convenient to debug Linux kernel
in runt-time via JTAG. Now when base system works quite nice
we may finally use U-Boot for loading the system image as
well. Still we keep building vmlinux images as some of our
boards are development boards and loading images with JTAG
could be at some points very beneficial.

Note for U-Boot header it's required to specify 2 values:
 * loading address
 * entry point (if it doesn't match loading address)

and in case of ARC entry point (EP) not only differs from
loading address but also changes from build to build due to
initramfs being placed between loading address and text section.
To accommodate that feature we have to calculate EP after
vmlinux gets built and before call to mkimage.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
8 years ago
..
adm5120 image / basefiles: make console password configurable 8 years ago
adm8668 base-files: remove default /etc/config/network, generate it via board.d instead 9 years ago
ar7 all: drop old uci-defaults.sh 9 years ago
ar71xx ar71xx/image/edimax shorten the revision to 13 character 8 years ago
arc770 arc: Build uImage as well as vmlinux output files 8 years ago
archs38 arc: Build uImage as well as vmlinux output files 8 years ago
arm64 kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 8 years ago
at91 at91: fix SAMA5D3 subtarget 8 years ago
ath25 ath25: update kernel from 3.18 to 4.4 8 years ago
au1000 image: fix jffs2(_nand) image generation 9 years ago
bcm53xx kernel: update kernel 4.4 to version 4.4.12 8 years ago
brcm47xx kernel: remove ocf support, cryptodev-linux should be used instead 8 years ago
brcm63xx brcm63xx: fix typo image/Makefile 8 years ago
brcm2708 kernel: update kernel 4.4 to version 4.4.12 8 years ago
cns3xxx kernel: update kernel 4.4 to version 4.4.10 8 years ago
gemini gemini: delete 3.18 support 8 years ago
generic kernel/mtd: Add support for Macronix mx25u25635f, used in Archer C2600 v1.1 8 years ago
imx6 imx6: move profile definitions to the image/Makefile 8 years ago
ipq806x ipq806x: add a default profile 8 years ago
ixp4xx ixp4xx: Drop linux 4.1 support 8 years ago
kirkwood kirkwood: add missing kernel symbol 8 years ago
lantiq lantiq/image: move tplink specific image into own file 8 years ago
malta kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 8 years ago
mcs814x branding: add LEDE branding 8 years ago
mediatek kernel: update kernel 4.4 to version 4.4.12 8 years ago
mpc85xx target/mpc85xx: check for 'generic' subtarget for initramfs image file 8 years ago
mvebu mvebu: configure switch on WRT1200AC and WRT1900ACv2/S 8 years ago
mxs mxs: delete old kernel versions 8 years ago
netlogic base-files: remove default /etc/config/network, generate it via board.d instead 9 years ago
octeon global: change my email address 8 years ago
omap omap: switch to 4.4 8 years ago
omap24xx image / basefiles: make console password configurable 8 years ago
orion all: drop old uci-defaults.sh 9 years ago
oxnas kernel: update kernel 4.4 to version 4.4.12 8 years ago
ppc40x ppc40x: upgrade to 3.18 9 years ago
ppc44x image / basefiles: make console password configurable 8 years ago
ramips ramips: add kmod-pwm-mediatek for mt7628/mt7688 8 years ago
rb532 rb532: switch to 4.1 9 years ago
realview image / basefiles: make console password configurable 8 years ago
sunxi kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 8 years ago
uml uml: revert accidentally committed change 8 years ago
x86 x86: generalize partition discovery for sysupgrade 8 years ago
xburst kernel: update kernel 3.18 to version 3.18.23 9 years ago
zynq kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 8 years ago
Makefile