Hi Tom,
On 2/21/2013 10:05, Tom Rini wrote:
On Wed, Feb 20, 2013 at 06:16:25PM +0800, Bo Shen wrote:
Change nand flash partition tablke according to www.at91.com/linux4sam
more information:
http://www.at91.com/linux4sam/bin/view/Linux4SAM/GettingStarted#Linux4SAM_NandFlash_demo_Memory
Signe
This patch adds the configuration file for Snow Board and
defines the same in boards.cfg.
Signed-off-by: Rajeshwari Shinde
---
Changes in V2:
- Added Maintainer
MAINTAINERS|4
boards.cfg |1 +
include/configs/snow.h | 33
This patch set adds initial dts and configuration file for snow.
Changes in V2:
- Added Maintainer.
Rajeshwari Shinde (2):
EXYNOS5: Add initial DTS file for Snow.
EXYNOS5: Snow: Add a configuration file
MAINTAINERS |4 ++
board/samsung/dts/exynos5250-sn
This patch adds the DTS file for Snow Board.
Signed-off-by: Rajeshwari Shinde
Acked-by: Simon Glass
---
Changes in V2:
- None
board/samsung/dts/exynos5250-snow.dts | 69 +
1 files changed, 69 insertions(+), 0 deletions(-)
create mode 100644 board/samsu
On 02/20/2013 06:37 PM, Joel A Fernandes wrote:
> Hello,
> I've been spinning some work-in-progress patches for FIT build support
> in the kernel.
> With the move to multiplatform support on OMAP, I feel it is a good
> time to add FIT support, also looking at the proliferating number of
> dtbs, as
On Wed, Feb 20, 2013 at 06:16:25PM +0800, Bo Shen wrote:
> Change nand flash partition tablke according to www.at91.com/linux4sam
>
> more information:
> http://www.at91.com/linux4sam/bin/view/Linux4SAM/GettingStarted#Linux4SAM_NandFlash_demo_Memory
>
> Signed-off-by: Bo Shen
Question. Is th
On Wed, Feb 20, 2013 at 04:36:21PM +0800, Sonic Zhang wrote:
> Hi Wolfgang,
>
> On Tue, Feb 19, 2013 at 6:14 PM, Wolfgang Denk wrote:
> > Dear Sonic Zhang,
> >
> > please provide a useful Subject: line - "*** SUBJECT HERE ***" is not
> > exactly helpful.
> >
> > In message <1361257266-3722-1-git-
Hello,
I've been spinning some work-in-progress patches for FIT build support
in the kernel.
With the move to multiplatform support on OMAP, I feel it is a good
time to add FIT support, also looking at the proliferating number of
dtbs, as it is a nice way
Currently the following is what I envisio
From: Fabio Estevam
Currently sata usage text prints a double 'sata' for the init command.
MX53LOCO U-Boot > sata
sata - SATA sub system
Usage:
sata sata init - init SATA sub system
sata info - show available SATA devices
sata device [dev] - show or set current device
sata part [dev] - prin
On 02/20/2013 04:01 PM, Tom Warren wrote:
> Stephen,
>
> On Wed, Feb 20, 2013 at 3:35 PM, Stephen Warren wrote:
>> On 02/20/2013 02:05 PM, Tom Warren wrote:
>>> Linux dts files were used for those boards that didn't already
>>> have sdhci info populated. Tamonten has their own dtsi file with
>>>
Stephen,
On Wed, Feb 20, 2013 at 3:35 PM, Stephen Warren wrote:
> On 02/20/2013 02:05 PM, Tom Warren wrote:
>> Linux dts files were used for those boards that didn't already
>> have sdhci info populated. Tamonten has their own dtsi file with
>> common sdhci nodes (sourced from Linux).
>
> So this
On 02/20/2013 02:05 PM, Tom Warren wrote:
> This patchset adds device-tree support to the Tegra MMC driver.
> All device config is done via properties in the DT files instead
> of hard-coded config options/function arguments.
>
> I've tested this on my Seaboard and everything works fine,
> includi
On 02/20/2013 02:05 PM, Tom Warren wrote:
> Linux dts files were used for those boards that didn't already
> have sdhci info populated. Tamonten has their own dtsi file with
> common sdhci nodes (sourced from Linux).
So this patch now does a two unrelated things:
a) Switches from /include/ to #in
Dear Wolfgang,
On 20.02.2013 15:24, Wolfgang Denk wrote:
They're "made" (branded is probably better word) by local companies, and
my guess is that most of them is violating GPL.
Guesses are not good enough in such legal affairs.
I know, that's why I'm not asking for help with "all" devices,
Hi Everyone,
I am working on uboot porting for Coldfire board M5272C3. I have 2 Spansion
S29GL128S flash. I am able to run the uboot in target board (M5272C3). My
problem is:
a. I try to store my environment variable to flash and verify through BDM
port that variable is written correctly . But on
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 02/20/2013 04:55 PM, Peter Korsgaard wrote:
>> "Tom" == Tom Rini writes:
>
> Hi,
>
> Tom> It's not so simple. The first DTs I checked are the am335x
> ones Tom> and I see they hardcode to 256MB which isn't right, but
> no one has Tom> caught
> "Tom" == Tom Rini writes:
Hi,
Tom> It's not so simple. The first DTs I checked are the am335x ones
Tom> and I see they hardcode to 256MB which isn't right, but no one has
Tom> caught this since it's blindly fixed up. So as Wolfgang suggests
Tom> next, we might need to go with replaci
tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
Tested on Seaboard, fully functional.
Tamonten boards (medcom-wide, plutux, and tec) use a different/new
dtsi file w/common settings.
Signed-off-by: Tom Warren
Signed-off-by: Thierry Reding
---
v2:
- all boards now call te
Linux dts files were used for those boards that didn't already
have sdhci info populated. Tamonten has their own dtsi file with
common sdhci nodes (sourced from Linux).
Signed-off-by: Tom Warren
Tested-by: Thierry Reding
---
v2:
- cleanup comments in dts files/match w/kernel files
- add sdhci al
Tamonten boards (medcom-wide, plutux, and tec) use a different/new
dtsi file w/common settings.
Signed-off-by: Tom Warren
Acked-by: Thierry Reding
---
v3: new
v4: no change
v5: change /include/ to #include
board/avionic-design/dts/tegra20-tamonten.dtsi | 489
1 files
This patchset adds device-tree support to the Tegra MMC driver.
All device config is done via properties in the DT files instead
of hard-coded config options/function arguments.
I've tested this on my Seaboard and everything works fine,
including card detect. For the other T20 boards, I've used
th
This allows the use of '#include "xyz"' in the dts/dtsi file which
helps the C preprocessor find common dtsi include files.
Signed-off-by: Tom Warren
---
v4: new
v5: Add dts/dtsi paths to DTS_CPPFLAGS instead of DTC command line
dts/Makefile |3 ++-
1 files changed, 2 insertions(+), 1 delet
Hi Rommel,
On Thu, Jan 31, 2013 at 8:14 AM, Rommel Custodio
wrote:
> Dear Jagannadha,
>
>>Jagannadha Sutradharudu Teki xilinx.com>
> writes:
>
>>
>> Hi Andy,
>>
>> The latest patch "mmc: Properly determine maximum supported bus width"
>> (sha1: 7798f6dbd5e1a3030ed81a81da5dfb57c3307cac) is causi
Hi Jagan,
On 20.02.2013 18:25, Jagan Teki wrote:
>> So please update to the latest version and try again.
>
> Sorry for not intimating the version I used, actually I am using the
> latest u-boot version 2013.01.01
> Below link the head commit for cfi_flash.c
> http://git.denx.de/?p=u-boot.git;a=c
On 02/19/2013 09:37:23 PM, Vipin Kumar wrote:
On 2/20/2013 6:45 AM, Scott Wood wrote:
On 12/17/2012 02:32:48 AM, Vipin Kumar wrote:
+#if defined(CONFIG_CMD_IMLS_NAND)
+static int nand_imls_legacyimage(nand_info_t *nand, int nand_dev,
loff_t off,
+ size_t len)
+{
+ void *imgd
Lucas/Stephen/etc.
On Fri, Feb 15, 2013 at 4:58 AM, Lucas Stach wrote:
> Am Donnerstag, den 14.02.2013, 13:24 -0700 schrieb Stephen Warren:
> [...]
>> >>
>> >> The one issue with this is that only newer versions of dtc support the
>> >> -i option. The version packaged with most distros won't supp
On Wed, Feb 20, 2013 at 10:55 PM, Jagan Teki wrote:
> Hi Stefan,
>
> On Wed, Feb 20, 2013 at 7:27 PM, Stefan Roese wrote:
>> On 18.02.2013 10:57, Jagan Teki wrote:
>>> I have a 16MB, M29EW flash on target boards.
>>>
>>> I got the below info, while probing the flash.
>>>
>>> Bank # 1: CFI conform
Hi Stefan,
On Wed, Feb 20, 2013 at 7:27 PM, Stefan Roese wrote:
> On 18.02.2013 10:57, Jagan Teki wrote:
>> I have a 16MB, M29EW flash on target boards.
>>
>> I got the below info, while probing the flash.
>>
>> Bank # 1: CFI conformant flash (8 x 8) Size: 64 MB in 512 Sectors
>> AMD Standard
Add the CRC32 algorithm to the list of available hashes, and make
the crc32 command use hash_command(). Add a new crc32_wd_buf() to
make this possible, which puts its result in a buffer rather than
returning it as a 32-bit value.
Note: For some boards the hash command is not enabled, neither
are s
Hi Tom,
On Mon, Feb 18, 2013 at 2:45 PM, Tom Rini wrote:
> On Mon, Feb 18, 2013 at 09:06:01AM -0800, Simon Glass wrote:
>> Hi Wolfgang,
>>
>> On Mon, Feb 18, 2013 at 3:35 AM, Wolfgang Denk wrote:
>> > Dear Tom,
>> >
>> > In message <51216721.1010...@ti.com> you wrote:
>> >>
>> >> There's another
On 02/19/2013 02:26 PM, Alexandre Belloni wrote:
Hi Eric,
On Tue, Feb 19, 2013 at 09:33:58AM -0700, Eric Nelson wrote :
Whoosh seems pretty compelling with such a small code base.
Does it really boot faster though? Do you have any numbers
for TTP (Time-to-penguin) on a SABRE Lite or SABRE SD?
Use map_sysmem() so that hashing is possible on sandbox.
Signed-off-by: Simon Glass
---
Changes in v2:
- Rebase on top of earlier patches
common/hash.c | 24
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/common/hash.c b/common/hash.c
index 984cbe4..1c33
Some hashing commands permit saving the hash in an environment variable,
and verifying a hash from there. But the crc32 command does not support
this. In order to permit crc32 to use the generic hashing infrastructure,
add a flag to select which behaviour to use.
Signed-off-by: Simon Glass
---
Ch
On Tue, Feb 19, 2013 at 5:12 PM, NeonJohn wrote:
> Hello,
>
> Veteran developer, new to Linux internals. I'm working with the
> BeagleBone and need three SPI ports. I'm now working to enable the
> second chip select on the second port. I need some basic information to
> get started.
>
> Is the
Hi Wolfgang,
On 02/20/2013 07:20 AM, Wolfgang Denk wrote:
Dear Eric Nelson,
In message <1361305248-24598-1-git-send-email-eric.nel...@boundarydevices.com>
you wrote:
+static int detect_hdmi(struct display_info_t const *dev)
+{
+ return __raw_readb(HDMI_ARB_BASE_ADDR+HDMI_PHY_STAT0) & H
Andy,
On Mon, Feb 18, 2013 at 4:10 PM, Andy Fleming wrote:
>
>
>
> On Thu, Feb 14, 2013 at 3:04 PM, Tom Warren
> wrote:
>>
>> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
>> Tested on Seaboard, fully functional.
>>
>> Tamonten boards (medcom-wide, plutux, and tec) use
Marc/Stephen,
On Fri, Feb 15, 2013 at 9:42 AM, Marc Dietrich wrote:
> Stephen,
>
> On Thursday 14 February 2013 16:12:42 Stephen Warren wrote:
>> On 02/14/2013 02:04 PM, Tom Warren wrote:
>> > tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
>> > Tested on Seaboard, fully
Stephen,
On Thu, Feb 14, 2013 at 4:12 PM, Stephen Warren wrote:
> On 02/14/2013 02:04 PM, Tom Warren wrote:
>> tegra_mmc_init() now parses the DT info for bus width, WP/CD GPIOs, etc.
>> Tested on Seaboard, fully functional.
>>
>> Tamonten boards (medcom-wide, plutux, and tec) use a different/new
On Thu, Feb 07, 2013 at 11:41:01PM -, Holger Hans Peter Freyther wrote:
> The differences include the number of GPIOs and that one is
> not required to set the pinmux on request.
>
> Signed-off-by: Holger Hans Peter Freyther
For the series, applied to u-boot/master, thanks! (I checked with
On Mon, Feb 04, 2013 at 09:37:11AM -, Reinhard Arlt wrote:
> commit d2d6bdaaef5f7eb39551e2288164b710021125fd
> Author: Reinhard Arlt
> Date: Mon Feb 4 19:45:16 2013 +0100
>
> Fix broken bootvx command.
>
> Signed-off-by: Reinhard Arlt
Applied to u-boot/master with a fixup to the commit
On Sun, Feb 03, 2013 at 05:46:13AM -, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx
On Sun, Feb 03, 2013 at 02:29:54AM -, Robert P. J. Day wrote:
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx
On Thu, Jan 31, 2013 at 02:06:40AM -, Robert P. J. Day wrote:
> Fix a comment in the fw_env.config file, no functional change.
>
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Tue, Jan 29, 2013 at 02:34:58PM -, Allen Martin wrote:
> Add support for per architecture CROSS_COMPILE toolchain definitions
> via CROSS_COMPILE_ARCH where "ARCH" is any of the supported u-boot
> architectures. This allows building every supported u-boot board in a
> single pass of MAKEAL
On Sun, Jan 27, 2013 at 10:59:24PM -, Piotr Wilczek wrote:
> Add 'ustrtoull' function to convert size from string (ex: 1GiB)
> to unsigned long long type
>
> Signed-off-by: Piotr Wilczek
> Signed-off-by: Kyungmin Park
For the series, applied to u-boot/master, thanks!
--
Tom
signature.a
On Wed, Jan 23, 2013 at 01:23:02AM -, Michal Simek wrote:
> - Show all ethernet MACs in the system.
> - Show current ethernet device
>
> Signed-off-by: Michal Simek
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Tue, Jan 22, 2013 at 08:30:18PM -, Rajeshwari Shinde wrote:
> This patch adds driver for the gigabyte devices
> GD25LQ and GD25Q64B required for Snow Board.
>
> Signed-off-by: Rajeshwari Shinde
> Acked-by: Simon Glass
Reviewed-by: Tom Rini
Both parts of the series can go via u-boot-sa
On Mon, Jan 21, 2013 at 09:10:38PM -, Gabor Juhos wrote:
> On architectures where manual relocation
> is needed, the 'malloc_bin_reloc' function
> must be called after 'mem_malloc_init'.
>
> Make the 'malloc_bin_reloc' function static
> and call it directly from 'mem_malloc_init'
> instead of
On Fri, Jan 18, 2013 at 03:42:16PM -, Scott Wood wrote:
> This saved 640 bytes on MPC8536DS (a board with two of the six
> ports defined).
>
> Signed-off-by: Scott Wood
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
The "env ask" traditionally uses a somewhat awkward syntax:
env ask name [message ...] [size]
So far, when a mesage was given, you always also had to enter a size.
If you forgot to do that, the command would terminate without any
indication of the problem.
To avoid incompatible changes o
On Tue, Feb 19, 2013 at 02:39:45PM -0600, Rob Herring wrote:
> On 02/19/2013 01:26 PM, Wolfgang Denk wrote:
[snip]
> > I dislike this. If you want to make a property of your device tree
> > "immutable", then you should mark it there as such. Instead of
> > removing the code here, U-Boot should th
Dear Mateusz,
In message <5123e16b.1060...@gmail.com> you wrote:
>
> Is there anyone that can support me with enforcing GPL compliance on
> company that ships product with binary u-boot? Or did that in the past?
We can try.
> They're "made" (branded is probably better word) by local companies,
Dear Eric Nelson,
In message <1361305248-24598-1-git-send-email-eric.nel...@boundarydevices.com>
you wrote:
> +static int detect_hdmi(struct display_info_t const *dev)
> +{
> + return __raw_readb(HDMI_ARB_BASE_ADDR+HDMI_PHY_STAT0) & HDMI_PHY_HPD;
...
> + reg = __raw_readb(
> +
Hi all,
While investigating some CPU Frequency scaling issues on the
latest i.MX6DQ silicon, we discovered that the memory timings
in mx6q_4x_mt41j128.cfg.
In particular, these values of MX6_MMDC_Px_MPWLDECTRLy are wrong
for SABRE Lite and probably SABRE SD.
DATA 4 0x021b080c 0x001F001F
DATA 4
Dear Rob,
In message <20130219231428.44c8a200...@gemini.denx.de> I wrote:
>
> > There is no such way defined to flag that and I'm not going to invent
> > one. It's not that the memory node is immutable, but the default should
> > not be "needs fixups". No one puts purposely wrong data in their DT
Hi,
On Wednesday 20 February 2013 02:48 AM, Tom Rini wrote:
With v3.9 and later of the Linux Kernel defaulting to multi-platform
images with omap2plus_defconfig, uImage isn't builtable anymore by
default. Add CONFIG_CMD_BOOTZ so that we can still boot something the
kernel spits out.
Cc: Srichar
Hi Benoît,
On 02/20/2013 06:28 AM, Benoît Thébaudeau wrote:
Hi Eric,
On Wednesday, February 20, 2013 1:05:04 PM, Benoît Thébaudeau wrote:
Hi Eric,
On Wednesday, February 20, 2013 12:01:15 AM, Eric Nelson wrote:
Hi Benoît,
On 02/19/2013 03:31 PM, Benoît Thébaudeau wrote:
On Tuesday, Februar
On Wednesday 20 February 2013 02:48 AM, Tom Rini wrote:
With v3.9 and later of the Linux Kernel defaulting to multi-platform
images with omap2plus_defconfig, uImage isn't builtable anymore by
default. Add CONFIG_CMD_BOOTZ so that we can still boot something the
kernel spits out.
Cc: Sricharan R
On 02/19/2013 05:14 PM, Wolfgang Denk wrote:
> Dear Rob Herring,
>
> In message <5123e311.1070...@gmail.com> you wrote:
>>
[snip]
>> What I would really prefer to do is like powerpc where platforms
>> override this if they need the fixup and the default behavior is no
>> fixup. But that would re
On 18.02.2013 10:57, Jagan Teki wrote:
> I have a 16MB, M29EW flash on target boards.
>
> I got the below info, while probing the flash.
>
> Bank # 1: CFI conformant flash (8 x 8) Size: 64 MB in 512 Sectors
> AMD Standard command set, Manufacturer ID: 0xFF, Device ID: 0xFF
> Erase timeout: 4
Hi Eric,
On Wednesday, February 20, 2013 1:05:04 PM, Benoît Thébaudeau wrote:
> Hi Eric,
>
> On Wednesday, February 20, 2013 12:01:15 AM, Eric Nelson wrote:
> > Hi Benoît,
> >
> > On 02/19/2013 03:31 PM, Benoît Thébaudeau wrote:
> > > On Tuesday, February 19, 2013 10:53:48 PM, Eric Nelson wrote:
Hi Eric,
On Wednesday, February 20, 2013 12:01:15 AM, Eric Nelson wrote:
> Hi Benoît,
>
> On 02/19/2013 03:31 PM, Benoît Thébaudeau wrote:
> > On Tuesday, February 19, 2013 10:53:48 PM, Eric Nelson wrote:
> >> On 02/19/2013 01:52 PM, Benoît Thébaudeau wrote:
> >>> Hi Eric,
> >>>
> >>> On Tuesday,
Dear Marek Vasut,
On Wednesday, February 20, 2013 12:37:54 PM, Marek Vasut wrote:
> Dear Benoît Thébaudeau,
>
> > Dear wanxs,
> >
> > Please always Cc the mailing list and format your e-mails using plain text
> > (no HTML).
> >
> > On Wednesday, February 20, 2013 5:41:40 AM, wanxuesong wrote:
>
Dear Benoît Thébaudeau,
> Dear wanxs,
>
> Please always Cc the mailing list and format your e-mails using plain text
> (no HTML).
>
> On Wednesday, February 20, 2013 5:41:40 AM, wanxuesong wrote:
> > Dear,
> > I use a board for i.mx53 core.
> > I build the u-boot download for denx,patch your pat
Dear wanxs,
On Wednesday, February 20, 2013 5:47:44 AM, wanxuesong wrote:
> hi,
> I have another question.
> when i build a spl_nand u-boot, the program use the
> drivers/mtd/nand/mxc_nand.h,but your patch file didn't create the file.How
> can i get it?!!!
It's in the patch set. Use "git apply".
Dear wanxs,
Please always Cc the mailing list and format your e-mails using plain text (no
HTML).
On Wednesday, February 20, 2013 5:41:40 AM, wanxuesong wrote:
> Dear,
> I use a board for i.mx53 core.
> I build the u-boot download for denx,patch your patches,but have 2
> error(v7-13-19 and v7-14-
On Wed, Feb 20, 2013 at 12:19:12AM +0100, Jeroen Hofstee wrote :
>
> Do you have a link for the sources of opengl application?
>
Part of the challenge was that we didn't have access to the sources. It
is a sample from vivante that is provided by freescale along with the
proprietary driver.
> So
Before submitting packets to cpdma, phy status is updated on every packet
which leads to delay in packet send intern reduces the Ethernet performance.
Checking mdio status for each packet will reduce timetaken to send a packet
and there by increasing the Ethernet performance. With this the performa
This patch adds a new 'usb test' command, that will set a port to a USB
2.0 test mode (see USB 2.0 spec 7.1.20). It supports all five test modes
on both downstream hub ports and ordinary device's upstream ports. In
addition, it supports EHCI root hub ports.
Signed-off-by: Julius Werner
---
commo
I guess you are right about the bit rot, it makes more sense to keep
this on so people notice when things break. I have compiled it for
smdk5250 (though it's all common and EHCI code, so that should make no
difference) and only measured a 1.1k increase in uncompressed code
size (less than 0.3%). I
Hello,
Veteran developer, new to Linux internals. I'm working with the
BeagleBone and need three SPI ports. I'm now working to enable the
second chip select on the second port. I need some basic information to
get started.
Is the port initialization done in u-boot or in the kernel? In
beagle/
Hi Tom,
This patch is not really target specific, it works on all platforms that
support USB 2.0. I just wrapped it in a new config option because most
people probably won't need it… it is only really useful for hardware
verification, so I figured whoever needs it can hack in the config option
him
From: Nicolas Ferre
Support to boot zImage
Signed-off-by: Nicolas Ferre
[Add bootz for at91rm9200, at91sam9263, at91sam9rl]
Signed-off-by: Bo Shen
---
include/configs/at91rm9200ek.h |1 +
include/configs/at91sam9260ek.h|1 +
include/configs/at91sam9263ek.h|1 +
include
Change nand flash partition tablke according to www.at91.com/linux4sam
more information:
http://www.at91.com/linux4sam/bin/view/Linux4SAM/GettingStarted#Linux4SAM_NandFlash_demo_Memory
Signed-off-by: Bo Shen
---
include/configs/at91sam9260ek.h| 18 +-
include/configs/at91
From: Nicolas Ferre
support to boot device tree Linux kernel
Signed-off-by: Nicolas Ferre
[Add libftd for at91rm9200, at91sam9263, at91sam9rl]
Signed-off-by: Bo Shen
---
include/configs/at91rm9200ek.h |2 ++
include/configs/at91sam9260ek.h |2 ++
include/configs/at91sam9263ek.h |
This patch series implement following feature:
- Add libfdt support
- Add bootz support
- Change nand partition table
Bo Shen (1):
ARM: at91: change nand flash table
Nicolas Ferre (2):
arm: at91/configs: add libfdt to configuration
arm: at91/configs: add bootz to configuration
inclu
From: Sonic Zhang
Add rsi/sdh support for bf60x.
Fix review issues from Wolfgang:
1) Fix all checkpatch issues.
2) Does't change funtion sdh_setup_data() to return void.
It returns 0 at the end of this function. But, it may return
UNUSABLE_ERR(-17) at the beginning if the data flags match
MMC_DA
From: Bob Liu
Bf60x support 16K, 64K, 16M and 64M cplb pages, this patch add support for them.
So that bf609-ezkit can use it's 128M memory.
Fix review issues from Wolfgang:
1) Fix all checkpatch issues.
2) Replace run-time variable with additional macros when adding 4M byte
CPLB entries.
Signe
From: Bob Liu
Add dma support for bf60x.
Fix review issues from Wolfgang:
1) Fix all checkpatch issues.
2) Remove unrelated dma structure change to separate patch.
3) The DMA config MMR on BF60x is 32 bits while it is 16 bits on BF5xx.
The different type of config MMR is correct.
4) Replace unre
From: Bob Liu
Signed-off-by: Bob Liu
Signed-off-by: Sonic Zhang
---
arch/blackfin/cpu/gpio.c| 36 +--
arch/blackfin/include/asm/gpio.h|2 +-
arch/blackfin/include/asm/mach-bf609/gpio.h | 151 +++
3 files changed, 181 insertions
From: Steven Miao
Add Bf60x resume from hibernate support
Fix all checkpatch issues.
Signed-off-by: Steven Miao
Signed-off-by: Sonic Zhang
Signed-off-by: Bob Liu
---
arch/blackfin/cpu/initcode.c | 46 ++
1 files changed, 46 insertions(+), 0 deletion
Dear Rajeshwari,
On 14/02/13 15:33, Rajeshwari Shinde wrote:
> This patch adds the configuration file for Snow Board and
> defines the same in boards.cfg.
>
> Signed-off-by: Rajeshwari Shinde
> Acked-by: Simon Glass
> ---
> boards.cfg |1 +
> include/configs/snow.h | 33 +
From: Sonic Zhang
Set up clocks, DDR controller, Nor flash controller, reboot,
serial port. Add new SPI boot modes.
Fix review issue form Wolfgang:
1) Fix all checkpatch issues.
2) Clean up and merge redundant #ifdef's.
3) Spearate declarations and code by a blankline.
Signed-off-by: Bob Liu
S
From: Sonic Zhang
Board and config header files for bf609-ezkit support.
Fix review issues from Wolfgang:
1) Fix all checkpatch issues except for cpu name bf609-0.0. It is used as the
link flags and is not an error.
2) Remove the values for variables in bf609 config headers whose values are
use
From: Sonic Zhang
ADSP-BF60x is the new generation Blackfin® dual-core processor announced by
Analog Devices in late March, 2012. This patch set adds BF60x processor support
to Das U-Boot Blackfin architecture.
For more information, see http://blackfin.uclinux.org .
The v3 patches fix the revi
From: Sonic Zhang
Add serial for bf60x.
Fix issues in Wolfgang's feedback:
1) Replace unreable macro in uart structures with normal types.
2) Replace unreable macro in uart peripheral portmux configuration with
clear inline function.
3) Fix all checkpatch issues
Signed-off-by: Sonic Zhang
Sign
From: Bob Liu
Signed-off-by: Bob Liu
Signed-off-by: Sonic Zhang
---
arch/blackfin/cpu/initcode.c | 13 +
arch/blackfin/cpu/start.S |2 ++
include/configs/bf609-ezkit.h |1 +
3 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/arch/blackfin/cpu/initcode.c
From: Scott Jiang
Spi driver for bf60x is different from old one, so implement a new
driver for it.
Fix all checkpatch issues memtioned by Wolfgang.
Signed-off-by: Scott Jiang
Signed-off-by: Sonic Zhang
Signed-off-by: Bob Liu
---
.../blackfin/include/asm/mach-common/bits/spi6xx.h | 240 +++
Dear Akshay,
On 06/02/13 22:18, Akshay Saraswat wrote:
> This adds hardware tripping at 110 degrees celsius which must enable
> forced system shutdown in case TMU fails to power off.
>
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes since v8:
> - None.
>
> arch/
On 06/02/13 22:18, Akshay Saraswat wrote:
> This adds call to tmu_init() and TMU boot time analysis
> for the SoC temperature threshold breach.
>
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes since v8:
> - None.
>
> board/samsung/smdk5250/smdk5250.c | 35
Dear Akshay,
On 06/02/13 22:18, Akshay Saraswat wrote:
> Adding API in power for system shutdown when tripping value is reached
> in Exynos Thermal Management Unit.
>
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes since v8:
> - None.
>
> arch/arm/cpu/armv7/exyn
Dear Akshay,
On 06/02/13 22:18, Akshay Saraswat wrote:
> Adding Exynos Thermal Management Unit driver to monitor SOC
> temperature and take actions corresponding to states of TMU.
>
> Signed-off-by: Akshay Saraswat
> Acked-by: Simon Glass
> ---
> Changes since v8:
> - None.
>
> arch/arm
Hi Wolfgang,
On Tue, Feb 19, 2013 at 6:14 PM, Wolfgang Denk wrote:
> Dear Sonic Zhang,
>
> please provide a useful Subject: line - "*** SUBJECT HERE ***" is not
> exactly helpful.
>
> In message <1361257266-3722-1-git-send-email-sonic@gmail.com> you wrote:
>>
>> The v2 patches
>> 1) fix most
On 20/02/2013 02:21, Eric Nelson wrote:
> On 02/19/2013 06:19 PM, Otavio Salvador wrote:
>> On Tue, Feb 19, 2013 at 10:16 PM, Eric Nelson
>> wrote:
>>> On 02/19/2013 05:42 PM, Otavio Salvador wrote:
On Tue, Feb 19, 2013 at 8:03 PM, Eric Nelson
wrote:
>
> Hi Otavio,
>
>>
94 matches
Mail list logo