summaryrefslogtreecommitdiffstats
path: root/board/csky
Commit message (Collapse)AuthorAgeFilesLines
* configs/csky_gx6605s: bump gcc to 6.3.0, kernel to 4.9.56Julien Olivain2018-12-161-0/+25
| | | | | | | | | | | | | | | | | This patch updates the csky custom external toolchain to fix a broken host dependency of gdb on libexpat.so.0 (most hosts now ship libexpat.so.1). gdb is required to copy and and boot the kernel (see board/csky/readme.txt). The updated gdb no longer has this host dependency, which solves the issue. Since this external toolchain was built and tested with csky kernel 4.9.56, this patch also updates to that kernel version. Finally, this 4.9.56 csky kernel changed its default bootargs. So we add a patch to preserve the same behavior as the previous version. Signed-off-by: Julien Olivain <juju@cotds.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* board/csky: remove host/usr reference from readme.txtArnout Vandecappelle2017-07-051-1/+1
| | | | | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/csky: fixup gdb instructions in readme.txtGuo Ren2017-03-231-1/+2
| | | | | | | | | The gdbinit file assumes the .dtb file is in the current directory, so let's start gdb from output/images. Signed-off-by: Guo Ren <ren_guo@c-sky.com> [Thomas: improved commit description.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: add defconfig for Nationalchip gx6605s dev boardGuo Ren2017-03-202-0/+112
gx6605s is a nice SOC for dvbs2 DVB product, and C-SKY inside. Signed-off-by: Guo Ren <ren_guo@c-sky.com> [Thomas: drop post-image script copying the gdbinit file, and suggest to use gdb -x option instead to point to the gdbinit file in board/.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud