<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/elf.h, 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-08-10T17:50:15Z</updated>
<entry>
<title>elf: Add support for PPC64 ELF V1 ABI in bootelf</title>
<updated>2018-08-10T17:50:15Z</updated>
<author>
<name>Rob Bracero</name>
</author>
<published>2018-08-01T02:57:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=2846ea81a0295b47dda75111cfef099d5eed85e2'/>
<id>urn:sha1:2846ea81a0295b47dda75111cfef099d5eed85e2</id>
<content type='text'>
This update adds PPC64 ELF V1 ABI support to bootelf for both the
program header and section header options. Elf64 support was already
present for the program header option, but it was not handling the
PPC64 ELF V1 ABI case. For the PPC64 ELF V1 ABI, the e_entry field of
the elf header must be treated as function descriptor pointer instead
of a function address. The first doubleword of the function descriptor
is the function's entry address.

Signed-off-by: Rob Bracero &lt;robbracero@gmail.com&gt;
[trini: Fix whitespace issues]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>elf: Move x86 reloc defines to common elf.h</title>
<updated>2018-07-25T12:57:43Z</updated>
<author>
<name>Alexander Graf</name>
</author>
<published>2018-06-18T15:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=dae73c4cdc862017a10d09588571e7f98de0cdd4'/>
<id>urn:sha1:dae73c4cdc862017a10d09588571e7f98de0cdd4</id>
<content type='text'>
We need to know about x86 relocation definitions even in cases where
we don't officially build against the x86 target, such as with sandbox.

So let's move the x86 definitions into the common elf header, where all
other architectures already have them.

Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>SPDX: Convert all of our single license tags to Linux Kernel style</title>
<updated>2018-05-07T13:34:12Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-05-06T21:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=83d290c56fab2d38cd1ab4c4cc7099559c1d5046'/>
<id>urn:sha1:83d290c56fab2d38cd1ab4c4cc7099559c1d5046</id>
<content type='text'>
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 &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>elf: Add ELF64 related structure defines</title>
<updated>2018-04-16T08:54:51Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2018-04-12T05:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=2bce3f595d224fc620b07449d47fa2b08151a890'/>
<id>urn:sha1:2bce3f595d224fc620b07449d47fa2b08151a890</id>
<content type='text'>
This adds ELF header, program header and section header structure
defines for the 64-bit ELF image.

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>elf: Clean up the ELF header file</title>
<updated>2018-04-16T08:54:51Z</updated>
<author>
<name>Bin Meng</name>
</author>
<published>2018-04-12T05:02:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=df635df2e0f2d7a54401377bbc59e98ec2fa8753'/>
<id>urn:sha1:df635df2e0f2d7a54401377bbc59e98ec2fa8753</id>
<content type='text'>
Fix various style violations in elf.h
- use correct comment format if the comment fits in just one line
- remove the ending period for the one-line comment
- use tab for the indention instead of space
- put the opening brace at the same line of a typedef/union
- remove &lt;name&gt; in a 'typedef struct' for consistency

Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
Reviewed-by: Christian Gmeiner &lt;christian.gmeiner@gmail.com&gt;
</content>
</entry>
<entry>
<title>riscv: Modify generic codes to support RISC-V</title>
<updated>2018-01-12T13:05:12Z</updated>
<author>
<name>Rick Chen</name>
</author>
<published>2017-12-26T05:55:58Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=068feb9b86d991283c43b56e36094f4e6f484d04'/>
<id>urn:sha1:068feb9b86d991283c43b56e36094f4e6f484d04</id>
<content type='text'>
Support common commands bdinfo and image format,
also modify common generic flow for RISC-V.

Signed-off-by: Rick Chen &lt;rick@andestech.com&gt;
Signed-off-by: Rick Chen &lt;rickchen36@gmail.com&gt;
Signed-off-by: Greentime Hu &lt;green.hu@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>elf: arm: Add a few ARM relocation types</title>
<updated>2016-11-14T22:24:03Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2016-11-07T15:47:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=c70f74a081c2005b0a4749cf8762fc14b7369ddb'/>
<id>urn:sha1:c70f74a081c2005b0a4749cf8762fc14b7369ddb</id>
<content type='text'>
Rather than hard-coding the relocation type, add it to the ELF header file
and use it from there.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Signed-off-by: Alexander Graf &lt;agraf@suse.de&gt;
</content>
</entry>
<entry>
<title>elf: Add the Elf64_Rela type</title>
<updated>2016-10-11T03:55:33Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2016-09-26T03:33:09Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=2547f3ed897b0ce252db0ffb8596ec9730ea1833'/>
<id>urn:sha1:2547f3ed897b0ce252db0ffb8596ec9730ea1833</id>
<content type='text'>
Add this so that we can support 64-bit relocation on x86.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>elf: Add a few definitions for 64-bit relocation</title>
<updated>2015-08-05T14:42:40Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2015-07-31T15:31:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=5efa28139cac60683387415df479f6413988aa65'/>
<id>urn:sha1:5efa28139cac60683387415df479f6413988aa65</id>
<content type='text'>
Provide the types necessary to relocate 64-bit images.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>elf: add prototype for valid_elf_image</title>
<updated>2014-10-25T19:27:36Z</updated>
<author>
<name>Jeroen Hofstee</name>
</author>
<published>2014-10-08T20:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=6f38477d3ad4cbe7d9efa9344dec805144828b2e'/>
<id>urn:sha1:6f38477d3ad4cbe7d9efa9344dec805144828b2e</id>
<content type='text'>
Signed-off-by: Jeroen Hofstee &lt;jeroen@myspectrum.nl&gt;
</content>
</entry>
</feed>
