<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/include/asm/arch-bcm2835, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-bcm2835?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/include/asm/arch-bcm2835?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-03-28T13:03:09Z</updated>
<entry>
<title>ARM: bcm283x: move SoC headers to mach-bcm283x/include/mach</title>
<updated>2015-03-28T13:03:09Z</updated>
<author>
<name>Masahiro Yamada</name>
<email>yamada.masahiro@socionext.com</email>
</author>
<published>2015-03-19T10:42:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d6c418e4b8036038505ac67bf5d85a19ca2c650d'/>
<id>urn:sha1:d6c418e4b8036038505ac67bf5d85a19ca2c650d</id>
<content type='text'>
Move arch/arm/include/asm/arch-bcm283x/*
  -&gt; arch/arm/mach-bcm283x/include/mach/*

Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;
Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>rpi: add support for Raspberry Pi 2 model B</title>
<updated>2015-02-21T13:28:16Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2015-02-16T19:16:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=46414296953410706e917cef9238926084e83a4b'/>
<id>urn:sha1:46414296953410706e917cef9238926084e83a4b</id>
<content type='text'>
USB doesn't seem to work yet; the controller detects the on-board Hub/
Ethernet device but can't read the descriptors from it. I haven't
investigated yet.

Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>bcm2836 SoC support (used in Raspberry Pi 2 model B)</title>
<updated>2015-02-21T13:27:48Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2015-02-16T19:16:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=db75356f14646a4bca7b712f2128435e97f55c17'/>
<id>urn:sha1:db75356f14646a4bca7b712f2128435e97f55c17</id>
<content type='text'>
The bcm2835 and bcm2836 are essentially identical, except:
- The CPU is an ARM1176 v.s. a quad-core Cortex-A7.
- The physical address of many IO controllers has moved.

Rather than introducing a whole new bcm2836 value for $(SOC) or $(ARCH),
update the existing bcm2835 code to handle the minor differences, and
plumb it into the ARMv7 CPU architecture.

Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>bcm2835/rpi: add SPDX license tags for some files</title>
<updated>2015-02-21T13:27:08Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2015-02-16T19:16:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a033171b2ece1f3575ab7277e7b862e7f611b3f6'/>
<id>urn:sha1:a033171b2ece1f3575ab7277e7b862e7f611b3f6</id>
<content type='text'>
Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>ARM: rpi: support model A+</title>
<updated>2014-12-29T21:31:22Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2014-12-24T03:01:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=47705eff7a822105dfddaa03aadfe95f05849892'/>
<id>urn:sha1:47705eff7a822105dfddaa03aadfe95f05849892</id>
<content type='text'>
Add a board rev entry for the new model A+, and augment the board
rev error handling code to be a bit more verbose.

Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>ARM: rpi_b: detect board revision</title>
<updated>2014-12-08T14:35:42Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2014-11-19T04:40:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6fe7845a9823c12aa673ad3590059528c184b987'/>
<id>urn:sha1:6fe7845a9823c12aa673ad3590059528c184b987</id>
<content type='text'>
Detect the board revision early during boot, and print the decoded
model name.

Eventually, this information can be used for tasks such as:
- Allowing/preventing USB device mode; some models have a USB device on-
  board so only host mode makes sense. Others connect the SoC directly
  to the USB connector, so device-mode might make sense.
- The on-board USB hub/Ethernet requires different GPIOs to enable it,
  although luckily the default appears to be fine so far.
- The compute module contains an on-board eMMC device, so we could store
  the environment there. Other models use an SD card and so don't support
  saving the environment (unless we store it in a file on the FAT boot
  partition...)

Set $fdtfile based on this information. At present, the mainline Linux
kernel doesn't contain a separate DTB for most models, but I hope that
will change soon.

Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-usb</title>
<updated>2014-10-26T18:12:18Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2014-10-26T18:12:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1fba907f9a8d178eee960294ecffc8ee8bc6b00d'/>
<id>urn:sha1:1fba907f9a8d178eee960294ecffc8ee8bc6b00d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: rpi_b: query internal MAC address from firmware</title>
<updated>2014-10-22T20:02:08Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2014-09-27T02:51:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4f80a06df3c174773b6fc4379f50562bf8db5a62'/>
<id>urn:sha1:4f80a06df3c174773b6fc4379f50562bf8db5a62</id>
<content type='text'>
The built-in SMSC 95xx chip doesn't know its own MAC address. Instead,
we must query it from the VC firmware; it's probably encoded in fuses
on the BCM2835.

Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>dm: rpi: Convert GPIO driver to driver model</title>
<updated>2014-10-22T16:36:57Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2014-09-22T23:30:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=41e98e011da9a3a4461e8cb1479ce343898264fe'/>
<id>urn:sha1:41e98e011da9a3a4461e8cb1479ce343898264fe</id>
<content type='text'>
Convert the BCM2835 GPIO driver to use driver model, and switch over
Raspberry Pi to use this, since it is the only board.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Tested-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
<entry>
<title>ARM: bcm2835: fix mbox POWER_STATE_RESP_ON value</title>
<updated>2014-02-14T06:57:14Z</updated>
<author>
<name>Stephen Warren</name>
<email>swarren@wwwdotorg.org</email>
</author>
<published>2014-02-06T03:42:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5e77a745b24d9b98aa635293972f04fd6f0c6b38'/>
<id>urn:sha1:5e77a745b24d9b98aa635293972f04fd6f0c6b38</id>
<content type='text'>
Typo: The correct value is 1 not 2.

Signed-off-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;
</content>
</entry>
</feed>
