<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/doc/README.android-fastboot, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-05-30T09:59:21Z</updated>
<entry>
<title>fastboot: Update fastboot documentation</title>
<updated>2018-05-30T09:59:21Z</updated>
<author>
<name>Alex Kiernan</name>
</author>
<published>2018-05-29T15:30:56Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=277b1333b780acd8ddb761c9160c06ffdf1c3901'/>
<id>urn:sha1:277b1333b780acd8ddb761c9160c06ffdf1c3901</id>
<content type='text'>
Update fastboot documentation to reflect merged USB/UDP implementation.

Signed-off-by: Alex Kiernan &lt;alex.kiernan@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>usb: gadget: Make g_dnl USB settings common</title>
<updated>2017-10-03T17:12:05Z</updated>
<author>
<name>Maxime Ripard</name>
</author>
<published>2017-09-07T06:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=a95aee6af70d8815547b81329125f2800c8ee37c'/>
<id>urn:sha1:a95aee6af70d8815547b81329125f2800c8ee37c</id>
<content type='text'>
The g_dnl USB settings for the vendor ID, product ID and manufacturer are
actually common settings that can and should be shared by all the gadgets.

Make them common by renaming them, and convert all the users.

Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;
Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>disk: part: refactor generic name creation for DOS and ISO</title>
<updated>2016-10-02T00:04:56Z</updated>
<author>
<name>Petr Kulhavy</name>
</author>
<published>2016-09-09T08:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=da2ee24d9150448e1816db790b4e11e2cf53df20'/>
<id>urn:sha1:da2ee24d9150448e1816db790b4e11e2cf53df20</id>
<content type='text'>
In both DOS and ISO partition tables the same code to create partition name
like "hda1" was repeated.

Code moved to into a new function part_set_generic_name() in part.c and optimized.
Added recognition of MMC and SD types, name is like "mmcsda1".

Signed-off-by: Petr Kulhavy &lt;brain@jikos.cz&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Steve Rae &lt;steve.rae@raedomain.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>fastboot: add support for writing MBR</title>
<updated>2016-10-02T00:04:51Z</updated>
<author>
<name>Petr Kulhavy</name>
</author>
<published>2016-09-09T08:27:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=b6dd69a4d6b20862a2075f402f9edfb0de6d14ed'/>
<id>urn:sha1:b6dd69a4d6b20862a2075f402f9edfb0de6d14ed</id>
<content type='text'>
Add special target "mbr" (otherwise configurable via CONFIG_FASTBOOT_MBR_NAME)
to write MBR partition table.
Partitions are now searched using the generic function which finds any
partiiton by name. For MBR the partition names hda1, sda1, etc. are used.

Signed-off-by: Petr Kulhavy &lt;brain@jikos.cz&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
Acked-by: Steve Rae &lt;steve.rae@raedomain.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>usb: CONFIG_USB_FASTBOOT prefix replacement for consistency</title>
<updated>2015-07-22T06:57:54Z</updated>
<author>
<name>Paul Kocialkowski</name>
</author>
<published>2015-07-20T10:38:22Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=a588d99ac19fe09818c6c874bec273012699d82a'/>
<id>urn:sha1:a588d99ac19fe09818c6c874bec273012699d82a</id>
<content type='text'>
FASTBOOT is defined both by CONFIG_USB_FUNCTION_FASTBOOT AND CONFIG_CMD_FASTBOOT, so it doesn't
make much sense to have a CONFIG_USB_FASTBOOT prefix for fastboot-specific options, especially
given that other config options for fastboot use the CONFIG_FASTBOOT prefix.

This replaces the CONFIG_USB_FASTBOOT prefix with CONFIG_FASTBOOT, for consistency.

Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;
</content>
</entry>
<entry>
<title>usb: Fastboot function config for better consistency with other functions</title>
<updated>2015-07-22T06:57:53Z</updated>
<author>
<name>Paul Kocialkowski</name>
</author>
<published>2015-06-12T17:56:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=17da3c0c8cad2a40903c078d178cd663d73ccc7c'/>
<id>urn:sha1:17da3c0c8cad2a40903c078d178cd663d73ccc7c</id>
<content type='text'>
USB download gadget functions such as thor and dfu have a separate config option
for the USB gadget part of the code, independent from the command part.
This switches the fastboot USB gadget to the same scheme, for better
consistency.

Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;
Tested-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;

Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)
</content>
</entry>
<entry>
<title>usb: USB download gadget and functions config options coherent naming</title>
<updated>2015-07-22T06:57:53Z</updated>
<author>
<name>Paul Kocialkowski</name>
</author>
<published>2015-06-12T17:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=01acd6abbdd5a5951f68d08c245550c720ea6ad8'/>
<id>urn:sha1:01acd6abbdd5a5951f68d08c245550c720ea6ad8</id>
<content type='text'>
This introduces a coherent scheme for naming USB download gadget and functions
config options. The download USB gadget config option is moved to
CONFIG_USB_GADGET_DOWNLOAD for better consistency with other gadgets and each
function's config option is moved to a CONFIG_USB_FUNCTION_ prefix.

Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;
Tested-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;

Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)
</content>
</entry>
<entry>
<title>fastboot: check for alias when looking up partition by name</title>
<updated>2015-04-14T08:19:04Z</updated>
<author>
<name>Michael Scott</name>
</author>
<published>2015-03-11T17:02:31Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=8a41802f21cc270cb00ac7dc1263a4c136c9a31c'/>
<id>urn:sha1:8a41802f21cc270cb00ac7dc1263a4c136c9a31c</id>
<content type='text'>
Implement an alias name check for devices where GPT limitations prevent
user-friendly partition names such as "boot", "system" and "cache". Or,
where the actual partition name doesn't match a standard partition name
used commonly with fastboot.

To set an alias, add an environment setting as follows:
fastboot_partition_alias_&lt;alias partition name&gt;=&lt;actual partition name&gt;

Example: fastboot_partition_alias_boot=LNX

Signed-off-by: Michael Scott &lt;michael.scott@linaro.org&gt;
Acked-by: Steve Rae &lt;srae@broadcom.com&gt;
Cc: Steve Rae &lt;srae@broadcom.com&gt;
Cc: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>usb: gadget: fastboot: Add fastboot erase</title>
<updated>2015-02-25T16:47:02Z</updated>
<author>
<name>Dileep Katta</name>
</author>
<published>2015-02-17T13:18:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=897923819cda6f26fe8a5921c595871526ab6a9c'/>
<id>urn:sha1:897923819cda6f26fe8a5921c595871526ab6a9c</id>
<content type='text'>
Adds the fastboot erase functionality, to erase a partition
specified by name. The erase is performed based on erase group size,
to avoid erasing other partitions. The start address and the size
is aligned to the erase group size for this.

Currently only supports erasing from eMMC.

Signed-off-by: Dileep Katta &lt;dileep.katta@linaro.org&gt;
Reviewed-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
</content>
</entry>
<entry>
<title>usb/gadget: fastboot: add support for flash command</title>
<updated>2014-09-24T22:30:27Z</updated>
<author>
<name>Steve Rae</name>
</author>
<published>2014-08-26T18:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=d1b5ed075311f143926dd916edb59436267eb396'/>
<id>urn:sha1:d1b5ed075311f143926dd916edb59436267eb396</id>
<content type='text'>
- implement 'fastboot flash' for eMMC devices

Signed-off-by: Steve Rae &lt;srae@broadcom.com&gt;
Acked-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;
Reviewed-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
</feed>
