Acked
On Thu, Nov 17, 2011 at 07:10:46PM +0100, Marek Vasut wrote:
> > This link script seems old and incompatible with relocation and its
> > own sa1000 start.S file. It isn't used because the CPU's link script
> > was picked up in preference to this.
> >
> > Signed-off-by: Simon Glass
> > ---
This patch fixes the build breakage for the davinci_sonata board.
Signed-off-by: Christian Riesch
Cc: Sergey Kubushyn
Cc: Sandeep Paulraj
---
board/davinci/sonata/sonata.c|3 ---
include/configs/davinci_sonata.h |2 ++
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/
This patch fixes the build breakage for the davinci_schmoogie board.
Signed-off-by: Christian Riesch
Cc: Sergey Kubushyn
Cc: Sandeep Paulraj
---
board/davinci/schmoogie/schmoogie.c |3 ---
include/configs/davinci_schmoogie.h |3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
dif
This patch replaces the HAWKBOARD_KICK{0,1}_UNLOCK defines by
DV_SYSCFG_KICK{0,1}_UNLOCK.
The kick register values are not hawkboard specific but may be used
for all davinci boards. In commit f3c149d6c6e5ba8dd72baa86fe527837e4fb0e9a
new defines for these values wer introduced.
Signed-off-by: Chri
MACH_TYPE_FARADAY was removed from mach-types.h.
Add it to the board config file.
Signed-off-by: Anatolij Gustschin
---
board/faraday/a320evb/a320evb.c |1 -
include/configs/a320evb.h |3 +++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/board/faraday/a320evb/a320e
MACH_TYPE_HHP_CRADLE was removed from mach-types.h.
Add it to the board config file.
Signed-off-by: Anatolij Gustschin
---
board/cradle/cradle.c|3 ---
include/configs/cradle.h |3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/cradle/cradle.c b/board/cradle
MACH_TYPE_SBC35_A9G20 was removed from mach-types.h.
Add it to the board config file.
Signed-off-by: Anatolij Gustschin
---
board/calao/sbc35_a9g20/sbc35_a9g20.c |1 -
include/configs/sbc35_a9g20.h |3 +++
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/board/calao
MACH_TYPE_PLEB2 was removed from mach-types.h.
Add it to the board config file.
Signed-off-by: Anatolij Gustschin
---
board/pleb2/pleb2.c |3 ---
include/configs/pleb2.h |3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/pleb2/pleb2.c b/board/pleb2/pleb2.c
i
MACH_TYPE_XM250 was removed from mach-types.h.
Add it to the board config file.
Signed-off-by: Anatolij Gustschin
---
board/xm250/xm250.c |3 ---
include/configs/xm250.h |3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/xm250/xm250.c b/board/xm250/xm250.c
i
MACH_TYPE_PXA_CERF was removed from mach-types.h.
Add it to the board config file.
Signed-off-by: Anatolij Gustschin
---
board/cerf250/cerf250.c |3 ---
include/configs/cerf250.h |3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/cerf250/cerf250.c b/board/cerf
Fix:
flash.c: In function 'flash_erase':
flash.c:252:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'write_data':
flash.c:421:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
board/xm250/
Build breakage still pollutes the MAKEALL log. Fix build
problems for some ARM based boards. The patches can be
pulled from
git://git.denx.de/u-boot-video.git arm-fixes
I also fixed davinci_schmoogie and davinci_sonata, but
there are already patches for these on the patchwork [1],
[2], so I do n
As a result of the commit 6833260 the uart16550 driver
is broken for Microblaze big endian systems, because of
the missing 3 byte offset. Other than as described, the
U-Boot BSP does not treat properly the 3 byte offset.
However, with the new 32 bit access to ns16550 registers
we can enable correc
MACH_TYPE_TNY_A9G20 and MACH_TYPE_TNY_A9260 were removed
from mach-types.h. Add them to the board config file.
Signed-off-by: Anatolij Gustschin
---
board/calao/tny_a9260/tny_a9260.c |5 -
include/configs/tny_a9260.h |4
2 files changed, 4 insertions(+), 5 deletions(-)
di
Fix:
flash.c: In function 'flash_erase':
flash.c:223:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'write_data':
flash.c:392:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
board/cerf25
Fix:
davinci_i2c.c: In function 'flush_rx':
davinci_i2c.c:81:6: warning: variable 'dummy' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
Acked-by: Heiko Schocher
---
v2:
- drop void cast since REG() is not a function call but
expands to (*(volatile unsigned in
On Wed, 16 Nov 2011 08:42:07 -0700
Tom Rini wrote:
...
> > --- a/drivers/i2c/davinci_i2c.c
> > +++ b/drivers/i2c/davinci_i2c.c
> > @@ -78,13 +78,11 @@ static int poll_i2c_irq(int mask)
> >
> > void flush_rx(void)
> > {
> > - int dummy;
> > -
> > while (1) {
> > if
Hi Mike,
Thank you for the review.
I am attaching the updated patch bellow.
Few comments in a reply to your remarks/questions.
---
+void board_reset(void)
+{
+ /* workaround for weak pull ups on ssel *
>> If you look at current board/freescale/p1_p2_rdb/law.c it doesn't have PCI
>> LAWs anymore. I think for your example you just need an empty data
>> structure:
>>
>> struct law_entry law_table[] = {
>> };
>>
>> this should hopefully make num_law_entries = 0;
>>
>>
>>>
> +};
On Nov 8, 2011, at 5:40 PM, Timur Tabi wrote:
> Several macros are used to identify and locate the microcode binary image
> that U-boot needs to upload to the QE or Fman. Both the QE and the Fman
> use the QE Firmware binary format to package their respective microcode data,
> which is why the s
Kumar Gala wrote:
>> > #ifdef CONFIG_QE
>> > /* QE microcode/firmware address */
>> > -#define CONFIG_SYS_QE_FW_ADDR0xefec
>> > -#define CONFIG_SYS_QE_FW_LENGTH 0x1
>> > +#define CONFIG_SYS_QE_FMAN_FW_IN_NOR
>> > +#define CONFIG_SYS_QE_FMAN_FW_ADDR 0xefec000
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> MACH_TYPE_FARADAY was removed from mach-types.h.
> Add it to the board config file.
>
> Signed-off-by: Anatolij Gustschin
I built this and it fixes the failure. I did not test on hardware.
Acked-by: Simon Glass
> ---
> board/farada
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> MACH_TYPE_PXA_CERF was removed from mach-types.h.
> Add it to the board config file.
>
> Signed-off-by: Anatolij Gustschin
I built this and it fixes the failure. I did not test on hardware.
Acked-by: Simon Glass
> ---
> board/cerf2
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> MACH_TYPE_HHP_CRADLE was removed from mach-types.h.
> Add it to the board config file.
>
> Signed-off-by: Anatolij Gustschin
I built this and it fixes the failure. I did not test on hardware.
Acked-by: Simon Glass
> ---
> board/cra
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> MACH_TYPE_PLEB2 was removed from mach-types.h.
> Add it to the board config file.
>
> Signed-off-by: Anatolij Gustschin
I built this and it fixes the failure. I did not test on hardware.
Acked-by: Simon Glass
> ---
> board/pleb2/pl
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> MACH_TYPE_SBC35_A9G20 was removed from mach-types.h.
> Add it to the board config file.
>
> Signed-off-by: Anatolij Gustschin
I built this and it fixes the failure. I did not test on hardware.
Acked-by: Simon Glass
> ---
> board/ca
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> MACH_TYPE_TNY_A9G20 and MACH_TYPE_TNY_A9260 were removed
> from mach-types.h. Add them to the board config file.
>
> Signed-off-by: Anatolij Gustschin
I built this and it fixes the failure. I did not test on hardware.
Acked-by: Simon
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> MACH_TYPE_XM250 was removed from mach-types.h.
> Add it to the board config file.
>
> Signed-off-by: Anatolij Gustschin
I built this and it fixes the failure. I did not test on hardware.
Acked-by: Simon Glass
> ---
> board/xm250/xm
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> Fix:
> flash.c: In function 'flash_erase':
> flash.c:223:6: warning: variable 'flag' set but not used
> [-Wunused-but-set-variable]
> flash.c: In function 'write_data':
> flash.c:392:6: warning: variable 'flag' set but not used
> [-Wunus
On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> Fix:
> flash.c: In function 'flash_erase':
> flash.c:252:6: warning: variable 'flag' set but not used
> [-Wunused-but-set-variable]
> flash.c: In function 'write_data':
> flash.c:421:6: warning: variable 'flag' set but not used
> [-Wunus
This fixes the following warning with gcc 4.4.3.
aisimage.c: In function 'aisimage_generate':
aisimage.c:365: warning: 'tsize' may be used uninitialized in this function
Signed-off-by: Simon Glass
---
tools/aisimage.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a
Fix:
mvgbe.c: In function 'mvgbe_send':
mvgbe.c:555:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
mvgbe.c: In function 'mvgbe_recv':
mvgbe.c:640:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
S
> Acked
Ok, so how shall we handle SA1110 ? I can pick it up, then send pullrq to
albert
?
M
>
> On Thu, Nov 17, 2011 at 07:10:46PM +0100, Marek Vasut wrote:
> > > This link script seems old and incompatible with relocation and its
> > > own sa1000 start.S file. It isn't used because the CPU's
On 01/-10/-28163 12:59 PM, Macpaul Lin wrote:
> This reverts commit 02f3029f1810b99869254d0cf0a71946a008a728.
>
> This patch add 3 times retry to CMD8 because the Marvell mmc controller
> doesn't obey the power ramp up process in the SD specification 6.4.1.
> (Please refer to figure 6.1 and 6.2 in
On Saturday 19 November 2011 12:36:00 Stephen Warren wrote:
> On 01/-10/-28163 12:59 PM, Macpaul Lin wrote:
> > This reverts commit 02f3029f1810b99869254d0cf0a71946a008a728.
> >
> > This patch add 3 times retry to CMD8 because the Marvell mmc controller
> > doesn't obey the power ramp up process in
Fix:
dnet.c: In function 'dnet_send':
dnet.c:136:9: warning: variable 'len' set but not used
[-Wunused-but-set-variable]
dnet.c: In function 'dnet_set_hwaddr':
dnet.c:209:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
dnet.c:209:2: warning: derefe
Fix:
ehci-mxc.c: In function 'ehci_hcd_init':
ehci-mxc.c:113:6: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
drivers/usb/host/ehci-mxc.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/host/ehci-
Fix:
flash.c: In function 'flash_erase':
flash.c:223:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'write_data':
flash.c:392:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
board/xaenia
On Saturday 19 November 2011 10:18:16 Dimitar Penev wrote:
> >> +void board_reset(void)
> >> +{
> >> + /* workaround for weak pull ups on ssel */
> >> + if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER)
> >> + bfin_reset_boot_spi_cs(GPIO_PF10);
> >> +}
> >
> >do you actually have this problem in
Fix:
bootp.c: In function 'BootpCopyNetParams':
bootp.c:108:11: warning: unused variable 'tmp_ip' [-Wunused-variable]
Signed-off-by: Anatolij Gustschin
---
net/bootp.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/net/bootp.c b/net/bootp.c
index b789eec..34124b8 1006
On Sat, Nov 19, 2011 at 11:27 AM, Marek Vasut wrote:
>> Acked
>
> Ok, so how shall we handle SA1110 ? I can pick it up, then send pullrq to
> albert
> ?
SGTM - Simon
>
> M
>>
>> On Thu, Nov 17, 2011 at 07:10:46PM +0100, Marek Vasut wrote:
>> > > This link script seems old and incompatible with
The bf537-stamp shouldn't need this SPI flash workaround. It was added
by accident a long time ago through a convoluted series of steps which
originated from a customer board (not the bf537-stamp). So drop it to
keep people from incorrectly adding it to their own boards.
Signed-off-by: Mike Frys
Tegra appears to boot with function UARTA pre-selected on mux
group SDB. If two mux groups are both set to the same function,
it's unclear which group's pins drive the RX signals into the
HW module. For UARTA, SDB certainly overrides group IRTX in
practice. To solve this, configure some alternative
This patch series adds support for the Toshiba AC100 Tegra netbook.
I'm posting it as an RFC because:
a) The AC100 is designed by Compal and marketed by Toshiba. Should we put
the files into board/nvidia (since it uses an NVIDIA SoC), or create a
board/toshiba or board/compal directory to contain
The Toshiba AC100 (code-name Paz00m a/k/a Dynabook AZ) is an netbook derived
from the NVIDIA Tegra Harmony reference board. It ships with Ubuntu, but is
often repurposed to run Linux. This patch adds just enough support to get a
U-Boot serial console, and the ability access built-in eMMC and the ex
I forgot to edit it when I cut/paste Tom Warren's MAINTAINERS entry.
Signed-off-by: Stephen Warren
---
MAINTAINERS |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 567dc61..c532c29 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -877,7 +877,
> 2011/11/17 Marek Vasut
>
> > Jana, you have efikamx and I can get you HDMI cable. Can you recheck
> > tomorrow ?
> >
> > M
>
> Ok, I can.
So any updates?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Praffula,
On Mon, 31 Oct 2011 16:49:37 +0530
Ajay Bhargav wrote:
> This patch fix compilation warnings for Armada100 FEC driver
>
> Ref:
> warning: dereferencing type-punned pointer will break
> strict-aliasing rules
>
> Signed-off-by: Ajay Bhargav
> ---
> drivers/net/armada100_fec.c |
Fix:
musb_hcd.c: In function 'submit_control_msg':
musb_hcd.c:851:6: warning: variable 'csr' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
drivers/usb/musb/musb_hcd.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/musb/
Fix:
samsung.c: In function 's3c_onenand_check_lock_status':
samsung.c:486:6: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
drivers/mtd/onenand/samsung.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/driver
Fix:
lan91c96.c: In function 'dump_memory_info':
lan91c96.c:157:7: warning: variable 'mem_info' set but not used
[-Wunused-but-set-variable]
lan91c96.c: In function 'smc_send_packet':
lan91c96.c:320:16: warning: variable 'ioaddr' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij
Fix:
flash.c: In function 'flash_erase':
flash.c:223:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
flash.c: In function 'write_data':
flash.c:392:6: warning: variable 'flag' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
board/lubb
Fix:
cs8900.c: In function 'get_reg_init_bus':
cs8900.c:69:14: warning: variable 'c' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
drivers/net/cs8900.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/drivers/net/cs8900.c b/d
These patches can also be pulled from
git://git.denx.de/u-boot-video.git gcc46-warning-fixes
Anatolij Gustschin (10):
drivers/usb/musb/musb_hcd.c: Fix GCC 4.6 warning
drivers/mtd/onenand/samsung.c: Fix GCC 4.6 warning
board/ronetix/pm9263/pm9263.c: Fix GCC 4.6 warning
drivers/net/lan91c9
Fix:
syncflash.c: In function 'SF_SR':
syncflash.c:60:10: warning: variable 'tmp1' set but not used
[-Wunused-but-set-variable]
syncflash.c: In function 'SF_PrechargeAll':
syncflash.c:96:6: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
mx1ads.c: In function 'board_early_init_
Fix:
mx1ads.c: In function 'board_early_init_f':
mx1ads.c:83:24: warning: variable 'tmp' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
board/mx1ads/mx1ads.c |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/board/mx1ads/mx1ads.c b
Fix:
cmd_bootm.c: In function 'bootm_load_os':
cmd_bootm.c:315:7: warning: unused variable 'unc_len'
[-Wunused-variable]
Signed-off-by: Anatolij Gustschin
---
common/cmd_bootm.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
ind
Fix:
pm9263.c: In function 'pm9263_lcd_hw_psram_init':
pm9263.c:167:20: warning: variable 'x' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
board/ronetix/pm9263/pm9263.c | 13 ++---
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/boar
Fix:
cpuinfo.c: In function 'print_cpuinfo':
cpuinfo.c:155:6: warning: variable 'system_serial_low' set but not used
[-Wunused-but-set-variable]
cpuinfo.c:154:6: warning: variable 'system_serial_high' set but not used
[-Wunused-but-set-variable]
Signed-off-by: Anatolij Gustschin
---
arch/arm/cpu
> Separate callback for probing OneNAND memory chip.
> If no special function is defined, default implementation will be used.
>
> This approach gives more flexibility for OneNAND device probing.
>
> Signed-off-by: Lukasz Majewski
> Signed-off-by: Kyungmin Park
> ---
> ./tools/checkpatch.pl -
> On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> > MACH_TYPE_PXA_CERF was removed from mach-types.h.
> > Add it to the board config file.
> >
> > Signed-off-by: Anatolij Gustschin
>
> I built this and it fixes the failure. I did not test on hardware.
>
> Acked-by: Simon Glass
G
> > On Sat, Nov 19, 2011 at 3:59 AM, Anatolij Gustschin wrote:
> > > MACH_TYPE_PXA_CERF was removed from mach-types.h.
> > > Add it to the board config file.
> > >
> > > Signed-off-by: Anatolij Gustschin
> >
> > I built this and it fixes the failure. I did not test on hardware.
> >
> > Acked-b
> The ARM link scripts are very similar but each CPU has its own. This
> series adds support for a default link script across an architecture
> in arch//cpu/u-boot.lds.
>
> It is then possible to remove most of the ARM link scripts. This will
> make it easier to maintain these.
>
Please CC Alber
> The Makefile for a CPU is in arch/($ARCH)/cpu/$(CPU). We want to support
> having an .lds file in arch/$(ARCH)/cpu without requiring an additional
> Makefile there. This change makes it clear that we expect a Makefile in
> the same directory as the link script except in this case.
>
> Signed-off
Signed-off-by: Marek Vasut
Cc: Simon Glass
Cc: Anatolij Gustschin
Cc: Prakash Kumar
---
MAINTAINERS |4 -
board/cerf250/Makefile| 43 -
board/cerf250/cerf250.c | 85 -
board/cerf250/flash.c | 429 -
boards
On Sat, Nov 19, 2011 at 12:59:05AM -0500, Mike Frysinger wrote:
> On Saturday 19 November 2011 00:21:32 Stefan Kristiansson wrote:
> > --- /dev/null
> > +++ b/arch/openrisc/cpu/cache.c
> >
> > +int checkicache(void)
> > +int checkdcache(void)
>
> these should be static
>
> > --- /dev/null
> > +++
Hi Marek,
On Sat, Nov 19, 2011 at 8:04 PM, Marek Vasut wrote:
>> The ARM link scripts are very similar but each CPU has its own. This
>> series adds support for a default link script across an architecture
>> in arch//cpu/u-boot.lds.
>>
>> It is then possible to remove most of the ARM link script
Hi Marek,
On Sat, Nov 19, 2011 at 8:07 PM, Marek Vasut wrote:
>> The Makefile for a CPU is in arch/($ARCH)/cpu/$(CPU). We want to support
>> having an .lds file in arch/$(ARCH)/cpu without requiring an additional
>> Makefile there. This change makes it clear that we expect a Makefile in
>> the sa
On Sat, Nov 19, 2011 at 8:20 PM, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Simon Glass
> Cc: Anatolij Gustschin
> Cc: Prakash Kumar
+jtassit...@embedx.com who may wish to update the maintainer?
> ---
> MAINTAINERS | 4 -
> board/cerf250/Makefile | 43 -
> Hi Marek,
>
> On Sat, Nov 19, 2011 at 8:04 PM, Marek Vasut wrote:
> >> The ARM link scripts are very similar but each CPU has its own. This
> >> series adds support for a default link script across an architecture
> >> in arch//cpu/u-boot.lds.
> >>
> >> It is then possible to remove most of th
Hi Mike,
On Fri, Nov 18, 2011 at 11:53 AM, Mike Frysinger wrote:
> On Friday 18 November 2011 12:20:02 Stefano Babic wrote:
>> On 11/05/2011 03:25 PM, Simon Glass wrote:
>> > This corects the warning below, obtained with my gcc 4.6 compiler.
>> >
>> > arch/arm/cpu/armv7/mx5/libmx5.o: In function
On Saturday 19 November 2011 23:07:08 Marek Vasut wrote:
> > LDSCRIPT := $(TOPDIR)/$(CPUDIR)/u-boot.lds
> > endif
> > ifeq ($(wildcard $(LDSCRIPT)),)
> > + LDSCRIPT := $(TOPDIR)/arch/$(ARCH)/cpu/u-boot.lds
> > + # We don't expect a Makefile here
> > +
no changelog as to why it's being dropped ?
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Saturday 19 November 2011 23:27:34 Stefan Kristiansson wrote:
> On Sat, Nov 19, 2011 at 12:59:05AM -0500, Mike Frysinger wrote:
> > On Saturday 19 November 2011 00:21:32 Stefan Kristiansson wrote:
> > > --- /dev/null
> > > +++ b/arch/openrisc/cpu/cache.c
> > >
> > > +int checkicache(void)
> > >
On Sunday 20 November 2011 00:08:05 Simon Glass wrote:
> On Fri, Nov 18, 2011 at 11:53 AM, Mike Frysinger wrote:
> > On Friday 18 November 2011 12:20:02 Stefano Babic wrote:
> >> On 11/05/2011 03:25 PM, Simon Glass wrote:
> >> > This corects the warning below, obtained with my gcc 4.6 compiler.
> >
Hi Mike,
On Sat, Nov 19, 2011 at 9:31 PM, Mike Frysinger wrote:
> On Sunday 20 November 2011 00:08:05 Simon Glass wrote:
>> On Fri, Nov 18, 2011 at 11:53 AM, Mike Frysinger wrote:
>> > On Friday 18 November 2011 12:20:02 Stefano Babic wrote:
>> >> On 11/05/2011 03:25 PM, Simon Glass wrote:
>> >>
Hi Kumar,
On Tue, Nov 8, 2011 at 5:48 AM, Kumar Gala wrote:
>
> On Nov 3, 2011, at 11:22 AM, Simon Glass wrote:
>
>> Hi Andy,
>>
>> On Thu, Nov 3, 2011 at 12:28 AM, Andy Fleming wrote:
>>> The MAKEALL script cleverly runs make with the appropriate options
>>> to use all of the cores on the syste
On 11/18/11 12:43, Thomas Weber wrote:
> This patch removes the CONFIG_OMAP3430, because it is unused.
>
> Signed-off-by: Thomas Weber
When you change board related files,
it is a good practice to CC board maintainers.
Thanks
Acked-by: Igor Grinberg
> ---
> include/configs/cm_t35.h
On 11/18/11 12:44, Thomas Weber wrote:
> This patch removes the unused definition of SDRC_R_C_B
> from the config files.
>
> Signed-off-by: Thomas Weber
Acked-by: Igor Grinberg
> ---
> include/configs/am3517_crane.h |1 -
> include/configs/am3517_evm.h |1 -
> include/config
On 11/18/11 12:44, Thomas Weber wrote:
> This patch removes the definition of stack sizes for
> irq and fiq if the CONFIG_USE_IRQ is undefined before.
>
> Signed-off-by: Thomas Weber
Acked-by: Igor Grinberg
> ---
> include/configs/am3517_crane.h |4
> include/configs/am3517_evm.h
Hi Tom,
On 11/19/11 00:48, Tom Rini wrote:
> A number of boards are populated with a PoP chip for both DDR and NAND
> memory. Other boards may simply use this as an easy way to identify
> board revs. So we provide a function that can be called early to reset
> the NAND chip and return the result
81 matches
Mail list logo