| #
d8540eac |
| 09-Feb-2018 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: update gcc toolchain to version 6.3.1
32-bit: gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf 64-bit: gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
Change-Id: Iafe288a640ed61362fda
make.sh: update gcc toolchain to version 6.3.1
32-bit: gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf 64-bit: gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
Change-Id: Iafe288a640ed61362fda4845ca169b677c6b7e35 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
0ff0e214 |
| 08-Feb-2018 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: support a lot of sub commands
1. make clean, make distclean and make mrproper; 2. objdump elf file;
Append 'clean', 'distclean', 'mrproper' or 'elf' to build command
Example: ./make.sh e
make.sh: support a lot of sub commands
1. make clean, make distclean and make mrproper; 2. objdump elf file;
Append 'clean', 'distclean', 'mrproper' or 'elf' to build command
Example: ./make.sh evb-px30 clean ./make.sh evb-px30 distclean ./make.sh evb-px30 mrproper ./make.sh evb-px30 elf
you can also use 'elf[option]', like: 'elf-D', 'elf-d', 'elf-S'... [option] is not necessary(default -D), it would be used as objdump command option.
Change-Id: If6402ee9b0f9bd79aa7f18703ce0061106b11e26 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
51441a28 |
| 03-Feb-2018 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: fix issues
1. check INI input file exists; 2. fix up commit 7c2526e;
Change-Id: I7053c975369945a02034a108d8cab096aa35f142 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
d93242f2 |
| 02-Feb-2018 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: pack uboot.img as first order
Change-Id: I4bb55f8cedf476be5cd3418650c970c10d1d0069 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
7c2526e9 |
| 02-Feb-2018 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: execute "make mrproper" when first compile
fix compile issue while git checkout between rkdevelop and next-dev:
Using /home/cjh/uboot-nextdev/u-boot as source for U-Boot /home/cjh/uboo
make.sh: execute "make mrproper" when first compile
fix compile issue while git checkout between rkdevelop and next-dev:
Using /home/cjh/uboot-nextdev/u-boot as source for U-Boot /home/cjh/uboot-nextdev/u-boot is not clean, please run 'make mrproper' in the '/home/cjh/uboot-nextdev/u-boot' directory. make[1]: *** [prepare3] Error 1 make[1]: *** Waiting for unfinished jobs....
Change-Id: If9e01b407f524360ff402d8d36241f3885c90c48 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
bc98b3c8 |
| 26-Jan-2018 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: optimize code
1. use global variables for important definitions, easy to update; 2. add more error message warning; 3. fix some issues.
Change-Id: I702f4efe5839c1c7eaf66f412011aadf6627f323
make.sh: optimize code
1. use global variables for important definitions, easy to update; 2. add more error message warning; 3. fix some issues.
Change-Id: I702f4efe5839c1c7eaf66f412011aadf6627f323 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
0e90839a |
| 26-Jan-2018 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: update package command
boot_merge and trust_merge support command "--replace".
Change-Id: Ie5cf52a1aaefcc717fcb76400e2f0eb8dfc8f467 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
cd7ae718 |
| 11-Dec-2017 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: make.sh: support trust and loader image pack
Change-Id: I9b2cf170138c6aba7578e14126f3010e8bffee3a Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
b7c7eca2 |
| 07-Dec-2017 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: guide user how to obtain rkbin Responsity
Change-Id: I74f6902da21cf0ea50298653fc029c410b0771bb Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
de9a6cd2 |
| 28-Nov-2017 |
Joseph Chen <chenjh@rock-chips.com> |
make.sh: support pack uboot.img
Change-Id: Iaa95a69b20850f0b842c76b1d8a9d8cdcc0e7be5 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
27a50c86 |
| 05-Sep-2017 |
Andy Yan <andy.yan@rock-chips.com> |
rockchip: add a buid script
This script assume that you have installed arm-linux-gnueabi for armv7 and aarch64-linux-gnu for armv8, or you have android toolchain in ../prebuilts directory, otherwise
rockchip: add a buid script
This script assume that you have installed arm-linux-gnueabi for armv7 and aarch64-linux-gnu for armv8, or you have android toolchain in ../prebuilts directory, otherwise please setting the correct TOOLCHAIN path that you have in this script.
usage: ./make.sh board ./make.sh evb-rk3399 ---- build for evb-rk3399_defconfig ./make.sh firefly-rk3288 ---- build for firefly-rk3288_defconfig
Change-Id: Id2b0cdee60897bd18f7d0e557429c868a83dfe49 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
show more ...
|