|
Design an efficient bootloader for portable multimedia systems, Part 1
Learn what's important for SoCs to support booting up from non-volatile memory devices.
|
|
By
Vignesh A. Loganthan, and Biju M. Gopinath, Texas Instruments
|

Page 1 of 3

|
Mobile Handset DesignLine
(03/07/2007 0:13 PM EST)
|

|
|
Mobile phones, Digital Cameras, Portable Media Players and several portable devices are the fastest growing and most evolving products in the consumer electronics space. Instant boot-up is a key requirement for these devices which can boot from multiple options. It becomes inevitable for multimedia System-On-Chips (SoCs) to support booting from non-volatile memory devices including EEPROM, NOR, NAND, OneNAND flashes, secondary storage such as MMC/SD card, peripheral interfaces like USB, UART, SPI, I2C etc. A huge amount of protected media content (including DRM), upgradeable firmware and software downloads, necessitates the device booting to be secured in several cases. This article discusses an innovative integrated boot mechanism to support all modes using intelligent boot application scenarios to enhance the user experience. Part 1 describes different boot modes and market needs which drive these requirements and provides a detailed description and implementation of different boot modes on a group of digital media processors from Texas Instruments.
Part 2 deals with security features of the bootloaders, application scenarios to support fast booting of the devices, and the key benefits of this integrated boot solution.
Multimedia System-On-Chips are integral part of today's portable devices and these SoCs can be used in different application scenarios mainly driven by market needs. Also, these processors should be capable of booting up from several on board memory (EEPROM, NAND, NOR, OneNAND etc) or other host processor (via USB, SPI, I2C etc). Though flash memory based booting is most commonly used, device manufacturers have several types of memory chips with different organization to choose from. There are several factors like cost, speed, interfacing which determine the most appropriate memory for the multimedia system. Digital Signal Processors (DSPs) with their media processing capabilities are typical part of Digital Media SoCs. DSPs also become highly effective in enabling different security features on portable devices. An integrated boot loader solution which runs from processors internal ROM is the most appropriate approach as the ROM bootloader (RBL) can be simple but comprehensive in design to support multiple boot modes. RBL starts executing on device reset and executes the basic initialization. It detects the chosen boot mode and copies a User boot loader (UBL) to the internal RAM from the non-volatile memory or the host processor. A two-phase boot approach gives flexibility to customize the UBL as per the system requirements. These steps for a NAND boot are shown in Figure 1.
 Figure 1: Two Phase Boot Process
We shall further elaborate on different boot modes by considering Digital Media (DM) SoCs from Texas Instruments. These processors are typically multiprocessor systems with an ARM core acting as the control processor and a DSP (TMS320C64x) acting as a media engine. The ARM RBL will act as the primary boot loader and boot the device without involving the DSP in different Non-secure boot modes. Secure booting can be enabled using the DSP's secure kernel.
|
|
|
|
CAREER CENTER
|
Ready to take that job and shove it?
|
|
SPONSOR
|
|
|
|
RECENT JOB POSTINGS
|
|
|
For more great jobs, career related news, features and services, please visit EETimes' Career Center.
|
|