Hi Mayuri, coreboot does not share the TXE or descriptor.bin files for the boards. In the instructions from Intel for the BayleyBay CRB, it tells you to build coreboot as a 3MB rom file and to flash that to the top of the ROM chip, so as to not overwrite the TXE & Descriptor on the board.
That said, since you own a Minnowboard Turbot, you can get the full UEFI rom file and extract the descriptor & TXE files from there using ifdtool -x. See the build script for the Minnowboard Max: https://review.coreboot.org/gitweb/cgit/board-status.git/tree/intel/minnowmax/4.2-429-g4013469/2015-11-30T20_21_41Z/mk_minnowmax.sh Martin On Thu, Jul 14, 2016 at 1:23 PM, Mayuri Tendulkar <[email protected]> wrote: > Hi Team > > > > I would like to know how process of releasing code for new board works in > coreboot community? > > > > For example, when BayleyBay CRB or Minnowboard Max was release, is it only > code changes released, mainly related to Mainboard. > > > > How TXE and Descriptor.bin for these openly available boards are shared with > community? > > > > Regards > > Mayuri > > "DISCLAIMER: This message is proprietary to Aricent and is intended solely > for the use of the individual to whom it is addressed. It may contain > privileged or confidential information and should not be circulated or used > for any purpose other than for what it is intended. If you have received > this message in error, please notify the originator immediately. If you are > not the intended recipient, you are notified that you are strictly > prohibited from using, copying, altering, or disclosing the contents of this > message. Aricent accepts no responsibility for loss or damage arising from > the use of the information transmitted by this email including damage from > virus." > > -- > coreboot mailing list: [email protected] > https://www.coreboot.org/mailman/listinfo/coreboot -- coreboot mailing list: [email protected] https://www.coreboot.org/mailman/listinfo/coreboot

