Firmware Development: A Guide to Specialized Systemic Knowledge -... - Librairie Eyrolles
Tous nos rayons

Déjà client ? Identifiez-vous

Mot de passe oublié ?

Nouveau client ?

CRÉER VOTRE COMPTE
Firmware Development: A Guide to Specialized Systemic Knowledge
Ajouter à une liste

Librairie Eyrolles - Paris 5e
Disponible en magasin

Firmware Development: A Guide to Specialized Systemic Knowledge

Firmware Development: A Guide to Specialized Systemic Knowledge

Subrata / Zimmer Banik

398 pages, parution le 28/09/2022

Résumé

Intermediate user level

Build your own system firmware. This book helps you understand system firmware architecture and minimalistic design, and provides a specialized knowledge of firmware development. The book includes guidance on understanding the system firmware build procedure, integrating pieces of firmware and allowing configuration, updating system firmware, creating a development infrastructure for allowing multi-party collaboration in firmware development, and gaining advanced system firmware debugging knowledge.

After reading the book you will be able to assume better control while developing your own firmware and know how to interact with native hardware while debugging. You will understand key principles for future firmware development using newer technology, and be ready for the introduction of modern safe programming languages for firmware development. Detailed system firmware development case studies using a futuristic approach cover:
  • Future scalable system firmware development models
  • Types of firmware development (system firmware, device firmware, manageability firmware)
  • Tools and their usage while creating system firmware
  • How to build infrastructure for seamless firmware development using a multi-party development model
  • Debugging methodologies used during various phases of firmware product development
  • Setting up key expectations for future firmware, including thinner firmware footprints and faster execution time, easier configuration, and increased transparent security


What You Will Learn

  • Understand the system firmware working model of the future
  • Gain knowledge to say goodbye to proprietary firmware for different types of firmware development
  • Know the different types of tools required for creating firmware source code before flashing the final image into the boot device of the embedded system
  • Develop skills to understand the failure in firmware or in the system and prepare the debugging environment to root cause the defects
  • Discern the platform minimal security requirement
  • Optimize the system firmware boot time based on the target hardware requirement
  • Comprehend the product development cycle using open source firmware development


Who This Book Is For

Embedded firmware and software engineers migrating the product development from closed source firmware to open source firmware for product adaptation needs as well as engineers working for open source firmware development. A secondary audience includes engineers working on various bootloaders such as open source firmware, UEFI, and Slim Bootloader development, as well as undergraduate and graduate students working on developing firmware skill sets.
Preface: This section to capture the author's personal experience about the need for advanced knowledge for system firmware development and why authors think this book might be helpful for the target audience.

Acknowledgement : This section acknowledges the contribution of various domain experts.

Chapter 1: Introduction about the book : System Firmware: An Essential Guide to Open Source and Embedded Solutions book is an essential book to understand the basic system firmware knowledge and Specialized Systemic Knowledge for Firmware Development is about to going deep into other associated pieces which make the system firmware development complete like understanding the build tools for creating the final firmware image, allow configuration which working between multiple independent firmware block, ensure seamless update of the system firmware. This book will help its reader to understand how critical system firmware security is to define a secure platform. It's also a handbook for learning basic source code management required for system firmware development.

This section would cover:

  • Motivation for this book
  • Who is the Reader?
  • Top reasons to migrate to open source firmware solution from close source
  • What are the contents?
  • Chapter 2: Spotlight on future firmware : Chapter 4 and 7 has already provided details on specific boot firmware and payloads. This section to share additional work relationship with those various firmware combinations as below:


    • System Firmware Development model using open source firmware
      • Hybrid system firmware development model on x86 systems.
        • boot firmware (coreboot) + FSP + payload (linuxboot)
        • EDKII Minplatform
      • Open Source System firmware development on RISC-V using Oreboot (Coreboot without 'C')
    • Device Firmware Development model using open source firmware
    • Explaining the evolution in Discrete Graphics Device firmware from legacy Option ROM till modern EDKII-based driver to nullify the legacy concepts.
  • Manageability Firmware Development using future adaptive firmware migration:
  • BMC Firmware -> Open BMC Firmware
  • Embedded Controller -> Zephyr RTOS open source
  • Chapter 3: Tools : Since the historical past, tools were something that remain constant indicators for human race progress. It can easily refer to tool-based progression, starting from stone age to iron age and even tools being used in the modern era, all intended to ease human effort. Similarly, there is a significant need to have the right tools while developing the boot firmware product. This section focuses on the details on various types of tools that a user should be equipped with while creating their own boot firmware.


  • Build Tool: As explained earlier in Chapter 4 and 8 about the various ingredients inside the boot firmware and the stitching tool is required to combine all of these to create the final ROM.
  • Configuration Tool : The need of configuration tools become inevitable when a user decides to adopt the Hybrid work model as explained in Chapter 6. Users would need more configuration options while working with closed sourced binary. The need for configuration tools is more when users don't have provision to modify the source code for an example: hardware validation, firmware validation, system integration etc.
  • Flashing/Update Tool : There might be several instances where product integrators or users would like to update the pre-flash boot firmware without the hardware-based utilities.
  • Chapter 4 : Infrastructure for building own system firmware . This chapter would focus on understanding the open source project infrastructure like GitHub and its code upstreaming process, review process etc. Also, migrating the project from closed source system firmware to open source firmware also needs an adaptation towards "Code of Conduct", "Coding Standard" etc.

    Chapter 5: Debugging : In a product development cycle debugging is the most widely used area where users would like to explore the different means to identify how to fix a problem. This section provides different debugging methodology used in boot firmware like legacy methods, advanced software-based debug, hardware-based debug, source code level debug etc.

    Chapter 6: Security in its core : Firmware being closed to hardware and abstracting the operating system from underlying hardware provides more reason to ensure the communication channel is secure. This section is to focus on designing the boot firmware, keeping security in mind. As industry is moving towards more cloud driven services hence need to ensure the secure firmware communication within firmware space and even from OS to firmware using trusted APIs.

    Chapter 7: Looking into the future of System Firmware : This section discusses some key forward looking items that system firmware in the future would inherit to design a simple, high performing, open source friendly and secure solution.


    PART I: Designing LITE Firmware : The real need of the firmware is to perform essential hardware initialization to boot the platform to the operating system. But the firmware boundary has grown so much in the last 10 years that sometimes it's very obviously referred to as beyond BIOS. The goal of this section is to design a LITE boot firmware to shrink the firmware boundary by adopting 4 principals as Performance, Simplicity, Security and Open Source.

    PART II: Designing Feature Kernel : Payload being the integral part of system firmware is responsible of doing very minimum and redundant task that could easily be replaced with a boot kernel, this process would also helps to bring the kernel into TCB (Trusted Computing Boundary) to allow performing advance operations into boot firmware space with reduced firmware boundary.

    PART III: Design multithread boot firmware : There are multiple ways to design a fast boot firmware solution, the easiest solution would be choosing a high cost BOM (Bill of Material) which pre-initialized hardware controller by its device firmware. But the real exploration would be how to design a fast boot firmware without increasing the platform BOM cost. The best applicable method in that case would be utilizing the existing CPU capabilities, on modern hardware, all SoC vendors are providing way more required numbers of cores or logical processors hence future boot firmware should adopt this hardware or CPU capabilities to reduce platform boot time.

    PART IV: Innovation in Hardware Design: System firmware being complicated due to the limited innovation in hardware design and to support legacy hardware. An efficient hardware design can help to reduce the system firmware boundary and make the design more scalable without increasing the platform BoM cost.

    Apart from this Appendix(s) sections for discussing the definition of future firmware programming using safe programming language.

    Subrata Banik is a Firmware Engineer with Intel Corporation and has been involved in firmware development across UEFI, coreboot for IA, and ARM platforms over the course of his career. He has experience working for all leading PC makers. Subrata is active in open source firmware development across different projects such as coreboot, EDKII, etc., and he has more than 600 patches in the open firmware community, and he is one of the top 10 open source firmware contributors. Subrata has 15 patents and is very passionate about learning new technology and sharing knowledge among enthusiast engineers. He has presented at industry events such as the Open Source Firmware Conference, Institute for Security and Technology, Intel Developer Forum, and others.

    Vincent Zimmer is a Senior Principal Engineer in the Architecture, Graphics, and Software Group of the Intel corporation. He has been engaged in firmware development for over 25 years and leads the UEFI Security sub-team. Vincent has presented at industry events such as the Open Source Firmware Conference, Linux Fest Northwest, Intel Developer Forum, UEFI Plugfest, Open Compute Project Summit, BlackHat Las Vegas, BSides Seattle, Toorcon, and Cansecwest. In addition to collaborating on many white papers, Vincent has co-authored several books on firmware, papers, and over 400 issued US patents.

    Caractéristiques techniques

      PAPIER
    Éditeur(s) Apress
    Auteur(s) Subrata / Zimmer Banik
    Parution 28/09/2022
    Nb. de pages 398
    EAN13 9781484279731

    Avantages Eyrolles.com

    Livraison à partir de 0,01 en France métropolitaine
    Paiement en ligne SÉCURISÉ
    Livraison dans le monde
    Retour sous 15 jours
    + d'un million et demi de livres disponibles
    satisfait ou remboursé
    Satisfait ou remboursé
    Paiement sécurisé
    modes de paiement
    Paiement à l'expédition
    partout dans le monde
    Livraison partout dans le monde
    Service clients sav@commande.eyrolles.com
    librairie française
    Librairie française depuis 1925
    Recevez nos newsletters
    Vous serez régulièrement informé(e) de toutes nos actualités.
    Inscription