<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/include/configs/ls1012ardb.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>2019-05-22T06:54:24Z</updated>
<entry>
<title>armv8: Secure Boot: Modify boot_a_script definition</title>
<updated>2019-05-22T06:54:24Z</updated>
<author>
<name>Vinitha V Pillai</name>
</author>
<published>2019-04-23T05:52:17Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=78c58082a926b4e4c5dda4332bec1016e778f670'/>
<id>urn:sha1:78c58082a926b4e4c5dda4332bec1016e778f670</id>
<content type='text'>
esbc_validate command will not be executed if “load” command for its
header fails and will further execute the source command for bootscript,
without its validation and boot process continues.

To halt the  boot process in case secure boot header is not loaded
successfully, esbc_validate command is invoked separately after “load”
command. The secure boot validation of the bootscript header will fail
(if header is not loaded) and halts the boot process, which prevent source
command from execution.

Signed-off-by: Vinitha V Pillai &lt;vinitha.pillai@nxp.com&gt;
Signed-off-by: Udit Agarwal &lt;udit.agarwal@nxp.com&gt;
Reviewed-by: Prabhakar Kushwaha &lt;prabhakar.kushwaha@nxp.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1012ardb: Add TFABOOT support</title>
<updated>2018-12-06T22:37:19Z</updated>
<author>
<name>Rajesh Bhagat</name>
</author>
<published>2018-11-05T18:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=1f6180dff9b5c1b6df87f54b0fb0d458798d557e'/>
<id>urn:sha1:1f6180dff9b5c1b6df87f54b0fb0d458798d557e</id>
<content type='text'>
TFABOOT support includes:
 - ls1012ardb_tfa_defconfig to be loaded by trusted firmware
 - environment address and size changes for TFABOOT
 - define BOOTCOMMAND for TFABOOT
 - enable PFE validation for secure boot

Signed-off-by: Rajesh Bhagat &lt;rajesh.bhagat@nxp.com&gt;
Signed-off-by: Vinitha V Pillai &lt;vinitha.pillai@nxp.com&gt;
Signed-off-by: Pankit Garg &lt;pankit.garg@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>configs: Migrate CONFIG_NR_DRAM_BANKS</title>
<updated>2018-08-16T20:45:02Z</updated>
<author>
<name>Tom Rini</name>
</author>
<published>2018-08-16T12:16:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=86cf1c82850f7c226f23684e19616e526ffaf10f'/>
<id>urn:sha1:86cf1c82850f7c226f23684e19616e526ffaf10f</id>
<content type='text'>
We have the following cases:
- CONFIG_NR_DRAM_BANKS was defined, migrate normally
- CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
  CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
- CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
  2), set this to 8.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&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>treewide: Migrate CONFIG_FSL_ESDHC to Kconfig</title>
<updated>2018-04-08T22:31:05Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-03-28T12:38:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=07dea2e737f78ee70e81c27d976811f0e9fdbad8'/>
<id>urn:sha1:07dea2e737f78ee70e81c27d976811f0e9fdbad8</id>
<content type='text'>
Migrate the CONFIG_FSL_ESDHC option to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
</content>
</entry>
<entry>
<title>treewide: Migrate CONFIG_SYS_ALT_MEMTEST to Kconfig</title>
<updated>2018-04-08T18:52:45Z</updated>
<author>
<name>Mario Six</name>
</author>
<published>2018-03-28T12:38:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621'/>
<id>urn:sha1:e89f8aae3d67cd3d2d04cedd9735c5e5fd32b621</id>
<content type='text'>
Migrate the CONFIG_SYS_ALT_MEMTEST option to Kconfig.

Signed-off-by: Mario Six &lt;mario.six@gdsys.cc&gt;
[trini: Re-run migration after also including CMD_MEMTEST]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>configs: ls1012a: add pfe configuration for LS1012A</title>
<updated>2018-03-22T20:05:31Z</updated>
<author>
<name>Calvin Johnson</name>
</author>
<published>2018-03-08T10:00:35Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=a802d1e2684a30d01bde657ebf55c2b5eca1d712'/>
<id>urn:sha1:a802d1e2684a30d01bde657ebf55c2b5eca1d712</id>
<content type='text'>
Add configurations for PFE.

Signed-off-by: Calvin Johnson &lt;calvin.johnson@nxp.com&gt;
Signed-off-by: Anjaneyulu Jagarlmudi &lt;anji.jagarlmudi@nxp.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>board: freescale: ls1012ardb: enable network support on ls1012ardb</title>
<updated>2018-03-22T20:05:30Z</updated>
<author>
<name>Calvin Johnson</name>
</author>
<published>2018-03-08T10:00:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=7ab16479e18274ac325fc2a1e2d1c41ee107b59d'/>
<id>urn:sha1:7ab16479e18274ac325fc2a1e2d1c41ee107b59d</id>
<content type='text'>
This patch enables ethernet support for ls1012ardb.

Signed-off-by: Calvin Johnson &lt;calvin.johnson@nxp.com&gt;
Signed-off-by: Anjaneyulu Jagarlmudi &lt;anji.jagarlmudi@nxp.com&gt;
Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;
</content>
</entry>
<entry>
<title>armv8: ls1012ardb: Add distro secure boot support</title>
<updated>2018-02-09T16:34:33Z</updated>
<author>
<name>Vinitha Pillai-B57223</name>
</author>
<published>2018-01-09T17:33:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=c883f351e61f425f72d110375eaa80d5ecb5ee64'/>
<id>urn:sha1:c883f351e61f425f72d110375eaa80d5ecb5ee64</id>
<content type='text'>
Enable validation of boot.scr script prior to its execution dependent
on "secureboot" flag in environment. Enable fall back option to
qspi boot in case of secure boot.

Signed-off-by: Sumit Garg &lt;sumit.garg@nxp.com&gt;
Signed-off-by: Vinitha Pillai &lt;vinitha.pillai@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
<entry>
<title>arm64: ls1012a: Add sata distro boot support</title>
<updated>2018-01-17T18:30:54Z</updated>
<author>
<name>Yuantian Tang</name>
</author>
<published>2018-01-03T07:53:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/bcm63xx/u-boot/commit/?id=ae02cf03bc47804e88bb2fbc7cae3560618e6547'/>
<id>urn:sha1:ae02cf03bc47804e88bb2fbc7cae3560618e6547</id>
<content type='text'>
Sata is equipped on ls1012a and can be a boot source. Add sata boot
support as an option if available.

Signed-off-by: Tang Yuantian &lt;andy.tang@nxp.com&gt;
Reviewed-by: York Sun &lt;york.sun@nxp.com&gt;
</content>
</entry>
</feed>
