The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment
and 64K alignment. 4K alignment is consistent with rev1 implement.
The default GIC offset in kernel device tree is using 64K alignment,
if rev1 silicon used, need to fixup the GIC node to use 4K alignment.
Signed-off-by: We
On 19 October 2016 at 21:22, Leif Lindholm wrote:
> On Mon, Oct 17, 2016 at 07:55:02PM -0600, Simon Glass wrote:
>> Hi Leif,
>>
>> On 26 September 2016 at 19:53, Leif Lindholm
>> wrote:
>> >> Thanks for the pointer. Unfortunately that patch appears to make no
>> >> differences for me. Are you ab
> On 20 Oct 2016, at 00:44, york sun wrote:
>
> On 10/19/2016 09:31 AM, Alexander Graf wrote:
>> Most new systems in U-Boot these days make use of the generic "distro"
>> framework which allows a user to have U-Boot scan for a bootable OS
>> on all available media types.
>>
>> This patch extend
[CC Wolfgang because he's the ppc maintainer]
Hi,
I've build a powerpc64 cross compile toolchain with multilib support
(using http://crosstool-ng.org/). Eg. the default one is 64bit and you
can choose a 32 bit compile with "-m32". I can compile the bootloader
but linking fails with "libgcc no
On Mon, Oct 17, 2016 at 5:57 PM, wrote:
> From: Patrick Bruenn
>
> Add CX9020 board based on mx53loco.
> Add simplified imx53 base device tree from kernel v4.8-rc8, to reuse
> serial_mxc with DTE and prepare for device tree migration of other
> functions and imx53 devices.
>
> The CX9020 differs
On Wednesday 19 October 2016 08:58 PM, Marek Vasut wrote:
> On 10/19/2016 05:19 PM, Jagan Teki wrote:
>> On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote:
>>> On 10/19/2016 04:41 PM, Jagan Teki wrote:
On Wed, Oct 19, 2016 at 10:10 AM, Vignesh R wrote:
> Hi,
...
>> You can probabl
The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment
and 64K alignment. 4K alignment is consistent with rev1 implement.
The default GIC offset in kernel device tree is using 64K alignment,
if rev1 silicon used, need to fixup the GIC node to use 4K alignment.
Signed-off-by: We
> -Original Message-
> From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Priyanka
> Jain
> Sent: Wednesday, October 19, 2016 3:07 PM
> To: u-boot@lists.denx.de
> Cc: Priyanka Jain
> Subject: [U-Boot] [PATCH 4/5] armv8: fsl-layerscape: Add NXP LS2088A SoC
> support
>
> The Q
On Wed, Oct 19, 2016 at 09:21:13AM +0200, Alexander Graf wrote:
> Hi Tom,
>
> This is my current patch queue for efi. Please pull.
>
> Alex
>
>
> The following changes since commit d5a815327d2c257fbba108ff46974b1c1d12fd2a:
>
> Prepare v2016.11-rc2 (2016-10-17 20:09:33 -0400)
>
> are avail
On Wed, Oct 19, 2016 at 12:12:59PM +0200, Felix Brack wrote:
> This patch adds support for the PDU001 board.
>
> Signed-off-by: Felix Brack
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@l
I am looking into some multi boot options and I wonder what the most common
ways are of selecting boot configurations.
Suppose I have 2 Linux boot images consisting of kernel, device tree and root
fs.
What are the most common ways to set img2 as next active boot image from img1 ?
- C
Hi Eddy:
I am trying to use the S32V234 EVB for Vision SDK and a camera.
Do you have any basic bootloader that could help me with that?
Thanks
Mohamed El-Sharkawy
Professor
Purdue School of Engineering and Technology
723 W Michigan Street, SL 160H
Indianapolis, IN 46202
melsh...@purdue.edu
Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option")
allows us to skip memory setup of DTB, but a problem for ARM is that
spin_table_update_dt() and psci_update_dt() are skipped as well if
CONFIG_ARCH_FIXUP_FDT is disabled.
This commit allows us to skip only fdt_fixup_memory_banks()
The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment
and 64K alignment. The bit GIC400_ADDR_ALIGN_64K[GIC_ADDR] is used to choose
which offset will be used.
If GIC_ADDR bit is set, 4K alignment is used, or else 64K alignment is used.
64K alignment is the default setting.
Sign
The default MSI node in kernel tree is for LS1043A rev1.1 silicon,
if rev1.0 silicon used, need to fixup the MSI node to match it.
Signed-off-by: Wenbin Song
Signed-off-by: Mingkai Hu
---
v2:
Call fdt_fixup_msi when CONFIG_LS1043A is defined.
---
arch/arm/cpu/armv8/fsl-layerscape/fdt.c | 91
Hi Jagan,
On Wed, Jul 27, 2016 at 1:28 PM, Jagan Teki
wrote:
> On 19 July 2016 at 14:40, Siva Durga Prasad Paladugu
> wrote:
> > This adds QSPI driver support for ZynqMP platform
> > This driver supports all spi flash commands in
> > qspi single mode.
> >
> > Signed-off-by: Siva Durga Prasad Pa
Hi Jagan,
On Wed, Jul 27, 2016 at 3:26 PM, Jagan Teki
wrote:
> On 27 July 2016 at 14:31, Siva Durga Prasad Paladugu
> wrote:
> > Hi Jagan,
> >
> >> -Original Message-
> >> From: Jagan Teki [mailto:jagannadh.t...@gmail.com]
> >> Sent: Wednesday, July 27, 2016 1:24 PM
> >> To: Siva Durga
On 20 October 2016 at 01:31, Chris Packham wrote:
> The initial buffer is used for the initial commands used to detect
> a flash device (STATUS, READID and PARAM).
>
> ONFI param page is 256 bytes, and there are three redundant copies
> to be read. JEDEC param page is 512 bytes, and there are also
On 10/20/2016 01:01 PM, Vignesh R wrote:
>
>
> On Wednesday 19 October 2016 08:58 PM, Marek Vasut wrote:
>> On 10/19/2016 05:19 PM, Jagan Teki wrote:
>>> On Wed, Oct 19, 2016 at 8:18 PM, Marek Vasut wrote:
On 10/19/2016 04:41 PM, Jagan Teki wrote:
> On Wed, Oct 19, 2016 at 10:10 AM, Vig
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote:
> These two files have patch merge markers in them, within comments or
> strings. Remove then, so that a search for merge markers does not show up
> matches in these files.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
Reviewed-by: Ja
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote:
> Move these option to Kconfig and tidy up existing uses.
>
> Signed-off-by: Simon Glass
Reviewed-by: Jagan Teki
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
__
Make sure the driver writes the cmd_data register only once per
read transfer instead of doing so potentially repeatedly.
In case the read transfer didn't finish quickly enough, the loop
in the driver code would spin fast enough to write the same value
into the cmd_data register again before re-ch
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_LCD
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
Reviewed-by: Jagan Teki
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyd
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote:
> This is not really a config. Rename it to avoid confusion.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
Reviewed-by: Jagan Teki
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote:
> This is not really a config. Rename it to avoid confusion.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
Reviewed-by: Jagan Teki
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote:
> Move these option to Kconfig and tidy up existing uses.
>
> The Power PC boards don't have a suitable common element: the common header
> files don't appear to line up with the Kconfig files as far as I can tell.
> This results in a lot of defc
On Tue, Oct 18, 2016 at 7:42 AM, Simon Glass wrote:
> This converts the following to Kconfig:
>CONFIG_VIDEO
>
> Signed-off-by: Simon Glass
> Reviewed-by: Tom Rini
Reviewed-by: Jagan Teki
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
H
On "fastboot reboot-bootloader" we check "dofastboot" variable and do
"fastboot 0" command in U-Boot if it's 1. But there are boards which have
USB controller number other than 0, so it should be respected when
performing "fastboot" command.
This patch reuses CONFIG_FASTBOOT_USB_DEV option toprovi
Some boards (like AM57x EVM) has USB OTG controller other than 0. So in
order to use correct controller number in compiled environment we should
define CONFIG_FASTBOOT_USB_DEV option.
For example, when doing "fastboot reboot-bootloader" we want to enter
fastboot mode automatically. But to do so we
Enable USB download gadget (needed for fastboot support) and all
dependencies.
Signed-off-by: Sam Protsenko
---
configs/am57xx_evm_defconfig | 9 +
configs/am57xx_evm_nodt_defconfig | 9 +
configs/am57xx_hs_evm_defconfig | 9 +
3 files changed, 27 insertions(+)
di
Signed-off-by: Sam Protsenko
---
configs/am57xx_evm_defconfig | 9 +
configs/am57xx_evm_nodt_defconfig | 9 +
configs/am57xx_hs_evm_defconfig | 9 +
3 files changed, 27 insertions(+)
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index 89e
This patch series adds fastboot support for AM57x EVM boards.
As AM57x EVM USB controller index is 1 (as opposed to regular 0), some
changes had to be done to deal with this.
Sam Protsenko (4):
fastboot: Add CONFIG_FASTBOOT_USB_DEV option
ti_omap5_common: Respect USB controller number in fast
Hello Masahiro-san,
On Thu, 2016-10-20 at 09:15 +0900, Masahiro Yamada wrote:
> Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option")
> allows us to skip memory setup of DTB, but a problem for ARM is that
> spin_table_update_dt() and psci_update_dt() are skipped as well if
> CONFIG_A
I am trying to use the QSPI flash from uboot on the development kit.
The flash content starts at offset 0 with 0xdeadbeaf
* Reading in linux from the MTD partition => data ok
* Using u-boot from the SDK GSRD image (u-boot 2013.01.01) => data ok
* Using u-boot socfpga 2016-05 from Alter
Hi,
Reading a kernel image from an SD card via the fatload command on the
MinnowBoard Turbot seems to be significantly slower since v2016.09 compared to
v2016.07:
v2016.07
=> fatload mmc 1:1 ${loadaddr} bzImage ; zboot ${loadaddr}
reading bzImage
5749232 bytes read in 129 ms (42.5 MiB/s)
v2016
Hi guys,
I'd like to make two changes on how raw MMC address and size of U-Boot
are represented. But I think it's better to discuss it first, so we
are on the same page about it.
Basically I want to review two config options here.
1. CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS
Simple grep shows us t
On 10/19/2016 11:06 PM, york sun wrote:
On 10/19/2016 06:01 PM, Stephen Warren wrote:
On 10/19/2016 04:32 PM, york sun wrote:
On 10/19/2016 12:18 PM, Stephen Warren wrote:
On 10/19/2016 09:25 AM, Stephen Warren wrote:
On 10/14/2016 02:17 PM, York Sun wrote:
Current code turns off d-cache fir
On 19 October 2016 at 15:18, Stephen Warren wrote:
> From: Stephen Warren
>
> SoC-specific logic may be required for all forms of cache-wide
> operations; invalidate and flush of both dcache and icache (note that
> only 3 of the 4 possible combinations make sense, since the icache never
> contain
Hi,
On 19 October 2016 at 15:14, Stephen Warren wrote:
> On 10/19/2016 12:29 PM, Joe Hershberger wrote:
>>
>> Hi Stephen,
>>
>> On Mon, Oct 17, 2016 at 1:32 PM, Stephen Warren
>> wrote:
>>>
>>> On 10/13/2016 05:46 PM, Joe Hershberger wrote:
On Fri, Oct 14, 2016 at 1:35 AM, Stephen Warr
s
On 10/20/2016 06:06 AM, Wenbin song wrote:
> The LS1043A rev1.1 silicon supports two types of GIC offset: 4K alignment
> and 64K alignment. The bit GIC400_ADDR_ALIGN_64K[GIC_ADDR] is used to choose
> which offset will be used.
There seems to be a mismatch between the commit message and the actua
This board has not been converted to DM_SERIAL by the deadline.
Remove it.
Signed-off-by: Simon Glass
---
arch/arm/Kconfig | 5 --
board/h2200/Kconfig | 9 ---
board/h2200/MAINTAINERS | 6 --
board/h2200/Makefile | 14
board/h2200/h2200-header.S |
This is not used by any boards. Drop it.
Signed-off-by: Simon Glass
---
doc/driver-model/serial-howto.txt | 1 -
drivers/serial/Makefile | 1 -
drivers/serial/serial_s3c24x0.c | 208 --
scripts/config_whitelist.txt | 1 -
4 files change
This board has not been converted to DM_SERIAL by the deadline.
Remove it.
Signed-off-by: Simon Glass
---
arch/arm/Kconfig| 5 -
board/mpl/common/common_util.c | 23 --
board/mpl/vcma9/Kconfig | 15 --
board/mpl/vcma9/MAINTAINERS | 6 -
board/mpl/vcma9/Makefil
This board has not been converted to use DM_SERIAL by the deadline. Drop
it.
Signed-off-by: Simon Glass
---
arch/arm/Kconfig | 5 -
board/toradex/colibri_pxa270/Kconfig | 12 --
board/toradex/colibri_pxa270/MAINTAINERS | 6 -
board/toradex/colibri
This driver was converted so we should remove it from the list.
Signed-off-by: Simon Glass
---
doc/driver-model/serial-howto.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/driver-model/serial-howto.txt
b/doc/driver-model/serial-howto.txt
index ed846e5..a655464 100644
--- a/doc/driv
This board has not been converted to DM_SERIAL by the deadline.
Remove it.
Signed-off-by: Simon Glass
---
arch/arm/Kconfig | 5 -
board/samsung/smdk2410/Kconfig | 15 ---
board/samsung/smdk2410/MAINTAINERS | 6 --
board/samsung/smdk2410/Makefile|
This board has not been converted to DM_SERIAL by the deadline.
Remove it.
Signed-off-by: Simon Glass
---
arch/arm/Kconfig | 5 --
board/zipitz2/Kconfig | 9 --
board/zipitz2/MAINTAINERS | 6 --
board/zipitz2/Makefile| 10 ---
board/zipitz2/zipitz2.c | 217
There are no boards using this driver and it has not been converted to
driver model. Drop it.
Signed-off-by: Simon Glass
---
doc/driver-model/serial-howto.txt | 1 -
drivers/serial/Makefile | 1 -
drivers/serial/serial_pxa.c | 299 --
scri
Only three serial drivers remain to be converted. This series drops
two of those, since the boards appear to be unmaintained.
With this, only blackfin remains.
The blackfin driver probably needs to be converted as there is recent
activity with these boards. I am copying the maintainer so that thi
On 10/20/2016 12:48 PM, Simon Glass wrote:
Hi,
On 19 October 2016 at 15:14, Stephen Warren wrote:
On 10/19/2016 12:29 PM, Joe Hershberger wrote:
Hi Stephen,
On Mon, Oct 17, 2016 at 1:32 PM, Stephen Warren
wrote:
On 10/13/2016 05:46 PM, Joe Hershberger wrote:
On Fri, Oct 14, 2016 at 1:3
Hey all,
The following series does a few things with our existing travis-ci
infrastructure. We update to the latest Ubuntu release that is
supported (there are only 2 Linux host choices) and make use of
toolchains that are available that way when possible and fix building of
x86. I added in micr
From: Stephen Warren
In pytest 3, runtestprotocol() may not call pytest_runtest_setup() if
the test is skipped. That call is required to create a section for the
test in the log file. If this is skipped, the call to log.end_section()
at the tail of pytest_runtest_protocol() will throw an exceptio
In order to make other various improvements, update to the latest
environment travis-ci supports.
Signed-off-by: Tom Rini
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 18bf2ed4fcdb..845f6cad9400 100644
--- a/.travis.yml
+++
Currently we fail to fetch the dtc.git tree due to an SSL issue within
the travis-ci environment. The easiest fix here is to switch to a git
URI.
Signed-off-by: Tom Rini
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 845f6cad9
We currently will always see a number of warnings due to device tree
issues. These (and other warnings) should not make the build be marked
as failure so catch exit status 129 specifically and return 0 in that
case.
Cc: Heiko Schocher
Signed-off-by: Tom Rini
---
.travis.yml | 7 +++
1 file
We don't need to use TEST_CMD in order to run tests. We need a BUILDMAN
and TOOLCHAIN variable to avoid having to duplicate logic or write some
wrapper function. But this makes the tests harder as we add more
complex examples.
Signed-off-by: Tom Rini
---
.travis.yml | 26 ++
- Add a PPA for a more recent qemu (required for PowerPC to work)
- Add tests to run test.py for various QEMU platforms. This relies on
swarren's uboot-test-hooks repository to provide the abstractions.
Signed-off-by: Tom Rini
---
.travis.yml | 35 ++-
1 file c
We can now build for microblaze, sh4 and xtensa.
Signed-off-by: Tom Rini
---
.travis.yml | 9 +
1 file changed, 9 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 8d1a90eb164b..8ebcfaf996ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -109,6 +109,9 @@ matrix:
- BUILD
- Drop the 'cache' line, travis-ci says to not cache apt packages (and
does not).
- Get the Ubuntu provided toolchain for ARM and PowerPC.
- Add more toolchain options that buildman can fetch.
Signed-off-by: Tom Rini
---
.travis.yml | 59 +++-
On Thu, Oct 20, 2016 at 2:19 PM, Stephen Warren wrote:
> On 10/20/2016 12:48 PM, Simon Glass wrote:
>>
>> Hi,
>>
>> On 19 October 2016 at 15:14, Stephen Warren wrote:
>>>
>>> On 10/19/2016 12:29 PM, Joe Hershberger wrote:
Hi Stephen,
On Mon, Oct 17, 2016 at 1:32 PM, Steph
- Add a PPA for a more recent qemu (required for PowerPC to work)
- Add tests to run test.py for various QEMU platforms. This relies on
swarren's uboot-test-hooks repository to provide the abstractions.
Signed-off-by: Tom Rini
---
Ooops, Stephen has merged my request to add the conf files now,
On Fri, Oct 21, 2016 at 1:58 AM, Ezequiel Garcia
wrote:
> On 20 October 2016 at 01:31, Chris Packham wrote:
>> The initial buffer is used for the initial commands used to detect
>> a flash device (STATUS, READID and PARAM).
>>
>> ONFI param page is 256 bytes, and there are three redundant copies
The sun8i-emac driver works fine with the A64 Ethernet IP, but we are
missing an alias entry to trigger the driver instantiation by U-Boot.
Add the line to point U-Boot to the Ethernet DT node.
This enables TFTP boot on the Pine64.
Signed-off-by: Andre Przywara
---
arch/arm/dts/sun50i-a64-pine64
Hi,
these two patches enable the first USB host controller on the Pine64 board.
This allows to load and boot from USB pen drives inserted into the lower
USB socket on the board, for instance.
The first patch massages the OHCI driver to compile cleanly for 64-bit.
This is admittedly cutting some co
From: Amit Singh Tomar
Mostly by adding MACH_SUN50I to some existing #ifdefs enable support
for the the HCI0 USB host controller on the A64.
Fix up some minor 64-bit hiccups on the way.
Add the bare minimum DT bits to the A64 .dtsi and enable the controllers
and the PHY on the Pine64.
This is lim
OHCI has a known limitation of allowing only 32-bit DMA buffer
addresses, so we have a lot of u32 variables around, which are assigned
to pointers and vice versa. This obviously creates issues with 64-bit
systems, so the compiler complains here and there.
To allow compilation for 64-bit boards whic
On 20 October 2016 at 17:14, Chris Packham wrote:
> On Fri, Oct 21, 2016 at 1:58 AM, Ezequiel Garcia
> wrote:
>> On 20 October 2016 at 01:31, Chris Packham wrote:
>>> The initial buffer is used for the initial commands used to detect
>>> a flash device (STATUS, READID and PARAM).
>>>
>>> ONFI pa
2016-10-18 9:15 GMT+09:00 Tom Rini :
> Hey all,
>
> It's release day and v2016.11-rc2 is out. I've tried to clean up my
> queue a bit, but I think there's still a few things I have outstanding.
> And I know I need to get some changes from Alexander for EFI stuff that
> I've already promised can co
Hi Alexey,
2016-10-20 20:55 GMT+09:00 Alexey Brodkin :
> Hello Masahiro-san,
>
> On Thu, 2016-10-20 at 09:15 +0900, Masahiro Yamada wrote:
>> Commit e2f88dfd2d96 ("libfdt: Introduce new ARCH_FIXUP_FDT option")
>> allows us to skip memory setup of DTB, but a problem for ARM is that
>> spin_table_up
The CONFIG_AT91_GPIO option is added in Kconfig to be used to select
the AT91 PIO GPIO driver, and the clock is supported.
Wenyou Yang (3):
gpio: Kconfig: Add CONFIG_AT91_GPIO option
gpio: at91_gpio: Add the device tree support
gpio: at91_gpio: Add the clock support
drivers/gpio/Kconfig
Add the clock support.
Signed-off-by: Wenyou Yang
---
drivers/gpio/at91_gpio.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c
index 23b2dc3..bd5c8c4 100644
--- a/drivers/gpio/at91_gpio.c
+++ b/drivers/gpio/at91_gpio.c
@@ -1
The CONFIG_AT91_GPIO option is used to select AT91 PIO GPIO driver.
Signed-off-by: Wenyou Yang
---
drivers/gpio/Kconfig | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 8d9ab52..c065342 100644
--- a/drivers/gpio/Kconfig
+++ b/d
Add the device tree support.
Signed-off-by: Wenyou Yang
---
drivers/gpio/at91_gpio.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c
index 8e52e3d..23b2dc3 100644
--- a/drivers/gpio/at91_gpio.c
+++ b/drivers/gpio/at91_gpio
Hi,
On 10/11/2016 04:08 PM, Peng Fan wrote:
> In device tree, there is vmmc-supply property for SD/MMC.
> Introduce mmc_power_init function to handle vmmc-supply.
>
> mmc_power_init will first invoke board_mmc_power_init to
> avoid break boards which already implement board_mmc_power_init.
>
> I
On 10/13/2016 10:33 AM, Jaehoon Chung wrote:
> This pathc is fixed the below thing.
> If misaligned the cache range, Just flush to CACHLINE_SIZE.
> "CACHE: Misaligned operation at range [7ae55b00, 7ae55b08]"
>
Applied on u-boot-mmc. Thanks!
Best Regards,
Jaehoon Chung
> Signed-off-by: Jaehoon C
Hi,
On 10/14/2016 12:13 AM, Masahiro Yamada wrote:
> Drop unneeded variables and assignments.
>
> Signed-off-by: Masahiro Yamada
Applied on u-boot-mmc. Thanks!
Best Regards,
Jaehoon Chung
> ---
>
> drivers/mmc/mmc-uclass.c | 15 ++-
> 1 file changed, 2 insertions(+), 13 deletion
Hi,
On 10/21/2016 01:27 AM, Raschen Josef wrote:
> Hi,
>
> Reading a kernel image from an SD card via the fatload command on the
> MinnowBoard Turbot seems to be significantly slower since v2016.09 compared
> to v2016.07:
>
> v2016.07
> => fatload mmc 1:1 ${loadaddr} bzImage ; zboot ${loadaddr
Migration of IFC_BANK_COUNT from Kconfig to config.h avoids adding
SoC name in Kconfig as Dependencies. It will help in having
all SoC related defines in config.h - easy to maintain.
Signed-off-by: Prabhakar Kushwaha
---
This patch provide base for defining SYS_FSL_IFC_CLK_DIV required
for v3 v
On Thu, 2016-10-13 at 02:11 +0200, Marcel Ziswiler wrote:
> This series integrates Toradex factory configuration block handling.
> The
> config block is a data structure which gets stored to flash during
> production testing. The structure holds such information as board
> resp.
> hardware revision
+Simon, Stefan,
On Fri, Oct 21, 2016 at 12:36 PM, Jaehoon Chung wrote:
> Hi,
>
> On 10/21/2016 01:27 AM, Raschen Josef wrote:
>> Hi,
>>
>> Reading a kernel image from an SD card via the fatload command on the
>> MinnowBoard Turbot seems to be significantly slower since v2016.09 compared
>> to v
80 matches
Mail list logo