• Add an example boot.img file signed with tools/example-private.pem.
    tim authored
     
    Browse Code »
  • Initial BETA release for secure-boot.
    
    secure-boot adds two new sub-directory to usbboot:
    
    * secure-boot-recovery is used to create an EEPROM signed with
      the customer's RSA private key and configures the 2711 OTP
      settings permenantely require signed boot images.
      See secure-boot-recovery/README.md
    * Once secure-boot is enabled the CM4 MSD mode firmware must
      also be signed with the customer's RSA private key.
      See secure-boot-msd/README.md
    
    N.B The revoke_devkey and program_jtag_lock are NOT enabled in
    this initial BETA release.
    tim authored
     
    Browse Code »













  • * Update the EEPROM image to the latest/stable release.
    * Change the default boot-order to 0xf541 so that USB MSD will boot
      from the type-A sockets on the CM4 IO board.
    * Add simple update-pieeprom.sh utility with latest rpi-eeprom-config
      to make it easier to refresh the EEPROM image with a new configuration.
    tim authored
     
    Browse Code »