1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
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>
2016-06-05 23:23:57 +02:00
..
adm5120 image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
adm8668
ar7
ar71xx ar71xx/image/edimax shorten the revision to 13 character 2016-06-01 17:54:36 +02:00
arc770 arc: Build uImage as well as vmlinux output files 2016-06-05 23:23:57 +02:00
archs38 arc: Build uImage as well as vmlinux output files 2016-06-05 23:23:57 +02:00
arm64 kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 2016-05-21 22:35:41 +02:00
at91 at91: fix SAMA5D3 subtarget 2016-04-25 14:54:07 +02:00
ath25 ath25: update kernel from 3.18 to 4.4 2016-05-23 11:56:38 +02:00
au1000
bcm53xx kernel: update kernel 4.4 to version 4.4.12 2016-06-02 15:34:34 +02:00
brcm47xx kernel: remove ocf support, cryptodev-linux should be used instead 2016-05-12 19:35:32 +02:00
brcm63xx brcm63xx: fix typo image/Makefile 2016-06-05 15:42:27 +02:00
brcm2708 kernel: update kernel 4.4 to version 4.4.12 2016-06-02 15:34:34 +02:00
cns3xxx kernel: update kernel 4.4 to version 4.4.10 2016-05-11 21:34:27 +02:00
gemini gemini: delete 3.18 support 2016-05-12 17:55:15 +02:00
generic kernel/mtd: Add support for Macronix mx25u25635f, used in Archer C2600 v1.1 2016-06-05 23:23:57 +02:00
imx6 imx6: move profile definitions to the image/Makefile 2016-05-23 11:03:23 +02:00
ipq806x ipq806x: add a default profile 2016-05-31 01:39:31 +02:00
ixp4xx ixp4xx: Drop linux 4.1 support 2016-06-05 14:16:08 -04:00
kirkwood kirkwood: add missing kernel symbol 2016-05-24 19:41:27 +02:00
lantiq lantiq/image: move tplink specific image into own file 2016-06-05 23:23:57 +02:00
malta kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 2016-05-21 22:35:41 +02:00
mcs814x branding: add LEDE branding 2016-03-24 22:40:13 +01:00
mediatek kernel: update kernel 4.4 to version 4.4.12 2016-06-02 15:34:34 +02:00
mpc85xx
mvebu mvebu: configure switch on WRT1200AC and WRT1900ACv2/S 2016-05-23 13:39:50 +02:00
mxs mxs: delete old kernel versions 2016-05-12 17:52:55 +02:00
netlogic
octeon global: change my email address 2016-05-12 03:29:36 +02:00
omap omap: switch to 4.4 2016-06-02 21:58:10 +02:00
omap24xx image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
orion
oxnas kernel: update kernel 4.4 to version 4.4.12 2016-06-02 15:34:34 +02:00
ppc40x
ppc44x image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
ramips ramips: add kmod-pwm-mediatek for mt7628/mt7688 2016-06-03 13:24:25 +02:00
rb532
realview image / basefiles: make console password configurable 2016-04-18 21:53:07 +02:00
sunxi kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 2016-05-21 22:35:41 +02:00
uml uml: revert accidentally committed change 2016-04-25 14:09:05 +02:00
x86 x86: generalize partition discovery for sysupgrade 2016-05-24 13:30:58 +02:00
xburst
zynq kernel: remove bogus CONFIG_LOG_BUF_SHIFT overrides 2016-05-21 22:35:41 +02:00
Makefile