summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/bootctrl.c
Commit message (Collapse)AuthorAgeLines
* MA-7373 - [brillo]: store slot meta data in a raw partition, no file system.fang hui2015-12-24-92/+247
| | | | | | | | | | | | Partition name change from slotmeta to misc. Read/write raw data on partition misc, not use ext4 file system. Store meta in bootloader_message.slot_suffix, as defined in bootable/recovery/bootloader.h The first 4 bytes of boot_ctl are defined as magic number. Signed-off-by: fang hui <b31070@freescale.com>
* MA-7251 - [evk_6ul]: Support boot conctrol for brillofang hui2015-11-13-0/+403
brillo need bootlader support boot control. bootlader can choose which slot(partition) to boot based on it's tactic. The commit support boot control for evk6ul Signed-off-by: fang hui <b31070@freescale.com>