aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2012-03-16MMC: Move Samsung specific e-MMC code out of generic codeScott Anderson
2012-03-14FASTBOOT: Don't allow cmd_fastboot to be run twiceMike J. Chen
2012-03-07OMAP4: Add command to call PPAL HAL CPFROM APIsMike J. Chen
2012-03-03FASTBOOT: Fix crash when erasing non-existent partitionScott Anderson
2012-03-03MMC: Erase group size is in terms of write blocksScott Anderson
2012-03-03PARTITION/BLOCK COMMAND: Add an md5 subcommand to blk commandScott Anderson
2012-03-03FASTBOOT: Fix sparse: out-length formatScott Anderson
2012-03-03FASTBOOT: Start fastboot when booti fails to find partitionMike J. Chen
2012-03-03FASTBOOT: Fix handling of sparse Don't Care chunks that span 4GBScott Anderson
2012-03-03FASTBOOT: Add 'fastboot oem kmsg' - dumps kernel logMike J. Chen
2012-03-03FASTBOOT: Add recovery:wipe_data support and fix some init sequencingMike J. Chen
2012-03-03FASTBOOT: Change udc buffer_length to size of expected transferMike J. Chen
2012-03-03FASTBOOT: Update unlock message/warning and add more calls to board_fbt_end()Mike J. Chen
2012-03-03FASTBOOT: Allow fastboot version to be auto-generatedScott Anderson
2012-03-03FASTBOOT: Download performance tuningMike J. Chen
2012-03-03FASTBOOT: Make oem unlock_accept call recovery to do factory wipeMike J. Chen
2012-03-03FASTBOOT: Don't allow erasing environment partition in productionMike J. Chen
2012-03-03FASTBOOT: Add support for rebooting to recovery with commandsMike J. Chen
2012-03-03FASTBOOT: Add getvar 'all' and getvar partition infoMike J. Chen
2012-03-03FASTBOOT: Change console hook to be in puts() rather than printf()Mike J. Chen
2012-03-03FASTBOOT: Fix sparse output message.Mike J. Chen
2012-03-03FASTBOOT: Add a hook to allow board files to handle image checks before flashingMike J. Chen
2012-03-03FASTBOOT: Use BUILD_TAG as the version if it's definedMike J. Chen
2012-03-03FASTBOOT: Disable risky oem commands if device is lockedMike J. Chen
2012-03-03FASTBOOT: Disable boot command if device is lockedMike J. Chen
2012-03-03FASTBOOT: Add support for key commands while fastboot is runningMike J. Chen
2012-03-03FASTBOOT: Add Google copyright.Scott Anderson
2012-03-03FASTBOOT: Keep rebooting into recovery if it didn't finishMike J. Chen
2012-03-03FASTBOOT: Clean up fbt_handle_boot()Scott Anderson
2012-03-03FASTBOOT: Change to simpler saveenv() callScott Anderson
2012-03-03FASTBOOT: Fix definition of "fastboot" commandScott Anderson
2012-03-03FASTBOOT: sparse_image: add more FBTINFOScott Anderson
2012-03-03FASTBOOT: sparse image: validate magic before using headerScott Anderson
2012-03-03FASTBOOT: Clean up some DEBUG and INFO codeScott Anderson
2012-03-03FASTBOOT: Switch from MMC to generic block deviceScott Anderson
2012-03-03BLK ENVIRONMENT: Fix compiler warning.Scott Anderson
2012-03-03FASTBOOT: Remove obsolete code for NANDScott Anderson
2012-03-03Diags: change the way we force fastboot in MFG builds.John Grossman
2012-03-03FASTBOOT: Remove unused field from struct cmd_fastboot_interfaceScott Anderson
2012-03-03CMD_BLK: Enhance with new optionsScott Anderson
2012-03-03ENVIRONMENT: Use new partition functionsScott Anderson
2012-03-03FASTBOOT: Make "oem format" usable on fresh unit againScott Anderson
2012-03-03FASTBOOT: Move product_name out of priv structure.Scott Anderson
2012-03-03FASTBOOT: Remove unneeded strlen from fastboot_flash_find_ptn()Scott Anderson
2012-03-03FASTBOOT: Add static to a couple of local functionsScott Anderson
2012-03-03FASTBOOT: Prevent unneeded memcmp()s in fbt_rx_process()Scott Anderson
2012-03-03FASTBOOT: Enhance and simplify ucmd handlingScott Anderson
2012-03-03FASTBOOT: Clean up return handlingScott Anderson
2012-03-03FASTBOOT: Add a printf log and a command to dump itMike J. Chen
2012-03-03FASTBOOT: Add 'fastboot oem erase <partition> <blk_cnt>' supportMike J. Chen