summaryrefslogtreecommitdiff
path: root/meta-phosphor/nuvoton-layer/recipes-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2021-08-11meta-phosphor: prep for new override syntaxPatrick Williams1-1/+1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I588025b614416c43aa2d053765ab53bacf890cb5
2020-07-09meta-phosphor: nuvoton-layer: postd: only set SNOOP_DEVICE for npcm7xxBenjamin Fair1-3/+1
This allows non-Nuvoton devices to build successfully, even if the Nuvoton layer is enabled. (From meta-phosphor rev: fa488de8cffc79be45cc069ca0b483abf9dfb04f) Change-Id: I1dd1833d4f6ea56c38ce021160cd6cc86f690b5f Signed-off-by: Benjamin Fair <benjaminfair@google.com> Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
2019-10-03meta-phosphor: nuvoton-layer: postd: add support for NPCM7xx BMCTim Lee1-0/+3
Enable BIOS POST CODE functionality for NPCM7xx BMC in phosphor-host-postd. We need to modify SNOOP_DEVICE = "npcm7xx-lpc-bpc0", due to default SNOOP_DEVICE is using aspeed BMC. (From meta-phosphor rev: ae30116e34c5ee4a1a10ff877192a0a633d84e9f) Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I06e05d62a9c1b810620d3292b13e5a244851b061 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-09-25nuvoton: Apply image overrides to all image typesWilliam A. Kennington III1-70/+0
Right now, nuvoton overrides needed for generating and applying the bootblock are not applied to images other than obmc-phosphor-image. This means that core-image-minimal is unbootable on nuvoton platforms. This change makes the nuvoton overrides apply globally to all images. (From meta-phosphor rev: 9819cb9533f430797d47dadff558cf4462670976) Change-Id: If4bef5f8106278fa6ebeb2198bc43fdd2b70a641 Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
2019-06-11meta-phosphor: nuvoton-layer: generate full flash image.Oshri Alkoby (NTIL)1-0/+70
Nuvoton's full flash image includes also a bootloader called Bootblock, and headers for it and for the u-boot. Generating headers and merging the Bootblock and the u-boot are being done by Nuvoton's binary generator tool (Bingo), which uses external paramteres from XML files for that. (From meta-phosphor rev: 13cc41f61207bcf06a9daab552c66b05120aa379) Signed-off-by: Oshri Alkoby (NTIL) <oshri.alkoby@nuvoton.com> Change-Id: Ic95719e83d5a4c998b20d3ece70893ea34106a06 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>