summaryrefslogtreecommitdiffstats
path: root/meta-nuvoton
Commit message (Collapse)AuthorAgeFilesLines
* Save and restore BMC MAC address in U-Boot environment during BMC firmware ↵Raptor Engineering Development Team2020-02-131-0/+5
| | | | updates
* linux-nuvoton: PECI driverJoel Stanley2019-04-121-1/+1
| | | | | | | | | | | | | | Tomer Maimon (4): 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 (From meta-nuvoton rev: d562aa85335cac84486f600ef0d38c2a13a021fd) Change-Id: I9ae2bf07a50d489b6d329700f4cbdccef9825c69 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-nuvoton: Move to 5.0.7Joel Stanley2019-04-121-2/+2
| | | | | | | | | | This includes security and bug fixes from the 5.0.7 stable release. (From meta-nuvoton rev: ea7f9228b0d9a74dc28fb2fd3994b7164f82c7da) Change-Id: I70ed7d3222efcb3840e5a3230f6629ed82d0c77d Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-nuvoton: Move to Linux 5.0Joel Stanley2019-04-081-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Commit message from original kernel bump. We've since moved to 5.0.6 which contains more patches, and importantly a build fix] Out of tree patches include 96 files changed, 18067 insertions and 144 deletions (most lines coming from Nuvoton patches, with the Nuvoton device trees dominating). Alexander Amelkin (1): mtd: spi-nor: fix options for mx66l51235f 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 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 (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 /dev/mem: add a devmem kernel parameter to activate the device ARM: dts: aspeed: Add "spi-max-frequency" property Eddie James (1): hwmon: occ: Fix power sensor indexing 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 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 Joel Stanley (16): iio: Add driver for Infineon DPS310 drm: Add ASPEED GFX driver drm: aspeed: Debugfs interface for GFX registers dt-bindings: gpu: Add ASPEED GFX bindings document rtc: Add ASPEED RTC driver dt-bindings: rtc: Add ASPEED description 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 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 Lei YU (1): ARM: dts: palmetto: Fix flash_memory region Mark Walton (1): ARM: dts: aspeed: Add #interrupt-cells property to gpio controllers Tomer Maimon (16): 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 dt-binding: iio: add NPCM ADC documentation iio: adc: add NPCM ADC driver ARM: npcm: add defconfig for Nuvoton NPCM7xx BMC ARM: dts: npcm7xx: Update device tree 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-nuvoton rev: bfb9690ed2b6d15035ee904cb9c5f40b1ac32d16) Change-Id: If20de6b8595a8e2426718030d63ddf209f0504cd Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-nuvoton: layer.conf: Add warrior compatibilityPatrick Venture2019-04-061-1/+1
| | | | | | | | | | | | | oe-core branched in preparation for the upcoming 2.7 Yocto release and as of 13e45ff requires core layer compatibility to "warrior" instead of "thud". We'll retain compatibility for both until we do our own branch or stop testing thud. (From meta-nuvoton rev: 31c2543b6b367baa8984e07e4497827603ae704e) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I658fff16c88f8ed1b5f3ad7eacc2ff6b51dbb1d4 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux: net/ipv{4,6}: Enable commonly used functionalityWilliam A. Kennington III2019-02-131-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 (From meta-nuvoton rev: 31d724a134e2172643e1ab535372764913fbbacc) Change-Id: Id8b532099505cf88ae39625f541ae3630ec9a284 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* u-boot-nuvoton: srcrev bump 196461383f7..5d036755c2eBenjamin Fair2019-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avi Fishman (5): bootm ${uimage_flash_addr} without other arguments HowToBuild-npcm7xx.txt modified emmc: npcm: sdhc: remove clock configuration npcm: SWC_DEFS: version change (no effect on code) Merge pull request #1 from warp5tw/npcm7xx Denis Pynkin (1): net: Use packed structures for networking Tali Perry (6): mach: npcm750: chagne mach number uart: npcm750: switch to uart0 with support to old linux as well Merge branch 'npcm7xx' of https://github.com/Nuvoton-Israel/u-boot into npcm7xx env: NPCM750: change default environment parameters, so that it will boot from flash automatically. Change environemt location to 80100000 and size 64KB max env: npcm7xx: change default environment to support latested openbmc changes env: npcm7xx: bootargs: bug fix- use common bootargs kfting (1): meta-evb-npcm750: fix the build break due to gcc upgrade in openbmc 2.6 (From meta-nuvoton rev: 40c31d6e0eb48e7dd3413156feebe4a48a214268) Change-Id: Ic2ace1c1d6b882cf6dd1d36c6ee88cf9424360c9 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* u-boot-nuvoton: split common vars into an include fileBenjamin Fair2019-01-233-23/+17
| | | | | | | | | | | | Move the common variables from u-boot-nuvoton and u-boot-fw-utils-nuvoton into a shared include file. This matches Aspeed's U-Boot and makes it easier to update the SRCREV. (From meta-nuvoton rev: f2ffed2c9345f79f11aab0b78f03f8350bce0476) Change-Id: I44407ff06d25f6ad6ae00f97b53c7db4fd60064c Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-nuvoton: bump srcrev for 4.19.16Benjamin Fair2019-01-231-1/+1
| | | | | | | | | | The version number was bumped but the SRCREV variable was not. (From meta-nuvoton rev: 128c655c921ce90e375d6073576bc3cd34a7fe9f) Change-Id: If94d741f16aac5e3e125dae4e3241d8ba4dd50e8 Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-nuvoton: Move to 4.19.16Joel Stanley2019-01-181-1/+1
| | | | | | | | | | | This includes security and bug fixes from the 4.19.15 and 4.19.16 stable releases. (From meta-nuvoton rev: b9e8eaeb472943ef02cfe51a219948cfd32f5dee) Change-Id: I2560b8d7b59a3d94548eb55a410c4bcc1440a0cc Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux-nuvoton: Move to 4.19Joel Stanley2019-01-182-20/+28
| | | | | | | | | | | | | | | | | Update the Nuvoton kernel to a 4.19 based kernel, using the OpenBMC kernel tree. This includes stable tree updates up to 4.19.14. In addition i2c, mtd flash, adc, ethernet, post code, pci mailbox, spi, pinctrl and device tree changes from work in progress patches are included. The defconfig is updated with the one from the kernel tree. (From meta-nuvoton rev: 799316d1f01f68d3c195b7bd960ac93541c59004) Change-Id: I95fbbbf3ca4cae220c32ec3bf6087caca3daaa60 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-nuvoton: prepare for yocto 2.6Patrick Venture2019-01-111-1/+1
| | | | | | | | | | Set compatibility to thud. (From meta-nuvoton rev: 2c1b028da5da00dab71763b0ad1d3863af5ef67a) Change-Id: I492f4e877e686bc6f07334bc9505c6cb7ee87a0b Signed-off-by: Patrick Venture <venture@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* meta-nuvoton: License wording cleanupBrad Bishop2018-09-243-14/+193
| | | | | | | | | | | | Whitespace fixes. The LICENSE file referred to a mix of licenses but only listed MIT. Add an Apache fallback for anything that isn't explicitly stated. (From meta-nuvoton rev: f0403cadf1a796fe04b0ba21b224ff66be591e9e) Change-Id: I2cd59cc2a968ecc4d381967e626978b1fa58edfa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
* linux: Move to 4.18 based treeJoel Stanley2018-09-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | This rebases the OpenBMC kernel tree on a 4.18 base. This includes patches backported from 4.19-rc1 and out of tree patches. Avi Fishman (2): USB host: Add USB ehci support for nuvoton npcm7xx platform dt-bindings: usb: new ehci-npcm7xx dt Dan Carpenter (1): USB: host: ehci-npcm7xx: Fix some error codes in probe Tomer Maimon (4): dt-binding: hwmon: Add NPCM7xx PWM and Fan controller documentation hwmon: Add NPCM7xx PWM and Fan driver dt-binding: pinctrl: Add NPCM7xx pinctrl and GPIO documentation pinctrl: nuvoton: add NPCM7xx pinctrl and GPIO driver (From meta-nuvoton rev: a9a500c790336b9c63e99aa47a0f258affb40ffa) Change-Id: Iadb2e5bf8740780437b9b68d6ea699b48f48290a 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-nuvoton rev: 8730f2ecb7acdc3bf27c20a4d9b6c70fad9eab11) Change-Id: If07d6ce0942671cd112fa05713850d42cf55317e 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-2214-0/+306
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