summaryrefslogtreecommitdiff
path: root/meta-nuvoton/recipes-kernel/linux/linux-nuvoton/defconfig
AgeCommit message (Collapse)AuthorFilesLines
2021-03-13meta-nuvoton: enable module signature verificationAnton D. Kachalov1-0/+2
Nuvoton targets requires loadable modules support. Add the following config options: * MODULE_SIG * MODULE_SIG_SHA512 Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: Ieb5382fa7087be6ecd118eeaea9b9372cb75b861
2021-03-13meta-nuvoton: update defconfigAnton D. Kachalov1-35/+19
Re-run "savedefconfig" for Nuvoton kernel. Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: Iaeaf49f4f3f1850ad971423ecdd957b89c8ff06f
2021-02-18Revert "nuvoton: Enable seccomp support in kernel."Anton D. Kachalov1-2/+0
This reverts commit 6926f175f0a8099501ea2523f270db6be7049dcd. Reason for revert: Seccomp being enabled by default. Change-Id: I6ad97ebf37b79acfdee70d5cbbce2dd11b8bc061 Signed-off-by: Anton D. Kachalov <gmouse@google.com>
2021-02-18nuvoton: Enable seccomp support in kernel.Anton D. Kachalov1-0/+2
Signed-off-by: Anton D. Kachalov <gmouse@google.com> Change-Id: I5f6ef36e374b4b1d6f2cb50d6f7344fa801aa12a
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>