~tobetter/+git/u-boot:u-boot_v2018.05

Last commit made on 2018-06-27
Get this branch:
git clone -b u-boot_v2018.05 https://git.launchpad.net/~tobetter/+git/u-boot

Branch merges

Branch information

Name:
u-boot_v2018.05
Repository:
lp:~tobetter/+git/u-boot

Recent commits

667000e... by Dongjin Kim

ODROID: patches: refactorying patches for mainline

Signed-off-by: Dongjin Kim <email address hidden>

b4b878b... by Dongjin Kim

ODROID: new version v2018.05

Signed-off-by: Dongjin Kim <email address hidden>

f74d872... by Dongjin Kim

ODROID: add debian packaging scripts

Change-Id: I8c49aa9f31f25874fdf3c3be4da7308c87cf24cb
Signed-off-by: Dongjin Kim <email address hidden>

827c201... by Dongjin Kim

ODROID: fix reversed partition for U-boot image and TZ firmware

Signed-off-by: Dongjin Kim <email address hidden>

385debd... by Dongjin Kim

ODROID: XU3/4: add prebuilt binaries

Change-Id: I95297c30440c5a3d565a935048ba854fd00fd188
Signed-off-by: Dongjin Kim <email address hidden>

e0aa4da... by Dongjin Kim

ODROID: C2: add prebuilt binaries and signing tools

For Hardkernel's ODROID-C2, 'u-boot.bin' have to be composed with prebuilt
binaries from AMLogic by 'fip_create' and be signed with a tool
'aml_encrypt_gxbb'. Since the source file of 'aml_encrypt_gxbb' is not
provided by AMLogic, 'amlbootsign' developed by 'Andreas Färber' can be used
for signing. Both source codes are ported to U-boot source tree in
'tools/amlogic'.

'https://github.com/afaerber/meson-tools' is the repository for the original
source files of 'amlbootsign' and have been tested with ODROID-C2 only.

The flashing image for U-boot 'u-boot.bin.signed' is finally built in
'board/amlogic/odroid-c2/bin' and can be flashed with a script 'sd_fusing.sh'
in the same directory.

 $ cd board/amlogic/odroid-c2/bin
 $ sudo ./sd_fusing.sh <your/memory/card/device>

Change-Id: I33f3f6b9956901839ff78db545a1f169bfee81bf
Signed-off-by: Dongjin Kim <email address hidden>

890e79f... by Tom Rini <email address hidden>

Prepare v2018.05

Signed-off-by: Tom Rini <email address hidden>

068f86e... by Tom Rini <email address hidden>

git-mailrc: Update some addresses and aliases

- Based on commit 08ae21af9671 ("MAINTAINERS: Switch nxp.com domain")
  update or drop some formerly Freescale addresses.
- Update a few aliases to reflect current custodians

Signed-off-by: Tom Rini <email address hidden>

4549e78... by Tom Rini <email address hidden>

SPDX: Convert all of our multiple license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have multiple licenses (in
these cases, dual license) declared in the SPDX-License-Identifier tag.
In this case we change from listing "LICENSE-A LICENSE-B" or "LICENSE-A
or LICENSE-B" or "(LICENSE-A OR LICENSE-B)" to "LICENSE-A OR LICENSE-B"
as per the Linux Kernel style document. Note that parenthesis are
allowed so when they were used before we continue to use them.

Reviewed-by: Fabio Estevam <email address hidden>
Signed-off-by: Tom Rini <email address hidden>

83d290c... by Tom Rini <email address hidden>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <email address hidden>