summaryrefslogtreecommitdiff
path: root/meta-aspeed
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01linux-aspeed-sdk: Add fix for ESPI crashJoel Stanley2-0/+104
This patch has been submitted to aspeed. (From meta-aspeed rev: d537df871b467808a6ff3f08d596f6d9a2f52dde) Change-Id: I6d4e68e275c24b3f5bbbf9b1b836ac2a04e5cd4f Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-31linux-aspeed-sdk: g6: Enable UART driverJoel Stanley1-0/+1
The ast2600 device tree uses the DesignWare 8250 compatible, so we need this enabled in order to get a console. (From meta-aspeed rev: 6c75c8c96d409e3419a93c64cac77a766d75fe54) Change-Id: I800cf13c52f1d297ee541daf8ab0db0633d455be Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-31linux-aspeed-sdk: g6: Enable HIGHMEM and EARLY_PRINTKJoel Stanley1-1/+6
Highmem is needed for the kernel to be able to use the full 2GB of RAM in the EVB. Earlyprintk is there for debugging boot failures. Enable DETECT_HUNG_TASK for extra debugability. (From meta-aspeed rev: 4f48b871ef98d27540ea526eef215e52dff4a58f) Change-Id: I628b47bdca80efa7be1af3f2ac87a70e701c245a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-31linux-aspeed-sdk: Update to SDK v00.02.01Joel Stanley1-1/+1
(From meta-aspeed rev: d6af3ce42681edb8231e4550073a02cea24621e4) Change-Id: I32fdc45dc1a885c362467d9e6db5a7a794430676 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-31u-boot-aspeed: Update to SDK v00.02.01Joel Stanley1-1/+1
(From meta-aspeed rev: fb54525540953435683dcc3bee915123e25a1a8b) Change-Id: I3dcce46f6f18ea9cf24a8b53b6f79a9899e7d6c8 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-31aspeed: u-boot: Fix SDK booting on systems with lots of RAMJoel Stanley2-0/+32
This patch is required to boot on the ast2600evb which has 2GB of RAM. It has been submitted to aspeed for inclusion in their tree. (From meta-aspeed rev: 229a6556b33641bdfc770eb9566b3db3ce01354c) Change-Id: Ic2605f6634c82bcf8c1f0d5e166fea88ff7722d4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-07-29aspeed: Add Aspeed G6/eval configurationBrad Bishop4-1/+18
Add base configuration metadata for the Aspeed AST2600 and its evaluation board. Initially point at the Aspeed SDK until kernel and u-boot support is added upstream. (From meta-aspeed rev: 2f128068bc3b7705071868176624ef19a9000750) Change-Id: Id8636520815a2cf98f8a801f6a2241387e4a8231 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-29aspeed: Add Aspeed SDK recipe for LinuxBrad Bishop2-0/+300
The Aspeed SDK is intended to be used as the basis for Aspeed G6 bringup. (From meta-aspeed rev: c8f6c5e384a9ffc547bb31a25ecb0bfb0a79a61f) Change-Id: Ieef79c3c76017f33d980d8926291abf41363d987 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-27aspeed: Add Aspeed SDK recipes for U-bootBrad Bishop3-0/+62
Start by copying oe-core recipes-bsp/u-boot/ into the Aspeed BSP. The uboot recipes in oe-core master currently point to 2019.07 u-boot and the Aspeed SDK branch being pointed to by this patch is based on uboot upstream 2019.04. There weren't any changes in oe-core going from 2019.04 to 2019.07 so thats OK. After copying the oe-core recipes, fix up SRC_URI, HOMEPAGE, and a couple other variables to point at the Aspeed u-boot fork. The current aspeed-master-v2019.04 tip and evb-ast2600_defconfig will produce a uboot binary but make returns non-zero: CFGCHK u-boot.cfg Error: You must add new CONFIG options using Kconfig The following new ad-hoc CONFIG options were detected: CONFIG_RAM Please add these via Kconfig instead. Find a suitable Kconfig file and add a 'config' or 'menuconfig' option. make: *** [Makefile:1010: all] Error 1 As such the utility of this recipe is limited until the above issue is addressed. The Aspeed SDK is intended to be the basis for Aspeed G6 bringup. (From meta-aspeed rev: fe03326ee328718a79138062a0db374c0685a9c7) Change-Id: I266dc10dd8549c024ec7012da5e576a2436d195b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-27aspeed: g5: eval: drop unused variablesBrad Bishop1-5/+1
Leave KMACHINE at the OE-core default. It is only used by the kernel-yocto bitbake class when dealing with kernel source trees like the Yocto kernel fork that include KERNEL_FEATURES metadata right in the source tree. None of the Aspeed trees do that. Don't set FLASH_SIZE. It isn't an OE-core variable and it isn't used anywhere. (From meta-aspeed rev: 798e4360c387b12e6bd190c5e526edc1cd75521d) Change-Id: I4a68fa98108014b8517d0417357060a8fc4e7aae Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-26meta-aspeed: drop thud compatibilityBrad Bishop1-1/+1
From the manual on LAYERSERIES_COMPAT: Lists the versions of the OpenEmbedded-Core for which a layer is compatible. Using the LAYERSERIES_COMPAT variable allows the layer maintainer to indicate which combinations of the layer and OE-Core can be expected to work. The variable gives the system a way to detect when a layer has not been tested with new releases of OE-Core (e.g. the layer is not maintained). Noone is testing OE-core thud + meta-aspeed master, so take the safe route and don't advertise support. For compatibility with OE-core thud, use the thud branch of meta-aspeed. (From meta-aspeed rev: 47d59dc9e3944127b91c89f6745da55eb12bdbfa) Change-Id: I11dc3c5bd285e2bc9c6b7226b8dda757f3705db7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-23aspeed: add sample bblayers and local configBrad Bishop2-0/+11
Add a minimal sample local.conf and bblayers.conf to enable easy build setup: TEMPLATECONF=meta=aspeed/conf . oe-init-build-env (From meta-aspeed rev: fdcd3979b7a1beaef7b832ddc74648226008317a) Change-Id: I6d62b6e7b1ef7e874178ce52979f522e103ab332 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-23aspeed: add AST2500 evaluation board targetBrad Bishop1-0/+8
There currently aren't any usable targets provided with meta-aspeed. Typical OE BSP layers provide reference metadata for evaluation boards. Provide one for the AST2500 evaluation board. Typical BSPs also provide an image class that produces images usable on the target hardware. meta-aspeed doesn't have one (yet), so although baking an image (e.g. core-image-minimal) will now work, it will not produce images usable with actual Aspeed hardware. (From meta-aspeed rev: 720fcee6f9dc78ed46b4641de6f2fb0054a6da44) Change-Id: I3419d448b05aa7c72b77224e44050ca63ec20f12 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-23aspeed: drop execute permissions from g5 defconfigBrad Bishop1-0/+0
(From meta-aspeed rev: 89362f7e06b1b3766d359694ee9a907ae769d35d) Change-Id: Ia83eea11281f387451c3ee17ba62ae15b068dd52 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-12linux-aspeed: Regenerate defconfigs for 5.2Joel Stanley2-103/+51
This is a noop regeneration of the defconfigs. Options have been removed from the upstream kernel, made defaults (such as the OCC option), and re-ordered. (From meta-aspeed rev: f4fa60b9ef4e0d83ac0923162b59f385bd12844f) Change-Id: I10d637463d5f69de4a58e1f19371286800fc80dc Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-11linux-aspeed: Move to v5.2Joel Stanley1-3/+3
This updates OpenBMC to the upstream v5.2 release. There are 100 patches carried in the openbmc tree, 58 of which are staged for inclusion in 5.3. Adriana Kobylak (2): ARM: dts: aspeed: Add Swift BMC machine ARM: dts: aspeed: swift: Add pca9539 devices Alexander Amelkin (1): mtd: spi-nor: fix options for mx66l51235f Alexander Filippov (1): ARM: dts: aspeed: Add YADRO VESNIN BMC Alexander Soldatov (1): hwmon (occ): Add temp sensor value check Andrew Jeffery (16): dt-bindings: pinctrl: aspeed: Split bindings document in two dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema MAINTAINERS: Add entry for ASPEED pinctrl drivers pinctrl: aspeed: Correct comment that is no longer true pinctrl: aspeed: Clarify comment about strapping W1C pinctrl: aspeed: Split out pinmux from general pinctrl pinctrl: aspeed: Add implementation-related documentation dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): One-shot retries for failure to set page pmbus (core): Use driver callbacks in pmbus_get_fan_rate() pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers soc: aspeed: Miscellaneous control interfaces ARM: dts: aspeed: witherspoon: Update max31785 node ARM: dts: aspeed-g5: Expose VGA and SuperIO scratch registers Andrew Peng (1): ARM: dts: aspeed: Adding Lenovo Hr630 BMC Benjamin Herrenschmidt (1): ARM: dts: aspeed: Add Power9 and Power9 CFAM description Christopher Bostic (1): iio: dps310: Temperature measurement errata Cédric Le Goater (11): mtd: spi-nor: aspeed: use command mode for reads mtd: spi-nor: aspeed: add support for SPI dual IO read mode mtd: spi-nor: aspeed: link controller with the ahb clock mtd: spi-nor: aspeed: optimize read mode mtd: spi-nor: aspeed: limit the maximum SPI frequency /dev/mem: add a devmem kernel parameter to activate the device ARM: dts: aspeed: Add "spi-max-frequency" property mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helper mtd: spi-nor: aspeed: clarify 4BYTE address mode mask mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization buffer mtd: spi-nor: aspeed: add support for the 4B opcodes Eddie James (4): ARM: dts: aspeed: Enable video engine on romulus and wtherspoon iio: dps310: Add pressure sensing capability OCC: FSI and hwmon: Add sequence numbering fsi: sbefifo: Don't fail operations when in SBE IPL state Fran Hsu (4): ARM: dts: nuvoton: Add NPCM730 common device tree ARM: dts: nuvoton: Add Quanta GSJ BMC pinctrl ARM: dts: nuvoton: Add Quanta GSJ BMC Device Tree. ARM: dts: nuvoton: Add GPIOs and LEDs to GSJ device tree George Hung (2): dt-binding: edac: add NPCM ECC documentation edac: npcm: Add Nuvoton NPCM7xx EDAC driver Hongwei Zhang (1): ARM: dts: aspeed: Add Microsoft Olympus BMC Jae Hyun Yoo (22): media: aspeed: fix a kernel warning on clk control media: aspeed: refine clock control logic media: aspeed: change irq to threaded irq media: aspeed: remove IRQF_SHARED flag media: aspeed: reduce noisy log printing outs media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE media: aspeed: refine interrupt handling logic media: aspeed: remove source buffer allocation before mode detection media: aspeed: use different delays for triggering VE H/W reset media: aspeed: add a workaround to fix a silicon bug dt-bindings: Add a document of PECI subsystem Documentation: ioctl: Add ioctl numbers for PECI subsystem peci: Add support for PECI bus driver core dt-bindings: Add a document of PECI adapter driver for ASPEED AST24xx/25xx SoCs peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx dt-bindings: mfd: Add a document for PECI client MFD mfd: intel-peci-client: Add PECI client MFD driver Documentation: hwmon: Add documents for PECI hwmon client drivers hwmon: Add PECI cputemp driver hwmon: Add PECI dimmtemp driver Add maintainers for the PECI subsystem ARM: dts: aspeed: peci: Add PECI node Jeremy Kerr (1): fsi/core: Fix error paths on CFAM init Joel Stanley (5): ARM: dts: aspeed: Rename flash-controller nodes iio: Add driver for Infineon DPS310 soc: aspeed: lpc-ctrl: Fix probe error handling ARM: dts: aspeed-g4: Expose SuperIO scratch registers ARM: config: aspeed: Update defconfigs John Wang (1): ARM: dts: aspeed: Add Inspur fp5280g2 BMC machine Lei YU (1): hwmon (occ): Fix division by zero issue Maxim Sloyko (1): ARM: dts: aspeed: zaius: add Infineon and Intersil regulators Oliver O'Halloran (1): i2c: fsi: Create busses for all ports Patrick Venture (2): ARM: dts: aspeed: Add aspeed-p2a-ctrl node ARM: dts: aspeed: quanta-q71: Enable p2a node Robert Lippert (2): ARM: dts: aspeed: zaius: update 12V brick I2C address ARM: dts: aspeed: zaius: fixed I2C bus numbers for pcie slots Tao Ren (2): ARM: dts: aspeed: cmm: enable ehci host controllers ARM: dts: aspeed: Add Facebook YAMP BMC Tomer Maimon (15): clk: nuvoton: add npcm750 clock function prototype initialization dt-binding: mtd: add NPCM FIU controller mtd: spi-nor: add NPCM FIU controller driver dt-bindings: i2c: npcm7xx: add binding for i2c controller i2c: npcm: driver for Poleg i2c controller dt-binding: bmc: Add NPCM7xx LPC BPC documentation misc: npcm7xx-lpc-bpc: add NPCM7xx BIOS post code driver dt-binding: bmc: add npcm7xx pci mailbox document misc: mbox: add npcm7xx pci mailbox driver dt-binding: net: document NPCM7xx EMC DT bindings net: npcm: add NPCM7xx Ethernet MAC controller dt-binding: peci: add NPCM PECI documentation peci: npcm: add NPCM PECI driver ARM: configs: add defconfig for Nuvoton NPCM7xx BMC ARM: dts: npcm7xx: Update device tree Vijay Khemka (1): soc: aspeed: lpc-ctrl: make parameter optional (From meta-aspeed rev: a83505d583b46be0523db03bf5bfdff2a5f6df9f) Change-Id: I0b5ee194f658657230ab1bf880990157f15dde09 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04linux-aspeed: Move to 5.1.16Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.16 stable release. (From meta-aspeed rev: 1f6f2db032b5e1d0bae6097bbccd8fd11f2d52c1) Change-Id: I4714d488a1db5d5f1a4287762b1d4f15402de1de Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04linux-aspeed: pinctrl, occ and fsiJoel Stanley1-1/+1
Two bug fixes for fsi, and some cleanups for pinctrl. Andrew Jeffery (8): dt-bindings: pinctrl: aspeed: Split bindings document in two dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema MAINTAINERS: Add entry for ASPEED pinctrl drivers pinctrl: aspeed: Correct comment that is no longer true pinctrl: aspeed: Clarify comment about strapping W1C pinctrl: aspeed: Split out pinmux from general pinctrl pinctrl: aspeed: Add implementation-related documentation Eddie James (1): OCC: FSI and hwmon: Add sequence numbering Jeremy Kerr (1): fsi/core: Fix error paths on CFAM init (From meta-aspeed rev: 5376bea182380b45a1ddacff82fbdd7d738e372a) Change-Id: I864f55798c4f625594bf0370f2b2827de1c7117e Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-07-04linux-aspeed: disable USB host featuresJae Hyun Yoo2-12/+12
Not all BMCs use USB host features so this commit removes USB host features from defconfig so that the features can be enabled in each machine layer when those are actually needed. (From meta-aspeed rev: 679e60064113e89d18528ed65d75daf97547a5f1) Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> Change-Id: I9c24fa9d381c81df51e148aacafad1c4a8af49e9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-27linux-aspeed: Move to 5.1.15Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.13, 5.1.14 and 5.1.15 stable releases. (From meta-aspeed rev: ca8fb5cd88aeae5a7c3215523638bb31d857e81a) Change-Id: Ie0a817513543ae6d20106f72ee2c097b37aab123 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-21linux-aspeed: Move to 5.1.12Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.12 stable release. (From meta-aspeed rev: e3e55be11ab1fcdb83635eb2e4dbf71edf9dd8cc) Change-Id: Id88b33542d6ac9fe344733d68c1f7a3e0d1e11cb Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-21linux-aspeed: fp5280g2 gpio-key fixJoel Stanley1-1/+1
John Wang (1): ARM: dts: aspeed: fp5280g2: Fix gpio-keys key code (From meta-aspeed rev: 489a80ff3e8d4d325cc3a52496d507fadfb78814) Change-Id: I176cfb737cbf3ad4479180c11e521b749360a06b Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-20linux-aspeed: Move to 5.1.11Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.10 and 5.1.11 stable releases. (From meta-aspeed rev: 52b2c1e3e91a79898907256114dbe5b614a6a301) Change-Id: Ib028853aee6825cada0e8a709f2523b75ae17994 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14linux-aspeed: New machines: Inspur fp5280g2, Facebook YAMPJoel Stanley1-1/+1
John Wang (1): ARM: dts: aspeed: Add Inspur fp5280g2 BMC machine Tao Ren (1): ARM: dts: aspeed: Add Facebook YAMP BMC (From meta-aspeed rev: 6c800dad240d943c5b92f054525de3bc15bdd857) Change-Id: Ifb3c2d707a1a319a2f932b914e06ecd10a880a1e Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14linux-aspeed: FSI i2c, sbefifo, video, dps301Joel Stanley1-1/+1
Eddie James (2): fsi: sbefifo: Don't fail operations when in SBE IPL state iio: dps310: Add pressure sensing capability Jae Hyun Yoo (1): media: aspeed: add a workaround to fix a silicon bug Joel Stanley (1): iio: dps310: Add changes following upstreaming Oliver O'Halloran (1): i2c: fsi: Create busses for all ports (From meta-aspeed rev: cb57f16315255438fd265816a31f607698913f49) Change-Id: I40c252f3d003faa8354b58fd0c693dfa31f57354 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-14u-boot-aspeed: Add W25M512JV flash chipJoel Stanley1-1/+1
Hongwei Zhang (1): aspeed/flash: add winbond SPI support (From meta-aspeed rev: d2b5ec7b57fc02081b0912adb0a6b60a496aef8a) Change-Id: Id9db8daa9f5df2b16951bc02a4ea9d4d389b3ed7 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13linux-aspeed: Move to 5.1.9Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.8 and 5.1.9 stable releases. (From meta-aspeed rev: c774792b8c027409f945f030e286164e8d567f44) Change-Id: Ibb858660e66746122f0d59c237cc60e3fa87e5e4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-13linux-aspeed: Add PCA953X driver to defconfigJoel Stanley1-0/+2
This is used by the Swift system. (From meta-aspeed rev: 27b8161d02b6a37c4822a2f9eb26f94fcbe82dca) Signed-off-by: Joel Stanley <joel@jms.id.au> Change-Id: I68ccf9a25befa874634cfbe076ab300801d2f70b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-10linux-aspeed: Move to 5.1.7Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.7 stable release. (From meta-aspeed rev: 7106f127ea35b485066176178b06bcf8490f5ddb) Change-Id: I362b575dc184ac0d425c5b30fc3495fde53effae Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-04linux-aspeed: Vensin, aspeed-video fixesJoel Stanley1-1/+1
Alexander Filippov (1): ARM: dts: aspeed: Add YADRO VESNIN BMC Jae Hyun Yoo (2): media: aspeed: remove source buffer allocation before mode detection media: aspeed: use different delays for triggering VE H/W reset (From meta-aspeed rev: 0741eb2bdf9d839d780e1c45d202c3cfd7622646) Change-Id: Ifef4fce604794dbc0b619ec72c1c76f0d372a445 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-04linux-aspeed: Move to 5.1.6Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.6 stable release. (From meta-aspeed rev: cb93206488f791d96259409d2508d0d4fa793ce5) Change-Id: Ief05719fa2ce4b34c8288f4c2b6bc63943787157 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-04u-boot-aspeed: Add MX66L1G45G flash chipJoel Stanley1-1/+1
Adriana Kobylak (1): aspeed/flash: Add MX66L1G45G chip (From meta-aspeed rev: 32422e0ec2c05d0940448992ecbdd9d5d89c7407) Change-Id: Ie976e6210c99521423d17873237cd80b59e50f43 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-28linux-aspeed: Move to 5.1.5Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.4 and 5.1.5 stable releases. (From meta-aspeed rev: 2efadef883a81948264f48f5149617c4dbcf718b) Change-Id: I622685753b1ae2b0c801b01dd9ceda263e5fb1ff Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-22linux-aspeed: Add Swift and OlympusJoel Stanley1-1/+1
Adriana Kobylak (2): ARM: dts: aspeed: Add Swift BMC machine ARM: dts: aspeed: swift: Add pca9539 devices Hongwei Zhang (1): ARM: dts: aspeed: Add Microsoft Olympus BMC (From meta-aspeed rev: 04e3a44ed6490fec9106d7bd02c31325aec7ce25) Change-Id: I6517ce6b333e57fcb9c74c5e1db399e1f4e5e0fe Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-22linux-aspeed: Move to 5.1.3Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.2 and 5.1.3 stable releases. (From meta-aspeed rev: 32f57ecac705c2c142e968008f4b55f201e5a1b8) Change-Id: I70e7ee0c2bb3aaea635e82461a9500739e1676b1 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-22u-boot-aspeed: Fix MT25QL01GB flash chipJoel Stanley1-1/+1
Cédric Le Goater (1): aspeed/flash: fix definition of the MT25QL01GB chip (From meta-aspeed rev: 37b73caedf44bc51e1bf798fe9d566f8646353b2) Resolves https://github.com/openbmc/u-boot/issues/18 Change-Id: If4082230d50c8da4a5a731fc14d938edd018ea10 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-13linux-aspeed: Move to 5.1.1Joel Stanley1-2/+2
This includes security and bug fixes from the 5.1.1 stable release. (From meta-aspeed rev: f07de9d2475ef003b99fefc2f270383eecad35fb) Change-Id: I9e9e136a05624a4ab89e30ad6725809c9d1da0ce Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-09linux-aspeed: Move to v5.1Joel Stanley1-3/+3
Current list of out-of-tree patches: Alexander Amelkin (1): mtd: spi-nor: fix options for mx66l51235f Alexander Soldatov (1): hwmon (occ): Add temp sensor value check Andrew Jeffery (8): dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation pmbus (max31785): Add support for devicetree configuration pmbus (core): One-shot retries for failure to set page pmbus (core): Use driver callbacks in pmbus_get_fan_rate() pmbus (max31785): Wrap all I2C accessors in one-shot failure handlers soc: aspeed: Miscellaneous control interfaces ARM: dts: aspeed: witherspoon: Update max31785 node ARM: dts: aspeed-g5: Expose VGA and SuperIO scratch registers Andrew Peng (1): ARM: dts: aspeed: Adding Lenovo Hr630 BMC Benjamin Fair (1): net: npcm: use bitmap functions on link mode params Benjamin Herrenschmidt (1): ARM: dts: aspeed: Add Power9 and Power9 CFAM description Christopher Bostic (1): iio: dps310: Temperature measurement errata Cyril Bur (1): misc: Add ASPEED mbox driver Cédric Le Goater (11): mtd: spi-nor: aspeed: use command mode for reads mtd: spi-nor: aspeed: add support for SPI dual IO read mode mtd: spi-nor: aspeed: link controller with the ahb clock mtd: spi-nor: aspeed: optimize read mode mtd: spi-nor: aspeed: limit the maximum SPI frequency /dev/mem: add a devmem kernel parameter to activate the device ARM: dts: aspeed: Add "spi-max-frequency" property mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helper mtd: spi-nor: aspeed: clarify 4BYTE address mode mask mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization buffer mtd: spi-nor: aspeed: add support for the 4B opcodes Eddie James (10): ARM: dts: witherspoon: Enable vhub media: platform: Aspeed: Remove use of reset line media: platform: Aspeed: Make reserved memory optional media: dt-bindings: aspeed-video: Add missing memory-region property clk: Aspeed: Setup video engine clocking ARM: dts: aspeed-g5: Add video engine ARM: dts: witherspoon: Enable video engine ARM: dts: romulus: Enable video engine hwmon (occ): Store error condition for rate-limited polls hwmon (occ): Prevent sysfs error attribute from returning error Edward A. James (1): ARM: dts: Aspeed: Witherspoon: Update BMC partitioning Jae Hyun Yoo (19): dt-bindings: Add a document of PECI subsystem Documentation: ioctl: Add ioctl numbers for PECI subsystem peci: Add support for PECI bus driver core dt-bindings: Add a document of PECI adapter driver for ASPEED AST24xx/25xx SoCs peci: Add a PECI adapter driver for Aspeed AST24xx/AST25xx dt-bindings: mfd: Add a document for PECI client MFD mfd: intel-peci-client: Add PECI client MFD driver Documentation: hwmon: Add documents for PECI hwmon client drivers hwmon: Add PECI cputemp driver hwmon: Add PECI dimmtemp driver Add maintainers for the PECI subsystem ARM: dts: aspeed: peci: Add PECI node media: platform: aspeed: fix a kernel warning on clk control media: platform: aspeed: refine clock control logic media: platform: aspeed: change irq to threaded irq media: aspeed: remove IRQF_SHARED flag media: aspeed: reduce noisy log printing outs media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE media: aspeed: refine interrupt handling logic Joel Stanley (20): iio: Add driver for Infineon DPS310 ARM: dts: aspeed-ast2500: Update flash layout ARM: dts: aspeed: Add LPC mailbox node ARM: dts: aspeed: Enable mbox ARM: dts: aspeed-g4: Expose SuperIO scratch registers ARM: dts: aspeed-g5: Add resets and clocks to GFX node ARM: dts: aspeed: Enable the GFX IP ARM: dts: aspeed: Add RTC node ARM: dts: aspeed: Rename flash-controller nodes ARM: config: aspeed: Update defconfigs ARM: config: aspeed-g5: Add video engine driver ARM: dts: npcm: Remove use of skeleton.dtsi dt-bindings: gpu: Add ASPEED GFX bindings document drm: Add ASPEED GFX driver drm: aspeed: Clean up Kconfig options dt-bindings: rtc: Add on-chip ASPEED RTC documentation rtc: Add ASPEED RTC driver ARM: config: aspeed: Add P2A and EDAC drivers ARM: config: aspeed-g5: Remove unused gadget drivers ARM: config: aspeed-g5: Add ISL68137 and IR38064 Lei YU (2): ARM: dts: palmetto: Fix flash_memory region hwmon (occ): Fix extended status bits Maxim Sloyko (3): hwmon: (pmbus/ir38064): Add driver for Infineon IR38064 Voltage Regulator ARM: dts: aspeed: zaius: add Infineon and Intersil regulators hwmon: (pmbus/isl68137) Add driver for Intersil ISL68137 PWM Controller Patrick Venture (7): ARM: dts: aspeed: zaius: Fix intersil compatibles dt-bindings: misc: aspeed-p2a-ctrl: add support drivers/misc: Add Aspeed P2A control driver ARM: dts: aspeed: Add aspeed-p2a-ctrl node ARM: dts: aspeed: quanta-q71: Enable p2a node dt-bindings: Add ir38064 as a trivial device dt-bindings: Add isl68137 as a trivial device Robert Lippert (2): ARM: dts: aspeed: zaius: update 12V brick I2C address ARM: dts: aspeed: zaius: fixed I2C bus numbers for pcie slots Tomer Maimon (18): dts: npcm7xx: Modify NPCM7xx device tree clk: nuvoton: add npcm750 clock function prototype initialization dt-binding: mtd: add NPCM FIU controller mtd: spi-nor: add NPCM FIU controller driver dt-bindings: i2c: npcm7xx: add binding for i2c controller i2c: npcm: driver for Poleg i2c controller dt-binding: bmc: Add NPCM7xx LPC BPC documentation misc: npcm7xx-lpc-bpc: add NPCM7xx BIOS post code driver dt-binding: bmc: add npcm7xx pci mailbox document misc: mbox: add npcm7xx pci mailbox driver dt-binding: net: document NPCM7xx EMC DT bindings net: npcm: add NPCM7xx Ethernet MAC controller ARM: npcm: add defconfig for Nuvoton NPCM7xx BMC ARM: dts: npcm7xx: Update device tree dt-binding: peci: add NPCM PECI documentation peci: npcm: add NPCM PECI driver ARM: dts: npcm7xx: Add PECI description ARM: config: npcm7xx: Enable PECI driver Vijay Khemka (1): misc: aspeed-lpc-ctrl: make parameter optional krzysztof.adamski@nokia.com (1): pmbus: support for custom sysfs attributes (From meta-aspeed rev: a1594746d761ae3fd57c8e8419c8129e78b6634a) Change-Id: I83486a54d00afb6162ab1a3c9ee3a082241f109b Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-09meta-aspeed: layer.conf: set BBFILE_PATTERNBrad Bishop1-1/+1
Bitbake uses this regex to associate recipes and bbappends from BBFILES (which contains recipes and bbappends from -all- layers listed in bblayers.conf) to this layer. The association is then used to map the BBFILE_PRIORITY value for this layer onto the recipes provided by this layer. BBFILE_PRIORITY is used to determine which recipe to use when the same recipe appears in multiple layers. Without BBFILE_PATTERN set, recipes in this layer will get a default priority and not the priority specified in BBFILE_PRIORITY. This layer doesn't set a priority anyway, so functionally this patch is a noop but it is an improvement from a correctness standpoint, and it makes a warning go away: WARNING: No bb files matched BBFILE_PATTERN_foo-layer (From meta-aspeed rev: 1d2385f66eebac4548d7512b75f26fc641548c02) Change-Id: Ia4101252ce6dc9ec0ebc920103ef3b5417775c2e Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-07linux-aspeed: Move to 5.0.13Joel Stanley1-2/+2
This includes security and bug fixes from the 5.0.12 and 5.0.13 stable releases. (From meta-aspeed rev: 92983db472260cb2e5a2eabf78e3a766658fe18d) Change-Id: If234e2ed0ebf5851f22fc0c12e2b061eea7e2106 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-06linux-aspeed: Move to 5.0.11Joel Stanley1-2/+2
This includes security and bug fixes from the 5.0.10 and 5.0.11 stable releases. (From meta-aspeed rev: fd07a439a27107425380e1b1c15dc29efecd93a8) Change-Id: If7cd75859e961233589cb2f8aed3acb9f852b9c6 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-05-06linux-aspeed: aspeed-video, aspeed-lpc-controlJoel Stanley1-1/+1
Jae Hyun Yoo (4): media: aspeed: remove IRQF_SHARED flag media: aspeed: reduce noisy log printing outs media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE media: aspeed: refine interrupt handling logic Vijay Khemka (1): misc: aspeed-lpc-ctrl: make parameter optional (From meta-aspeed rev: c4a04dc04de86117c53f86fcddb85a4c9a48bda1) Change-Id: I5c75249e84cde255e7e1cdecb99be9a74d0fe706 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-29linux-aspeed: Move to 5.0.9Joel Stanley1-2/+2
This includes security and bug fixes from the 5.0.8 and 5.0.9 stable releases. (From meta-aspeed rev: cf86c821904e6dfaa71faa82b956e43ebb73ebdf) Change-Id: I263dd3103fe284ec5726131201835b8a032ee7af Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-29linux-aspeed: Q71 and Zaius updates, P2A driverJoel Stanley1-1/+1
Patrick Venture (7): dt-bindings: misc: aspeed-p2a-ctrl: add support drivers/misc: Add Aspeed P2A control driver ARM: dts: aspeed: Add aspeed-p2a-ctrl node ARM: dts: aspeed: quanta-q71: Enable p2a node hwmon: (pmbus/isl68137): Remove default y in Kconfig dt-bindings: Add ir38064 as a trivial device dt-bindings: Add isl68137 as a trivial device Robert Lippert (2): ARM: dts: aspeed: zaius: update 12V brick I2C address ARM: dts: aspeed: zaius: fixed I2C bus numbers for pcie slots (From meta-aspeed rev: ca37780a66f05676f4015b3b435536e68bb6a79d) Change-Id: I67a6b885adc5649f27c0e386773d4fcbd62fb5e5 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-29meta-aspeed: MACHINEOVERRIDES fixupsBrad Bishop6-18/+9
OE-Core adds the value of SOC_FAMILY to MACHINEOVERRIDES, so explicitly setting a MACHINEOVERRIDES is redundant. Drop the explicit ast2400/ast2500 MACHINEOVERRIDES and use the OE-Core provided aspeed-g4 and aspeed-g5 instead. After the redundant ast2400/ast2500 overrides are dropped, the ordering of the values in MACHINEOVERRIDES is wrong: MACHINEOVERRIDES="aspeed-g5:aspeed" This means that: FOO_aspeed = "bar" will override: FOO_aspeed-g5 = "baz" which is the opposite of expectation. The ordering is a function of config file include order and choice of the predot vs postdot operator. Use the same include ordering and dot operators as meta-fsl-arm to get the overrides to appear in MACHINEOVERRIDES in the correct order such that the expected semantics are provided and: FOO_aspeed-g5 = "bar" will override: FOO_aspeed = "baz" Drop explicit setting for FILESPATH as OE-Core adds OVERRIDES to FILESPATH and bitbake will find the appropriate defconfig without them. Move defconfigs to aspeed-g4 and aspeed-g5 since the ast2400 and ast2500 are being removed. (From meta-aspeed rev: 85d614a69c1e752fb4d5917499500c37c4f745ac) Change-Id: I63c0f71f14bf9145e7e769902be87bb267a78a30 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-20subtree updatesBrad Bishop1-1/+1
meta-aspeed: c8d791ede6..35a494ecb3: Andrew Jeffery (1): linux-aspeed: OCC, ISL68137, ASPEED spi-nor updates meta-ingrasys: 67bcaf389f..71846afdc6: Patrick Venture (5): meta-ingrasys: zaius: hwmon: udc90160 specify informative names meta-ingrasys: zaius: enable isl68137 and ir38064 meta-ingrasys: zaius: phosphor-hwmon: add vrm nodes meta-ingrasys: zaius: phosphor-hwmon: add power-brick nodes meta-ingrasys: zaius: update ipmi sensor inventory Robert Lippert (3): meta-ingrasys: zaius: remove reflock fixup recipe meta-ingrasys: zaius: avsbus-control: use linux driver instead of raw I2C commands meta-ingrasys: zaius: no longer need to set VDN VOUT_MAX during host boot Change-Id: I5dbcfae6f937e0f01e5fca4c1f686be0e82b7ee1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-18linux-aspeed: 4B opcode support for spi-nor, OCC fixesAndrew Jeffery1-1/+1
Cédric Le Goater (4): mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helper mtd: spi-nor: aspeed: clarify 4BYTE address mode mask mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization buffer mtd: spi-nor: aspeed: add support for the 4B opcodes Eddie James (2): hwmon (occ): Store error condition for rate-limited polls hwmon (occ): Prevent sysfs error attribute from returning error Lei YU (1): hwmon (occ): Fix extended status bits (From meta-aspeed rev: c8d791ede6f895a8c8ed195ce1c9c2db9b0c7cd1) Change-Id: I4d89695677bcc7b60abc0d75d809ee33c33df53c Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-12linux-aspeed: i2c multi-master support, Infineon IR38064Joel Stanley1-1/+1
Jae Hyun Yoo (2): i2c: aspeed: Remove hard-coded bus timeout value setting i2c: aspeed: Add multi-master use case support Maxim Sloyko (1): hwmon: (pmbus/ir38064): Add driver for Infineon IR38064 Voltage Regulator (From meta-aspeed rev: d52d69399e0778bf2a306597a2f67dcd2dc36494) Change-Id: I3f348ea1359f4d3441a2153b761eba3b4610460b Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-11linux-aspeed: aspeed-video fixes, ISL68137 PWM driverJoel Stanley1-1/+1
Jae Hyun Yoo (3): media: platform: aspeed: fix a kernel warning on clk control media: platform: aspeed: refine clock control logic media: platform: aspeed: change irq to threaded irq Maxim Sloyko (1): hwmon: (pmbus/isl68137): Add driver for Intersil ISL68137 PWM Controller (From meta-aspeed rev: 937e0c7478021ffbce2d22f89c371f686053b48f) Change-Id: I83a77671f73be174ba96e85314e3e3068e5d127c Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-04-09linux-aspeed: Move to 5.0.7Joel Stanley1-2/+2
This includes security and bug fixes from the 5.0.7 stable release. (From meta-aspeed rev: 9fe3ec3fa8953fd649b565b6333ceefc27129acf) Change-Id: I91e08921ef797982a1a047b9573a643089add740 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>