aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-05-01quark.conf: set IMAGE_BOOT_FILESdizzywicBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-04-14gnu-efi: add version 3.0.0u to quark BSP since grub 0.97 + patch requires itBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-03-09libgcrypt: make bbapend version independantBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-02-26grub_0.97.bb: update SRC_URI to grub mirror on iotdk ghBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-02-10linux: add quark-standard.scc file and featuresBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-02-09README: add fileBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-02-06MAINTAINERS: add fileBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-02-06quark: mark all appends only for quark MACHINEBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-02-06linux-yocto-quark_3.8.bb: add efivars module to be loadedBrendan Le Foll
And remove previous modutils-initscripts file that did the same thing but only on sysV builds. Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-02-06ethtool: add recipe with quark patchBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-01-07binutils: add ommit lock prefix patch to quark bspBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2015-01-07meta-quark-bsp: grub.conf: remove vmalloc=384 from kernel argumentOng Boon Leong
vmalloc=384 was a work-around in early Quark SW release and since Quark v1.0.1 release been fixed. It was added as interim solution to work-around an issue in older EDKII BIOS which reported large MMIO space and choke up system memory on Quark platform which very small DDR3 size. As newer EDKII BIOS now allocate smaller MMIO space to fit Quark I/O need, this workaround can not be dropped. Reported-by: Roache, Edward <edward.f.roache@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp,grub: add PACKAGECONFIG to enable/disable GRUB test codeOng Boon Leong
Grub package is released with test code in order to allow developer to modify and test out-of-box. This PACKAGECONFIG by default disable test code by append CFLAG with -DINTEL_QUARK_TEST=0. To enable test code automatically, simply append CFLAG with -DINTEL_QUARK_TEST=1. To enable test code to be executed during grub, user has two choices: (a) uncomment PACKAGECONFIG = "grub_test" ,OR (b) in conf/local.conf, add PACKAGECONFIG_pn-grub = "grub_test" Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-galielo: move conf/machine-sdk into meta-quark-bspOng Boon Leong
Move machine-sdk conf files from meta-galileo back to meta-quark-bsp in order meta-galileo to purely containing Intel Galileo meta-data only. Metadata in machine-sdk is common to all Quark platforms. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: linux-yocto-quark: use 8250 driver as early serialOng Boon Leong
This patch enables 8250 UART as early serial driver. This patch is adopted from Quark SW release v1.0.2. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: remove duplicated quark-standard.sccOng Boon Leong
meta-iot-devkit/recipes-kernel/linux/../iot-devkit[-spi] has quark-standard.scc. Having another quark-standard.scc in meta-quark-bsp breaks the build. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10linux-yocto-quark_3.8.bb: make g_serial load after pch_udc to fix module not ↵Brendan Le Foll
loading Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10galileo-init: rename quark-init since it is only used on galileo boardsBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10grub.conf: use /dev/ttyQRK1 as console in grubBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10linux-yocto-quark_3.8.bb: move from g_serial to g_acm_msBrendan Le Foll
We use g_acm_ms to provide mass storage facility on /dev/mmcblk0p1 as well as serial on /dev/ttyQR1. Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10linux: upgrade to BSP 1.0.1 kernelBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10libgcrypt_1.5.3.bbappend: disable aes-ni and the via padlock explicitlyBrendan Le Foll
This is to avoid an illegal instruction on wpa_supplicant when connecting to wifi networks using advanced security like EAP-PEAP. Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10quark-init: update quark-init with systemd script and gen2 galileo supportBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: add a list of autoload kernel modules for Quark X1000Ong Boon Leong
This patch adds a list of all Quark SoC X1000 generic kernel modules that will be auto-loaded. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: linux: recipe name change to linux-yocto-quarkOng Boon Leong
Update Linux naming to use quark as change the recipe file name. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: grub-conf: update grub.conf to use quark naming.Ong Boon Leong
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: grub: rename patch file to quark.patchOng Boon Leong
Change patch filename to quark.patch and reflect the change into grub_0.97.bb file as well. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: rename layer to be quark-bspOng Boon Leong
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: quark.conf: remove unnecessary module_autoloadOng Boon Leong
Remove all module_autoload and module_autoconf usage from quark.conf. Such definitions should instead be in linux-yocto-quark recipe file. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: quark.conf: rename clanton to quarkOng Boon Leong
Change reference from clanton to quark. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-10meta-quark-bsp: conf: rename machine conf file to quark.confOng Boon Leong
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-06-11linux-yocto-clanton: use g_acm_ms instead of g_serialBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-05-13grub-conf: fix grub configPaul Eggleton
* Add a working configuration for devkit images, default to it and drop the others that aren't as useful * Drop use of $EARLY_CON_ADDR_REPLACE since that doesn't appear to be working * Increase the timeout to allow you to change the selection if needed Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-13clanton.conf: change module name intel_cln_gip to intel_qrk_gipPaul Eggleton
The 1.0.0 BSP kernel patch changes the module name, change reflects this (meta-clanton rev: 05f21dd4bf6e7260eefb559b5a958e0ae195e7ec) Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-05-13linux-yocto-clanton: remove kernel config section in patchBrendan Le Foll
This breaks kernel config fragments (meta-clanton rev: b1507876789fa571896ae2a54ee766ba5fdca837) Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-13grub: remove INTEL_QUARK_TEST that causes issues with MMC bootBrendan Le Foll
(meta-clanton rev: 0ea58a4ef59cbc023c5acd1bca2be4d64a6521bf) Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09grub: set autotools-brokensep, due to issues buildingSaul Wold
(meta-clanton rev: 2aaca8f45dd2ed199f6ec4824e9829a6c5d19b3a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09clanton.conf: update for tune base changesSaul Wold
(meta-clanton rev: 50f9dbbdc4996af91de603d2b43087671bdf5338) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09linux: add upstream patch for librtraceevent to remove /usr/local from MakefileBrendan Le Foll
(meta-clanton rev: 521739c114a6b6d3e732176f7b4d1ed44fc96ab1) Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Conflicts: meta-clanton-bsp/recipes-kernel/linux/linux-yocto-clanton_3.8.bb Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09linux-yocto-clanton: Move to iot-devkitSaul Wold
Since the profiling and tracing enablement is specific to the iot-devkit, move these patches here. (meta-clanton rev: a702affcc68654ed39be381f3085d0bcd96bb30c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09quark-init: Add from v1.0.0Saul Wold
(meta-clanton rev: 45df415361ae60f5113e97533584ef17e1f5a1c1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09modutils-initscripts: Add from v1.0.0Saul Wold
(meta-clanton rev: 429cbd18d53243d29af35a9fa28def965763f2b5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09grub-conf: Update for Clanton v1.0.0Saul Wold
(meta-clanton rev: fb5b5dda4d634acd17a7fe5cdf3d5588c0cf35d3) Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-05-09linux: Update to Clanton 1.0.0Saul Wold
(meta-clanton rev: 7967403d31e6b696d480f1e70c0a33678666d5b8) Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-05-09grub: Update to clanton 1.0.0Saul Wold
(meta-clanton rev: b254a4ad9244e4c61448a687eac49a34e989370f) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09linux: Update to Clanton 0.9.0Saul Wold
(meta-clanton rev: cd773d8dc8d61fc1849b911a7f3d6aee09b97d91) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09grub: Update to Clanton 0.9.0Saul Wold
(meta-clanton rev: 38f5e1c91871c3675339245609414d3c08680d7d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09grub-conf: Update to 0.9.0Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-09clanton.conf: fix i2c module autoloadBrendan Le Foll
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-05-09grub-conf: fix sstate accelerationPaul Eggleton
Use the deploy class so that the output can be accelerated by shared state. (meta-clanton rev: dc9fef52eea05551c338ab7ec7dd0c15d4ad9188) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>