On Tue, 5 Apr 2022 at 23:38, Hao Wu <wuhao...@google.com> wrote: > > The bootrom is a minimal bootrom that can be used to bring up > an NPCM845 Linux kernel. Its source code can be found at > github.com/google/vbootrom/tree/master/npcm8xx > > Signed-off-by: Hao Wu <wuhao...@google.com> > Reviwed-by: Titus Rwantare <tit...@google.com> > --- > pc-bios/npcm8xx_bootrom.bin | Bin 0 -> 608 bytes > 1 file changed, 0 insertions(+), 0 deletions(-) > create mode 100644 pc-bios/npcm8xx_bootrom.bin > > diff --git a/pc-bios/npcm8xx_bootrom.bin b/pc-bios/npcm8xx_bootrom.bin > new file mode 100644 > index > 0000000000000000000000000000000000000000..6370d6475635c4d445d2b927311edcd591949c82 > GIT binary patch > literal 608 > zcmdUrKTE?<6vfX=0{*3B5ET?nwWA^;qEk()n=Xb9-4dxoSBrz#p|QJQL~zokn{Eyc > z?PBXUkU+aB?k?IbNQftG5ej|*FC2c{bKkr7zLy3jhNxj`gc_y5h&V=Ru)PgZC)Y`f > zTqA9Am28qL<U6@cMtA>Hlr*^&hT#;re-)dpxT0U42|O+cWOcx=B;{6xXH04vx?cjm > z+%U{oFx!aPpV3>ZKz0i$XA-yq{f}<H?{MHBq+VwIvR9WmcL(xr1vuIRGELcRC-S+P > zl3%RlR5(6+1;xg_<~xR#bPItDN1*Hp^{JyNs7o*BMq0Q9q1#>x4;|pb<NWIbQ8wb1 > zTac^<ebj^E^Ig<?U?(PO-w>w;l#@9zGd|z-rs*H@V-o%PEV)D-)8n2%DyH5@w_^Y8 > LH5R3RMV#gjxYTW}
You can't just dump a sourceless binary into pc-bios/. Check out the commit that added the npcm7xx bootrom blob for what else you need: that's commit d1cb5eda67a0a6. In particular you need to document it in the README file, and have runes in the Makefile to rebuild the blob from source (and running the Makefile should be how the blob in the commit was created!). You'll probably also want a preceding commit to bump the vbootrom submodule commit and provide a fresh npcm7xx_bootrom blob from whatever commit you choose to bump the submodule to. thanks -- PMM