summaryrefslogtreecommitdiff
path: root/meta-openbmc-bsp/meta-ibm
AgeCommit message (Collapse)AuthorFilesLines
2018-08-23[Subtree] Move board support packages to top levelDave Cobbley9-275/+0
The new subtree paradigm has moved the meta-bsp layers to the top level Change-Id: Ic4f64c39465be699bed3649e125e027d17daf938 Signed-off-by: Dave Cobbley <david.j.cobbley@linux.intel.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-08-21Fix inconsistent indentationAlexander Hedges1-7/+7
Change-Id: I8473b4c93915d57a513384c38137186353c052bd Signed-off-by: Alexander Hedges <ahedges@ethz.ch>
2018-05-02add kernel-uimage class for fsp2Ivan Mikhaylov1-0/+1
linux kernel needs u-boot tools for vmlinux post processing in other case there will be error about: | BOOTAR arch/powerpc/boot/wrapper.a | WRAP arch/powerpc/boot/uImage | INFO: Uncompressed kernel (size 0x8b7e54) overlaps the address of the wrapper(0x400000) | INFO: Fixing the link_address of wrapper to (0x900000) | "mkimage" command not found - U-Boot images will not be built Change-Id: I86f4eab65c30352a1589e9e4537963f9b4a3d5fc Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com>
2018-03-29fsp2: Append -layer to bb file collection nameBrad Bishop1-2/+2
This seems to be the upstream convention. Update to match. Change-Id: Ie56cfd4cce1d1d49a3edeaf734fcfbbc665a55c8 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2018-02-21add sunray2, fsp2 based socIvan Mikhaylov9-0/+274
* add fsp2 meta * add sunray2 evaluation board * create zobmc ppc kernel for fsp2 based boards * remove phosphor gpio keys * only -k core-image-minimal working fine for now due to problems with workbook and ipmi dependencies Change-Id: Id84614a78bc875206ccc0450885261258e4adb26 Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com>