summaryrefslogtreecommitdiffstats
path: root/meta-aspeed
Commit message (Collapse)AuthorAgeFilesLines
* linux-aspeed: Move to to 4.18.20Joel Stanley2018-11-281-2/+2
| | | | | | | | | | | | | | | This includes security and bug fixes from the 4.18.20 stable release. Note that 4.18 is now end of life for upstream security and bug fixes, and systems should move to a supported release. https://lore.kernel.org/lkml/20181121103111.GA9112@kroah.com/ (From meta-aspeed rev: 086ac084965f35133be805cc0eda579a33ccfbd6) Change-Id: Ib62b7d4c0637041a05259a20b3276b8b88e68089 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to to 4.18.19Joel Stanley2018-11-191-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.18.17, 4.18.18 and 4.18.19 stable releases. (From meta-aspeed rev: 1d40d73bfbb943a43dff767690eb695f72c03072) Change-Id: I70261f1435a1228fa73b12440ff4392c2c7f471a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: NCSI OEM and netlink, Wspoon dtsJoel Stanley2018-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | Justin.Lee1@Dell.com (1): net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI command Matt Spinler (1): ARM: dts: aspeed: wspoon: Enable iio-hwmon battery Vijay Khemka (2): net/ncsi: Add NCSI OEM command support net/ncsi: Add NCSI Broadcom OEM command YueHaibing (1): net/ncsi: remove duplicated include from ncsi-netlink.c (From meta-aspeed rev: 93b98bb3f6c01a2e582187cc7e205d080fdc3bc6) Change-Id: I9687c043d63c1ee64166d4f7dba015d8a2aba4e7 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Add devmem kernel parameterJoel Stanley2018-11-193-3/+3
| | | | | | | | | | | | | | | | | From the kernel commit message: For security reasons, some configuration needs to run without /dev/mem but on some occasions, to debug HW for instance, it's still useful to be able to reboot the system with access to physical memory. Add a kernel parameter which activates the /dev/mem device only when 'mem.devmem' is enabled. (From meta-aspeed rev: 0c9f70d50d2bcab214e8b49fd76df23f58d6d9da) Change-Id: I5f4c66c9fbaece1c62c3ff4ef608a4c24505630a Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Regenerate defconfigJoel Stanley2018-11-191-4/+2
| | | | | | | | | | This is a noop regeneration in preparation for future changes. (From meta-aspeed rev: 054e5fe776463b651bb5228db1639029b1d7e33a) Change-Id: Ibe05ab6b29b4957171f781554d18cbb62645e618 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.18.16Joel Stanley2018-11-151-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.18.13, 4.18.14, 4.18.15 and 4.18.16 stable releases. (From meta-aspeed rev: a8be43398d14b57ce89460976552db222d2939af) Change-Id: I157e2683820122ad6d958348c09166437c838a69 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.18.12Joel Stanley2018-10-041-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.18.9, 4.18.10, 4.18.11 and 4.18.12 stable releases. (From meta-aspeed rev: a085094a61dcfb8ba2e593a0a4feb72329ae45bf) Change-Id: I0b8c272a19a3c3560378a5bfc875f1e3de7affa8 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Add internal RTC driverJoel Stanley2018-10-041-1/+1
| | | | | | | | | | | | | | | | This is not enabled for any of the in-tree systems at this stage as they all use an i2c battery-backed RTC. Joel Stanley (4): rtc: Add ASPEED RTC driver dt-bindings: rtc: Add ASPEED description ARM: aspeed: Add RTC node (From meta-aspeed rev: 341ba1dd3d5128ec54c5623b829dae4001b363f6) Change-Id: Ia9fe9ec935f8558273c1dfa3a7bbb69a5c95335f Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Fix UBI regressionJoel Stanley2018-09-201-1/+1
| | | | | | | | | | | Joel Stanley (1): Revert "ubifs: xattr: Don't operate on deleted inodes" (From meta-aspeed rev: 99eff9eaca4884b1cff734f6bae60fe6b5eabe8a) Change-Id: I5f677a38179cefb48e114a7371b7cbccf4f3bfb8 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.18.8 stable releaseJoel Stanley2018-09-181-2/+2
| | | | | | | | (From meta-aspeed rev: 1bab4c4a3a0f01bc5a1aff12a5774a71e532feba) Change-Id: I4a460c4c112f829a98602ac73914cdbbcc6416f7 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: i2c irq fixesJoel Stanley2018-09-181-1/+1
| | | | | | | | | | | | | | Guenter Roeck (1): i2c: aspeed: Acknowledge most interrupts early in interrupt handler Jae Hyun Yoo (1): i2c: aspeed: Handle master/slave combined irq events properly (From meta-aspeed rev: 9da1eb2ea0a22ff69f20e59060e8b078af8b9b2e) Change-Id: Ib27364f289425c54972a347e2dbf838c2b9d9a78 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* aspeed: license: whitespace fixesBrad Bishop2018-09-172-14/+14
| | | | | | | | | | | | Whitespace fixes. Replace the words Phosphor OpenBMC in the LICENSE file with the more precise meta-aspeed. (From meta-aspeed rev: f0bdc64dd7b0d22cd32a200b13c4ea0c704a2bb5) Change-Id: Iecbbde0a280dc9d72e15aba4924cc4b5d44d321d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Disable CONFIG_BPF_STREAM_PARSERJoel Stanley2018-09-122-2/+0
| | | | | | | | | | | | | | | | | | | | This is a feature used to attach BPF programs to network stockets. It is used by systemd to restrict the IP addresses that processes can access at a per-cgroup level. The upstream commit message calls this 'per-unit IP access lists and accounting'. It requires CONFIG_CGROUP_BPF and CONFIG_BPF_STREAM_PARSER. We did not have CONFIG_CGROUP_BPF turned on, which caused the noisy messages. Until OpenBMC adds configuration to take advantage of this feature, disable CONFIG_BPF_STREAM_PARSER which allows systemd to correctly detect that it cannot use BPF filters. (From meta-aspeed rev: 53e41a55f5b3890fcec07c900a1894d57d6d499c) Change-Id: I16a3c07025b7e954afa2dfdc7982fa70119c60dd Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-aspeed: Document myself as maintainerJoel Stanley2018-09-121-0/+1
| | | | | | | | (From meta-aspeed rev: 4ff170e93fb8247873463927001c48556ef5ddbb) Change-Id: I34b847973978502bb9d049c06b60a27b6fa68fe8 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Update to 4.18.7 stable treeJoel Stanley2018-09-121-3/+2
| | | | | | | | | | This updates the tree to include the fixes from 4.18.6 and 4.18.7. (From meta-aspeed rev: 153649112dffe643cdc669b019011ccc526cc526) Change-Id: I452350f18757e4cd0b3869fd284aada3af6985ce Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Romulus battery ADC, NCSI netlink fixJoel Stanley2018-09-121-1/+2
| | | | | | | | | | | | | | Lei YU (1): ARM: dts: aspeed: romulus: Enable iio-hwmon-battery Samuel Mendoza-Jonas (1): net/ncsi: Fixup .dumpit message flags and ID check in Netlink handler (From meta-aspeed rev: 92702352bf8f2521fa05a8b4ea7af459920655db) Change-Id: Ic5a4c19a689255c48eba83d1f67d15e4ddc868e1 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux: Move to 4.18 based treeJoel Stanley2018-09-043-14/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This rebases the OpenBMC kernel tree on a 4.18 base. There are 85 patches backported from 4.19-rc1, and the following 39 out of tree patches: Alexander Amelkin (1): mtd: spi-nor: fix options for mx66l51235f Andrew Jeffery (8): ARM: dts: aspeed: witherspoon: Update max31785 node 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-g5: Expose VGA and SuperIO scratch registers Benjamin Herrenschmidt (4): ARM: dts: aspeed: Romulus system can use coprocessor for FSI ARM: dts: aspeed: Palmetto system can use coprocessor for FSI ARM: dts: aspeed: Add Power8 CFAM description for use by Palmetto ARM: dts: aspeed: Add Power9 CFAM description Brad Bishop (1): ARM: configs: Remove atags from Aspeed G4 config Christopher Bostic (1): iio: dps310: Temperature measurement errata Cyril Bur (1): misc: Add ASPEED mbox driver Cédric Le Goater (6): 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 ARM: dts: aspeed: Add "spi-max-frequency" property Edward A. James (2): drivers/fsi: Add On-Chip Controller (OCC) driver hwmon: Add On-Chip Controller (OCC) hwmon driver Joel Stanley (15): ARM: dts: aspeed-palmetto: Add LPC control node ARM: dts: aspeed-palmetto: Add i2c OCC hwmon node ARM: dts: aspeed-ast2500: Update flash layout ARM: dts: aspeed: Add LPC mailbox node ARM: dts: aspeed: Enable mbox iio: Add driver for Infineon DPS310 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: Enable VHUB on Romulus drm: Add ASPEED GFX driver drm: aspeed: Debugfs interface for GFX registers dt-bindings: gpu: Add ASPEED GFX bindings document ARM: config: aspeed: Add out of tree drivers ARM: dts: Add OCC description to Power9 dtsi (From meta-aspeed rev: 2f1187b1bff8d52ddd93f2c5b598eec7ddc9f4f6) Change-Id: I4035abcdcfa9a083599e27661fed5351fc6532fd Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux: Move to 4.17.18 stable releaseJoel Stanley2018-08-281-2/+2
| | | | | | | | | | This updates the kernel to the latest 4.17 stable release. (From meta-aspeed rev: 76cf24ad58962b882bd28a6f8c55c30930c4db77) Change-Id: Id1e482bbbba4b9cae6e882be99a47612862855ee Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* [Subtree] Move board support packages to top levelDave Cobbley2018-08-2224-0/+1050
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>
OpenPOWER on IntegriCloud