On Sat, Aug 25, 2018 at 7:22 PM, Tom Rini wrote:
> On Sat, Aug 25, 2018 at 06:58:19PM +0300, Grazvydas Ignotas wrote:
>> On Mon, Aug 20, 2018 at 8:43 PM, Tom Rini wrote:
>> > On Mon, Aug 20, 2018 at 07:45:16AM -0500, Adam Ford wrote:
>> >> On Mon, Aug 20, 2
This patch enables DM_SERIAL for the pandora board. Verified that
the default kernel can still be booted with this.
Signed-off-by: Grazvydas Ignotas
---
board/pandora/pandora.c | 14 ++
configs/omap3_pandora_defconfig | 4 +++-
include/configs/omap3_pandora.h | 17
On Mon, Aug 20, 2018 at 8:43 PM, Tom Rini wrote:
> On Mon, Aug 20, 2018 at 07:45:16AM -0500, Adam Ford wrote:
>> On Mon, Aug 20, 2018 at 6:21 AM Tom Rini wrote:
>> >
>> > On Tue, Aug 07, 2018 at 07:28:11AM -0500, Adam Ford wrote:
>> >
>> > > Two boards include a reference to ti_omap3_common.h whi
On Mon, Aug 29, 2016 at 10:56 AM, Vagrant Cascadian wrote:
> CONFIG_CMD_FS_GENERIC is enabled; use it to load the autoboot script,
> rather than first attempting with fatload and falling back to
> ext2load.
>
> Signed-off-by: Vagrant Cascadian
Acked-by: Grazvydas Ignotas
>
.
>
> Signed-off-by: Vagrant Cascadian
Acked-by: Grazvydas Ignotas
> ---
>
> include/configs/omap3_pandora.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h
> index 380ec12.
This allows to clean up the config a good deal and also converts
pandora to Generic Board.
Signed-off-by: Grazvydas Ignotas
---
v2: dropped unintended "From:" line.
include/configs/omap3_pandora.h | 177
1 file changed, 36 insertions(+), 141
From: notaz
This allows to clean up the config a good deal and also converts
pandora to Generic Board.
Signed-off-by: Grazvydas Ignotas
---
include/configs/omap3_pandora.h | 177
1 file changed, 36 insertions(+), 141 deletions(-)
diff --git a/include
On Wed, Apr 8, 2015 at 12:15 PM, Masahiro Yamada
wrote:
> Remove board support for sdp3430, pandora, dig297, mcx, and mvblx.
If you can hold this off, I'll try updating pandora during this week.
Gražvydas
___
U-Boot mailing list
U-Boot@lists.denx.de
h
As ttyS0 is no longer valid for newer OMAP kernels, and pandora serial
cables are not widespread, simply drop console argument. This should
allow booting old and new kernels with default arguments, and those who
need serial can use a boot script on SD card.
Signed-off-by: Grazvydas Ignotas
reset pulse as recommended by wifi chip's manufacturer
- drop configuration of GPIOs that u-boot doesn't need
Signed-off-by: Grazvydas Ignotas
---
board/pandora/pandora.c | 54 +++---
1 files changed, 41 insertions(+), 13 deletions(-)
diff --git
DM3730 needs some additional pin mux configuration for GPIOs
126-129 to work, add it.
Signed-off-by: Grazvydas Ignotas
---
arch/arm/include/asm/arch-omap3/mux.h |6 ++
board/pandora/pandora.c |3 +++
board/pandora/pandora.h |6 ++
3 files changed
On Tue, Mar 20, 2012 at 12:16 AM, Tom Rini wrote:
> On 03/19/2012 03:12 PM, Grazvydas Ignotas wrote:
>>
>> Commin 4fee6c2f295f9 "nand: make 1-bit software ECC configurable"
>> disabled software ECC by default, but pandora always used (and still
>> does use) so
Commin 4fee6c2f295f9 "nand: make 1-bit software ECC configurable"
disabled software ECC by default, but pandora always used (and still
does use) software ECC to store it's firmware, so enable it in board
file.
Signed-off-by: Grazvydas Ignotas
---
include/configs/omap3_pandor
some cards
that won't work with a message printed multiple times:
timedout waiting on cmd inhibit to clear
Code loosely based on Linux omap_hsmmc driver.
Signed-off-by: Grazvydas Ignotas
---
drivers/mmc/omap_hsmmc.c | 36 ++--
1 files changed, 34 inser
The message didn't state that it's waiting for STAT to _clear_,
and printing the STAT value itself can help to identify problems.
Signed-off-by: Grazvydas Ignotas
---
drivers/mmc/omap_hsmmc.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/mmc/omap
On Mon, Mar 19, 2012 at 6:44 PM, Tom Rini wrote:
> On 03/19/2012 06:50 AM, Grazvydas Ignotas wrote:
>>
>> According to OMAP3 TRM, PBIASLITEPWRDNZ bits must be cleared while MMC
>> power supply is being enabled and is ramping up (those bits might be
>> left set by t
uired.
Signed-off-by: Grazvydas Ignotas
---
drivers/mmc/omap_hsmmc.c | 16 +++-
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c
index 12ff0a2..e9e1d2a 100644
--- a/drivers/mmc/omap_hsmmc.c
+++ b/drivers/mmc/omap_hs
. Also
introduce error checking to not enable the supply if we failed to set
the voltage, and start logging errors as power supply problems are
usually important.
Signed-off-by: Grazvydas Ignotas
---
drivers/power/twl4030.c | 18 ++
1 files changed, 14 insertions(+), 4 deletions
On Sun, Mar 4, 2012 at 10:06 PM, Pali Rohár wrote:
> Hi,
>
> this commit is breaking MMC support on Nokia N900:
> a7778f8fbee098c78b1fa1e1331313a7e217fb30 omap_hsmmc: Wait for CMDI to be clear
>
> I'm geting only error message "timedout waiting on cmd inhibit to clear" and I
> cannot read files fr
in the code or are used by drivers that
>> >> are not enabled. Remove them.
>> >>
>> >> Signed-off-by: Grazvydas Ignotas
>> >> ---
>> >> Alternatively this old patch can be applied to clean up more OMAP
>> boards:
>> >&
On Thu, Nov 4, 2010 at 10:25 PM, Paulraj, Sandeep wrote:
> I have added quite a few patches to u-boot-ti but MAKEALL returns several
> errors.
>
> I think most boards have not been updated since the ARM relocation patch.
Just sent patches to fix up OMAP3 pandora,
Update pandora's config so that it can boot production kernels from NAND.
This enables UBI, USB, sets up NAND layout and default boot command.
It also expands malloc area so that UBI works.
Signed-off-by: Grazvydas Ignotas
---
include/configs/omap3_pandora.h |
Pandora's config has various flash related macros that are either
not referenced anywhere in the code or are used by drivers that
are not enabled. Remove them.
Signed-off-by: Grazvydas Ignotas
---
Alternatively this old patch can be applied to clean up more OMAP boards:
http://lists.de
Fix the build breakage introduced by the recent relocation
and memory layout changes for ARM.
Signed-off-by: Grazvydas Ignotas
---
board/pandora/config.mk | 33 -
include/configs/omap3_pandora.h |8
2 files changed, 8 insertions(+), 33
ine u-boot.
Grazvydas Ignotas (3):
OMAP3: pandora: fix relocation and init memory map
OMAP3: pandora: remove unused config macros
OMAP3: pandora: update config for production
board/pandora/config.mk | 33 ---
include/configs/omap3_pandora.h |
Pandora's config has various flash related macros that are either
not referenced anywhere in the code or are used by drivers that
are not enabled. Remove them.
Signed-off-by: Grazvydas Ignotas
---
Alternatively this old patch can be applied to clean up more OMAP boards:
http://lists.de
These patches update pandora's config for relocations
and syncs it with one shipped on production units.
Patches generated on top of u-boot-arm.
Grazvydas Ignotas (3):
ARMV7: OMAP3: pandora: implement relocation
ARMV7: OMAP3: pandora: remove unused config macros
ARMV7: OMAP3: pa
Update pandora's config so that it can boot production kernels from NAND.
This enables UBI, USB, sets up NAND layout and default boot command.
It also expands malloc area so that UBI works.
Signed-off-by: Grazvydas Ignotas
---
include/configs/omap3_pandora.h |
Fixes the build breakage introduced by the recent relocation
changes for ARMV7.
Signed-off-by: Grazvydas Ignotas
---
board/pandora/config.mk |2 +-
include/configs/omap3_pandora.h |3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/board/pandora/config.mk b
this? Those defines are mostly dead code.
>
> Not pushed yet.
>
> I have cc'ed all the concerned board maintainers in case they have an
> objection.
>
>
>>
>> On Thu, Apr 29, 2010 at 5:19 PM, Grazvydas Ignotas
>> wrote:
>> > Most OMAP3 boards
>> Unfortunately the patches didn't apply cleanly, but the fixes were
>> simple. I have the modified patches in the omap4-next-upstream branch
>> of my repo for convenience:
>>
>> http://www.sakoman.com/cgi-bin/gitweb.cgi?p=u-
>> boot.git;a=shortlog;h=refs/heads/omap4-next-upstream
>>
>> Regards,
On Fri, Jun 18, 2010 at 12:25 PM, Wolfgang Denk wrote:
> The changes introduced by this commit:
>
> commit 7a2aa8b68120f333ed2edc33475ca195810d6cb1
> Author: Tom Rix
> Date: Thu Sep 10 15:27:57 2009 -0400
>
> OMAP3 Move cache routine to cache.S
>
> added, among o
On Fri, Jun 18, 2010 at 1:17 AM, Steve Sakoman wrote:
> The purpose of this patch is to prepare for adding the OMAP4 architecture,
> which is Cortex A9
>
> Cortex A8 and A9 both belong to the armv7 architecture, hence the name change.
>
> The two architectures are similar enough that substantial
Make driver local variables and functions static and
remove them from the arch header.
Signed-off-by: Grazvydas Ignotas
---
arch/arm/include/asm/arch-omap3/mmc.h |9 -
drivers/mmc/omap3_mmc.c | 33 +
2 files changed, 17 insertions
: Grazvydas Ignotas
---
drivers/mmc/omap3_mmc.c | 47 +--
1 files changed, 21 insertions(+), 26 deletions(-)
diff --git a/drivers/mmc/omap3_mmc.c b/drivers/mmc/omap3_mmc.c
index dc331a0..af74997 100644
--- a/drivers/mmc/omap3_mmc.c
+++ b/drivers/mmc
CCing Sandeep.
On Thu, Apr 29, 2010 at 5:52 PM, Grazvydas Ignotas wrote:
> Pandora has a capacitor connected as backup battery, which allows
> retaining RTC for some time while main battery is removed. Enable backup
> battery charge function to charge that capacitor.
>
> Signed-of
Just a ping.
Sandeep, maybe you could pick this? Those defines are mostly dead code.
On Thu, Apr 29, 2010 at 5:19 PM, Grazvydas Ignotas wrote:
> Most OMAP3 boards have various flash related macros in their configs
> that are either not referenced anywhere in the code or are used by
>
Pandora has a capacitor connected as backup battery, which allows
retaining RTC for some time while main battery is removed. Enable backup
battery charge function to charge that capacitor.
Signed-off-by: Grazvydas Ignotas
---
board/pandora/pandora.c |9 +
1 files changed, 9
Most OMAP3 boards have various flash related macros in their configs
that are either not referenced anywhere in the code or are used by
drivers that are not enabled. Remove them.
Signed-off-by: Grazvydas Ignotas
---
include/configs/omap3_beagle.h | 18 --
include/configs
On Sun, Jan 10, 2010 at 7:46 PM, Khasim Syed Mohammed
wrote:
> On Sun, Jan 10, 2010 at 9:11 PM, Nishanth Menon
> wrote:
>> Khasim Syed Mohammed said the following on 01/09/2010 09:16 PM:
>>>
>>> On Sat, Jan 9, 2010 at 8:18 PM, Nishanth Menon
>>> wrote:
Khasim Syed Mohammed said the fol
On Sat, Jan 9, 2010 at 6:42 AM, Khasim Syed Mohammed
wrote:
> From cc1b24cb290d428f2e1aefec9c7878b46380f592 Mon Sep 17 00:00:00 2001
> From: Syed Mohammed Khasim
> Date: Sat, 9 Jan 2010 09:28:03 +0530
> Subject: [PATCH] API to select twl4030 voltage and dev group
>
> Adds a new API "twl4030_pmrec
These regulators are not needed to start the kernel and only
cause "incomplete constraints" warnings from kernel, so don't
turn them on to save power.
Signed-off-by: Grazvydas Ignotas
---
this patch depends on "TWL4030: make LEDs selectable for twl4030_led_init()&qu
-off-by: Grazvydas Ignotas
---
board/logicpd/zoom1/zoom1.c |2 +-
board/logicpd/zoom2/zoom2.c |2 +-
board/overo/overo.c |2 +-
board/pandora/pandora.c |2 +-
board/ti/beagle/beagle.c|2 +-
board/timll/devkit8000
On Wed, Dec 2, 2009 at 4:55 PM, Tom wrote:
> Grazvydas Ignotas wrote:
>>
>> diff --git a/drivers/misc/twl4030_led.c b/drivers/misc/twl4030_led.c
>> index bfdafef..d2cc3c8 100644
>> --- a/drivers/misc/twl4030_led.c
>> +++ b/drivers/misc/twl4030_led.c
>>
-off-by: Grazvydas Ignotas
---
board/logicpd/zoom1/zoom1.c |2 +-
board/logicpd/zoom2/zoom2.c |2 +-
board/overo/overo.c |2 +-
board/pandora/pandora.c |2 +-
board/ti/beagle/beagle.c|2 +-
board/timll/devkit8000
On Tue, Dec 1, 2009 at 4:24 PM, Tom wrote:
> Grazvydas Ignotas wrote:
>>
>> Not all boards have both LEDs hooked, so enabling both on
>> boards with single LED will just waste power.
>>
>
> This looks like a pandora specific change.
> Please say somethi
Not all boards have both LEDs hooked, so enabling both on
boards with single LED will just waste power.
Make it possible to choose LEDs by adding arguments to
twl4030_led_init().
Signed-off-by: Grazvydas Ignotas
---
board/logicpd/zoom1/zoom1.c |2 +-
board/logicpd/zoom2/zoom2.c
On Mon, Nov 30, 2009 at 6:17 PM, Tom wrote:
> Grazvydas Ignotas wrote:
>>
>> hi,
>>
>> drivers/power/twl4030.c has a twl4030_power_init() function which is
>> called by most (all?) OMAP3 boards. What it does is enabling VAUX3,
>> VPLL2 and VDAC power sup
hi,
drivers/power/twl4030.c has a twl4030_power_init() function which is
called by most (all?) OMAP3 boards. What it does is enabling VAUX3,
VPLL2 and VDAC power supplies in TWL4030/TPS659x0 chip. However they
are all very board specific and in most cases not needed at all, at
least for booting th
not prevent serial from working as the internal pullup
is weak.
Signed-off-by: Grazvydas Ignotas
---
It would be nice for this to go in as a fix for 2009.11,
else users without serial cable won't be able to boot it.
board/pandora/pandora.h |3 ++-
1 files changed, 2 insertions(+), 1 dele
On Wed, Nov 11, 2009 at 11:14 PM, Tom wrote:
> Grazvydas Ignotas wrote:
>>
>> When the board is booted without serial cable attached (which
>> is how most of them will be used) UART RX is left floating and
>> sometimes picks noise, which interrupts countdown and enters
-by: Grazvydas Ignotas
---
board/pandora/pandora.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/pandora/pandora.h b/board/pandora/pandora.h
index 5bfa0f9..f1e1db9 100644
--- a/board/pandora/pandora.h
+++ b/board/pandora/pandora.h
@@ -219,7 +219,7 @@ const
On Thu, Jul 9, 2009 at 1:44 AM, Jean-Christophe
PLAGNIOL-VILLARD wrote:
> On 00:29 Wed 08 Jul , Grazvydas Ignotas wrote:
>> This patch series clean up and update pin mux for pandora.
>> The update is needed for rev3 or later boards to work properly,
>> but older boards
Pandora is using both SDRC CSes. The MUX setting is needed
for the second CS clock signal to allow the 2 RAM parts to
be put in self-refresh correctly.
Based on similar patch for beagle and overo by
Jean Pihet and Steve Sakoman.
---
board/omap3/pandora/pandora.h |2 +-
1 files changed, 1 inse
This patch series clean up and update pin mux for pandora.
The update is needed for rev3 or later boards to work properly,
but older boards still work after this.
Grazvydas Ignotas (4):
OMAP3 pandora: pin mux cleanup
OMAP3 pandora: setup pin mux for pins used on rev3 boards
OMAP3 pandora
Remove configuration of not unused pins, effectively
leaving them in safe mode.
---
board/omap3/pandora/pandora.h | 25 -
1 files changed, 0 insertions(+), 25 deletions(-)
diff --git a/board/omap3/pandora/pandora.h b/board/omap3/pandora/pandora.h
index 8f0838c..3d04b2a 1
Setup pin mux for GPIO pins connected on rev3 or later
boards. Also change NUB2 IRQ pin. This should not affect
older boards because they don't have any nubs (analog
controllers) attached to them.
---
board/omap3/pandora/pandora.h | 11 ++-
1 files changed, 10 insertions(+), 1 deletions(
Set pullups or pulldowns for GPIOs which need them.
Disable them for others, which have external pulls.
Also make disabled pull setting consistent (some pins had
type set to "up" even if pull type selection was disabled).
---
board/omap3/pandora/pandora.h | 50 ---
> when you will be in possession of the old version of a board and just because
> few people have the board is remove from the mainline you will not be happy.
> So no we will support the both
Well old boards *do* actually work after these changes, except one
game button and one analog controller (
On Fri, Jun 26, 2009 at 12:59 AM, Jean-Christophe
PLAGNIOL-VILLARD wrote:
> On 14:57 Mon 08 Jun , Grazvydas Ignotas wrote:
>> The update consists of following changes:
>> - remove configuration of not connected pins, effectively
>> leaving them in safe mode.
>> -
recent patch for
Beagle and Overo.
Old boards are no longer supported, but there was only
small number of test boards made. Updated configuration
is expected to be used for mass production.
CC: Dirk Behme
Signed-off-by: Grazvydas Ignotas
---
board/omap3/pandora/pandora.h | 92
On Sun, Feb 22, 2009 at 6:22 PM, Dirk Behme wrote:
> Dear Jean-Christophe,
>
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>> On 19:55 Thu 12 Feb , Dirk Behme wrote:
>>> OMAP3 core changes necessary for MUSB
>>>
>>> Signed-off-by: Dirk Behme
>>>
>>> ---
>>> Note: OMAP3 USB code will be sent later
Here is a patch with better commit message. Hope it helps.
>From ee8002fe14789ad22cca153727d1677c5aa4d254 Mon Sep 17 00:00:00 2001
From: Grazvydas Ignotas
Date: Thu, 5 Feb 2009 22:29:58 +0200
Subject: [PATCH 4/7] OMAP3: Update pandora pin mux
Clock pin must have input enabled for MMC3 to w
On Sat, Jan 17, 2009 at 8:34 PM, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> On 09:47 Sun 14 Dec , Dirk Behme wrote:
>> Add Pandora config, main Makefile, README, MAKEALL and MAINTAINERS
>>
>> Signed-off-by: Dirk Behme
>>
>> ---
>> MAINTAINERS | 20 ++
>> MAKEALL
Hello,
a month has passed since v6 OMAP3 patches were submitted to this ML
[1]. So far they have not been reviewed nor accepted. Are there any
estimates when that is going to happen? I.e. "when we have time",
"never" or "we don't like OMAP3" would be good answers.
Thanks,
Grazvydas
[1] http://li
This patch adds configuration file for OMAP3 Pandora.
Signed-off-by: Grazvydas Ignotas <[EMAIL PROTECTED]>
---
include/configs/omap3_pandora.h | 302 +++
1 files changed, 302 insertions(+), 0 deletions(-)
create mode 100644 include/configs/omap3_pan
This patch adds support for OMAP3 based Pandora board.
Signed-off-by: Grazvydas Ignotas <[EMAIL PROTECTED]>
---
MAINTAINERS|4 +
MAKEALL|1 +
Makefile |3 +
board/omap3/pandora/Makefile | 49 +
board
Pandora is open handheld gaming console, which uses Texas
Instruments OMAP 3530 SoC. More information can be found
at http://openpandora.org/.
The following two patches are to be applied on
u-boot-arm/omap3 branch, and should match style currently
used there.
__
68 matches
Mail list logo