summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/aspeed-layer
Commit message (Collapse)AuthorAgeFilesLines
* meta-phosphor: aspeed-layer: cf-fsi-firmware: rename as gitPatrick Venture2018-10-271-0/+3
| | | | | | | | | | Rename cf-fsi-firmware.bb as git per OE norms. (From meta-phosphor rev: 1387adce04d049311de7dbebc8d7ae9dc324f6c4) Change-Id: I3a73fa25d31c30be5425490e41fd8ef09355318a Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Spelling fixesGunnar Mills2018-09-052-2/+2
| | | | | | | | | | | | Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. (From meta-phosphor rev: 38f27112a9bc38337d8f4c63c333d2a1f28945fa) Change-Id: I834b99d63a260f21c60b58c91ec328cf04b683fe Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* cf-fsi-firmware: Update to v4Joel Stanley2018-08-071-2/+2
| | | | | | | | The latest version uses a unified firmware binary, so we can use the one binary on all machines. Change-Id: I59525c9203a491ac786a5199e457c1847a4ae0e0 Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: FSI, ASPEED SPI NOR, ASPEED GFXJoel Stanley2018-07-041-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Benjamin Herrenschmidt (11): drm: aspeed: Enable/disable vblank in pipe enable/disable devres: Add devm_of_iomap() fsi: Move code around to avoid forward declaration fsi: Add mechanism to set the tSendDelay and tEchoDelay values fsi: master-gpio: Rename and adjust send delay fsi: master-gpio: Add support for link_config fsi: master-gpio: Add more tracepoints fsi: master-gpio: Remove unused definitions fsi: master-gpio: Remove "GPIO" prefix on some definitions fsi: master-gpio: Add missing release function fsi: Move various master definitions to a common header Cédric Le Goater (2): ARM: dts: aspeed: Add "spi-max-frequency" property mtd: spi-nor: aspeed: limit the maximum SPI frequency Joel Stanley (2): ARM: config: aspeed: Enable SHA256 and HMAC ARM: config: aspeed: Re-enable DEVMEM Resolves: openbmc/openbmc#3164 Change-Id: I7f1970a8123b6d335e6dd2bda525c02cc393ede4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Eddie James <eajames@linux.vnet.ibm.com>
* aspeed: Add cf-fsi firmwareJoel Stanley2018-06-271-0/+25
| | | | | | | | | | | | This project installs the machine specific ColdFire firmware file into /lib/firmware for using the ColdFire FSI master kenrel driver. The repository contains source and corresponding assembled binaries. We do not assemble our own binaries as that would require building binutils for the 68k. Change-Id: Iac13f94532e0cdf92814f2521f170778505f30f7 Signed-off-by: Joel Stanley <joel@jms.id.au>
* Rename and move kernel recipeBrad Bishop2018-06-158-0/+117
| | | | | | | | | | | | | | | | | Rename linux-obmc to linux-aspeed and move to the Aspeed layer. Like recipes for u-boot forks, recipes for kernel forks in support of different SOCs are typically provided in the BSP supporting the SOC. Moved a number of phosphor-isms out of the kernel recipe and put those in a bbappend in aspeed-layer/bbappend. Removed COMPATIBLE_MACHINE setting. We simply use PREFERRED_PROVIDER in machine configuration files to set the default kernel recipe. Tested: Booted spoon/palmetto images using QEMU Change-Id: I7dc73629cad4789dcd5aeb0f7b6214fe064c6adc Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* aspeed: Rename u-boot recipesBrad Bishop2018-06-112-0/+0
| | | | | | | | | | Append an -aspeed suffix to Aspeed u-boot and u-boot-fw-utils recipes to match convention of other upstream BSP layers like meta-fsl-arm. Tested: Built palmetto/spoon images and booted in QEMU Change-Id: I88ce2062876674ea9c104a97cc0bf2c83f2b1fcd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* Use BB collections for Aspeed tree patchesBrad Bishop2018-06-118-0/+239
Move the Aspeed u-boot tree patches to a directory where they can be conditionally applied when the Aspeed layer is in the build configuration. This is a better way to achieve 273ec60e436 since it enables the Aspeed BSP layer to name its u-boot/kernel recipes whatever it wants. Remove stubbed do_configure from u-boot_%.bbappend. It is no longer required since the bbappend is only activated when the aspeed layer and associated u-boot recipes are in the layer configuration. Tested: Built u-boot recipe for witherspoon and palmetto targets Change-Id: I52dceb65598e0cf660ad035a8f14e9894325ca71 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud