aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/minnow/minnow-preempt-rt.scc
AgeCommit message (Collapse)Author
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2014-04-10minnow: Add minnow-drivers-extra fragmentDarren Hart
Driver requests tend to trickle in slowly. Provide a staging fragment where we can collect those that are not already covered by existing scc files. As blocks of drivers become apparent, new scc files can be created and this file pruned. Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-11-14minnow: Remove branch statements from minnow scc filesDarren Hart
MinnowBoard now builds from standard/base, there is no need for the branch command in the scc files which create or reuse a standard/minnow branch. As the goal is to work from a single branch for all IA BSPs, this is a first step toward purging the IA BSP branches from linux-yocto. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2013-05-18meta: Add MinnowBoard BSPDarren Hart
The MinnowBoard (minnowboard.org) is an Intel Atom E640T processor coupled with an Intel EG20T Platform Controller Hub (Tunnel Creek + Topcliff = Queensbay). The E6xx CPU embeds on-chip graphics supported by the Intel Embedded Media and Graphics Driver (EMGD). Create a "standard" ktype for the initial BSP. Include critical boot features such as SATA, USB_STORAGE, MMC, and PCH_UART (serial console) built-in, and include drivers for non-boot on-board features via modules to keep size down as well as reduce the kernel boot time. Build in the minnowboard platform drivers which configures the GPIO lines, connects the on-board LEDs and buttons via the leds-gpio and gpio-keys-polled drivers, and provides While the serial console is a PCH_UART, when doing early boot debug, the 8250 driver is needed for port-based console and for earlyprintk, so include it as well. Include support for all USB gadget drivers as modules. Signed-off-by: Darren Hart <dvhart@linux.intel.com>