summaryrefslogtreecommitdiffstats
path: root/board/synopsys/vdk
Commit message (Collapse)AuthorAgeFilesLines
* configs/snps_arc*_defconfig: update linux versionEvgeniy Didin2018-02-022-118/+0
| | | | | | | | | | | | | With this commit we update Linux kernel version to 4.15 and Linux headers version to 4.15. Also patches for arc vdk are removed because these changes were applied in Linux 4.15. Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Alexey Brodkin <abrodkin@synopsys.com> Cc: arc-buildroot@synopsys.com Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/synopsys: remove patch for linux vdk defconfigZakharov Vlad2017-04-181-32/+0
| | | | | | | | | | | | | The patch for linux vdk defconfig introduced ARC_SMP_HALT_ON_RESET config symbol. In fact that is not required as this symbol is enabled by default if ARC_UBOOT_SUPPORT config symbol is set (and it is set in vdk configs). Also this commit fixes build failure, pointed us by Arnout: https://gitlab.com/buildroot.org/buildroot/builds/14419270 Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* configs: Update Synopsys VDK for ARC HS38Alexey Brodkin2017-02-043-0/+150
| | | | | | | | | | | | | | | | | | | | | | | This updates Linux kernel for Synopsys ARC HS38 VDK so it matches real platform and while at it bump kernel version to the latest. Main changes: * Linux kernel v4.9.6 (latest in 4.9.x series in buildroot) * Add support of MMC controller which is used for rootfs * Add support of UIO which is used to communicate with EVSS Now with this update image built by vanilla Buildroot VDK has working UART, MMC, LCD, Ethernet, UIO etc. And while at it we rename defconfing so it: 1) Doesn't mention SMP any more - that's the only option anyways now 2) Matches common naming scheme: vendor_arch_platform Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Zakharov Vlad <Vladislav.Zakharov@synopsys.com> Cc: Peter Korsgaard <peter@korsgaard.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs: add support for Synopsys VDK Software Development Platformjpinto2015-11-032-0/+208
The Virtualizer Development Kit (VDK) Family for ARM Cortex Products consists of a set of virtual prototypes that provide a virtualizer for the ARM core variants. The VDK is a standalone package that runs on an host computer. [Thomas: drop the following options, which as noted by Arnout, are not needed: - BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM=y - BR2_LINUX_KERNEL_IMAGE_TARGET_NAME="Image" - BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y.] Signed-off-by: Joao Pinto <jpinto@synopsys.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud