summaryrefslogtreecommitdiff
path: root/build-kernel-exynos5433.sh
AgeCommit message (Collapse)Author
2016-12-14build: add support for x86_64 hostSeung-Woo Kim
For x86_64 host local build, this patch adds prebuilt mkimage from u-boot and local build script files uses the prebuilt mkimage as host architecture. The mkimage requires dtc also, but it is already in scripts/dtc and built as host tool during kernel build,so dtc is not required prebuilt files. Change-Id: Id3f734ee39cc1e639bcaff2a7e49ad6d6c66665a Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14build: remove dtb files for ARM64 exynosJoonyoung Shim
Remove existing dtb files before building because old dtb files can be included in kernel image. Change-Id: I28847ad01cbf38e458e093c1c912eecc1f066560 Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
2016-12-14build: add fit image build and mkimage tools to create fit imageSeung-Woo Kim
This patch fixes local build script to make fit image also and x86_32 prebuilt mkimage tool to create fit image. Also boot.img style image creation and tools for boot.img are removed. Change-Id: I7dedb2d40a8a5c672f01271951551b660c5f7013 Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14ARM64: configs: revert defconfig into default and add tizen_tm2_defconfigJaehoon Chung
This patch reverts arm64 defconfig into default defconfig in v4.1 and adds tizen_tm2_defconfig. Also it fixes proper defconfig from local build script. Change-Id: Ic167bb2edc61f4fb25bade2e69e46f9549b7ae4e Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14tools/build: fix build script to set proper kernel version to outputSeung-Woo Kim
This patch fixes build script to set proper kernel version to output image tar file. Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
2016-12-14LOCAL / tools: Add build script for Exynos5433 SoCChanwoo Choi
This patch adds build script to build the kernel for Exynos5433-based board. Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>