summaryrefslogtreecommitdiffstats
path: root/board/minnowboard
Commit message (Collapse)AuthorAgeFilesLines
* board/minnowboard: add CONFIG_IGB in Linux kernel configPierre-Louis Bossart2018-07-141-0/+1
| | | | | | | | | | | | | | | The 2017 MinnowBoard Turbot skews no longer use the Realtek 8169 Ethernet chip. The Turbot D0 uses The Intel I211, the Turbot Dual Ethernet has an I210 (quad-core) or I211 (dual-core). Add CONFIG_IGB to the Linux config but keep the Realtek 8169 support to avoid breaking older boards Tested on Turbot D0, lspci -k shows the igb driver is used: 03:00.0 Class 0200: 8086:1539 igb Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* minnowboard-max: defconfigs: bump kernel to 4.14.13Peter Korsgaard2018-01-151-0/+1
| | | | | | Use CONFIG_UNWINDER_FRAME_POINTER as CONFIG_UNWINDER_ORC needs libelf. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* minnowboard_max: bump to kernel 4.12.2Peter Korsgaard2017-07-161-0/+0
| | | | | | | And drop the version number from the linux configuration. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/minnowboard: remove support for minnowboardArnout Vandecappelle2017-03-052-3/+1
| | | | | | | | | The scripts used for the minnowboards were generic for MinnowBoard and MinnowBoard MAX. Since we removed the original MinnowBoard, this isn't necessary anymore. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minnowboard_defconfig: remove broken defconfigArnout Vandecappelle2017-03-053-185/+3
| | | | | | | | | This defconfig has been broken due to gcc5 for more than half a year, and nobody stepped up to fix it. Remove it, as well as the files it references. Update the readme to remove references to MinnowBoard. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minnowboard_max: defconfigs: bump linux kernel to 4.8.1Peter Korsgaard2016-10-091-0/+0
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/minnowboard-max: Add kernel options to support USB disksEzequiel Garcia2016-09-111-0/+3
| | | | | | | | | | | | | As reported by bug #9176 the current v4.6 kernel config (used by Minnowboard MAX and Turbot) does not support USB disks. Since this is a pretty essential functionality, it's desirable to have it, so let's add the required options. Kernel config linux-v3.8.config (currently used by the first generation Minnowboard) doesn't need this change. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board/minnowboard/post-build.sh: only tweak /etc/inittab if availablePeter Korsgaard2016-08-261-2/+4
| | | | | | | | | As pointed out in bug #9161, we don't always have an inittab file (if systemd or no init is used), so the post build script should only try to tweak it if present. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* minnowboard-max: Start X on boot and run a few demosEzequiel Garcia2016-07-043-7/+7
| | | | | | | | | Now that we've merged nodm, the autologin display manager, we can get rid of xinit, and startx hack and use nodm to start X on boot. While here, let's start xterm and glmark2, just as demos. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* minnowboard-max: Enable serial and HDMI consolesEzequiel Garcia2016-06-282-0/+8
| | | | | | | | | | Following what's done in Raspberry Pi's defconfigs, let's unify the consoles in Minnowboard Max defconfigs, providing consoles on HDMI and serial port. [Peter: use tty1 like on rpi] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* configs/minnowboard_max: bump kernel to 4.6.1Vincent Stehlé2016-06-062-3/+2
| | | | | | | | | | | Also, rebase kernel config and adapt kernel command line in grub config file to follow mmc numbering change. [Peter: drop now unused linux-4.4.config] Signed-off-by: Vincent Stehlé <vincent.stehle@intel.com> Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Cc: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/minnowboard-max: Add a X-based graphical defconfigEzequiel García2016-04-183-0/+11
| | | | | | | | | | | | | | | | | | | | | | This commit adds a new defconfig to build a X-based graphical system for the Minnowboard MAX board. * The 'openbox' windows manager is chosen because it's simple and lightweigth. * Basic X apps are enabled (such as xrandr, xterm), so we can at least get a console and change video mode. * ALSA default configuration is provided, so HDMI audio works out-of-the-box. * OpenGL is supported. Tested on Minnoboard Turot (which is Minnowboard Max compatible). [Peter: drop unneeded/specific toolchain config options] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/minnowboard-max: Add more peripherals and features to the kernelEzequiel García2016-04-181-0/+10
| | | | | | | | | | | | | | This commit enables support for: * HDMI audio * Support for user-provided EDID firmware (useful to workaround broken monitors) * Evdev interface * System V IPC (required by ALSA) The options make the system more useful. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/minnowboard: Unify Minnowboard and Minnowboard MAX boardsEzequiel García2016-04-185-3/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given Minnowboard and Minnowboard MAX boards are very similar, it's desirable to unify the support for them. This commit does the following: 1) Remove Minnowboard MAX's genimage.cfg, post-build.sh and post-image.sh. These are identical to Minnowboard's. 2) Move Minnowboard MAX's linux config, and rename it. It would be lovely to have a single kernel config file. The kernel size penalty involved in adding support for all the peripherals on both boards is small enough to justify this. However, the original Minnowboard has some GPIO buttons that need to be registered by the kernel. This is not upstreamed, and hence we need to use the yocto v3.8 kernel to have this support. 3) Rename each grub config to grub-{board}.cfg. 4) Modify (the now unique) post-build script to use a different grub config, according to the board. 5) Update both defconfigs, as per the above changes. 6) Finally, update the readme.txt. [Peter: mention MAX in readme title] Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* board/minnowboard: Rework to generate SD card imageEzequiel García2016-04-183-27/+59
| | | | | | | | Let's rework the board and config files to use genimage to generate the SD card image directly. Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* trivial: fix typo 'informations'Thomas De Schampheleire2014-07-241-1/+1
| | | | | | | | | | | In English, unlike in French, almost all usages of the word 'information' are uncountable, meaning that 'informations' is invalid. This patch fixes this typo throughout the tree, except in CHANGES and docs/news.html (historic text). Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* board: add support for the MinnowBoardThomas Petazzoni2014-02-194-0/+220
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud