summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-bsp/meta-aspeed/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux-aspeed: Fix defconfig SRC_URILei YU2018-07-163-2/+4
| | | | | | | | | | | | | | | | | | The defconfig in SRC_URI contains ast2400/2500 directory, when working with devtool, it causes the defconfig to be copied into unexpected subdirectory in working dir. Fix it by specifying FILESEXTRAPATHS_prepend and remove the directory from SRC_URI. Resolves: openbmc/openbmc#3294 Tested: Build linux-apseed on both Palmetto and Romulus and verify the defconfig is correctly used. Build, clean, and rebuild linux-aspeed with devtool and verify the defconfig is correctly used. Change-Id: I3ec9ab71f39f26e434f2eb593b27fbb34b69bd54 Signed-off-by: Lei YU <mine260309@gmail.com>
* kernel: 4.17.4 stable releaseJoel Stanley2018-07-091-2/+2
| | | | | Change-Id: I0b513d04722b0709494d6f4768cc309784d46bfa Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: SBE, ASPEED USB VHUB, ASPEED clk, GPIOJoel Stanley2018-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Benjamin Herrenschmidt (12): usb/gadget: Constify usb_gadget_get_string "table" argument usb/gadget: Add driver for Aspeed SoC virtual hub usb: gadget: aspeed-vhub: Fix SETUP packets with OUT data phase ARM: dts: Add Aspeed SoC USB controllers to device-tree ARM: dts: Aspeed: Enable USB ports on eval board. clk: aspeed: Treat a gate in reset as disabled ARM: dts: aspeed: Add aspeed G4 USB pinmux arm: dts: aspeed: Add aspeed G5 USB host pinmux ARM: dts: aspeed: Add Aspeed G4 USB Virtual Hub ARM: dts: aspeed: Add Aspeed G5 USB Virtual Hub ARM: configs: Add USB gadget to Aspeed defconfigs ARM: dts: aspeed: Enable vhub on port A of AST2500 EVB Eddie James (1): fsi: sbefifo: Add missing mutex_unlock Joel Stanley (2): ARM: dts: aspeed: Enable VHUB on Romulus gpio: aspeed: Add gpio register data to copro request Change-Id: If6582b708faabf9a367566f4aae8d778cf4557f8 Signed-off-by: Joel Stanley <joel@jms.id.au>
* kernel: FSI, ASPEED SPI NOR, ASPEED GFXJoel Stanley2018-07-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* kernel: Move to 4.17.3, aspeed clk fixJoel Stanley2018-06-271-2/+2
| | | | | | | | | | Joel Stanley (2): clk: aspeed: Support HPLL strapping on ast2400 ARM: configs: aspeed: Enable BLK_DEV_LOOP Merge tag 'v4.17.3' into dev-4.17 Change-Id: I884b96487028b38bcab33d1740aa36dee7969b1d Signed-off-by: Joel Stanley <joel@jms.id.au>
* Linux-aspeed: Restore kernel crypto related items needed by systemdYong Li2018-06-252-0/+6
| | | | | | | | | | | During kernel version upgrade, these default config items in blow commit are missing: https://gerrit.openbmc-project.xyz/#/c/8323/ systemd 233+ needs these items for some apis: https://lists.freedesktop.org/archives/systemd-devel/2017-March/038419.html Change-Id: I9eff59683d37d4922fa32b2bc32374f4c88862c4 Signed-off-by: Yong Li <yong.b.li@linux.intel.com>
* kernel: GPIO features, device tree fixes, quieten NCSIJoel Stanley2018-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | Benjamin Herrenschmidt (8): gpio: aspeed: Rework register type accessors gpio: aspeed: Add "Read Data" register to read the write latch gpio: aspeed: Add command source registers gpio: aspeed: Add interfaces for co-processor to grab GPIOs dt-bindings: misc: ASPEED coprocessor interrupt controller arm: dts: aspeed: Add coprocessor interrupt controller arm: dts: aspeed: Fix Romulus frame buffer address i2c: fsi: Fix use after free Joel Stanley (4): net/ncsi: Silence debug messages net/ncsi: Drop no more channels message net/ncsi: Use netdev_dbg for debug messages MAINTAINERS: Add Sam as the maintainer for NCSI Change-Id: I8627b5ef78b51ea3ba0ee7ac233cfee0ce467d57 Signed-off-by: Joel Stanley <joel@jms.id.au>
* linux: Merge 4.17.2 stable releaseJoel Stanley2018-06-211-2/+2
| | | | | | | | This merges the 4.17.2 upstream stable tree into the dev-4.17 openbmc tree. Change-Id: Ide27501337065cfa6c28e168fb18c02447d407ba Signed-off-by: Joel Stanley <joel@jms.id.au>
* linux-aspeed: Add loop device support in defconfigLei YU2018-06-212-0/+2
| | | | | | | | | | CONFIG_BLK_DEV_LOOP is needed for legacy code update, and it is removed accidently in linux 4.17 kernel's change. Tested: Successfully run legacy code update on Romulus. Change-Id: Ifb5c3829dd0bbd83813f696dc88b092128e65026 Signed-off-by: Lei YU <mine260309@gmail.com>
* kernel: Move to 4.17Joel Stanley2018-06-204-33/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the dev-4.13 development cycle to a close. By the end of the cycle the 4.13 tree contained 236 patches. This moves all of the 4.13 based functionality on top of a 4.17 base. We currently have 97 patches in the tree. The reduction of 139 is mostly due to code landing in Linus' tree, with a handful of fixes being merged into the base patch. The configuration is updated with newly landed drivers. In addition new upstream security features are enabled, and legacy ATAG DTB support and /dev/mem are removed. Amithash Prasad (1): ARM: dts: aspeed: Add Portwell Neptune machine Andrew Jeffery (11): 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 dts: aspeed-g5: Expose VGA scratch registers dts: aspeed-g5: Expose SuperIO scratch registers fsi: gpio: Trace busy count fsi: gpio: Remove unused 'id' variable Avi Fishman (1): ipmi: NPCM7xx KCS BMC: enable interrupt to the host Benjamin Herrenschmidt (15): gpio/aspeed: Set output latch before changing direction gpio/aspeed: Use a cache of output data registers fsi/fsi-master-gpio: Sample input data on different clock phase fsi/fsi-master-gpio: Add "no-gpio-delays" option fsi/fsi-master-gpio: Reduce turnaround clocks fsi/fsi-master-gpio: Reduce dpoll clocks fsi/fsi-master-gpio: Delay sampling of FSI data input fsi/fsi-master-gpio: Implement CRC error recovery fsi/fsi-master-gpio: More error handling cleanup fsi/sbefifo: Add driver for the SBE FIFO fsi/scom: Add mutex around FSI2PIB accesses fsi/scom: Whitespace fixes fsi/scom: Fixup endian annotations fsi/scom: Add register definitions fsi/scom: Major overhaul Brad Bishop (1): ARM: dts: witherspoon: Enable checkstop and cooling gpio keys Brian Yang (1): ARM: dts: aspeed: Add Inventec Lanyang BMC Christopher Bostic (3): ARM: dts: witherspoon: Add gpio keys for power supply presence ARM: dts: fsi: Add optional master property no-scan-on-init iio: dps310: Temperature measurement errata Cyril Bur (1): misc: Add ASPEED mbox driver Cédric Le Goater (4): 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 Dan Carpenter (2): net/ncsi: prevent a couple array underflows serial/aspeed-vuart: fix a couple mod_timer() calls Eddie James (9): ARM: dts: aspeed: witherspoon: set alternate boot fsi: scom: Remove PIB reset during probe dt-bindings: i2c: Add FSI-attached I2C master dt binding documentation i2c: Add FSI-attached I2C master algorithm i2c: fsi: Add port structures i2c: fsi: Add abort and hardware reset procedures i2c: fsi: Add transfer implementation i2c: fsi: Add I2C master locking i2c: fsi: Add bus recovery Edward A. James (3): ARM: dts: fsi: Add I2C master and ports to FSI CFAMs drivers/fsi: Add On-Chip Controller (OCC) driver hwmon: Add On-Chip Controller (OCC) hwmon driver Haiyue Wang (1): ipmi: add an NPCM7xx KCS BMC driver Jae Hyun Yoo (1): clk: aspeed: Fix reset bits for PCI/VGA and PECI James Feist (1): ARM: dts: Add S2600WF BMC Machine Jeremy Kerr (8): serial: Introduce UPSTAT_SYNC_FIFO for synchronised FIFOs serial/8250: export serial8250_read_char serial/aspeed-vuart: Implement rx throttling serial/aspeed-vuart: Implement quick throttle mechanism fsi: gpio: Use a mutex to protect transfers fsi/gpio: Include command build in locked section fsi/gpio: Use relative-addressing commands fsi/master-gpio: Replace bit_bit lock with IRQ disable/enable Joel Stanley (22): clk: aspeed: Support second reset register clk: aspeed: Mark bclk (PCIe) and dclk (VGA) as critical ARM: dts: aspeed-romulus: Enable VUART ARM: dts: aspeed-ast2500: Update flash layout ARM: dts: aspeed: Add LPC mailbox node ARM: dts: aspeed: Enable mbox ARM: dts: aspeed: Add devices under FSI CFAM ARM: dts: palmetto: Enable mbox and occ-hwmon nodes iio: Add driver for Infineon DPS310 ARM: dts: aspeed-g5: Add DAC MUX userspace control ARM: dts: aspeed-g5: Clean up sio registers ARM: dts: aspeed: Describe random number device ARM: dts: aspeed: Fix hwrng register address fsi: master-hub: Fix sparse warnings fsi: core: Fix sparse warnings drm: Add ASPEED GFX driver drm: aspeed: Debugfs interface for GFX registers ARM: dts: aspeed-g5: Add resets and clocks to GFX node ARM: dts: ast2500-evb: Enable the GFX IP ARM: dts: witherspoon: Enable the GFX IP ARM: dts: romulus: Enable the GFX IP ARM: config: aspeed: Update defconfig Lei YU (5): clk: aspeed: Add 24MHz fixed clock ARM: dts: aspeed: romulus: Add w83773g temp sensor ARM: dts: aspeed: zaius: Add pcie-e2b-present gpio key ARM: dts: aspeed: romulus: Add id-button gpio key ARM: dts: aspeed: Use 24MHz fixed clock for pwm Samuel Mendoza-Jonas (2): net/ncsi: Refactor MAC, VLAN filters net/ncsi: Avoid GFP_KERNEL in response handler Tali Perry (2): dt-binding: clk: npcm750: add binding clk: npcm7xx: add clock controller Tomer Maimon (2): dt-binding: pinctrl: document NPCM7xx pin controller DT bindings pinctrl: npcm: add NPCM7xx pin control driver Wei Yongjun (1): clk: npcm7xx: fix return value check in npcm7xx_clk_init() YueHaibing (1): net: remove unnecessary genlmsg_cancel() calls Tested: Booted Romulus, Palmetto hosts. Booted ASPEED platforms in QEMU Change-Id: Ib6f7e68267cd66e98c0ace1132fd2d664a0fc623 Signed-off-by: Joel Stanley <joel@jms.id.au>
* aspeed: remove common directoryBrad Bishop2018-06-154-0/+497
Move recipes from the common dir to the layer base dir to match typical layer layouts. Change-Id: Idcd48dd346ab51b0a16fffe31319f13fad76111e Tested: Built and verified witherspoon and palmetto images Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
OpenPOWER on IntegriCloud