On 11/06/2014 02:03 PM, Wolfgang Denk wrote:
Fix error detected by cppcheck:
[board/matrix_vision/mvblx/sys_eeprom.c:353]: (error) Buffer is
accessed out of bounds.
Signed-off-by: Wolfgang Denk
cc: Michael Jones
---
board/matrix_vision/mvblx/sys_eeprom.c | 2 +-
1 file changed, 1
From: Howard Gray
Also, change bootdelay to 0 but allow pressing 'S' to stop at U-Boot prompt.
Signed-off-by: Michael Jones
---
include/configs/omap3_mvblx.h | 18 +-
1 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/include/configs/omap3_mvblx.h
Rather than load the FPGA file from the FAT partition, look
at entry in system EEPROM to decide which file to retrieve directly
from the EXT3 partition.
Signed-off-by: Michael Jones
---
board/matrix_vision/mvblx/sys_eeprom.c | 24
include/configs/omap3_mvblx.h
Extract FPGA version from the .rbf and pass this info to the kernel.
Signed-off-by: Michael Jones
---
board/matrix_vision/mvblx/fpga.c | 14 +-
include/configs/omap3_mvblx.h|1 +
2 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/board/matrix_vision/mvblx
A few minor changes to mvblx
Howard Gray (1):
omap3: mvblx: change console to ttyO0 and make silent by default.
Michael Jones (2):
omap3: mvblx: select fpgafilename according to orientation
omap3: mvblx: pass FPGA version to the kernel
board/matrix_vision/mvblx/fpga.c | 14
"CONFIG_SYS_I2C_BUS" and "CONFIG_SYS_I2C_BUS_SELECT" don't appear anywhere
outside of config files.
Signed-off-by: Michael Jones
---
As far as I can tell, these CONFIG options never have existed outside of these
config files - looking at omap3_beagle.h as an example,
Signed-off-by: Michael Jones
---
README |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 8964672..a6a91be 100644
--- a/README
+++ b/README
@@ -3421,7 +3421,7 @@ is done by typing:
make NAME_config
where "NAME_config" is t
On 12/13/2011 02:29 PM, Aneesh V wrote:
Hi Kristiansson,
On Friday 21 October 2011 12:55 AM, Stefan Kristiansson wrote:
The usb_endpoint_descriptor struct is 7 bytes large and is
defined as an array (ep_desc[USB_MAXENDPOINTS])
in the usb_interface struct in include/usb.h
This fact will result
Signed-off-by: Michael Jones
---
This would have been cleaned up by commit 464c7920 ("punt unused
clean/distclean targets"), but these files were in the pipeline
to go upstream when that patch was submitted.
board/matrix_vision/mvblx/Makefile |6 --
1 files changed, 0 insert
When CONFIG_ENV_IS_NOWHERE, got following warning:
mv_common.c:32:14: warning: 'entries_to_keep' defined but not used.
Get rid of this warning.
Signed-off-by: Michael Jones
---
board/matrix_vision/common/mv_common.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --g
Hi Tom,
On 10/18/2011 07:31 PM, Tom Rini wrote:
> On Wed, Oct 5, 2011 at 8:08 AM, Michael Jones
> wrote:
>> Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based
>> intelligent camera.
>>
>> Signed-off-by: Michael Jones
>
> Configuring for omap
Hi Wolfgang,
On 10/07/2011 10:04 AM, Wolfgang Denk wrote:
>
> SOme previous changes added code right in the middle of the
typo- double capitalization
> description of CONFIG_SHOW_BOOT_PROGRESS. Move this text down.
> Fix formatting while we are at it.
>
> Signed-off-by: Wolfgang Denk
> ---
>
Hi Wolfgang,
On 10/06/2011 11:51 PM, Wolfgang Denk wrote:
>
> Dear Michael Jones,
>
> In message<1313571318-17795-1-git-send-email-michael.jo...@matrix-vision.de>
> you wrote:
>> Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based
>> intelligent cam
Hi Albert,
On 08/22/2011 10:15 AM, Simon Schwarz wrote:
>
> Hi Albert,
>
> On 08/20/2011 01:12 PM, Albert ARIBAUD wrote:
>> snip>
>>
>> Sandeep has requested that I pick these two in u-boot-arm.
>>
>
>
> So is right that everything else in the responsibility of Sandeep won't
> make it into t
On Mon, Jul 18, 2011 at 9:40 AM, Michael Jones
>> wrote:
>>> Fail in 'mmc rescan' if mmc_init() returns error
>>
>> I think, if we're going to do this, we should change them all.
I agree it would be logical to return failed from the other mmc commands
if
This allows the EEPROM layer to send a single i2c write command
per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between
i2c write commands.
Signed-off-by: Michael Jones
---
Changes for v4:
- Added missing args for printf on out-of-range
Changes for v3:
- Rewrote error messages to
Hi Detlev,
Thanks for the reply.
On 07/27/2011 03:54 PM, Detlev Zundel wrote:
>
> Hi Michael,
>
>> Hi Detlev,
>>
>> On 07/15/2011 05:17 PM, Detlev Zundel wrote:
>>>
>>> Michael Jones writes:
>>>
>>>> In the only implementation
Hi Detlev,
On 07/15/2011 05:17 PM, Detlev Zundel wrote:
>
> Michael Jones writes:
>
>> In the only implementation of 'mac read', it doesn't display the
>> contents of the eeprom as the help indicated unless compiled with
>> DEBUG. It only re-re
Signed-off-by: Michael Jones
---
drivers/i2c/omap24xx_i2c.c | 105 ++--
1 files changed, 53 insertions(+), 52 deletions(-)
diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c
index 19e024d..c812001 100644
--- a/drivers/i2c
This allows the EEPROM layer to send a single i2c write command
per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between
i2c write commands.
Signed-off-by: Michael Jones
---
Changes for v3:
- Rewrote error messages to be more descriptive.
Changes for v2:
- None. Resubmitting to
Hi Heiko,
Thanks for the review.
On 07/27/2011 08:07 AM, Heiko Schocher wrote:
>
> Hello Michael,
>
> Sorry for the long delay...
>
> Michael Jones wrote:
>> This allows the EEPROM layer to send a single i2c write command
>> per page, and wait CONFIG_SYS_EEPR
;mmcinfo': Currently this basically prints '0' for all the fields when
the slot is empty. It probably would be more logical to print "device
init failed" or similar instead.
-Michael
>
> Michael Jones wrote:
>> Fail in 'mmc rescan' if mmc_init() re
This allows the EEPROM layer to send a single i2c write command
per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between
i2c write commands.
Signed-off-by: Michael Jones
---
Changes for v2:
- None. Resubmitting to include custodian in cc:
drivers/i2c/omap24xx_i2c.c | 134
Doesn't make sense to provide this function to boards which defined
CONFIG_ENV_IS_NOWHERE. Such a board gets a linking error because
common/env_nowhere.c doesn't define saveenv().
Signed-off-by: Michael Jones
---
Changes for v2:
- None. Resubmitting to include custodian in c
Fail in 'mmc rescan' if mmc_init() returns error
Signed-off-by: Michael Jones
---
Changes for v2:
- None. Resubmitting to include custodian in cc:
common/cmd_mmc.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
ind
From: "Howard D. Gray"
Signed-off-by: Michael Jones
---
Changes for v2:
- None. Resubmitting to include custodian in cc:
arch/arm/cpu/armv7/omap3/sys_info.c | 13 -
arch/arm/include/asm/arch-omap3/omap3.h | 10 ++
2 files changed, 22 insertions(+), 1
This allows the EEPROM layer to send a single i2c write command
per page, and wait CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS between
i2c write commands.
Signed-off-by: Michael Jones
---
drivers/i2c/omap24xx_i2c.c | 134 ++-
1 files changed, 56 insertions
Fail in 'mmc rescan' if mmc_init() returns error
Signed-off-by: Michael Jones
---
common/cmd_mmc.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 176646d..28918f6 100644
--- a/common/cmd_mmc.c
+++ b/common
Doesn't make sense to provide this function to boards which defined
CONFIG_ENV_IS_NOWHERE. Such a board gets a linking error because
common/env_nowhere.c doesn't define saveenv().
Signed-off-by: Michael Jones
---
board/matrix_vision/common/mv_common.c |2 ++
1 files changed, 2
From: "Howard D. Gray"
Signed-off-by: Michael Jones
---
arch/arm/cpu/armv7/omap3/sys_info.c | 13 -
arch/arm/include/asm/arch-omap3/omap3.h | 10 ++
2 files changed, 22 insertions(+), 1 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap3/sys_info.c
b/ar
Support FPGAs which use Fast Passive Parallel configuration
Signed-off-by: Michael Jones
---
drivers/fpga/cyclon2.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/drivers/fpga/cyclon2.c b/drivers/fpga/cyclon2.c
index 4622b4e..567099e 100644
--- a/drivers/fpga
Signed-off-by: Michael Jones
---
include/ACEX1K.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/ACEX1K.h b/include/ACEX1K.h
index ae20164..2bb9226 100644
--- a/include/ACEX1K.h
+++ b/include/ACEX1K.h
@@ -76,6 +76,7 @@ typedef struct {
#define
.
Michael Jones (5):
fpga: support FPP Cyclone configuration
mmc: rescan fails on empty slot
mv_common.c: don't compile reset_environment if ENV_IS_NOWHERE
ARMV7: OMAP: I2C driver: Write more than 1 byte at a time in
i2c_write
mvblx: Initial support for mvBlueLYNX-X
MAINTA
In the only implementation of 'mac read', it doesn't display the
contents of the eeprom as the help indicated unless compiled with
DEBUG. It only re-reads the contents of the EEPROM into memory.
Displaying the contents of the EEPROM is done by passing no
arguments to 'mac'
Signed-off-by: Michael Jones
---
common/cmd_mac.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_mac.c b/common/cmd_mac.c
index 1884c2a..0f924b7 100644
--- a/common/cmd_mac.c
+++ b/common/cmd_mac.c
@@ -30,7 +30,7 @@ U_BOOT_CMD(
mac, 3, 1, do_mac
Signed-off-by: Michael Jones
---
drivers/fpga/altera.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/fpga/altera.c b/drivers/fpga/altera.c
index 650f2ec..103d81c 100644
--- a/drivers/fpga/altera.c
+++ b/drivers/fpga/altera.c
@@ -60,7 +60,7 @@ int altera_load
Signed-off-by: Michael Jones
---
README |6 +++---
arch/arm/include/asm/global_data.h |2 +-
common/cmd_eeprom.c|2 +-
common/cmd_i2c.c |4 ++--
drivers/i2c/omap24xx_i2c.c |2 +-
include/altera.h
Here are some minor changes I've been collecting. Most of it is
purely cosmetic, but there are some printf and help output changes, too.
Michael Jones (4):
cosmetic
altera: fix printf typo
cmd_mac: cleanup help
cmd_mac: fix help for 'mac read'
README
On 05/26/2011 11:23 AM, Nick Thompson wrote:
> On 26/05/11 08:03, Michael Jones wrote:
>> On 05/25/2011 05:38 PM, Michael Jones wrote:
>>> While running v2011.06-rc1, I noticed some new behavior on my OMAP3 i2c
>>> bus. I tracked it to commit 0e57968a215d1b, "I2
On 05/25/2011 05:38 PM, Michael Jones wrote:
> While running v2011.06-rc1, I noticed some new behavior on my OMAP3 i2c
> bus. I tracked it to commit 0e57968a215d1b, "I2C: OMAP: detect more
> devices when probing an i2c bus". It detects more devices indeed, such
> as some
While running v2011.06-rc1, I noticed some new behavior on my OMAP3 i2c
bus. I tracked it to commit 0e57968a215d1b, "I2C: OMAP: detect more
devices when probing an i2c bus". It detects more devices indeed, such
as some that don't even exist. Even better than that, it detects
different devices eve
I have a custom OMAP3-based board with 2 MMC slots. During my boot
sequence, I want to test whether a card is present in mmc slot 1, and
boot from it if so. Otherwise it will continue to look at other
options. Until now, w/o CONFIG_GENERIC_MMC, I have used 'mmc init 1' to
do this, which would re
commit 25ddd1fb0a2281b182529afbc8fda5de2dc16d96 left remnants of
many comments about CONFIG_SYS_GBL_DATA_SIZE.
Signed-off-by: Michael Jones
---
include/configs/CPC45.h|3 ---
include/configs/CU824.h|3 ---
include/configs/MigoR.h|1 -
include
43 matches
Mail list logo