summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig
AgeCommit message (Collapse)AuthorFilesLines
2020-05-12meta-nuvoton: linux-nuvoton: add FS options to defconfigBenjamin Fair1-0/+7
Enable support for the filesystems used by the rootfs when booting from the SPI flash. (From meta-nuvoton rev: 168440a0f1c89fc8ef6cabea033c5611d323df89) Signed-off-by: Benjamin Fair <benjaminfair@google.com> Change-Id: I232309c8a1b196b54c7d3533a1c693e5e26d523e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2020-04-17meta-nuvoton: linux: enable hash api for systemdJoseph Liu1-0/+3
Kernel crypto/hash API CONFIG_CRYPTO_HMAC CONFIG_CRYPTO_SHA256 CONFIG_CRYPTO_USER_API_HASH The requirement can be found at https://github.com/systemd/systemd/blob/master/README This API is necessary for the UUID feature that you can find the implementation in the bmcweb. https://github.com/openbmc/bmcweb/blob/master/redfish-core/include/utils/systemd_utils.hpp (From meta-nuvoton rev: 0409fb71e479cef29777fee90f4285fd34f69eb6) Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Change-Id: I85bc34196571e04bdcdc0c12707930fdfc16530e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-06-10linux-nuvoton: 5.1.7 stable update, NPCM EDAC driverJoel Stanley1-0/+4
Enable EDAC in the kernel configuration. George Hung (2): dt-binding: edac: add NPCM ECC documentation edac: npcm: Add Nuvoton NPCM7xx EDAC driver (From meta-nuvoton rev: 382bd93faee564833cce0670ec458d76db6dbde5) Change-Id: I1627b91fa4464063f15b7a49b54829809594b3d4 Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-02-14linux: net/ipv{4,6}: Enable commonly used functionalityWilliam A. Kennington III1-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>
2019-01-18linux-nuvoton: Move to 4.19Joel Stanley1-17/+25
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>
2018-08-23[Subtree] Move board support packages to top levelDave Cobbley1-0/+114
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>