aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp
AgeCommit message (Collapse)Author
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-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-10grub.conf: use /dev/ttyQRK1 as console in grubBrendan Le Foll
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-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-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-09grub-conf: Update for Clanton v1.0.0Saul Wold
(meta-clanton rev: fb5b5dda4d634acd17a7fe5cdf3d5588c0cf35d3) 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-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-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>
2014-05-09grub.conf: Fix up default selection and timeoutSaul Wold
(meta-clanton rev: 1b22a6ae39c6a81566717c23761aa449233885e1) Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-05-09grub: change default image selection in grubBrendan Le Foll
(meta-clanton rev: 65451618190036acfb374dcb714486b30cc88fb3) Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2014-05-09Initial commit adding combo repositoriesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>