~shrirang-bagul/+git/skales:master

Last commit made on 2018-01-05
Get this branch:
git clone -b master https://git.launchpad.net/~shrirang-bagul/+git/skales
Only Shrirang Bagul can upload to this branch. If you are Shrirang Bagul please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~shrirang-bagul/+git/skales

Recent commits

eacf065... by Shrirang Bagul

Bump version to 0.20180105-1ubuntu4

Add libfdt1 as dependency for the binary package

Signed-off-by: Shrirang Bagul <email address hidden>

60171c2... by Shrirang Bagul

Bump version to 0.20180103-1ubuntu3

Signed-off-by: Shrirang Bagul <email address hidden>

9cc8a73... by Shrirang Bagul

dtbTool:use non-developer version of libfdt

Signed-off-by: Shrirang Bagul <email address hidden>

dc89dd2... by Shrirang Bagul

Bump version to 0.20180103-1ubuntu2

Signed-off-by: Shrirang Bagul <email address hidden>

3d1fec6... by Shrirang Bagul

Revert "dont require -dev package"

This reverts commit 66d395c3e0eaac248aa207b5a951fa4aad584f84.

Signed-off-by: Shrirang Bagul <email address hidden>

dc2bc98... by Shrirang Bagul

Bump version to 0.20180103-1ubuntu1

Signed-off-by: Shrirang Bagul <email address hidden>

e689c47... by Shrirang Bagul

Merge tag '1.6.0'

Skales 1.6.0
 - msm8998 support
 - msm8916 boot address fix
 - dtbTool no longer fails on unknown SoCs or platform types

Signed-off-by: Shrirang Bagul <email address hidden>

c2bfa15... by Stephen Boyd <email address hidden>

make-arm*: Make configuration error message make sense

We will put a "Build Failure" message out even when the arch is
configured incorrectly. Let's have die() take a message to print,
and if it isn't specified just print "Failure" so things make
more sense.

Signed-off-by: Stephen Boyd <email address hidden>

bdeb8f8... by Stephen Boyd <email address hidden>

dtbTool: Gracefully handle missing soc/platform ids

The latest ipq8074-hk01 dtb file causes dtbTool to crash because
the ipq8074 soc id and hk01 platform type are missing. Given that
hk01 doesn't use the dtbTool mechanism to boot, there really
isn't any point in generating a record for this dtb. Let's skip
compatibles we don't care about when iterating over the dtb
files. Currently we do that by checking if the compatible string
matches our regex, but now we need to also make sure we have
knowledge about those platforms too before we try to parse it.

Reported-by: Nicolas Dechesne <email address hidden>
Signed-off-by: Stephen Boyd <email address hidden>

8492547... by Stephen Boyd <email address hidden>

README: only libfdt1 is required

We don't require the library development package, just the
library.

Signed-off-by: Stephen Boyd <email address hidden>