DM644x is just one of a series of DaVinci chips that use the EMAC driver.
By replacing all the function names that start with dm644x_* to davinci_*
we make these function more portable. I have tested this change on my EVM.
DM6467 is another DaVinci SOC which uses the EMAC driver and i will
be send
DM644x is just one of a series of DaVinci chips that use the EMAC driver.
By replacing all the function names that start with dm644x_* to davinci_*
we make these function more portable. I have tested this change on my EVM.
DM6467 is another DaVinci SOC which uses the EMAC driver and i will
be send
The following changes since commit 9efac4a1eb99d9c5539aa6992025eeacab7980c6:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-samsung
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Steve Sakoman (8):
ARMV7: Add pad mux support
Wolfgang,
This pull request is for 2 patches that should have gone through
u-boot-mmc but there has been no response from Andy.
Steve Sakoman tested it on multiple EVMs and so no issues.
Both patches had an incorrect Signed-off-by from the original author.
In the e-mail address 'at' was used inst
From: Sandeep Paulraj
This patch updates the mach-types.h based on the latest linux kernel
Signed-off-by: Sandeep Paulraj
---
Wolfgang Please pull this. Tom used to do thsi regularly
arch/arm/include/asm/mach-types.h | 1140 -
1 files changed, 1116 inserti
Wolfgang,
Please pull u-boot-ti/master
This pull request comprises of a NAND patch which has been ACK'ed by Scott Wood.
Also I ran MAKEALL for all ARM V7 boards and saw no issues.
Thanks,
Sandeep
The following changes since commit 2df0e6fc6b71448e1752e4ce1d5577d8977f3e5e:
Wolfgang Denk (1):
The following changes since commit 85d3eba90df54bac27844221e2436550984c4d58:
Thomas Weber (1):
ixp/npe: Remove duplicated comment
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Aneesh V (1):
ARMV7: OMAP4: Calculate SDRAM size
Steve Sakoman (2):
The following changes since commit d91dd34bf113e8e23d52e8a5267858ddb07de88c:
Marek Vasut (1):
PXA: vpac270: Remove re-defined CONFIG_SYS_TEXT_BASE
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Manjunathappa, Prakash (1):
da850: add support for S
Albert,
Please pull u-boot-ti/master.
I was unable to apply a couple of patches.
I have asked the developers to send updated patches for those.
In the meanwhile can you please accept this pull request.
This set should apply clean on top of u-boot-arm.
Regards,
Sandeep
The following changes since
From: Joel A Fernandes
Read directly from OMAP_GPIO_DATAOUT to get the output state of the GPIO pin
Signed-off-by: Joel A Fernandes
Signed-off-by: Jason Kridner
Signed-off-by: Sandeep Paulraj
---
arch/arm/cpu/armv7/omap-common/gpio.c | 20
arch/arm/include/asm/omap_gpi
From: Sandeep Paulraj
This patch removes a hardcoded MAC address
Signed-off-by: Sandeep Paulraj
---
include/configs/omap3_beagle.h |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index 18c6deb..57d4bb3 10
Albert,
Please pull u-boot-ti/master.
I checked all the patches for checkpatch errors and fixed
all the warnings that i could. Some cannot be fixed.
Sanjeev's patches update thr GPIO for OMAP. The GPIO on OMAP
was causing issues which now seem to be fixed.
Regards,
Sandeep
The following changes
Albert,
Stefano just sent a patch to fix an issue with the hawk board
Regards,
Sandeep
The following changes since commit 6c01fdfbf64958f3b9390f271897fc18c7909c5f:
Sandeep Paulraj (1):
Merge branch 'master' of git://git.denx.de/u-boot-ti
are available in the git repository at:
From: Sandeep Paulraj
This commit fixes a build warning in the DA830 EVM build
Signed-off-by: Sandeep Paulraj
---
include/configs/da830evm.h |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/include/configs/da830evm.h b/include/configs/da830evm.h
index d52c08c..66fde
From: Sandeep Paulraj
Found a build erros when i ran MAKEALL.
So fix it.
Signed-off-by: Sandeep Paulraj
---
arch/arm/include/asm/omap_common.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/include/asm/omap_common.h
b/arch/arm/include/asm/omap_common.h
ind
Please pull u-boot-ti/next.
I checked all the patches for checkpatch errors.
Also all OMAP3 and OMAP4 built with no issues.
Thanks,
Sandeep
The following changes since commit 3522ad62864669b335b85f5abcd136a84bbb7519:
Ajay Bhargav (1):
Armada100: Enable 88E3015 PHY support for GplugD
ar
From: Sandeep Paulraj
Due to recent changes to the NET support on U-boot, DM9000
is no longer detected on the DM355 EVM.
This minor update enables DM9000 on the DM355 EVM.
Tested on the DM355 EVM
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm355evm/dm355evm.c | 10 +-
1 files ch
From: Sandeep Paulraj
This patch adds a new "page" parameter to all NAND read_page/read_page_raw
APIs. The read_page API for the new mode ECC_HW_OOB_FIRST requires the
page information to send the READOOB command and read the OOB area before
the data area.
This patch has been accepted by Andrew
From: Sandeep Paulraj
This patch adds the new mode NAND_ECC_HW_OOB_FIRST in the nand code to
support 4-bit ECC on TI DaVinci devices with large page (up to 2K) NAND
chips. This ECC mode is similar to NAND_ECC_HW, with the exception of
read_page API that first reads the OOB area, reads the data i
From: Sandeep Paulraj
This patch enables NAND support on the DM355 EVM.
Changes in this patch mostly relate to adding the NAND support.
This patch also defines a boot delay.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_dm355evm.h | 21 +
1 files changed, 13
From: Sandeep Paulraj
This patch adds 4 BIT ecc support in the DaVinci NAND
driver. Tested on both the DM355 and DM365.
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/davinci_nand.c | 290 +-
include/asm-arm/arch-davinci/emif_defs.h | 10 +
2 files
From: Sandeep Paulraj
This patch adds support for DaVinci DM365 SOC.
Signed-off-by: Sandeep Paulraj
---
cpu/arm926ejs/davinci/Makefile |1 +
cpu/arm926ejs/davinci/dm365.c | 35 +++
2 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644 cpu/
From: Sandeep Paulraj
This patch adds support for the DM365 EVM.
It has been tested on a DM365 EVM.
Signed-off-by: Sandeep Paulraj
---
Makefile |3 +
board/davinci/dm365evm/Makefile| 52 ++
board/davinci/dm365evm/config.mk | 11 ++
board/davinci/
From: Sandeep Paulraj
This patch adds 4 BIT ECC support in the DaVinci NAND
driver. Tested on both the DM355 and DM365.
Signed-off-by: Sandeep Paulraj
---
I had earlier sent another patch along with this patch to add 4 BIT ECC support
[PATCH] ARM: DaVinci DM355: Updating the DM355 EVM config
T
From: Sandeep Paulraj
This patch enables NAND support on the DM355 EVM.
Changes in this patch mostly relate to adding the NAND support.
This patch also defines a boot delay.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_dm355evm.h | 22 +-
1 files changed, 13
From: Sandeep Paulraj
This patch adds 4 BIT ECC support in the DaVinci NAND
driver. Tested on both the DM355 and DM365.
V3 version of the patch resolves compilation warnings pointed to by
Scott Wood. These compilation warnings occur when 4 BIT ECC support
is not enabled
Signed-off-by: Sandeep P
From: Sandeep Paulraj
The EMAC IP on DM365 and DM646x is slightly different from
that on DM644x. This patch updates the DaVinci EMAC driver
so that EMAC becomes operational on DM365 in U-Boot.
A flag 'CONFIG_DAVINCI_EMAC_VERSION2' is used in the driver.
This flag will need to be defined in the DM
From: Sandeep Paulraj
NANDs with page size of lesser than and equal to 2K are
reaching EOL. They are bing replaced with NANDs of
page size 4K and above.
To support this we have to extend the eccpos field
Signed-off-by: Sandeep Paulraj
---
I believe a patch was submitted to linux-mtd to update t
From: Sandeep Paulraj
This patch updates a check condition in the NAND driver.
The check condition is similat to what is in linux/next.
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/nand_base.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/nan
From: Sandeep Paulraj
This patch adds support for NAND devices with a page size of
4K in the DaVinci NAND driver. The layout matches the layout that TI uses
for 4K page size NAND devices in the kernel NAND driver.
Signed-off-by: Sandeep Paulraj
---
patch applies to u-boot-nand-flash/next
drive
From: Sandeep Paulraj
Adding an initial README for the DaVinci series of SOC's
Signed-off-by: Sandeep Paulraj
---
doc/README.davinci | 116
1 files changed, 116 insertions(+), 0 deletions(-)
create mode 100644 doc/README.davinci
diff --gi
From: Sandeep Paulraj
We will get compilation warnings without
"CONFIG_SYS_64BIT_VSPRINTF" being defined
in the board config.
Signed-off-by: Sandeep Paulraj
---
include/configs/imx27lite.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/imx27lite.h b/in
The following changes since commit b91b8f74fe9ded18344c3d03080a4abc07254502:
Wolfgang Denk (1):
Merge branch 'master' of /home/wd/git/u-boot/custodians
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Grazvydas Ignotas (1):
OMAP3: pandora: fix boot
From: Sandeep Paulraj
This patch updates the README for NAND.
There were some good updates made to the driver.
Signed-off-by: Sandeep Paulraj
---
doc/README.nand | 42 --
1 files changed, 40 insertions(+), 2 deletions(-)
diff --git a/doc/README.nand b
From: Sandeep Paulraj
There was a bug in the 4 bit ECC calculation routine
in the DaVinci NAND driver. This becomes prominent
when we use 4K page size NAND devices.
This is a fix for the issue.
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/davinci_nand.c | 11 +++
1 files chang
The following changes since commit 57bf140ac66f95c9c36c494e4d027551b5477b01:
Wolfgang Denk (1):
Merge branch 'next-sync' of git://git.denx.de/u-boot-arm into next
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Nick Thompson (3):
Davinci: Table dr
The following changes since commit 2ff6922280025c1315c53fa2eb4ab33f0c9591de:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-arm
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Nick Thompson (1):
da830evm: Use table driven pin
Tom,
Please pull u-boot-ti master.
Thanks,
Sandeep
The following changes since commit 797312a15edc9dfb433e6903a75189030e7a:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
are available in the git repository at:
git://git.denx.de/u-boot-ti.git maste
The following changes since commit 2f8f29f5f6f86b7c467a98508d02a28df735d1ee:
Sandeep Paulraj (1):
Merge branch 'master' of git://git.denx.de/u-boot-ti
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Nick Thompson (2):
Davinci: Add EMIF-A macros fo
Tom,
Please accept this version of my pull request.
The following changes since commit 2f8f29f5f6f86b7c467a98508d02a28df735d1ee:
Sandeep Paulraj (1):
Merge branch 'master' of git://git.denx.de/u-boot-ti
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
From: Sandeep Paulraj
This patch does the following
1) The config no longer uses the asm/sizes.h header file
2) Replaces references of SZ_xx with the equivalent values
3) Enables Bootdelay
4) We now have a safe place to save the environment variables
Signed-off-by: Sandeep Paulraj
---
The "size
From: Sandeep Paulraj
The patch does the following
1) Gets rid of dependency on asm/sizes.h and replaces references
to "SZ_xx" with their equivalent values
2) Disables EMAC as the EMAC is broken due to recent changes that have been
added to the net driver. Board does not compile with this enabled
From: Sandeep Paulraj
DM646x is an SOC from TI which has both an ARM and a DSP.
There are multiple variants of the SOC mainly dealing with different
core speeds.
This patch adds the initial framework for the DM646x SOC.
Signed-off-by: Sandeep Paulraj
---
cpu/arm926ejs/davinci/Makefile
From: Sandeep Paulraj
This patch removes the asm/sizes.h header file from being
included in the DaVinci SOC configs.
References to SZ_xx have been replaced by appropriate
bit shifted values.
Signed-off-by: Sandeep Paulraj
---
The "asm/sizes.h" header file has the phrase "All rights reserved"
an
From: Sandeep Paulraj
This patch removes the asm/sizes.h header file from being
included in the DaVinci SOC configs.
References to SZ_xx have been replaced by appropriate
bit shifted values.
Signed-off-by: Sandeep Paulraj
---
v2 version of the patch does not change the DM355 configuration as su
From: Sandeep Paulraj
This patch does the following
1) Enables the NAND driver which is now available.
2) Enables the 'CONFIG_MTD_DEVICE' as without this the
compilation will fail
3) We now have a safe place to store environment and defines
an offset where this can be stored. This offset value is
From: Sandeep Paulraj
This patch removes dependency on the sizes.h header file
and removes all references to SZ_xx.
Signed-off-by: Sandeep Paulraj
---
Compiled all OMAP3 based boards.
cpu/arm_cortexa8/omap3/mem.c |6 +++---
cpu/arm_cortexa8/omap3/sys_info.c |2 +-
include/configs/
From: Sandeep Paulraj
This patch removes dependency on the sizes.h header file
and removes all references to SZ_xx.
Signed-off-by: Sandeep Paulraj
---
Changes since the initial version include fixing an error noticed by Wolfgang
and using shift operators in ARM CORTEX A8 code.
cpu/arm_cortexa8
From: Sandeep Paulraj
The Default mode that is built for the Davinci DVEVM happens
to be the NOR mode.
When we want to build for the NAND mode, we get a compilation
error. This is overcome by defining the CONFIG_MTD_DEVICE
flag in the NAND mode.
The image built for NAND mode was successfully test
From: Sandeep Paulraj
This patch adds support for the leopard board which is
based on the DM355 SOC.
Signed-off-by: Sandeep Paulraj
---
Makefile |3 +
board/davinci/dm355leopard/Makefile | 52 +
board/davinci/dm355leopard/config.mk |
From: Sandeep Paulraj
This patch adds GIO definitions to the hardware.h
header file
Signed-off-by: Sandeep Paulraj
---
include/asm-arm/arch-davinci/hardware.h | 23 +++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/include/asm-arm/arch-davinci/hardware.h
From: Sandeep Paulraj
The DM365 config was using the 'CONFIG_CMD_SAVEENV' flag.
This is already included when we include the
config_cmd_default.h header file. So this flag is removed.
Also another flag to enable NAND functions was being
enabled incorrectly.
Signed-off-by: Sandeep Paulraj
---
i
From: Sandeep Paulraj
The DaVinci DM365 EVM board specific code was including a header file
which does not exist. So removing this header file.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm365evm/dm365evm.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/board/da
From: Sandeep Paulraj
This patch enables EMAC on the DM365 EVM.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm365evm/dm365evm.c | 38 +
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/board/davinci/dm365evm/dm365evm.c
b/board/davinci/
From: Sandeep Paulraj
In the DaVinci specific code, we use both CONFIG_SOC_DM646X and
CONFIG_SOC_DM646x to represent DM646x specific code.
This patch changes occurrences of CONFIG_SOC_DM646x to
CONFIG_SOC_DM646X. This is because for DM644x series of SOCs we use
the flag CONFIG_SOC_DM644X. We want
From: Sandeep Paulraj
This patch fixes a compilation warning while building DM355
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm355evm/dm355evm.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/board/davinci/dm355evm/dm355evm.c
b/board/davinci/dm355evm/dm3
From: Sandeep Paulraj
Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
This patch adds some definitions for GPIO registers and also adds
structures for GPIO.
A separate header file is being added so that in future we
can have a DaVinci GPIO driver similer to OMAP.
Signed-off-by: Sandeep P
From: Sandeep Paulraj
This patch enables EMAC on the DM365 EVM.
Signed-off-by: Sandeep Paulraj
---
Changes since v1 include using a memory map to manipulate GPIO registers.
This was suggested by Wolfgang.
When compiling with this patch DM365 will still give compilation issues as i
have
to send
From: Sandeep Paulraj
Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
This patch adds some definitions for GPIO registers and also adds
structures for GPIO.
A separate header file is being added so that in future we
can have a DaVinci GPIO driver similer to OMAP.
Signed-off-by: Sandeep P
From: Sandeep Paulraj
This patch enables EMAC on the DM365 EVM.
Signed-off-by: Sandeep Paulraj
---
Changes since v1: Using a memory map to manipulate GPIO registers.
This was suggested by Wolfgang.
Changes since v2: Improve Bit handling.
When compiling with this patch DM365 will still give co
The following changes since commit 277b59d6df73da71d4f6569e9fc33b6014d236f7:
Sandeep Paulraj (1):
TI: DaVinci DM365: Minor config cleanup
are available in the git repository at:
git://www.denx.de/git/u-boot-ti.git master
Dirk Behme (1):
OMAP3 MMC: Fix warning dereferencing type
From: Sandeep Paulraj
This patch adds the initial support for DM6467 EVM.
Other features like NET and NAND support will be added as follow up patches.
Signed-off-by: Sandeep Paulraj
---
There are multiple flavours of the DM646x. The newest DM646x SOC can operate
at 1 GHz. The DM6467 EVM from Sp
From: Sandeep Paulraj
This patch fixes a compilation warning while compiling
the DM355 EVM.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm355evm/dm355evm.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/davinci/dm355evm/dm355evm.c
b/board/davinci/dm355e
From: Sandeep Paulraj
This patch fixes a compilation warning while compiling
the DM365 EVM.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm365evm/dm365evm.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/davinci/dm365evm/dm365evm.c
b/board/davinci/dm365e
From: Sandeep Paulraj
The EMAC IP on DM365 and DM646x is slightly different from
that on DM644x. This patch updates the DaVinci EMAC driver
so that EMAC becomes operational on DM365 in U-Boot.
A flag 'CONFIG_DAVINCI_EMAC_VERSION2' is used in the driver.
This flag will need to be defined in the DM
From: Sandeep Paulraj
The flag "CONFIG_DAVINCI_EMAC_VERSION2" is used by
the DaVinci EMAC driver to differentiate between
different versions of the IP.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_dm365evm.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a
From: Sandeep Paulraj
Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM355 EVM config.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_dm355evm.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_dm355evm.h
b/include/configs/davinci_dm355
From: Sandeep Paulraj
Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM365 EVM config.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_dm365evm.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_dm365evm.h
b/include/configs/davinci_dm365
From: Sandeep Paulraj
This patch adds the initial support for DM6467 EVM.
Signed-off-by: Sandeep Paulraj
---
Changes since the initial version
- Add entries to MAKEALL and MAINTAINERS as suggested by Tom
- Fix whitespace issues as pointed out by Tom
There are multiple flavours
From: Sandeep Paulraj
This patch adds support for the leopard board which is
based on the DM355 SOC.
Signed-off-by: Sandeep Paulraj
---
Changes since the initial version
- Add entries to MAINTAINERS and MAKEALL as suggested by Wolfgang
- Use GPIO memory map to write to GPIO regi
From: Sandeep Paulraj
Adding entries to the MAINTAINERS directory for the
DM355 and DM365 EVM.
Signed-off-by: Sandeep Paulraj
---
MAINTAINERS |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 28d164d..b5d91fb 100644
--- a/MAINTAINERS
+++
From: Sandeep Paulraj
Adding the CONFIG_SYS_64BIT_VSPRINTF in the DM355 EVM config.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_sonata.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h
i
From: Sandeep Paulraj
Adding the CONFIG_SYS_64BIT_VSPRINTF fot the DM644x based Sonata
Signed-off-by: Sandeep Paulraj
---
Previous patch incorrectly said that it was meant for the DM355 EVM
include/configs/davinci_sonata.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git
From: Sandeep Paulraj
Adding the CONFIG_SYS_64BIT_VSPRINTF in the DVEVM config.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_dvevm.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_dvevm.h b/include/configs/davinci_dvevm.h
index f7
From: Sandeep Paulraj
We get a compliation warning when we enable the NAND driver
for DM355 leopard. The waring we get is that we have
an implicit declaration of davinci_nand_init.
It is fixed by including the asm/arch/nand_defs.h header file
Signed-off-by: Sandeep Paulraj
---
board/davinci/d
From: Sandeep Paulraj
Due to new TI boards being added to U-Boot, the hardware.h
is getting very messy. The warning being fixed is due to
the EMIF addresses being redefined.
The long term solution(after 2009.11) to this is to
have SOC specific header files.
Signed-off-by: Sandeep Paulraj
---
From: Sandeep Paulraj
Forgot to add Copyright while submitting the patch.
This patch adds the copyright.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm365evm/dm365evm.c |1 +
include/configs/davinci_dm365evm.h |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/b
The following changes since commit 5415337f0746123c75b28044ea487171b79a86a2:
Simon Kagstrom (1):
arm: Correct build with CONFIG_SYS_HUSH_PARSER set
are available in the git repository at:
git://git.denx.de/u-boot-ti master
David Brownell (1):
TI OMAP3 SDP3430: Initial Support
Tom,
To the best of my knowledge, the final version of patches for
new boards were submitted after the merge window ended but the
initial versions were submitted before the merge window ended.
Also there are fixes for various compilation warnings.
This pull request will result in 1 new compliation
From: Sandeep Paulraj
This patch enables NAND on the DM6467 EVM.
Signed-off-by: Sandeep Paulraj
---
board/davinci/dm6467evm/dm6467evm.c | 12
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/board/davinci/dm6467evm/dm6467evm.c
b/board/davinci/dm6467evm/dm6467evm.
From: Sandeep Paulraj
The patch fixes a compilation warning by defining
CONFIG_SYS_64BIT_VSPRINTF in the config file
Signed-off-by: Sandeep Paulraj
---
include/configs/sbc35_a9g20.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/sbc35_a9g20.h b/include
From: Sandeep Paulraj
The patch fixes a compilation warning by defining
CONFIG_SYS_64BIT_VSPRINTF in the config file
Signed-off-by: Sandeep Paulraj
---
include/configs/tny_a9260.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/tny_a9260.h b/include/con
From: Sandeep Paulraj
Void function was returning 0 in the m41t94 rtc driver.
This makes it similar to m41t62 rtc driver.
Signed-off-by: Sandeep Paulraj
---
drivers/rtc/m41t94.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/rtc/m41t94.c b/drivers/rtc/m41t94.c
From: Sandeep Paulraj
This patch adds support for NANDs greater than 2 GB.
Patch is based on the MTD NAND driver in the kernel.
Signed-off-by: Sandeep Paulraj
---
Tested this on the DaVinci DM355 EVM.
drivers/mtd/nand/nand_base.c | 29 +--
drivers/mtd/nand/nand_bbt.
From: Sandeep Paulraj
This patch updates the "chip_shift" calculation in the
NAND driver. This is being done to sync up the NAND driver with
the kernel NAND driver.
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/nand_base.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff
From: Sandeep Paulraj
Patch removes already commented out dead code
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/nand_base.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index d5c53fe..7446634 100644
From: Sandeep Paulraj
This was originally part of Thomas Gleixner's patch for
adding support for 4KiB pages.
This is not part of the U-Boot NAND driver so updating the
driver with this to sync up with the kernel NAND driver.
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/nand_base.c |
From: Sandeep Paulraj
Patch updates the comments and explanations for
the arguments to various functions.
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/nand_base.c | 12
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/m
From: Sandeep Paulraj
The patch updates the check condition for determining
whether the ECC corrections has failed.
This makes it similar to what is in the kernel NAND driver.
Signed-off-by: Sandeep Paulraj
---
drivers/mtd/nand/nand_base.c |2 +-
1 files changed, 1 insertions(+), 1 deletio
From: Sandeep Paulraj
When computing oobavail from the list of free areas in the OOB,
don't assume there will always be an unused slot at the end.
This syncs up with the kernel NAND driver.
Signed-off-by: Sandeep Paulraj
---
This particular issue was found while testing the DaVinci DM3xx
with n
From: David Brownell
The syndrome based page read/write routines store ECC, and possibly other
"OOB" data, right after each chunk of ECC'd data. With ECC chunk size of
512 bytes and a large page (2KiB) NAND, the layout is:
data-0 OOB-0 data-1 OOB-1 data-2 OOB-2 data-3 OOB-3 OOB-leftover
Wher
From: Sandeep Paulraj
The patch adds an entry for the DM365 EVM to MAKEALL
Signed-off-by: Sandeep Paulraj
---
MAKEALL |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MAKEALL b/MAKEALL
index 1e660b6..6ddf7e0 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -599,6 +599,7 @@ LIST_AR
The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f:
Jens Scharsig (1):
new board (eb_cpux9k2)
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Ladislav Michl (8):
NetStar: eeprom - undefined reference to `memset'
NetS
Tom,
Please accept this pull request for this rather important looking fix
Regards,
Sandeep
The following changes since commit 2a6e25632fd71eae9cb9d9e098d72e90dfec8af1:
Ladislav Michl (1):
VoiceBlue: fix linker errors
are available in the git repository at:
git://git.denx.de/u-boot
From: Cyril Chemparathy
Modified to use IO accessor routines consistently. Eliminated volatile usage
to keep checkpatch.pl happy.
Patch was tested on DM355, DM365 and DM6446 EVMs
Signed-off-by: Cyril Chemparathy
Tested-by: Sandeep Paulraj
---
drivers/mtd/nand/davinci_nand.c | 126 +
The following changes since commit ac8983bcba75576c50307b5e8dc8fb848740ee61:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-imx
are available in the git repository at:
git://git.denx.de/u-boot-ti.git master
Dirk Behme (1):
OMAP: Timer: Replace bss variable
Wolfgang,
Please pull u-boot-ti/next
After adding the twl6030 patch i realized that Albert delegated this patch to
himself.
But i have seen no comments from him. So i did not ammend the pull request.
If he has issues with this patch, we can drop it.
Thanks,
Sandeep
The following changes since
From: Sandeep Paulraj
Some DaVinci boards are using flags that are no longer valid
So remove them.
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_schmoogie.h |7 ---
include/configs/davinci_sffsdr.h|5 -
include/configs/davinci_sonata.h|7 ---
3 fil
From: Sandeep Paulraj
Add ARM Relocation Support
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_sonata.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_sonata.h b/include/configs/davinci_sonata.h
index 1059ebe..ebfdafa 1006
From: Sandeep Paulraj
Add ARM Relocation Support
Signed-off-by: Sandeep Paulraj
---
include/configs/davinci_sffsdr.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/include/configs/davinci_sffsdr.h b/include/configs/davinci_sffsdr.h
index 336d606..307b9f2 1006
1 - 100 of 174 matches
Mail list logo