<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bcm63xx/u-boot/arch/arm/include/asm/u-boot-arm.h, branch master</title>
<subtitle>Broadcom-s U-Boot</subtitle>
<id>https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/bcm63xx/u-boot/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/'/>
<updated>2018-10-10T17:35:10Z</updated>
<entry>
<title>arm: remove duplicated prototypes in u-boot.arm.h</title>
<updated>2018-10-10T17:35:10Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-10-05T09:33:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=606f3a74e62db197bda104d1c472be9614957ee2'/>
<id>urn:sha1:606f3a74e62db197bda104d1c472be9614957ee2</id>
<content type='text'>
Remove the function prototypes duplicated between u-boot.arm.h
and init.h/common.h

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>arm: remove prototype for get_timer_masked</title>
<updated>2018-10-10T17:35:09Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-10-05T09:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=6180ea7e663893cb7330219367252cba471bf225'/>
<id>urn:sha1:6180ea7e663893cb7330219367252cba471bf225</id>
<content type='text'>
The interruption support had be removed for ARM architecture and
the function get_timer_masked() is no more used except in some
the timer.c files.

This patch clean each timer.c which implement this function and
remove the associated prototype in u-boot-arm.h

For timer.c, I don't verify if the weak version of get_timer
(in lib/time.c) can be used

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>arm: remove prototype for udelay_masked</title>
<updated>2018-10-10T17:35:09Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-10-05T09:33:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=aa33fe86954e342116648a702d34bb0456bdc4a7'/>
<id>urn:sha1:aa33fe86954e342116648a702d34bb0456bdc4a7</id>
<content type='text'>
The interruption support had be removed for ARM architecture and
the function udelay_masked() is no more used except in some timer.c
files  and have the same content than udelay() or __udelay().

This patch update each timer.c implementing this function and
remove the associated prototype in u-boot-arm.h.

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>arm: remove prototype for reset_timer_masked</title>
<updated>2018-10-10T17:35:09Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-10-05T09:33:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=aad5b4a351c79a77f2e7c4188e37e3eddc80a4b2'/>
<id>urn:sha1:aad5b4a351c79a77f2e7c4188e37e3eddc80a4b2</id>
<content type='text'>
Remove prototype for function only used in one file

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>arm: remove prototype for arch_interrupt_init</title>
<updated>2018-10-10T17:35:09Z</updated>
<author>
<name>Patrick Delaunay</name>
</author>
<published>2018-10-05T09:33:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=1c8e9fae16dc363f90a474e7f0b68d90a213034f'/>
<id>urn:sha1:1c8e9fae16dc363f90a474e7f0b68d90a213034f</id>
<content type='text'>
Remove prototype for no more existing function

Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
</content>
</entry>
<entry>
<title>Define board_quiesce_devices() in a shared location</title>
<updated>2018-06-03T13:27:21Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2018-05-16T15:42:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=329da4850c61994b83c025da68e1966a1259fd00'/>
<id>urn:sha1:329da4850c61994b83c025da68e1966a1259fd00</id>
<content type='text'>
This undocumented function relies on arch-specific code to declare a nop
weak version. Add the weak function in common code instead to avoid having
to duplicate the same function in each arch.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
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.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>arm: Add declarations to avoid needing to include headers</title>
<updated>2017-06-05T15:02:37Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-05-17T14:22:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=c45300b0385e8c5f6be789421bd45de66fcfe1ed'/>
<id>urn:sha1:c45300b0385e8c5f6be789421bd45de66fcfe1ed</id>
<content type='text'>
At present common.h includes various ARM-specific headers. In preparation
for dropping this, add a few explicit declarations.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>arm: Make u-boot-arm.h a private header</title>
<updated>2017-06-05T15:02:33Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-05-17T14:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=ac6a6bd64a8bbbdcd5885bc5f47589d8b72e7935'/>
<id>urn:sha1:ac6a6bd64a8bbbdcd5885bc5f47589d8b72e7935</id>
<content type='text'>
Rather than including this arch-specific header file in common.h, include
it from within arm's u-boot.h header.

Also drop the comment about something to be fixed. It has been there
forever and it is not clear what it means.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Move dram_init_banksize() to a common header</title>
<updated>2017-04-05T20:36:51Z</updated>
<author>
<name>Simon Glass</name>
</author>
<published>2017-03-31T14:40:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/bcm63xx/u-boot/commit/?id=5e924a13e729c83351f76609d058c1db30746c9b'/>
<id>urn:sha1:5e924a13e729c83351f76609d058c1db30746c9b</id>
<content type='text'>
This is an weak function present on all archs so we should have it in the
common header file. Remove it from arch-specific headers and add a
function comment.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
