summaryrefslogtreecommitdiffstats
path: root/meta-aspeed
Commit message (Collapse)AuthorAgeFilesLines
* ast2500: defconfig: Add USB Mass StorageAdriana Kobylak2019-02-131-0/+1
| | | | | | | | | | | | | | | | USB Mass Storage will be used for implementing Virtual Media. This adds about 800 bytes to the kernel image: Before: -rw-r--r-- 2 anoo anoo 2582512 Jan 22 09:57 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190122155444.bin After: -rw-r--r-- 2 anoo anoo 2583344 Jan 22 10:02 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190122160056.bin (From meta-aspeed rev: f7c9426e180f46dedd04ac0b671064ba792cff28) Change-Id: If453830f4e55c2abbb8cd703f589b7caf24fafd6 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ast2500: defconfig: Add USB gadgetAdriana Kobylak2019-02-131-0/+4
| | | | | | | | | | | | | | | | The USB gadget is needed to implement Virtual Media. This adds about 46kB to the kernel image: Before: -rw-r--r-- 2 anoo anoo 2542904 Jan 19 14:53 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190119205057.bin After: -rw-r--r-- 2 anoo anoo 2589648 Jan 18 10:20 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190118155445.bin (From meta-aspeed rev: fecdb4c8ea1fee0750fe05389178b685446eb75f) Change-Id: I98aaba221939a60407c8d5efa912237d0128c366 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* ast2500: defconfig: Add Network Block DeviceAdriana Kobylak2019-02-131-0/+1
| | | | | | | | | | | | | | | | | Add NBD support to the defconfig as this will be used to implement virtual media on the BMC. This adds about 5.4kB to the kernel image: Before: -rw-r--r-- 2 anoo anoo 2542904 Jan 19 14:53 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190119205057.bin After: -rw-r--r-- 2 anoo anoo 2548304 Jan 19 14:59 fitImage--4.19.16+git0+bbc22aa295-r0-witherspoon-20190119205736.bin (From meta-aspeed rev: 1b084277f6ffedc76fece26b38e867779b5d619e) Change-Id: I022e5f7a1067b205c83762a0aca31d77395c6d8d Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19.21Joel Stanley2019-02-131-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.19.20 and 4.19.21 stable releases. (From meta-aspeed rev: 2702d64577033e90cdca33b08a4d99cd7e108597) Change-Id: Ib26c3b4c61664e1b41135fe83db484da2a8e0888 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* aspeed; fix incorrectly applied patchBrad Bishop2019-02-041-1/+1
| | | | | | | | | meta-aspeed commit 054541adc3 was not applied correctly. sync up the subtree with 054541adc3 applied correctly. Change-Id: I3df6319c6e5f68e2d517db177928c1077dacdb85 Fixes: 1a4b7ee28bf7413af6513fb45ad0d0736048f866 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19.19Joel Stanley2019-02-041-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.19.17, 4.19.18 and 4.19.19 stable releases. (From meta-aspeed rev: 00486f5cebee8ecfecec8638261f8215fafc924d) Change-Id: Ia412cbe27b36d6aee87ad51c9d03e75d92414cf0 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19.16Joel Stanley2019-01-181-2/+2
| | | | | | | | | | This includes security and bug fixes from the 4.19.16 stable release. (From meta-aspeed rev: dab74120e997e9cf8db52edaab85e4584eba1551) Change-Id: I301fb52b91229737561c4252847d16405982a15f Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Device tree fixesJoel Stanley2019-01-181-1/+1
| | | | | | | | | | | | | | | | Mark Walton (1): ARM: dts: aspeed: Add #interrupt-cells property to gpio controllers Vijay Khemka (3): ARM: dts: aspeed: Add KCS support for LPC BMC ARM: dts: aspeed: tiogapass: Enable KCS ARM: dts: aspeed: tiogapass: Add sensors (From meta-aspeed rev: baaabab03733d18dbdfc55590bb2e16cef493db2) Change-Id: Ie17ccd8b8ebd0e2263135e4984c9302628f22a66 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19.15Joel Stanley2019-01-161-2/+2
| | | | | | | | | | This includes security and bug fixes from the 4.19.15 stable release. (From meta-aspeed rev: 8a1859716ca01a0d50c23b5b42c995167b21b33b) Change-Id: I0c293ef152e687ad18b1137b74541ce6ecd22349 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux: net/ipv{4,6}: Enable commonly used functionalityWilliam A. Kennington III2019-01-162-0/+16
| | | | | | | | | | | | | | | | | | | | | 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: Move to 4.19.14Joel Stanley2019-01-101-2/+2
| | | | | | | | | | This includes security and bug fixes from the 4.19.14 stable release. (From meta-aspeed rev: e61905170769568dbb4f291e4dc5d1bb733a58b2) Change-Id: I8aeeb8f4f973a3d315bc4a247b344fe46311e8e4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* reset upstream subtrees to yocto 2.6Brad Bishop2019-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reset the following subtrees on thud HEAD: poky: 87e3a9739d meta-openembedded: 6094ae18c8 meta-security: 31dc4e7532 meta-raspberrypi: a48743dc36 meta-xilinx: c42016e2e6 Also re-apply backports that didn't make it into thud: poky: 17726d0 systemd-systemctl-native: handle Install wildcards meta-openembedded: 4321a5d libtinyxml2: update to 7.0.1 042f0a3 libcereal: Add native and nativesdk classes e23284f libcereal: Allow empty package 030e8d4 rsyslog: curl-less build with fmhttp PACKAGECONFIG 179a1b9 gtest: update to 1.8.1 Squashed OpenBMC subtree compatibility updates: meta-aspeed: Brad Bishop (1): aspeed: add yocto 2.6 compatibility meta-ibm: Brad Bishop (1): ibm: prepare for yocto 2.6 meta-ingrasys: Brad Bishop (1): ingrasys: set layer compatibility to yocto 2.6 meta-openpower: Brad Bishop (1): openpower: set layer compatibility to yocto 2.6 meta-phosphor: Brad Bishop (3): phosphor: set layer compatibility to thud phosphor: libgpg-error: drop patches phosphor: react to fitimage artifact rename Ed Tanous (4): Dropbear: upgrade options for latest upgrade yocto2.6: update openssl options busybox: remove upstream watchdog patch systemd: Rebase CONFIG_CGROUP_BPF patch Change-Id: I7b1fe71cca880d0372a82d94b5fd785323e3a9e7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19.13Joel Stanley2019-01-071-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.19.10, 4.19.11, 4.19.12 and 4.19.13 stable releases. (From meta-aspeed rev: 02c7572a2aba1786a7be7f2eda29bc334830b856) Change-Id: I61a5d6eed2cec43b8d76819ff0c1bb8c83d63f3c Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: PECI subsystem and hwmon driversJoel Stanley2019-01-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Jae Hyun Yoo (12): 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 ARM: dts: aspeed: peci: Add PECI node 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 Joel Stanley (1): ARM: config: aspeed: Add PECI drivers (From meta-aspeed rev: c9793688e3358ba1fb1aab7b10fc16112bbb1614) Change-Id: Ic109bc0caf5e3e13fd4d026f787c256f72353cf0 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to to 4.19.9Joel Stanley2019-01-051-2/+2
| | | | | | | | | | This includes security and bug fixes from the 4.19.9 stable release. (From meta-aspeed rev: dab38b715595ad8b7b109d4fb7e260fd1ec5ebb0) Change-Id: I6184a46ccfc5c2725f1178cbdec52958676940df Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* u-boot-aspeed: workaround old in-tree libfdtBrad Bishop2018-12-171-0/+4
| | | | | | | | | | | | | | | | | | | | | U-boot has its own FDT implementation but it isn't isolated in terms of include search paths very well in our ~2016 snapshot. Prior to now (December 2018) it wasn't noticeable but with the move to yocto 2.6 and libfdt 1.4.5 the FDT implementations are different enough that if you have libfdt headers installed on your build host (which under Yocto, is _always_) you will have host contanmination and 2016 u-boot will fail to build. Work was done in upstream u-boot during 2018 to address this, but backporting would be a not-insignificant level of effort. Instead, use the following hack until such a time that we can rebase on a more recent (circa end of 2018) u-boot tree. (From meta-aspeed rev: 7f8140089d95a529bf50c6c71112385607a64bcf) Change-Id: I7513e2c651040fab55c2e500a6e801d4f5120d9d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to to 4.19.8Joel Stanley2018-12-111-2/+2
| | | | | | | | | | | This includes security and bug fixes from the 4.19.7 and 4.19.8 stable releases. (From meta-aspeed rev: b16d0dc6fd3af4d4ef0ad8fe6d8304efa2030ba2) Change-Id: Ib8180d72e4fd147d0a4427ce5ac1bb9063fcff50 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-aspeed: Move to 4.19Joel Stanley2018-12-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The OpenBMC ASPEED kernel continues in it's quest to track upstream. This tree is a rebase of the dev-4.18 tree on top of 4.19 witht 58 out of tree patches. Currently the base is 4.19.6, the latest 4.19 stable release. The out of tree patches are as follows. Note that some of these have landed in 4.20 or are queued for 4.21. Adriana Kobylak (1): ARM: config: aspeed: Add Network Block Device 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 Brendan Higgins (1): i2c: aspeed: fix invalid clock parameters for very large divisors Christopher Bostic (1): iio: dps310: Temperature measurement errata Cyril Bur (1): misc: Add ASPEED mbox driver Cédric Le Goater (7): 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 /dev/mem: add a devmem kernel parameter to activate the device Eddie James (1): fsi: sbefifo: Add missing mutex_unlock Edward A. James (2): drivers/fsi: Add On-Chip Controller (OCC) driver hwmon: Add On-Chip Controller (OCC) hwmon driver 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 Joel Stanley (19): 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 rtc: Add ASPEED RTC driver dt-bindings: rtc: Add ASPEED description ARM: aspeed: Add RTC node ARM: config: aspeed: Add internal RTC driver Justin.Lee1@Dell.com (1): net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI command Lei YU (1): ARM: dts: aspeed: romulus: Enable iio-hwmon-battery Matt Spinler (1): ARM: dts: aspeed: wspoon: Enable iio-hwmon battery Tomer Maimon (2): dt-binding: pinctrl: Add NPCM7xx pinctrl and GPIO documentation pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver Vijay Khemka (2): net/ncsi: Add NCSI OEM command support net/ncsi: Add NCSI Broadcom OEM command Wolfram Sang (1): i2c: aspeed: use proper annotation for "fall through" YueHaibing (1): net/ncsi: remove duplicated include from ncsi-netlink.c (From meta-aspeed rev: d35b4f3cebfe24c6e0ba26859a10e5919d47e146) Change-Id: I44f8cb9685d99e8a409ef60a4ead7f58f2604429 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* aspeed: u-boot: Add dependencies on flex/bisonBrad Bishop2018-12-032-1/+2
| | | | | | | | | | | | | | | | | | | | | | Backport oe-core 71309a5c91209d4afaee874889fa7eefb266185f to our recipes: u-boot: Add missing dependency on flex and bison native The U-Boot build, in particular the Kconfig, depends on bison and flex native. Add the missing dependencies. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com> Cc: Otavio Salvador <otavio@ossystems.com.br> Cc: Richard Purdie <richard.purdie@linuxfoundation.org> Cc: Ross Burton <ross.burton@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> (From meta-aspeed rev: ff2e4ed2f8f642fe54ac094c02c22166d8ee3131) Change-Id: Icd04ad815c63149af6033d1419a1a2e180e1b728 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* 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