aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/grub-conf/files
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: 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-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-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-conf: Update to 0.9.0Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@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>