summaryrefslogtreecommitdiffstats
path: root/meta-aspeed/recipes-kernel/linux/ast2400
Commit message (Collapse)AuthorAgeFilesLines
* Reenable /dev/mem on the BMC itselfTimothy Pearson2019-04-271-1/+1
| | | | | | | Practically, this has no effect on the BMC security posture (yet), but is still required for a number of RCS-specific utilities to function. Note that this does NOT reopen the host-->BMC security hole.
* Update OCC monitoring services for new pathsRaptor Engineering Development Team2019-04-251-0/+2
|
* linux: net/ipv{4,6}: Enable commonly used functionalityWilliam A. Kennington III2019-01-161-0/+8
| | | | | | | | | | | | | | | | | | | | | This addresses some assumptions made by systemd about having multiple routing table support in the kernel. systemd-networkd will try and provision mutliple routing tables + policies and will silently break neighbor advertisement responses due to policy configurations on a single table. It also adds support for SLAAC based router settings and faster duplicate address detection. Size impact: 4k increase linux.bin(old): 2497656 linux.bin(new): 2502208 (From meta-aspeed rev: 55a9adbdb776b913e93a56613412f341a0c512ac) Change-Id: I2999dab53c05d6d6d8563b20bd17eda143d5517e Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Add devmem kernel parameterJoel Stanley2018-11-191-1/+1
| | | | | | | | | | | | | | | | | 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: Disable CONFIG_BPF_STREAM_PARSERJoel Stanley2018-09-121-1/+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>
* linux: Move to 4.18 based treeJoel Stanley2018-09-041-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* [Subtree] Move board support packages to top levelDave Cobbley2018-08-221-0/+249
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