<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/cpu, branch v2016.01-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu?h=v2016.01-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/cpu?h=v2016.01-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2015-12-06T21:38:05Z</updated>
<entry>
<title>am33xx: Update serial pdata</title>
<updated>2015-12-06T21:38:05Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-12-06T16:09:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=75507d5d5496a691aecb731f87d4d8d5cdf62b77'/>
<id>urn:sha1:75507d5d5496a691aecb731f87d4d8d5cdf62b77</id>
<content type='text'>
We now want to make sure that we have the platform data for NS16550 when
we do not have OF_CONTROL set.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>Change e-mail address of Kamil Lulko</title>
<updated>2015-12-05T23:22:32Z</updated>
<author>
<name>Kamil Lulko</name>
<email>kamil.lulko@gmail.com</email>
</author>
<published>2015-11-29T10:50:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5be93569262f4ebc963ca95891667f523f368d89'/>
<id>urn:sha1:5be93569262f4ebc963ca95891667f523f368d89</id>
<content type='text'>
Signed-off-by: Kamil Lulko &lt;kamil.lulko@gmail.com&gt;
</content>
</entry>
<entry>
<title>arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inline</title>
<updated>2015-12-05T23:22:28Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-11-28T13:04:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eada086f85a9bd3b8ac3a1db3d51b469869845c4'/>
<id>urn:sha1:eada086f85a9bd3b8ac3a1db3d51b469869845c4</id>
<content type='text'>
With gcc-5.x we get warning about inline non-static functions referring to
static elements.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://www.denx.de/git/u-boot-imx</title>
<updated>2015-12-04T13:21:28Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-12-04T13:21:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a85670e40da1ef4f299effb73c36e48d39d50106'/>
<id>urn:sha1:a85670e40da1ef4f299effb73c36e48d39d50106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: mxs: fix VDDD brownout setting</title>
<updated>2015-12-01T15:05:24Z</updated>
<author>
<name>Michael Heimpold</name>
<email>mhei@heimpold.de</email>
</author>
<published>2015-11-15T21:47:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a6b1e25fc6f9ad3a392526414acb1c3c36eccd0f'/>
<id>urn:sha1:a6b1e25fc6f9ad3a392526414acb1c3c36eccd0f</id>
<content type='text'>
At the moment, the desired brownout is at 1.0V. However,
this setting cannot be realized by hardware since we have
only 3 bits to represent the voltage difference from the
target value.

Target value is 1500 mV, brownout target is 1000 mV,
voltage steps are 25 mV.

Register content calculation:
  (1500 [mV] - 1000 [mV]) / 25 [mV] = 20 (decimal) = 0x14

  Register takes only 3 bits, that is 0x4.

But 0x4 * 25 [mV] = 100 [mV], that means that actual
brownout level is 1500 [mV] - 100 [mV] = 1.4 V.

Minimum possible BO level is
  1500 [mV] - 0x7 * 25 [mV] = 1315 [mV].

So lets use this value as desired BO value (which is
also the same as FSL bootlets use).

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
Cc: Marek Vasut &lt;marex@denx.de&gt;
Cc: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
Acked-by: Marek Vasut &lt;marex@denx.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq</title>
<updated>2015-11-30T20:18:30Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2015-11-30T20:18:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1670c8c219f6e47de624b4ed557b5a995265cd40'/>
<id>urn:sha1:1670c8c219f6e47de624b4ed557b5a995265cd40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>armv8: ls2085a: Add workaround of errata A009635</title>
<updated>2015-11-30T17:11:12Z</updated>
<author>
<name>Prabhakar Kushwaha</name>
<email>prabhakar@freescale.com</email>
</author>
<published>2015-11-05T06:30:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=b4017364630fbc526bbf5e917d8fae6013805488'/>
<id>urn:sha1:b4017364630fbc526bbf5e917d8fae6013805488</id>
<content type='text'>
If the core runs at higher than x3 speed of the platform, there is
possiblity about sev instruction to getting missed by other cores.
This is because of SoC Run Control block may not able to sample
the EVENTI(Sev) signals.

Configure Run Control and EPU to periodically send out EVENTI signals to
wake up A57 cores.

Signed-off-by: Prabhakar Kushwaha &lt;prabhakar@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>armv8: fsl-layerscape: Fix "cpu release" command</title>
<updated>2015-11-30T17:11:12Z</updated>
<author>
<name>York Sun</name>
<email>yorksun@freescale.com</email>
</author>
<published>2015-11-12T20:38:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1f6236f06b1bb219492d7ae3c17232090128da2c'/>
<id>urn:sha1:1f6236f06b1bb219492d7ae3c17232090128da2c</id>
<content type='text'>
When one core is released, other cores may not have valid entry
address. Those cores are trapped by "wfe" and wait for further
instruction. When their address is set, they need to be kicked
off by "sev".

Signed-off-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
<entry>
<title>armv8/layerscape: Update MMU table with execute-never bits</title>
<updated>2015-11-30T17:11:11Z</updated>
<author>
<name>Alison Wang</name>
<email>b18965@freescale.com</email>
</author>
<published>2015-11-05T03:15:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=d764129d30768df72cd07844dd50d11e74b0de14'/>
<id>urn:sha1:d764129d30768df72cd07844dd50d11e74b0de14</id>
<content type='text'>
For most device addresses excution shouldn't be allowed. Revise
the MMU table to enforce execute-never bits. OCRAM, DDR and IFC
are allowed for excution.

Signed-off-by: York Sun &lt;yorksun@freescale.com&gt;
Signed-off-by: Alison Wang &lt;alison.wang@freescale.com&gt;
Reported-by: Zhichun Hua &lt;zhichun.hua@freescale.com&gt;
</content>
</entry>
<entry>
<title>armv8/fsl-layerscape: Remove reference to gdata</title>
<updated>2015-11-30T17:11:10Z</updated>
<author>
<name>Gong Qianyu</name>
<email>Qianyu.Gong@freescale.com</email>
</author>
<published>2015-11-11T09:58:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=18a0d8eb46587336cc87f8f86d9db8746285ffb3'/>
<id>urn:sha1:18a0d8eb46587336cc87f8f86d9db8746285ffb3</id>
<content type='text'>
The global_data pointer (gd) has been set earlier in crt0_64.S.
So there's no need to assign it again. Remove gdata since it is going
away in U-Boot.

Signed-off-by: Gong Qianyu &lt;Qianyu.Gong@freescale.com&gt;
Reviewed-by: York Sun &lt;yorksun@freescale.com&gt;
</content>
</entry>
</feed>
