summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Collapse)AuthorAgeFilesLines
* qemu_sh4_r2d: update to fix serial console supportGustavo Zacarias2011-10-262-3/+4
| | | | | | | | | sh4-r2d has a serial port, however it's the second SH UART that's emulated by Qemu so we need to adjust the kernel configuration for it to see the relevant UART and adjust the qemu command line for it too. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_sh4_r2d: update to kernel 3.1 and update readmeGustavo Zacarias2011-10-254-45/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_ppc_g3beige: update to kernel 3.1Gustavo Zacarias2011-10-251-0/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_mipsel_malta: update to kernel 3.1Gustavo Zacarias2011-10-251-0/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_arm_versatile: use kernel 3.1 and add readmeGustavo Zacarias2011-10-252-0/+6
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/x86: enable alsa/hda support in kernelPeter Korsgaard2011-09-291-0/+3
| | | | | | For easy sound testing using qemu-system-i386 -soundhw hda Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu_x86_defconfig: use 3.0.4 linux kernelPeter Korsgaard2011-09-291-8/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mini2440_defconfig: use mainline kernelPeter Korsgaard2011-09-071-1409/+0
| | | | | | | mini2440 has been supported in the mainline kernel since early 2009, so use that instead of a custom tarball. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/mipsel-malta: switch to kernel 2.6.38.5Gustavo Zacarias2011-05-031-0/+0
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/arm-versatile: use 2.6.38.3 kernelPeter Korsgaard2011-04-221-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/arm-versatile: enable tmpfs support in kernelPeter Korsgaard2011-04-221-0/+1
| | | | | | Needed for /tmp. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qemu/x86: linux: tweak configPeter Korsgaard2011-04-031-3/+7
| | | | | | | Enable correct driver for qemu's rtl8139 emulation (8139cp), enable CONFIG_PACKET so DHCP works and enable 8250 driver for serial console. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: Add a Qemu mipsel Malta boardThomas Petazzoni2010-12-172-0/+84
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: Add a Qemu PPC g3beige boardThomas Petazzoni2010-12-172-0/+92
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: Add Qemu SH4 r2d configurationPhilippe Reynes2010-12-174-0/+153
| | | | | | | | | | | | | | | | [ Thomas: * renamed sh4_defconfig to qemu_sh4_r2d_defconfig, for consistency with other Qemu platforms supported * renamed board/qemu/sh4 to board/qemu/sh4-r2d * minor fixes in the readme.txt * remove useless statements in the minimal defconfig * switch to a fixed kernel version instead of "same as headers" ] Signed-off-by: Philippe Reynes <tremyfr@yahoo.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: add new Qemu x86 configuration fileThomas Petazzoni2010-12-161-0/+67
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: add support for Mini 2440Thomas Petazzoni2010-12-161-0/+1409
| | | | | | | | | | | | | | Paul Jones documented at http://pauljones.id.au/blog/2010/07/using-buildroot-on-a-mini2440/ how to use Buildroot to generate a system for the FriendlyARM Mini2440 platform. This patch integrates Paul's work into Buildroot. Unfortunately, the kernel being 2.6.32, we can't easily use a minimal defconfig here. The mini2440 support has been merged into more recent kernels, but I don't have the hardware to test. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: add Qemu Versatile defconfigThomas Petazzoni2010-12-161-0/+88
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>