Add device data pointer to the USB gadget's device struct.
Wrapper for extracting usb_gadget from Linux's usb device
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Marek Vasut
---
Changes for v2:
- Two separate patches regarding gadget.h file squashed together
---
include/lin
This commit adds support for storing private data to Samsung's UDC
driver. This data is afterward used by usb gadget.
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Marek Vasut
---
drivers/usb/gadget/s3c_udc_otg.c | 12
1 files changed, 12 insertions(+), 0 delet
This patch set provides support for composite gadget framework.
Files from Linux kernel (2.6.36) - namely composite.{c|h} have been
ported to u-boot.
Code supporting this framework has been added to gadget.h and Samsung's
UDC driver as well.
---
Changes for v2:
- Squash the kernel files with
USB Composite gadget implementation for u-boot. It builds on top
of USB UDC drivers.
This commit is based on following files from Linux Kernel v2.6.36:
./include/linux/usb/composite.h
./drivers/usb/gadget/composite.c
SHA1: d187abb9a83e6c6b6e9f2ca17962bdeafb4bc903
Signed-off-by: Lukasz Majewski
Dear Lukasz Majewski,
> This commit adds support for storing private data to Samsung's UDC
> driver. This data is afterward used by usb gadget.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> Cc: Marek Vasut
> ---
> drivers/usb/gadget/s3c_udc_otg.c | 12
> 1
Dear Lukasz Majewski,
> USB Composite gadget implementation for u-boot. It builds on top
> of USB UDC drivers.
>
> This commit is based on following files from Linux Kernel v2.6.36:
>
> ./include/linux/usb/composite.h
> ./drivers/usb/gadget/composite.c
>
> SHA1: d187abb9a83e6c6b6e9f2ca17962bdea
Hello,
I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND
support. U-Boot boots up but NAND chip is not detected and DMA read
error is popped up.
Here is console output:
U-Boot 2012.04-rc2-dirty (Apr 17 2012 - 10:58:50)
Freescale i.MX28 family at 454 MHz
DRAM: 128 MiB
NAND:
Dear Lauri Hintsala,
> Hello,
>
> I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND
> support. U-Boot boots up but NAND chip is not detected and DMA read
> error is popped up.
MX28 EVK has no NAND, right?
Otherwise, check if you have APBH DMA enabled in your include/configs/mx28e
Hi Marek,
On 04/17/2012 11:17 AM, Marek Vasut wrote:
I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND
support. U-Boot boots up but NAND chip is not detected and DMA read
error is popped up.
MX28 EVK has no NAND, right?
MX28 EVK has NAND slot and I have installed NAND chip on
Dear Lauri Hintsala,
> Hi Marek,
>
> On 04/17/2012 11:17 AM, Marek Vasut wrote:
> >> I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND
> >> support. U-Boot boots up but NAND chip is not detected and DMA read
> >> error is popped up.
> >
> > MX28 EVK has no NAND, right?
>
> MX28 E
On 04/17/2012 11:29 AM, Marek Vasut wrote:
On 04/17/2012 11:17 AM, Marek Vasut wrote:
I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND
support. U-Boot boots up but NAND chip is not detected and DMA read
error is popped up.
MX28 EVK has no NAND, right?
MX28 EVK has NAND slot a
Dear Lauri Hintsala,
> On 04/17/2012 11:29 AM, Marek Vasut wrote:
> >> On 04/17/2012 11:17 AM, Marek Vasut wrote:
> I'm trying to compile latest U-Boot to mx28evk (rev D) with NAND
> support. U-Boot boots up but NAND chip is not detected and DMA read
> error is popped up.
> >>>
> >
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of Simon Baatz
> Sent: 17 April 2012 04:34
> To: u-boot@lists.denx.de; drea...@doukki.net; Luka Perkov
> Subject: Re: [U-Boot] [PATCH v7] kirkwood: add NAS62x0 board support
>
> H
Hi Marek,
On 04/17/2012 12:05 PM, Marek Vasut wrote:
Lauri, as much as I'd love to help you, MX28EVK is Fabio's board. So let's see
what he has to say ;-)
I found the solution myself. The issue was caused by the missing
iomuxing. I'll do the patch...
Thank you for your friendly and fast res
Dear Lauri Hintsala,
> Hi Marek,
>
> On 04/17/2012 12:05 PM, Marek Vasut wrote:
> > Lauri, as much as I'd love to help you, MX28EVK is Fabio's board. So
> > let's see what he has to say ;-)
>
> I found the solution myself. The issue was caused by the missing
> iomuxing. I'll do the patch...
Can
NAND support is not enabled by default because Eval Kit is not delivered
with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config.
Signed-off-by: Lauri Hintsala
---
board/freescale/mx28evk/iomux.c | 21 +
include/configs/mx28evk.h | 10 ++
Hi Anatolij,
> Fix:
> onenand_base.c: In function 'onenand_probe':
> onenand_base.c:2577:6: warning: variable 'maf_id' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by: Anatolij Gustschin
> Cc: Lukasz Majewski
> ---
> drivers/mtd/onenand/onenand_base.c |3 +--
> 1 files cha
Dear Lauri Hintsala,
> NAND support is not enabled by default because Eval Kit is not delivered
> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config.
>
> Signed-off-by: Lauri Hintsala
Acked-by: Marek Vasut
I think we can schedule it for .04 release as this is basically
Hi Lukasz,
On Tue, 17 Apr 2012 13:15:41 +0200
Lukasz Majewski wrote:
...
> Is this a regression for -rc or the current master branch (recently
> Wolfgang has pull some onenand related code)?
This patch should be applied to current master. Since Wolfgang has
pulled u-boot-onenand.git, I see this
Hi Anatolij,
> Hi Lukasz,
>
> On Tue, 17 Apr 2012 13:15:41 +0200
> Lukasz Majewski wrote:
> ...
> > Is this a regression for -rc or the current master branch (recently
> > Wolfgang has pull some onenand related code)?
>
> This patch should be applied to current master. Since Wolfgang has
> pull
Hi Marek,
>
> > +int usb_string_ids_n(struct usb_composite_dev *c, unsigned n)
> > +{
> > + unsigned next = c->next_string_id;
> > + if (unlikely(n > 254 || (unsigned)next + n > 254))
>
> This unlikely() call is unlikely part of uboot :)
>
Nope, but will be removed :-)
>
> > +
> > +stat
Sorry for Crossposting but i think it better fits here.
Hello,
i have compiled a 3.1.5 Kernel for a TQM5200 Board.
But what i missed is the correct partitioning of the flash after the
boot. Do i have to use another way as with Kernel 2.4.25?
With Kernel 2.4.25 i define the cmdline like:
Ker
On 4/17/12, Marek Vasut wrote:
> Dear Lauri Hintsala,
>
>> NAND support is not enabled by default because Eval Kit is not delivered
>> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board
>> config.
>>
>> Signed-off-by: Lauri Hintsala
>
> Acked-by: Marek Vasut
>
> I think we can s
Hi Wolfgang,
The following changes since commit f5cdc11775c4b7fdbf52a6dd2f463d329804ab11:
Prepare v2012.04-rc2; minor Coding Style cleanup (2012-04-16 23:13:51
+0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
Dirk Behme (1):
i.MX6: arm2: Add AXI ca
Hi Stefano,
Le 17/04/2012 07:35, Stefano Babic a écrit :
Hi Albert,
please pull from u-boot-imx. Last fix before release, I hope.
The following changes since commit 2f002eceae44c21656b7f596624c636157ffdf1c:
MX35: mx35pdk: wrong board revision (2012-04-16 14:53:59 +0200)
are available in th
This patch set provides support for composite gadget framework.
Files from Linux kernel (2.6.36) - namely composite.{c|h} have been
ported to u-boot.
Code supporting this framework has been added to gadget.h and Samsung's
UDC driver as well.
---
Changes for v2:
- Squash the kernel files with
Add device data pointer to the USB gadget's device struct.
Wrapper for extracting usb_gadget from Linux's usb device
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Marek Vasut
---
Changes for v2:
- Two separate patches regarding gadget.h file squashed together
---
include/lin
This commit adds support for storing private data to Samsung's UDC
driver. This data is afterward used by usb gadget.
Signed-off-by: Lukasz Majewski
Signed-off-by: Kyungmin Park
Cc: Marek Vasut
---
drivers/usb/gadget/s3c_udc_otg.c | 12
1 files changed, 12 insertions(+), 0 delet
USB Composite gadget implementation for u-boot. It builds on top
of USB UDC drivers.
This commit is based on following files from Linux Kernel v2.6.36:
./include/linux/usb/composite.h
./drivers/usb/gadget/composite.c
SHA1: d187abb9a83e6c6b6e9f2ca17962bdeafb4bc903
Signed-off-by: Lukasz Majewski
Dear Fabio Estevam,
> On 4/17/12, Marek Vasut wrote:
> > Dear Lauri Hintsala,
> >
> >> NAND support is not enabled by default because Eval Kit is not delivered
> >> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board
> >> config.
> >>
> >> Signed-off-by: Lauri Hintsala
> >
> >
On 17/04/2012 13:21, Marek Vasut wrote:
> Dear Lauri Hintsala,
>
>> NAND support is not enabled by default because Eval Kit is not delivered
>> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board config.
>>
>> Signed-off-by: Lauri Hintsala
>
> Acked-by: Marek Vasut
>
> I think
If the LCD controller is on before the CPU goes into reset, the traffic on LCDIF
data pins interferes with the BootROM's boot mode sampling. So shut the
controller down.
Signed-off-by: Marek Vasut
Cc: Wolfgang Denk
Cc: Detlev Zundel
Cc: Stefano Babic
Cc: Fabio Estevam
---
arch/arm/cpu/arm926
Dear Stefano Babic,
> On 17/04/2012 13:21, Marek Vasut wrote:
> > Dear Lauri Hintsala,
> >
> >> NAND support is not enabled by default because Eval Kit is not delivered
> >> with NAND chip. To enable NAND support add CONFIG_CMD_NAND to board
> >> config.
> >>
> >> Signed-off-by: Lauri Hintsala
Dear Lukasz Majewski,
> USB Composite gadget implementation for u-boot. It builds on top
> of USB UDC drivers.
>
> This commit is based on following files from Linux Kernel v2.6.36:
>
> ./include/linux/usb/composite.h
> ./drivers/usb/gadget/composite.c
>
> SHA1: d187abb9a83e6c6b6e9f2ca17962bdea
> > 1) I have a concern that barebox is not mainstream enough yet.
>
> I don't think 'maintstream' is the right focal point. Have a look at (for
> both busybox and U-Boot)
>
> - How often a patches committed to the public repository
> - What is the patch review procedure - Has it changed recen
Large EEPROMs, e.g. 24lc32, need 2 byte to address the internal memory.
These devices require that the high byte of the internal address has to be
written first.
The mxs_i2c driver currently writes the address' low byte first.
The following patch fixes the byte order of the internal address that s
Dear Axel Beierlein,
In message <4f8d679b.5080...@freenet.de> you wrote:
> Sorry for Crossposting but i think it better fits here.
No, you are off topic here. This is a Linux issue only.
U-Boot can just pass the boot arguments; the rest is a Linux thing.
> My actual U-Boot Parameters for mtdpa
Hi Stephen,
On Fri, Apr 13, 2012 at 2:05 PM, Stephen Warren wrote:
> On 04/13/2012 12:29 PM, Simon Glass wrote:
>> Add a NAND controller along with a bindings file for review.
>>
>> Signed-off-by: Simon Glass
>
>> +++ b/doc/device-tree-bindings/nand/nvidia-nand.txt
>
> I'd prefer this be called
On 04/17/2012 01:33 PM, Simon Glass wrote:
> Hi Stephen,
>
> On Fri, Apr 13, 2012 at 2:05 PM, Stephen Warren wrote:
>> On 04/13/2012 12:29 PM, Simon Glass wrote:
>>> +nand-controller@0x70008000 {
>>> + compatible = "nvidia,tegra20-nand";
>>> + wp-gpios = <&gpio 59 0>;/* PH
This series adds NAND flash support to Tegra and enables it on Seaboard.
Included here is a proposed device tree binding with most of the properties
private to "nvidia,". The binding includes information about the NAND
controller as well as the connected NAND device. The Seaboard has a
Hynix HY27U
Hi,
On Tue, Apr 17, 2012 at 11:38 AM, Scott Wood wrote:
> On 04/17/2012 01:33 PM, Simon Glass wrote:
>> Hi Stephen,
>>
>> On Fri, Apr 13, 2012 at 2:05 PM, Stephen Warren
>> wrote:
>>> On 04/13/2012 12:29 PM, Simon Glass wrote:
+nand-controller@0x70008000 {
+ compatible = "nvidia,t
On 04/17/2012 01:44 PM, Simon Glass wrote:
> Hi,
>
> On Tue, Apr 17, 2012 at 11:38 AM, Scott Wood wrote:
>> On 04/17/2012 01:33 PM, Simon Glass wrote:
>>> Hi Stephen,
>>>
>>> On Fri, Apr 13, 2012 at 2:05 PM, Stephen Warren
>>> wrote:
On 04/13/2012 12:29 PM, Simon Glass wrote:
> +nand-c
Hi Simon! Hi Prafulla!
On Tue, Apr 17, 2012 at 02:14:23AM -0700, Prafulla Wadaskar wrote:
> > #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE /
> > CONFIG_SYS_IDE_MAXBUS))
> >
> > in ide.h fixes the problem for me and detects both the internal hard
> > disk and the hard disk at the eSATA po
Hi Scott,
On Tue, Apr 17, 2012 at 11:45 AM, Scott Wood wrote:
> On 04/17/2012 01:44 PM, Simon Glass wrote:
>> Hi,
>>
>> On Tue, Apr 17, 2012 at 11:38 AM, Scott Wood wrote:
>>> On 04/17/2012 01:33 PM, Simon Glass wrote:
Hi Stephen,
On Fri, Apr 13, 2012 at 2:05 PM, Stephen Warren
On Tue, Apr 17, 2012 at 11:38 AM, Simon Glass wrote:
> This series adds NAND flash support to Tegra and enables it on Seaboard.
Sorry, please ignore this email, will re-issue. - Simon
>
> Included here is a proposed device tree binding with most of the properties
> private to "nvidia,". The bind
This series adds NAND flash support to Tegra and enables it on Seaboard.
Included here is a proposed device tree binding with most of the properties
private to "nvidia,". The binding includes information about the NAND
controller as well as the connected NAND device. The Seaboard has a
Hynix HY27U
The NAND layer needs to use cache-aligned buffers by default. Towards this
goal. align the default buffers and their members according to the minimum
DMA alignment defined for the architecture.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add new patch to align default buffers in nand_base
d
The new debugging shows the value of integers and addresses read
from the device tree.
Signed-off-by: Simon Glass
---
lib/fdtdec.c | 22 --
1 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index 42c3e89..3885634 100644
--- a/lib/f
Add a NAND controller along with a bindings file for review.
Signed-off-by: Simon Glass
---
Changes in v2:
- Update NAND binding to add "nvidia," prefix
Changes in v3:
- Add reg property for unit address (should be used for chip select)
- Change note in fdt binding about the need for a hardware-
Add selection of NAND flash pins to the funcmux.
Signed-off-by: Simon Glass
Acked-by: Stephen Warren
---
arch/arm/cpu/armv7/tegra2/funcmux.c|7 +++
arch/arm/include/asm/arch-tegra2/funcmux.h |3 +++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cp
Add a flash node to handle the NAND, including memory timings and
page / block size information.
Signed-off-by: Simon Glass
---
Changes in v2:
- Update NAND binding to add "nvidia," prefix
Changes in v3:
- Add reg property for unit address (should be used for chip select)
- Update fdt binding to
This enables NAND support for the Seaboard.
Signed-off-by: Simon Glass
---
include/configs/seaboard.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 5d33dc5..3306622 100644
--- a/include/configs/seab
From: Jim Lin
A device tree is used to configure the NAND, including memory
timings and block/pages sizes.
If this node is not present or is disabled, then NAND will not
be initialized.
Signed-off-by: Jim Lin
Signed-off-by: Simon Glass
---
Changes in v2:
- Added comment about the behaviour of
Tegra2 has a built-in a keyboard controller which we can use to scan
a matrix keyboard. This series brings in a driver for this and adds
support for the QUERTY keyboard on Seaboard as an example.
This version uses the keyboard device-tree definition here:
http://patchwork.ozlabs.org/patch/134093/
From: Anton Staff
Sometimes we don't need a full cell for each value. This provides
a simple function to read a byte array, both with and without
copying it.
Signed-off-by: Simon Glass
---
Changes in v2:
- Use correct name for get_prop_check_min_len() function
include/fdtdec.h | 32
We want to able to decode Linux fdt keymaps, so bring part of this
enormous header file over to U-Boot.
Signed-off-by: Simon Glass
---
Changes in v3:
- Bring in linux/input.h header file in new patch
include/linux/input.h | 155 +
1 files changed
Add a module which understands converting key codes (or scan codes)
to ASCII characters. It includes FIFO support and can call back to
drivers to read new characters when its FIFO is empty.
Keycode maps are provided for un-modified, shift and ctrl keys.
The plan is to use this module where such m
All tegra boards will use these options by default.
Signed-off-by: Simon Glass
---
include/configs/tegra2-common.h |9 -
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h
index c5870dd..068ce88 100644
---
From: Anton Staff
The Tegra keyboard controller provides a simple interface to a matrix
keyboard.
Signed-off-by: Simon Glass
---
arch/arm/dts/tegra20.dtsi |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/arm/dts/tegra20.dtsi b/arch/arm/dts/tegra20.dtsi
index 0
From: Bernie Thompson
Matrix keyboards require a key map to be set up, and must also deal with
key ghosting.
Create a keyboard matrix management implementation which can be leveraged
by various keyboard drivers. This includes code to read the keymap from
the FDT and perform debouncing.
Signed-o
This enables the standard keyboard on Seaboard.
Signed-off-by: Simon Glass
---
include/configs/seaboard.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
index 3306622..1ee7e12 100644
--- a/include/configs/
From: Anton Staff
Seaboard uses a QUERTY keyboard. We add key codes for this to
enable key scanning to work.
Signed-off-by: Simon Glass
---
Changes in v2:
- Remove status = "okay" since this is the default anyway
Changes in v3:
- Move to new Linux device tree mapping for Tegra keyboard
board
From: Rakesh Iyer
Add support for internal matrix keyboard controller for Nvidia Tegra
platforms. This driver uses the fdt decode function to obtain its key
codes.
Support for the Ctrl modifier is provided. The left and right ctrl keys are
dealt with in the same way.
This uses the new keyboard
IDE_BUS assumes that each bus has two devices and thus returns the first
bus even when the second one should be probed.
Signed-off-by: Simon Baatz
Tested-by: Luka Perkov
---
Simon discovered this while adding support for new board IB NAS6210.
More info can be found here:
http://lists.denx.de/
On 04/17/2012 01:50 PM, Simon Glass wrote:
> diff --git a/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt
> b/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt
> new file mode 100644
> index 000..2484556
> --- /dev/null
> +++ b/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt
>
Add funcmux support for the default keyboard mapping.
Signed-off-by: Simon Glass
---
Changes in v3:
- Use funcmux to set up keyboard pinmux
arch/arm/cpu/armv7/tegra2/funcmux.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/tegra2/func
Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220.
NAS6210 has 1 SATA and 1 eSATA port while NAS6220 has 2 SATA ports.
More information about the boards can be found here:
http://www.raidsonic.de/en/products/nas-systems.php?we_objectID=7036
http://www.raidsonic.de/en/products/nas-
On Tue, Apr 17, 2012 at 1:47 PM, Luka Perkov wrote:
> Hi Simon! Hi Prafulla!
>
> On Tue, Apr 17, 2012 at 02:14:23AM -0700, Prafulla Wadaskar wrote:
>> > #define IDE_BUS(dev) (dev / (CONFIG_SYS_IDE_MAXDEVICE /
>> > CONFIG_SYS_IDE_MAXBUS))
>> >
>> > in ide.h fixes the problem for me and detects both
On Tue, Apr 17, 2012 at 02:19:16PM -0500, David Purdy wrote:
> On Tue, Apr 17, 2012 at 1:47 PM, Luka Perkov wrote:
> Any chance this same patch would similarly help other Kirkwood boxes
> that have two SATA ports?
Yes. If you have another board to test please do so and give your
comment here:
ht
A little review of my first patch. As you can see, I removed some
unnecessary modifications that I did in arm920t directory ... (I don't
really remember why I did it), and some modifications on drivers (nand
and i2c) that was unnecessary because I am not currently supporting
theses features.
I for
+Jim, who wrote the driver originally
Hi Scott,
On Tue, Apr 17, 2012 at 12:06 PM, Scott Wood wrote:
> On 04/17/2012 01:50 PM, Simon Glass wrote:
>> diff --git a/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt
>> b/doc/device-tree-bindings/nand/nvidia,tegra20-nand.txt
>> new file mode 1006
Dear Torsten Fleischer,
> Large EEPROMs, e.g. 24lc32, need 2 byte to address the internal memory.
> These devices require that the high byte of the internal address has to be
> written first.
> The mxs_i2c driver currently writes the address' low byte first.
>
> The following patch fixes the byte
On 04/17/2012 03:18 PM, Simon Glass wrote:
> +Jim, who wrote the driver originally
>
> Hi Scott,
>
> On Tue, Apr 17, 2012 at 12:06 PM, Scott Wood wrote:
>>> + - nvidia,page-data-bytes : Number of bytes in the data area
>>> + - nvidia,page-spare-bytes : Number of bytes in spare area
>>> + s
Hi Scott,
On Tue, Apr 17, 2012 at 1:31 PM, Scott Wood wrote:
> On 04/17/2012 03:18 PM, Simon Glass wrote:
>> +Jim, who wrote the driver originally
>>
>> Hi Scott,
>>
>> On Tue, Apr 17, 2012 at 12:06 PM, Scott Wood wrote:
+ - nvidia,page-data-bytes : Number of bytes in the data area
+ -
Dear Gabriel Huau,
> ---
> Changes for v2:
> - Coding style cleanup
> - Remove unnecessary files modification
> - Remove unnecessary board configuration set
> ---
> arch/arm/include/asm/arch-s3c24x0/s3c24x0.h | 51 +-
> board/friendlyarm/mini2440/Makefile | 45 ++
On 04/17/2012 03:36 PM, Simon Glass wrote:
> Hi Scott,
>
> On Tue, Apr 17, 2012 at 1:31 PM, Scott Wood wrote:
>> On 04/17/2012 03:18 PM, Simon Glass wrote:
>>> On Tue, Apr 17, 2012 at 12:06 PM, Scott Wood
>>> wrote:
Doesn't the number of cells depend on the GPIO controller binding?
>>>
>>>
Hi Andy,
On Wed, Apr 18, 2012 at 2:11 AM, ANDY KENNEDY wrote:
>> > 1) I have a concern that barebox is not mainstream enough yet.
[snip]
>> > 2) I have a feeling we will always be porting everyone's bsp (that
>> > already has a working u-boot) to barebox.
>>
>> Which should not be _that_ h
On 2012-04-09 10:15, Wolfgang Denk wrote:
Dear Andreas,
In message<4f82835f.2030...@googlemail.com> you wrote:
Where are these odd sizes like
#define CONFIG_ENV_SIZE 0x4200
coming from? Has a size of 0x4200 any special maning on these
systems?
please read Ulfs mail:
http:/
When calling board_late_init, we need to define CONFIG_BOARD_LATE_INIT.
The latest ecovec config defines BOARD_LATE_INIT, board_late_init is not called.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/ecovec.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include
Hi Lukasz,
On 3 April 2012 23:24, Lukasz Majewski wrote:
> This code adds call to mmc_init(), for partition related commands (e.g.
> fatls, fatinfo etc.).
>
> It is safe to call mmc_init() multiple times since mmc->has_init flag
> prevents from multiple initialization.
>
> The FAT related code ca
With almost all the architecture and board BOARD_LATE_INIT does not use.
CONFIG_BOARD_LATE_INIT is used instead.
This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.
Signed-off-by: Nobuhiro Iwamatsu
CC: Macpaul Lin
---
arch/nds32/lib/board.c |2 +-
1 file changed, 1 insertion(+), 1 del
With almost all the architecture and board BOARD_LATE_INIT does not use.
CONFIG_BOARD_LATE_INIT is used instead.
This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.
Signed-off-by: Nobuhiro Iwamatsu
CC: Stefano Babic
---
board/davinci/ea20/ea20.c |4 ++--
include/configs/ea20.h|
With almost all the architecture and board BOARD_LATE_INIT does not use.
CONFIG_BOARD_LATE_INIT is used instead.
This changed CONFIG_BOARD_LATE_INIT from BOARD_LATE_INIT.
Signed-off-by: Nobuhiro Iwamatsu
CC: Heiko Schocher
---
include/configs/cam_enc_4xx.h |2 +-
1 file changed, 1 insertion
Dear Wolfgang Denk,
Please pull some fixes for v2012.04.
The following changes since commit f5cdc11775c4b7fdbf52a6dd2f463d329804ab11:
Prepare v2012.04-rc2; minor Coding Style cleanup (2012-04-16 23:13:51 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sh.git master
f
On Tuesday 17 April 2012 19:40:08 Graeme Russ wrote:
> On Wed, Apr 18, 2012 at 2:11 AM, ANDY KENNEDY wrote:
> But you fall into the trap of thinking that driver porting from Linux is
> trivial - I doubt this is the case as you do not have the feature rich
> kernel API (locks, mutexes, memory manage
The -fPIC/-fpic flag belongs with -mrelocatable. The -fpic flag can
limit the size of the GOT and produce smaller binaries, so it causes
some GOT entries to be lost in the gcc 4.6 version. But -fPIC flag
allows the maximum possible size of the GOT entries.
However, currently -mrelocatable promotes
Dear Chunhe Lan,
In message <1334719161-3500-1-git-send-email-chunhe@freescale.com> you
wrote:
> The -fPIC/-fpic flag belongs with -mrelocatable. The -fpic flag can
> limit the size of the GOT and produce smaller binaries, so it causes
> some GOT entries to be lost in the gcc 4.6 version. But
Dear Marek Vasut,
In message <1334673527-27361-1-git-send-email-ma...@denx.de> you wrote:
> If the LCD controller is on before the CPU goes into reset, the traffic on
> LCDIF
> data pins interferes with the BootROM's boot mode sampling. So shut the
> controller down.
>
> Signed-off-by: Marek Vas
88 matches
Mail list logo