<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/arch/arm/imx-common, branch v2016.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/arch/arm/imx-common?h=v2016.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/arch/arm/imx-common?h=v2016.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2016-01-03T14:57:56Z</updated>
<entry>
<title>imx_common: check for Serial Downloader in spl_boot_device</title>
<updated>2016-01-03T14:57:56Z</updated>
<author>
<name>Stefano Babic</name>
<email>sbabic@denx.de</email>
</author>
<published>2015-12-11T16:30:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=40f4839ce12adfc0223d6e3035cf9c3a4754a0ec'/>
<id>urn:sha1:40f4839ce12adfc0223d6e3035cf9c3a4754a0ec</id>
<content type='text'>
Check for bmode before reading the boot device
to check if a serial downloader is started,
and returns UART if the serial downloader is set,
letting SPL to wait for an image if
CONFIG_SPL_YMODEM_SUPPORT is set.

This allows to load again a SPL based board
with imx_usb_loader together with a tool
such as kermit.

Signed-off-by: Stefano Babic &lt;sbabic@denx.de&gt;
CC: Tim Harvey &lt;tharvey@gateworks.com&gt;
CC: Fabio Estevam &lt;Fabio.Estevam@freescale.com&gt;
CC: Eric Nelson &lt;eric.nelson@boundarydevices.com&gt;
Reviewed-by: Eric Nelson &lt;eric@nelint.com&gt;
Tested-by: Eric Nelson &lt;eric@nelint.com&gt;
</content>
</entry>
<entry>
<title>imx: mx7: compile misc.c for mx7</title>
<updated>2015-11-12T16:40:54Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-10-29T07:54:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f978559c05d90751a1e128aa852496410f9f947f'/>
<id>urn:sha1:f978559c05d90751a1e128aa852496410f9f947f</id>
<content type='text'>
Compile misc.c for mx7, since we need related function for
lcdif and nand.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Cc: Sanchayan Maity &lt;maitysanchayan@gmail.com&gt;
Cc: Stefan Agner &lt;stefan@agner.ch&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: imx-common: power down lcdif before boot os</title>
<updated>2015-11-12T16:40:54Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-10-29T07:54:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=623787fd58c2ef2fc5a504eacc99672c464211eb'/>
<id>urn:sha1:623787fd58c2ef2fc5a504eacc99672c464211eb</id>
<content type='text'>
Need to call lcdif_power_down to make lcdif in initial state
before kernel boot. Similar issue for uboot reset with lcdif
enabled, system will hang after serveral times resetting. Need
to let lcdif initial state to make all go well.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Eric Nelson &lt;eric.nelson@boundarydevices.com&gt;
Cc: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;
Cc: Tim Harvey &lt;tharvey@gateworks.com&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: hab: add mx7 secure boot support</title>
<updated>2015-10-30T14:22:37Z</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2015-10-12T18:48:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ee3899aa6c938f950a66024f1a451f3219ed85ec'/>
<id>urn:sha1:ee3899aa6c938f950a66024f1a451f3219ed85ec</id>
<content type='text'>
Add mx7 secure boot support, add helper macro IS_HAB_ENABLED_BIT
to get the corresponding bit mask per SoC (mx7 or mx6) to identify
if securue boot feature is enabled/disabled.

On authenticate_image only check for mmu enabled on mx6 SoC to
force pu_irom_mmu_enabled so ROM code can perform mmu cache flush
mx7 SoC ROM code does not have this issue as ROM enables cache support
based on fuse settings.

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: hab: use read_fuse for secure boot settings</title>
<updated>2015-10-30T14:22:37Z</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2015-10-12T18:48:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fba6f9efa4e20a137f1a8121225c5deff4b17300'/>
<id>urn:sha1:fba6f9efa4e20a137f1a8121225c5deff4b17300</id>
<content type='text'>
Use read_fuse api fuction call to read secure boot fuse
settings (enabled/disabled).

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: hab: use unified rom section for mx6sx and mx6ul</title>
<updated>2015-10-30T14:20:57Z</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2015-10-12T18:48:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=a89729c9ca5d58f389e7b8bde74e58f6b35d9a45'/>
<id>urn:sha1:a89729c9ca5d58f389e7b8bde74e58f6b35d9a45</id>
<content type='text'>
Add CONFIG_ROM_UNIFIED_SECTIONS for mx6sx and mx6ul target
platforms to resolve corresponding HAB_RVT_BASE base address,
the RVT table contains pointers to the HAB API functions in
ROM code.

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx: hab: rework secure boot support for imx6</title>
<updated>2015-10-30T14:20:57Z</updated>
<author>
<name>Adrian Alonso</name>
<email>aalonso@freescale.com</email>
</author>
<published>2015-10-12T18:48:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7a7281a91c2e0b27bc276ef879e896ed8669342a'/>
<id>urn:sha1:7a7281a91c2e0b27bc276ef879e896ed8669342a</id>
<content type='text'>
Rework secure boot support for imx6, move existing hab support
for imx6 into imx-common for SoC reuse.

Signed-off-by: Adrian Alonso &lt;aalonso@freescale.com&gt;
</content>
</entry>
<entry>
<title>imx-common: timer: clean up code</title>
<updated>2015-10-30T13:59:43Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-08-26T07:40:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2bb014820c49a63902103bac710bc86b5772e843'/>
<id>urn:sha1:2bb014820c49a63902103bac710bc86b5772e843</id>
<content type='text'>
We can reuse common functions in lib/time.c, but not reimplement
functions in imx-common/time.c.
Only keep timer_init ,get_tbclk and implement timer_read_counter in
imx-common/time.c.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
Cc: Fabio Estevam &lt;fabio.estevam@freescale.com&gt;
</content>
</entry>
<entry>
<title>vf610: refactor DDRMC code</title>
<updated>2015-10-02T08:42:31Z</updated>
<author>
<name>Albert ARIBAUD \\(3ADEV\\)</name>
<email>albert.aribaud@3adev.fr</email>
</author>
<published>2015-09-21T20:43:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3f353ceccbbb25315cf7591f59f8dbd853b657e4'/>
<id>urn:sha1:3f353ceccbbb25315cf7591f59f8dbd853b657e4</id>
<content type='text'>
The VF610 DDRMC driver code contains settings which are
board-specific. Move these out to boards so that new boards
can define their own without having to modify the driver.

Signed-off-by: Albert ARIBAUD (3ADEV) &lt;albert.aribaud@3adev.fr&gt;
</content>
</entry>
<entry>
<title>imx: fix coding style</title>
<updated>2015-09-24T09:32:38Z</updated>
<author>
<name>Peng Fan</name>
<email>Peng.Fan@freescale.com</email>
</author>
<published>2015-09-15T06:05:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f697c2acca9ff02c9b0cf480a4a726ed9626a53a'/>
<id>urn:sha1:f697c2acca9ff02c9b0cf480a4a726ed9626a53a</id>
<content type='text'>
Fix coding style.

Signed-off-by: Peng Fan &lt;Peng.Fan@freescale.com&gt;
Cc: Stefano Babic &lt;sbabic@denx.de&gt;
</content>
</entry>
</feed>
