~canonical-foundations/snap-dragonboard/+git/github-mirror:16

Last commit made on 2019-10-08
Get this branch:
git clone -b 16 https://git.launchpad.net/~canonical-foundations/snap-dragonboard/+git/github-mirror

Branch merges

Branch information

Recent commits

b918c6b... by Łukasz Zemczak

Merge pull request #15 from kubiko/16-fix-1846397

fix 1846397

d432f3e... by Ondrej Kubik

reving up version for new release

Signed-off-by: Ondrej Kubik <email address hidden>

2b31631... by Ondrej Kubik

fix for #1846397 when uart is broken if there is no uart device connected

Added initialisation steps for uart in u-boot are inserting random string in incoming buffer, if there is no device connected on uart. This then aborts auto boot, even though there is no-one pressing key.
Skip uart initialisation as uart is already initialised by aboot.

Signed-off-by: Ondrej Kubik <email address hidden>

12d95b4... by Ondrej Kubik

update u-boot to 2019.07 version

Signed-off-by: Ondrej Kubik <email address hidden>

4a7ae6d... by Łukasz Zemczak

Use https wherever possible.

518e6dd... by Łukasz Zemczak

Merge pull request #12 from kubiko/16

core 16 gadget improvements

085e957... by Ondrej Kubik

reving up version for new release

Signed-off-by: Ondrej Kubik <email address hidden>

e668511... by Ondrej Kubik

add base: core, to make snapcraft build in modern way

snapcraft is not really helpful here
it handles core 16 builds in very old fassion, only way to switch it to use modern way of building is
to declare
base: core
eventhough it does not make sense

Signed-off-by: Ondrej Kubik <email address hidden>

696f5f5... by Ondrej Kubik

remove unused sec.dat, it is only needed when blowing fuses

Signed-off-by: Ondrej Kubik <email address hidden>

78b2ad6... by Ondrej Kubik

use ptool to generate gpt partition blobs

remove confusing and and unused emmc-sd-partitions partition schema

ptool imported from https://github.com/HelllGuest/Qualcomm_tools.git

Signed-off-by: Ondrej Kubik <email address hidden>