summaryrefslogtreecommitdiff
path: root/board/arm/foundation-v8
AgeCommit message (Collapse)Author
2014-03-21board/arm/foundation-v8: update defconfig and instructionsThomas Petazzoni
This commit updates the defconfig of the foundation-v8 platform, which can be tested under the AArch64 emulator provided by ARM. The main change is that we switch to the mainline 3.13.6 kernel instead of a Linaro-specific Git tree. Another change is to update the download link for the emulator in the instructions, in order to use the latest version of the emulator, which was used for testing. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2012-11-06foundation-v8/readme.txt: remove outdated rpc commentPeter Korsgaard
Now that we don't automatically enable rpc stuff in busybox this comment no longer applies. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-11-02Add default configuration for the AArch64 Foundation V8 simulatorThomas Petazzoni
Note that this configuration doesn't build entirely: the user must manually run "make busybox-menuconfig" and disable the "Mount NFS filesystems" option, because the toolchain does not have RPC support. This issue will be fixed once the support for toolchain without RPC will be integrated. [Peter: fix readme typo] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>