xref: /openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm8xx-tip-fw.inc (revision 96c32034564c6080293a94f9e932d21d73d494d3)
1f9c38bfaSBenjamin FairSUMMARY = "TIP FW for NPCM8XX (Arbel) devices"
2f9c38bfaSBenjamin FairDESCRIPTION = "TIP FW for NPCM8XX (Arbel) devices"
3f9c38bfaSBenjamin FairHOMEPAGE = "https://github.com/Nuvoton-Israel/npcm8xx-tip-fw"
4f9c38bfaSBenjamin FairLICENSE = "MIT"
55cecfc9fSTim LeeLIC_FILES_CHKSUM = "file://LICENSE;md5=f789971f29c65e31dbb33ed209b4dc91"
6f9c38bfaSBenjamin Fair
7332ee51cSTim LeeTIP_FW = "Kmt_TipFwL0_Skmt_TipFwL1.bin"
8*96c32034STim LeeSA_TIP_FW = "SA_Kmt_TipFwL0.bin"
9332ee51cSTim LeeS = "${WORKDIR}/git"
10f9c38bfaSBenjamin Fair
11332ee51cSTim LeeSRC_URI = "git://github.com/Nuvoton-Israel/npcm8xx-tip-fw;branch=main;protocol=https"
12f9c38bfaSBenjamin Fair
13f9c38bfaSBenjamin Fairinherit deploy
14f9c38bfaSBenjamin Fairdo_deploy () {
15332ee51cSTim Lee    install -D -m 644 ${OUTPUT_BIN}/${TIP_FW} ${DEPLOYDIR}/${TIP_FW}
16*96c32034STim Lee    install -D -m 644 ${OUTPUT_BIN}/${SA_TIP_FW} ${DEPLOYDIR}/${SA_TIP_FW}
17f9c38bfaSBenjamin Fair}
18f9c38bfaSBenjamin Fair
19f9c38bfaSBenjamin Fairaddtask deploy before do_build after do_compile
20