Freescale SEC controller has been used for mpc8xxx. It will be used
for ARM-based SoC as well. This patch moves the CCSR defintion of
SEC to common include
Signed-off-by: Ruchika Gupta
CC: York Sun
---
arch/powerpc/include/asm/immap_85xx.h | 67 +-
include/fsl_sec.h
SEC registers can be of type Little Endian or big Endian depending upon
Freescale SoC. Here SoC defines the register type of SEC IP.
So update acessor functions with common SEC acessor functions to take care
both type of endianness.
Signed-off-by: Ruchika Gupta
CC: York Sun
---
README
Enable the CONFIG_SYS_GENERIC_BOARD for imx6q/dl arm2 board to
use generic board.
Signed-off-by: Ye.Li
---
Changes since v1:
- Rework the short log subject
include/configs/mx6qarm2.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6qarm2.h b/include/c
Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board.
Signed-off-by: Ye.Li
---
Changes since v1:
- Rework the short log subject
include/configs/mx6slevk.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slev
Rename the imximage.cfg to mx6q.cfg.
No function change at all
Signed-off-by: Ye.Li
---
Changes since v1:
- Use format-patch -M to detect renames
- Rework the short log subject
.../mx6qsabreauto/{imximage.cfg => mx6q.cfg} |2 +-
configs/mx6qsabreauto_defconfig|
To support more iMX6 variants,
1. Make the DDR size configurable based on the defconfig file
2. Make the FDT file configurable based on the defconfig file
Signed-off-by: Ye.Li
---
Changes since v1:
- Rework the short log subject
board/freescale/mx6qsabreauto/mx6qsabreauto.c |2 +-
board/fre
The i.MX6solo SABRE-SD board configuration has the following
difference with i.MX6dl sabre-sd:
- DDR bus width: 32bit
- DDR capacity: 512M
Signed-off-by: Ye.Li
---
Changes since v1:
- Remove the "nosmp" kernel parameter, since kernel can detect cores number by
SCU.
- Rework the short log subje
This patch is to add the i.MX6solo sabreauto support,
The i.MX6solo sabreauto board configuration has the following
difference with i.MX6dl sabreauto:
- DDR bus width: 32bit
- DDR capacity: 1024M
Signed-off-by: Ye.Li
---
Changes since v1:
- Rework the short log subject
board/freescale/mx6qsa
Hi, Albert.
These patches are not taken for a long time.
If possible and Prafulla is OK, can you apply to u-boot-arm directly?
Best regards,
Nobuhiro
2014-09-08 1:01 GMT+09:00 Gerald Kerma :
> This serie of patches add some needed features to sheevaplug
>
> Gerald Kerma (5):
> ARM: sheevaplu
Dear Chris,
In message
you wrote:
>
> Do you mean the address or the value? FYI the 77fb addresses are
> what I believe to be the correct relocated address. It's the f0d0
> address for NetArpWaitTimerStart that I believe is causing the problem
> I am seeing.
Of course you are right. S
On 09.09.2014 08:12, Masahiro Yamada wrote:
Each CPU of PowerPC has its default linker script under the CPU
directory, except mpc8xx.
Every mpc8xx board has its own linker script under the board
directory, resulting in lots of duplication of linker scripts.
I notice eight mpc8xx boards have the
Each CPU of PowerPC has its default linker script under the CPU
directory, except mpc8xx.
Every mpc8xx board has its own linker script under the board
directory, resulting in lots of duplication of linker scripts.
I notice eight mpc8xx boards have the same linker script.
We can decrease the numbe
Hi Minkyu,
On 25 July 2014 08:43, Simon Glass wrote:
> Hi Lucasz,
>
> On 24 July 2014 09:34, Lukasz Majewski wrote:
> > Hi Simon,
> >
> >> This series tries to unify the Samsung board configs into a few header
> >> files for exynos5 and exynos5.
> >>
> >> The purpose is to make it easier to mov
Hi Fabio,
On 9/9/2014 11:56 AM, Fabio Estevam wrote:
> Hi Ye,
>
> On Tue, Sep 9, 2014 at 12:35 AM, Li Ye-B37916 wrote:
>> This is a real mx6solo processor on this board.
>> Your question reminders me this bootarg is indeed for simulation. In fsl
>> release, we provide a feature to simulate the m
Hi Ashish,
okay - i am using vxworks 6.9.3.3, and there is is a issue around the
interrupt vectors. In later versions 6.9.4 upwards windriver takes care
about this and sets up the interruptvectors.
U-Boot does sets them to some address within u-boot code, but vxWorks
expects that the interrupt
Hi Stefano,
On Fri, 5 Sep 2014 16:26:48 -0300
Otavio Salvador wrote:
> On Fri, Sep 5, 2014 at 3:36 PM, Fabio Estevam wrote:
> > From: Fabio Estevam
> >
> > Commit fa9c021632473 ("mx6: add example DTB for mx6qsabreauto") introduced
> > 'imx6q-sabreauto.dts' but it adds no real value as the dt
Hi Ye,
On Tue, Sep 9, 2014 at 12:35 AM, Li Ye-B37916 wrote:
>
> This is a real mx6solo processor on this board.
> Your question reminders me this bootarg is indeed for simulation. In fsl
> release, we provide a feature to simulate the mx6dl for mx6solo. But on a
> real mx6solo board, this boota
On 9/9/2014 7:41 AM, Otavio Salvador wrote:
> On Wed, Sep 3, 2014 at 4:23 AM, Li Ye-B37916 wrote:
>> On 9/2/2014 10:06 PM, Fabio Estevam wrote:
>>> On Tue, Sep 2, 2014 at 3:11 AM, Ye.Li wrote:
>>>
#ifdef CONFIG_SUPPORT_EMMC_BOOT
#define EMMC_ENV \
"emmcdev=2\0" \
@@
Hi Daniel,
On Mon, 08 Sep 2014 21:23:05 +0200
Daniel Schwierzeck wrote:
>
> > diff --git a/dts/Kconfig b/dts/Kconfig
> > new file mode 100644
> > index 000..98b2357
> > --- /dev/null
> > +++ b/dts/Kconfig
> > @@ -0,0 +1,46 @@
> > +#
> > +# Device Tree Control
> > +#
> > +# TODO:
> > +# T
1. Set the image load partition to the first FAT partition.
2. Set the kernel rootfs partition to the second partition.
Signed-off-by: Ye.Li
---
Changes since v2:
- Rework the short log subject
Changes since v1:
- None
include/configs/mx6qarm2.h |4 ++--
1 files changed, 2 insertions(+), 2
Checking the pre_periph_clk_sel and pre_periph2_clk of CCM CBCMR
register, if the PLL2 PFD0 or PLL2 PFD2 is used for the clock source,
do not reset this PFD to avoid system hang. Customers may set this
in DDR script or use BT_FREQ to select low freq boot.
Signed-off-by: Ye.Li
---
Changes since v2
To support loading FDT file for kernel, add the fdt address,
file and loading script to arm2 board default environment.
Signed-off-by: Ye.Li
---
Changes since v2:
- Rework the short log subject.
Changes since v1:
- None
include/configs/mx6qarm2.h | 41 ++--
Update the ddr scripts for LPDDR2 and add two build configs for LPDDR2
arm2 board. Since the LPDDR2 arm2 board has different DDR size, use
CONFIG_DDR_MB in defconfig to replace the PHYS_SDRAM_SIZE.
Signed-off-by: Ye.Li
---
Changes since v2:
- Rework the short log subject
Changes since v1:
- The
This patch adds the i.MX6DL arm2 board support. The i.MX6DL ARM2
shared the same board with i.MX6Q ARM2 board since the i.MX6DL is
pin-pin compatible with i.MX6Q.
The patch also support the DDR 32-BIT mode option. Please define
CONFIG_DDR_32BIT in the board configure file to enable DDR 32-BIT
mode
Hi Hannes
Thanks for your reply. I am using VxWorks 6.7 and the image is not
stripped. The loadaddress is also same within kernel configuration. I am
using bootvx command to boot VxWorks. Do I need to update boot parameters?
On Sep 8, 2014 4:11 PM, "Hannes Petermaier" <
hannes.peterma...@br-auto
When the got2 pointers were adjusted after relocation the last entry was
missed. For most builds was something innocuous and there was no
observable problem but at least for the P2041RDB board this ended up
being NetArpWaitTimerStart which caused the ARP packets to timeout
immediately.
On Mon, Sep
Hi Tom,
On Sat, Aug 30, 2014 at 4:21 PM, Tom Rini wrote:
> On Sat, Aug 30, 2014 at 02:22:22PM -0300, Fabio Estevam wrote:
>> Tom, Joe or Stefano,
>>
>> On Mon, Aug 25, 2014 at 4:51 PM, Marek Vasut wrote:
>> > On Monday, August 25, 2014 at 06:34:16 PM, Fabio Estevam wrote:
>> >> mx6solox has a re
On Wed, Sep 3, 2014 at 4:23 AM, Li Ye-B37916 wrote:
>
> On 9/2/2014 10:06 PM, Fabio Estevam wrote:
>> On Tue, Sep 2, 2014 at 3:11 AM, Ye.Li wrote:
>>
>>> #ifdef CONFIG_SUPPORT_EMMC_BOOT
>>> #define EMMC_ENV \
>>> "emmcdev=2\0" \
>>> @@ -146,7 +155,8 @@
>>> "fi; "
Hi Jocke,
On Tue, Sep 9, 2014 at 12:22 AM, Joakim Tjernlund
wrote:
>>
>> >
>> > There are some disadvantages to living in a weird timezone, mostly
>> > that you end up having conversations with yourself.
>> >
>> > On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham
>
>> wrote:
>> > > Hi All,
>> > >
>>
Hi Minkyu,
On Fri, 05 Sep 2014 21:30:51 +0900, Minkyu Kang
wrote:
> Dear Albert,
>
> The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:
>
> Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)
>
> are available in the git repository at:
>
> http://git.denx.de/u-boot
Hi Tom,
On Thu, 4 Sep 2014 16:48:16 -0400, Tom Rini wrote:
> Hey,
>
> The following changes since commit d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:
>
> Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-ti.git master
>
Hi Wolfgang,
On Tue, Sep 9, 2014 at 8:21 AM, Wolfgang Denk wrote:
> Dear Chris,
>
> In message
> you
> wrote:
>>
> ...
>> > Which yields the following output
>> >
>> > NetArpWaitTimerStart = 0
>> > &NetArpWaitTimerStart = f0d0
>> > NetArpWaitTry = 1
>> > &NetArpWaitTry = 7ffb0058
>
On Mon, Sep 8, 2014 at 9:04 PM, Joakim Tjernlund
wrote:
>>
>> There are some disadvantages to living in a weird timezone, mostly
>> that you end up having conversations with yourself.
>>
>> On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham
> wrote:
>> > Hi All,
>> >
>> > I have come across what I thi
Dear Tony,
In message <1410205208.86586.yahoomail...@web171306.mail.ir2.yahoo.com> you
wrote:
>
> Anyone knows how can I pass a string (uboot ver) to the kernel,
> so that will be possibel
> to print it when boot is ready.I have FreeBSD
> 8.2 on a arm cpu.
I don't know about *BSD, but in Linu
Dear Ivan,
In message
you wrote:
>
> Is there any special reason to not pass the board description
> structure to OS when loading OS image ? u-boot does not pass
Passing a binary data structure like bd_t is an extremely ugly, error
prone and risky way to transfer information between independen
Dear Chris,
In message
you wrote:
>
...
> > Which yields the following output
> >
> > NetArpWaitTimerStart = 0
> > &NetArpWaitTimerStart = f0d0
> > NetArpWaitTry = 1
> > &NetArpWaitTry = 7ffb0058
> > NetArpWaitTxPacketSize = 42
> > &NetArpWaitTxPacketSize = 7ffb0078
-
Hello,
Anyone knows how can I pass a string (uboot ver) to the kernel, so that will be
possibel
to print it when boot is ready.I have FreeBSD 8.2 on a arm cpu.
Thanks for your help
BR/T
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/
Hi Samsung developers,
Simon Glass,
2014-09-09 1:10 GMT+09:00 Masahiro YAMADA :
> Hi Stephen,
>
>
> 2014-09-09 0:58 GMT+09:00 Stephen Warren :
>> On 09/08/2014 09:57 AM, Masahiro YAMADA wrote:
>>>
>>> Hi Stephen,
>>>
>>>
>>>
>>> 2014-09-09 0:04 GMT+09:00 Stephen Warren :
>>>
I don't believe
When booting with SP, RCW resides at the beginning of IFC NOR flash.
Signed-off-by: York Sun
---
Change log
v3: no change
v2: no change
include/configs/ls2085a_common.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2
This driver was upstreamed without an SMSC copyright, even thought it seems
that SMSC was the original author.
See the kernel version for a code comparison:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=2f7ca802bdae2ca41022618391c70c2876d92190
It's not clear who actua
Hi Masahiro,
On 07.09.2014 10:43, Masahiro Yamada wrote:
> This commit moves:
> CONFIG_OF_CONTROL
> CONFIG_OF_SEPARATE
> CONFIG_OF_EMBED
> CONFIG_OF_HOSTFILE
>
> Because these options are currently not supported for SPL,
> the "Device Tree Control" menu does not appear in the SPL
> config
Spin table is at the very beginning of boot code. Each core has an individual
release address within the spin table, the ft_cpu_setup fn updates the
"cpu-release-addr" property of each cpu node with the corresponding release
address.
Also fix CPU_RELEASE_ADDR to point to secondary_boot_func.
Sign
Secondary cores need to be released from holdoff by boot release
registers. With GPP bootrom, they can boot from main memory
directly. Individual spin table is used for each core. Spin table
and the boot page is reserved in device tree so OS won't overwrite.
Signed-off-by: York Sun
Signed-off-by:
From: Arnab Basu
of_bus_default_count_cells can be used to get the #address-cells
and #size-cells defined by the current node's parent node. This
is required when using of_read_number to read from FDT nodes that
can be 32 or 64 bytes depending on values defined by the parent.
Signed-off-by: Arna
From: Arnab Basu
This is being done so that it can be used outside 'fdt_support.c'. Making
life more convenient when reading device node properties that can be 32
or 64 bits long.
Signed-off-by: Arnab Basu
Cc: Scott Wood
---
Change log
v3: no change
v2: new patch
common/fdt_support.c |
Hi Masahiro,
On 6 September 2014 11:09, Masahiro YAMADA wrote:
> Hi Simon,
>
>
> 2014-09-07 1:33 GMT+09:00 Simon Glass :
>>> /* Allow the early environment to override the fdt address */
>>> gd->fdt_blob = (void *)getenv_ulong("fdtcontroladdr", 16,
>>>
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tested with sandbox:
Acked-by: Simon Glass
Tested-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tested with sandbox:
Acked-by: Simon Glass
Tested-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tested with sandbox:
Acked-by: Simon Glass
Tested-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Masahiro,
On 7 September 2014 02:43, Masahiro Yamada wrote:
> CONFIG_CMD_BOOTM is defined in config_cmd_defaults.h
> which is forcebly included from each board.
> So, the default value of "config CMD_BOOTM" should be "y".
>
> For some boards undefining it (bf506f-ezkit, controlcenterd_TRAILBLA
Tested with sandbox:
Acked-by: Simon Glass
Tested-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tested with sandbox:
Acked-by: Simon Glass
Tested-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Tom,
This is the first pull request from u-boot-fsl-qoriq repository. In this set, I
have v6 patches for Freescale Layerscape 1 SoC LS102xA with ARMv7 cores. These
patches have been verified on the boards and compiled with the latest buildman
"./tools/buildman/buildman -b u-boot-fsl-qoriq powerpc
Hi Tom,
On 6 September 2014 06:03, Tom Rini wrote:
> On Wed, Sep 03, 2014 at 06:01:44PM -0600, Simon Glass wrote:
> > Hi Masahiro,
> >
> > On 31 August 2014 20:06, Masahiro Yamada
> wrote:
> > > We have not had a good method to debug the early boot stage such as
> > > lowlevel_init function. I
This patch fixes the build error for CONFIG_CMD_MTDPARTS_SPREAD
Signed-off-by: Maxin B. John
---
drivers/mtd/mtdcore.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
index 6ad0357..c9efb3f 100644
--- a/drivers/mtd/mtdcore.c
+
Hi Fabio,
2014-09-09 1:28 GMT+09:00 Fabio Estevam :
> On Sun, Sep 7, 2014 at 5:43 AM, Masahiro Yamada
> wrote:
>
>> --- a/configs/mx6dlsabreauto_defconfig
>> +++ b/configs/mx6dlsabreauto_defconfig
>> @@ -1,3 +1,4 @@
>>
>> CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6dl.
Hi Stephen
2014-09-09 0:04 GMT+09:00 Stephen Warren :
> On 09/07/2014 02:43 AM, Masahiro Yamada wrote:
>>
>> This option specifies the default Device Tree used for the run-time
>> configuration of U-Boot.
>
>
> Same comment here.
I will rephrase the help comment in v2.
--
Best Regards
Masahiro
On Sun, Sep 7, 2014 at 5:43 AM, Masahiro Yamada
wrote:
> --- a/configs/mx6dlsabreauto_defconfig
> +++ b/configs/mx6dlsabreauto_defconfig
> @@ -1,3 +1,4 @@
>
> CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/mx6dl.cfg,MX6DL"
> CONFIG_ARM=y
> CONFIG_TARGET_MX6QSABREAUTO=y
> +
Hi Stephen,
2014-09-09 0:58 GMT+09:00 Stephen Warren :
> On 09/08/2014 09:57 AM, Masahiro YAMADA wrote:
>>
>> Hi Stephen,
>>
>>
>>
>> 2014-09-09 0:04 GMT+09:00 Stephen Warren :
>>
>>> I don't believe this is the correct approach; CONFIG_OF_CONTROL isn't a
>>> user-configurable option, and hence s
On 09/08/2014 09:57 AM, Masahiro YAMADA wrote:
Hi Stephen,
2014-09-09 0:04 GMT+09:00 Stephen Warren :
I don't believe this is the correct approach; CONFIG_OF_CONTROL isn't a
user-configurable option, and hence shouldn't show up in *_defconfig.
"select OF_CONTROL" in a Kconfig file probably m
Hi Stephen,
2014-09-09 0:04 GMT+09:00 Stephen Warren :
> I don't believe this is the correct approach; CONFIG_OF_CONTROL isn't a
> user-configurable option, and hence shouldn't show up in *_defconfig.
> "select OF_CONTROL" in a Kconfig file probably makes sense though.
I think it depends on t
On 09/07/2014 02:43 AM, Masahiro Yamada wrote:
This commit moves:
CONFIG_OF_CONTROL
CONFIG_OF_SEPARATE
CONFIG_OF_EMBED
CONFIG_OF_HOSTFILE
Because these options are currently not supported for SPL,
the "Device Tree Control" menu does not appear in the SPL
configuration.
Note:
zynq-co
On 09/07/2014 02:43 AM, Masahiro Yamada wrote:
This option specifies the default Device Tree used for the run-time
configuration of U-Boot.
Same comment here.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-fdt/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-fdt/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-fdt/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-fdt/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-fdt/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Applied to u-boot-fdt/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This patch adds the basic clocks support for the Allwinner A31 (sun6i)
processor. This code will not been compiled until the build is hooked
up in a later patch. It has been split out to keep the patches manageable.
This includes changes from the following commits from u-boot-sunxi:
a92051b ARM:
From: Hans de Goede
Signed-off-by: Hans de Goede
[w...@csie.org: use setbits_le32 for reset control, drop obsolete changes,
squash "sunxi-mmc: sun6i has its fifo at a different address"]
Signed-off-by: Chen-Yu Tsai
---
arch/arm/include/asm/arch-sunxi/mmc.h | 2 --
drivers/mmc/s
From: Maxime Ripard
Add a new sun6i machine that doesn't do much for now.
Signed-off-by: Maxime Ripard
Signed-off-by: Hans de Goede
[w...@csie.org: use SPDX labels, adapt to Kconfig system, drop ifdef
around mmc and smp code, drop MACH_TYPE]
Signed-off-by: Chen-Yu Tsai
---
ar
From: Oliver Schinagl
To setup clocks and control voltages.
HdG: Rename the files from the somewhat generic pmu name to prcm.{c,h}
HdG: Make the prcm code only deal with the prcm, remove axp221 bits
Signed-off-by: Oliver Schinagl
Signed-off-by: Hans de Goede
[w...@csie.org: spacing fixes repo
From: Oliver Schinagl
A31 has several new and changed memory address. This patch adds them.
Signed-off-by: Oliver Schinagl
Signed-off-by: Hans de Goede
Signed-off-by: Chen-Yu Tsai
---
arch/arm/include/asm/arch-sunxi/cpu.h | 9 +
1 file changed, 9 insertions(+)
diff --git a/arch/arm/
From: Maxime Ripard
Signed-off-by: Maxime Ripard
Signed-off-by: Hans de Goede
[w...@csie.org: commit message was "ARM: sunxi: Setup the A31 UART0 muxing"]
Signed-off-by: Chen-Yu Tsai
---
arch/arm/cpu/armv7/sunxi/board.c | 4
1 file changed, 4 insertions(+)
diff --git a/arch/arm/cpu/armv
BOOT_TARGET_DEVICES includes USB unconditionally. This breaks when
CONFIG_CMD_USB is not defined. Use a secondary macro to conditionally
include it when CONFIG_EHCI is enabled, as we do for CONFIG_AHCI.
Signed-off-by: Chen-Yu Tsai
---
include/configs/sunxi-common.h | 8 +++-
1 file changed,
Hi everyone,
This series add basic support for Allwinner's A31 SoC. The patches,
excluding the first one, were cherry-picked from u-boot-sunxi. Due to
the difference between u-boot mainline and u-boot-sunxi, some patches
were rearranged or squashed to better fit the current state of u-boot,
and no
Hi Pavel,
On 09/08/2014 02:08 PM, Pavel Machek wrote:
> Hi!
>
> I know coding style leaves something to be desired.
It is more than this. Also SPDX license headers, etc.
> But.. it recognizes MMC/ethernet, and can load linux kernel.
>
> Unfortunately, 1MB of memory at 0 is not available for so
>
> >
> > There are some disadvantages to living in a weird timezone, mostly
> > that you end up having conversations with yourself.
> >
> > On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham
> wrote:
> > > Hi All,
> > >
> > > I have come across what I think is a relocation problem for powerpc.
>
Hi!
I know coding style leaves something to be desired.
But.. it recognizes MMC/ethernet, and can load linux kernel.
Unfortunately, 1MB of memory at 0 is not available for some reason;
but linux works ok if you avoid that area.
"fpga load 0" now seems to work.
For some reason, I had to rewrit
On Mon, Sep 08, 2014 at 12:49:56PM +0200, Lukasz Majewski wrote:
> Hi Tom,
>
> > On Thu, Sep 04, 2014 at 07:28:04AM +0200, Wolfgang Denk wrote:
> > > Dear Steve Rae,
> > >
> > > In message <1409763954-5494-4-git-send-email-s...@broadcom.com> you
> > > wrote:
> > > > - port dprintf() to debug()
>
Hi Tom,
> On Thu, Sep 04, 2014 at 07:28:04AM +0200, Wolfgang Denk wrote:
> > Dear Steve Rae,
> >
> > In message <1409763954-5494-4-git-send-email-s...@broadcom.com> you
> > wrote:
> > > - port dprintf() to debug()
> > > - update formatting
> > >
> > > Signed-off-by: Steve Rae
> > > ---
> > >
>
Hi Ashish,
i had a problem booting vxworks in the past around interrupt vectors.
Which version of vxworks you are using ? do you use a stripped image ?
is the loadaddress the same within kernel configuration ?
best regards,
hannes
> From: Ashish Khetan
> To: u-boot@lists.denx.de
> Date: 04.09.2
Hi Masahiro,
On 08.09.2014 11:29, Masahiro Yamada wrote:
> Hi Daniel, Vasili,
>
>
>>>
>>> sorry if I was not accurate enough but with introduction of Kbuild
>>> "USE_PRIVATE_LIBGCC=yes" was changed to "CONFIG_USE_PRIVATE_LIBGCC=y".
>>> To support different U-Boot versions you should set both var
Hi Masahiro,
On Fri, 2014-09-05 at 12:01 +0900, Masahiro Yamada wrote:
> Hi Chin,
>
> Are you planning to send v10
> with the fixes suggested by Scott?
>
I am out of office and I will look into the comments by mid of this
week. Thanks
Chin Liang
>
> Best Regards
> Masahiro Yamada
>
>
>
>
Hi Masahiro,
On Mon, Sep 8, 2014 at 12:29 PM, Masahiro Yamada
wrote:
> Hi Daniel, Vasili,
>
>
> > >
> > > sorry if I was not accurate enough but with introduction of Kbuild
> > > "USE_PRIVATE_LIBGCC=yes" was changed to "CONFIG_USE_PRIVATE_LIBGCC=y".
> > > To support different U-Boot versions you
Hi Daniel, Vasili,
> >
> > sorry if I was not accurate enough but with introduction of Kbuild
> > "USE_PRIVATE_LIBGCC=yes" was changed to "CONFIG_USE_PRIVATE_LIBGCC=y".
> > To support different U-Boot versions you should set both variants:
> >
> > export USE_PRIVATE_LIBGCC=yes
> > export CONFIG_U
Hi everyone,
Is there any special reason to not pass the board description
structure to OS when loading OS image ? u-boot does not pass
bd_t pointer to any images not loaded with "bootm". We cannot
convert our image to u-boot format and we want to access board
description structure. Could you plea
This option specifies the default Device Tree used for the run-time
configuration of U-Boot.
Signed-off-by: Masahiro Yamada
Cc: Simon Glass
Cc: Stephen Warren
Cc: Minkyu Kang
Cc: Michal Simek
---
configs/am335x_boneblack_vboot_defconfig | 1 +
configs/arndale_defconfig| 1 +
Now we have the basic Kconfig infrastructure and we are ready
to move CONFIG options from header files to Kconfig.
We do not have to rush to do it at once.
We can do it little by little when we find some time.
(Of course, this task is too tedious to do by hand.
I wrote a script to do it automatic
This commit moves:
CONFIG_OF_CONTROL
CONFIG_OF_SEPARATE
CONFIG_OF_EMBED
CONFIG_OF_HOSTFILE
Because these options are currently not supported for SPL,
the "Device Tree Control" menu does not appear in the SPL
configuration.
Note:
zynq-common.h should be adjusted so as not to change the
def
>
> There are some disadvantages to living in a weird timezone, mostly
> that you end up having conversations with yourself.
>
> On Mon, Sep 8, 2014 at 4:32 PM, Chris Packham
wrote:
> > Hi All,
> >
> > I have come across what I think is a relocation problem for powerpc.
> >
> > I've added the f
The microblaze-generic board fails to build at least
with the kernel.org crosstool:
https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/
x86_64-gcc-4.9.0-nolibc_microblaze-linux.tar.xz
$ make CROSS_COMPILE=microblaze-linux- microblaze-generic_defconfig all
[ snip ]
CC disk/p
T1042QDS (T1042 is T1040 Personality without L2 switch) supports following
sgmii interfaces with serdes protocol 0xA7
-SGMII-MAC3 on Lane B - slot 7
-SGMII-MAC5 on Lane H - slot 7
-SGMII2.5G-MAC1 on Lane C - slot 6
-SGMII2.5G-MAC2 on Lane D - slot 5
Add support of above sgmii interfaces
Signed-of
96 matches
Mail list logo