I followed the following commands to achieve a successful booting of i.mx6
board using SD card
dd if=u-boot.imx of=/dev/sdb bs=1k seek=1
The above command burnt the u-boot.imx image on the SD card though nothing
was seen on SD card.
Next the gtkterm configurations were set and after the board was s
On Thursday, February 06, 2014 at 07:33:07 AM, Lukasz Majewski wrote:
> Hi Marek,
>
> > On Wednesday, February 05, 2014 at 10:10:41 AM, Lukasz Majewski wrote:
> > > Calls to malloc() have been replaced by memalign. It now provides
> > > proper buffer alignment.
> > >
> > > Signed-off-by: Lukasz M
On Thursday, February 06, 2014 at 06:27:01 AM, Stephen Warren wrote:
Tom, Wolfgang, can you please check the license of the
drivers/usb/host/dwc2_otg_core_if.h below ? Thanks!
[...]
> +void handle_error(int line, uint32_t d)
> +{
> + hcint_data_t hcint;
> + hcint.d32 = d;
> +
> + pr
Hi Marek,
> On Wednesday, February 05, 2014 at 10:10:41 AM, Lukasz Majewski wrote:
> > Calls to malloc() have been replaced by memalign. It now provides
> > proper buffer alignment.
> >
> > Signed-off-by: Lukasz Majewski
> > Cc: Marek Vasut
> >
> > ---
> > Changes for v2:
> > - Remove Change-I
Hello Simon,
> Hi Masahiro,
>
> On 4 February 2014 02:38, Masahiro Yamada wrote:
> > Unlike Linux Kernel, U-Boot historically had *.dts files under
> > board/$(VENDOR)/dts/ and *.dtsi files under arch/$(ARCH)/dts/.
> >
> > I think arch/$(ARCH)/dts dicretory is a better location
> > to store bot
The built-in SMSC 95xx chip doesn't know its own MAC address. Instead,
we must query it from the VC firmware; it's probably encoded in fuses
on the BCM2835.
Signed-off-by: Stephen Warren
---
arch/arm/include/asm/arch-bcm2835/mbox.h | 14 ++
board/raspberrypi/rpi_b/rpi_b.c |
* Enable USB HW driver
* Don't disable USB-related commands any more
* Add USB-related support to bootcmd
Signed-off-by: Stephen Warren
---
These two patches are RFC, since they rely on the DWC2 USB driver, from:
[RFC PATCH] usb: add driver for Synopsis DWC2 USB IP block
include/configs/rpi_b.h
From: Inha Song
Use setbits/clrbits macro instead of readl/writel function.
(Suggested by Wolfgang)
(Based on Inha's patch :
"arm: exynos: change to use clrbits macro instead of readl/writel function")
Singed-off-by: Inha Song
Signed-off-by: Jaehoon Chung
---
arch/arm/cpu/armv7/exynos/clock.c
From: Inha Song
This patch fixed that cfg value is set to wrong value.
Because it didn't read the related register.
(Based on Inha's patch : "arm:exynos:add missing readl")
Signed-off-by: Inha Song
Signed-off-by: Jaehoon Chung
---
arch/arm/cpu/armv7/exynos/clock.c |3 +++
1 file changed,
Hello Marek,
Am 06.02.2014 04:47, schrieb Marek Vasut:
This patch adds support for SHA-256 hash into the FIT image. The usage is
as with the other hashing algorithms:
"
hash@1 {
algo = "sha256";
};
"
Signed-off-by: Marek Vasut
---
common/image-fit.c | 5 +
Dear, Tom.
On 02/05/2014 10:03 PM, Tom Rini wrote:
> On Tue, Feb 04, 2014 at 09:58:06AM +0900, Jaehoon Chung wrote:
>> On 01/31/2014 06:31 AM, Tom Rini wrote:
>>> Add a partconf sub-command to the mmc command to allow for setting
>>> the boot_ack, boot_partition and partition_access fields of
>>>
pxe.c provides both the "pxe" command which relies on a network, and the
"sysboot" command which doesn't. Fix the file to compile when network
support isn't enabled. This is useful e.g. on the Raspberry Pi which has
no network support yet, but will soon support the sysboot command.
Signed-off-by:
Rework rpi_b's bootcmd (and sub-commands) to match Tegra's bootcmd as
much as possible. This will aid in a future patch which will create a
common header e.g. config_distro_bootcmd.h.
While at it, enable booting from extlinux.conf using the sysboot command.
The iteration and componentization curr
Modify the rpi_b board to include the "distro defaults" header, so that
all the config options distros expect are enabled. Remove any #defines
that enable the same options from the rpi_b.h.
Signed-off-by: Stephen Warren
---
v2: No change.
Patches 2/4 and 4/4 depend on various patches in u-boot/m
The Pi has no flash to store an environment in the usual fashion. However,
the user may wish to customize the environment. We know that the SD card
must be present, since that's where the boot ROM has loaded U-Boot from.
So, load uEnv.txt from there early during boot. This allows the user to
e.g. c
The following changes since commit e141652b9cd0cb4f899f7a0fd71c8a438300e365:
config: Fix line lengths in include/config_distro_defaults.h (2014-02-05
08:04:38 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to f016f8ca3d503
On Thursday, February 06, 2014 at 04:11:05 AM, Eric Nelson wrote:
> Hi Marek,
>
> On 02/05/2014 06:49 PM, Marek Vasut wrote:
> > The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
> > generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
> > instead.
>
> S
The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
instead.
Signed-off-by: Marek Vasut
Cc: Eric Nelson
Cc: Stefano Babic
---
board/boundary/nitrogen6x/nitrogen6x.c| 2 +-
drivers/serial/usbtty.
Add support for "sha256,rsa2048" signature. This patch utilises the previously
laid groundwork for adding other hashes.
Signed-off-by: Marek Vasut
---
common/image-sig.c | 8 +++-
lib/rsa/rsa-sign.c | 5 +
lib/rsa/rsa-verify.c | 58 ++
This patch adds support for SHA-256 hash into the FIT image. The usage is
as with the other hashing algorithms:
"
hash@1 {
algo = "sha256";
};
"
Signed-off-by: Marek Vasut
---
common/image-fit.c | 5 +
include/image.h| 15 ++-
tools/Makefile
Separate out the SHA1 code from the rsa-sign.c and rsa-verify.c .
Each file now has a function which does the correct hashing operation
instead of having the SHA-1 hashing operation hard-coded in the rest
of the code. This makes adding a new hashing operating much easier and
cleaner.
Signed-off-by
Add function which allows encrypting the whole environment block with
AES-128-CBC. The key for the environment is retrieved by env_aes_cbc_get_key()
function, which must be implemented on a per-board basis.
Signed-off-by: Marek Vasut
---
common/env_common.c | 62 +++
Implement env_export() wrapper, so that all implementers of saveenv() don't
have to call hexport_r(), crc32() etc. sequence . This trims down a bit of
code duplication.
Signed-off-by: Marek Vasut
---
common/env_common.c| 17 +
common/env_dataflash.c | 17 ++---
co
Implement support for encrypting/decrypting the environment block
into the tools/env/fw_* tools. The cipher used is AES 128 CBC and
the implementation depends solely on components internal to U-Boot.
To allow building against the internal AES library, the library did
need minor adjustments to not
Implement a compatible AES-128-CBC decryption function as a counterpart
of the encryption function pulled from tegra20-common/crypto.c .
Signed-off-by: Marek Vasut
---
include/aes.h | 10 ++
lib/aes.c | 28
2 files changed, 38 insertions(+)
diff --git a/
Move the AES-128-CBC encryption function implemented in tegra20-common/crypto.c
into lib/aes.c . This is well re-usable common code. Moreover, clean the code up
a bit and fix the kerneldoc-style annotations.
Signed-off-by: Marek Vasut
---
arch/arm/cpu/tegra20-common/crypto.c | 72 +--
Add simple 'aes' command, which allows using the AES-128-CBC encryption
and decryption functions from U-Boot command line.
Signed-off-by: Marek Vasut
---
README | 1 +
common/Makefile | 1 +
common/cmd_aes.c | 89
3 files chan
Fix the function annotations in aes.h so they're compatible with kerneldoc.
Signed-off-by: Marek Vasut
---
include/aes.h | 22 --
1 file changed, 12 insertions(+), 10 deletions(-)
diff --git a/include/aes.h b/include/aes.h
index ea06308..c70eda6 100644
--- a/include/aes.h
++
This patch adds support for augmenting the BootStream with the
SMEM block. For further details on the SMEM block, please refer
to i.MX28 datasheet section 12.10 .
NOTE: It is absolutely optional to augment BootStream with SMEM
block. The SMEM block is only useful if you need to tweak
S
Typo: The correct value is 1 not 2.
Signed-off-by: Stephen Warren
---
arch/arm/include/asm/arch-bcm2835/mbox.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-bcm2835/mbox.h
b/arch/arm/include/asm/arch-bcm2835/mbox.h
index 38cb42a..dded857 100644
--
Hi Marek,
On 02/05/2014 06:49 PM, Marek Vasut wrote:
The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
instead.
Sounds good.
Signed-off-by: Marek Vasut
Cc: Eric Nelson
Cc: Stefano Babic
---
Make sure the I2C write queue is empty before leaving the mxs_i2c_write().
If we start and I2C write and only wait for ACK, the MXS I2C IP block may
enter next operation while still processing the write aftermath internally.
This will in turn disrupt one or more subsequent transfer(s).
A testcase
The following changes since commit e97f9d817e600cd6f43d1d0da76f5787e33a5c56:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-01-29 14:07:50
+0100)
are available in the git repository at:
git://git.denx.de/u-boot-pxa.git master
for you to fetch changes up to f8d1086851409ee1
Hi.
Right, It's reasonable. Looks good to me.
Acked-by: Jaehoon Chung
Best Regards,
Jaehoon Chung
On 02/05/2014 02:58 PM, Rajeshwari Birje wrote:
> Hi All,
>
> CCing Jaehoon Chung.
>
> Regards,
> Rajeshwari
>
> On Wed, Feb 5, 2014 at 10:48 AM, Rajeshwari Shinde
> wrote:
>> From: Rajeshwar
On Wed, Feb 5, 2014 at 11:49 PM, Marek Vasut wrote:
> The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
> generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
> instead.
>
> Signed-off-by: Marek Vasut
> Cc: Eric Nelson
> Cc: Stefano Babic
Yes, makes
The mv_udc is not marvell-specific anymore. The mv_udc is used to drive
generic ChipIdea CI13xxx series OTG cores, so rename the driver to ci_udc
instead.
Signed-off-by: Marek Vasut
Cc: Eric Nelson
Cc: Stefano Babic
---
board/boundary/nitrogen6x/nitrogen6x.c| 2 +-
drivers/serial/usbtty.
On Wednesday, February 05, 2014 at 10:10:40 AM, Lukasz Majewski wrote:
> This patch series comprises several improvements for Exynos4 USB code.
>
> The most notable is transmission speed improvement (measured on Trats):
> From 9.51 MiB/s up to 27 MiB/s
>
> This is due to UDC driver optimizations.
On Wednesday, February 05, 2014 at 10:10:41 AM, Lukasz Majewski wrote:
> Calls to malloc() have been replaced by memalign. It now provides proper
> buffer alignment.
>
> Signed-off-by: Lukasz Majewski
> Cc: Marek Vasut
>
> ---
> Changes for v2:
> - Remove Change-Id.
> ---
> drivers/usb/gadget/
On 04/02/14 14:57, Inha Song wrote:
> This patch fix the u-boot shell problem on TRATS2 board.
> - If hold the key while booting is in progress,
>white spaces are written in u-boot shell.
>
> Set Automatically clears after resetting Rx FIFO.
>
> Signed-off-by: Inha Song
> Signed-off-by: Jae
On Wed, Feb 5, 2014 at 3:43 PM, Wolfgang Denk wrote:
>
> Dear Tim Harvey,
>
> In message <1391642553-25778-1-git-send-email-thar...@gateworks.com> you
> wrote:
> > Gateworks Ventana is a product family based on the i.MX6. This
> > patch adds support for all boards in the Ventana family. Where
>
Dear Tim Harvey,
In message <1391642553-25778-1-git-send-email-thar...@gateworks.com> you wrote:
> Gateworks Ventana is a product family based on the i.MX6. This
> patch adds support for all boards in the Ventana family. Where
> possible, data from the boards EEPROM is used to determine various
>
Signed-off-by: Tim Harvey
Cc: Stefano Babic denx.de>
---
Changes in v2:
- remove detect and device_id display from pmic_init()
drivers/power/pmic/Makefile| 1 +
drivers/power/pmic/pmic_pfuze100.c | 33 +
include/power/pfuze100_pmic.h | 96
Signed-off-by: Tim Harvey
Cc: Stefano Babic
---
Changes in v2:
- remove detect and device_id display from pmic_init()
drivers/power/pmic/Makefile| 1 +
drivers/power/pmic/pmic_pfuze100.c | 33 +
include/power/pfuze100_pmic.h | 96 +
Changes in v3:
- update README fixing typo and removing Freescale document link
- use debug() instead of printf()
- be more explicit with hwmon error output and use macro for min/max percent
- use #defines for GSC slave address and registers
- remove extern from function prototype
- mov
Dear Christian Eggers,
In message <1391633046-8878-1-git-send-email-cegg...@gmx.de> you wrote:
> do_bootm_standanlone() calls ntohl(images->ep) which is obviously wrong
> (find . -name '*.c' | xargs grep -n -- 'images->ep'). Without this
> conversion the code works correctly at least on ARM9. Addt
do_bootm_standanlone() calls ntohl(images->ep) which is obviously wrong
(find . -name '*.c' | xargs grep -n -- 'images->ep'). Without this
conversion the code works correctly at least on ARM9. Addtionally "appl"
must not be dereferenced with the "*" operator.
Signed-off-by: Christian Eggers
---
Hi Masahiro,
On 4 February 2014 02:38, Masahiro Yamada wrote:
> Unlike Linux Kernel, U-Boot historically had *.dts files under
> board/$(VENDOR)/dts/ and *.dtsi files under arch/$(ARCH)/dts/.
>
> I think arch/$(ARCH)/dts dicretory is a better location
> to store both *.dts and *.dtsi files.
>
> F
On 02/04/2014 10:12 PM, Priyanka Jain wrote:
> FMAN microcode image address range on NOR flash changed from
> (0xeff0 to 0xebf1) to (0xeff1 to 0xeff1)
>
> The change has been done
> - to support FMAN microcode flashing via promjet mechanism as
> promjet uses address based on offse
Hello Everyone,
I believe, there is a bug in the mmc driver code pertaining to how u-boot
detects memory size of an mmc device. However, I am not 100% sure, my solution
conforms to the JEDEC standard. So I am putting it up for discussion.
Previously, sector count indicated by mmc devices in t
On Wed, 2014-02-05 at 15:16 +0100, Michal Simek wrote:
> On 02/04/2014 09:46 PM, Scott Wood wrote:
> > On Tue, 2014-02-04 at 13:43 +0100, Michal Simek wrote:
> >> Hi Scott and others,
> >>
> >> I have a question regarding BBT position and number of blocks allocated
> >> for BBT.
> >>
> >> Did you f
On Wednesday, February 05, 2014 at 01:40:27 PM, Mateusz Zalega wrote:
[...]
> > Are these two new functions called from multiple places at all? If not,
> > just inline these ll_foo() calls and be done with it. FYI you can also
> > make macros for these to avoid having to type all these args all a
Dear Hannes,
In message <1391615224-26493-1-git-send-email-oe5...@oevsv.at> you wrote:
> Adds support for Bernecker & Rainer Industrieelektronik GmbH KWB
> Motherboard, using TI's AM3352 SoC.
>
> Most of code is derived from TI's AM335x_EVM
>
> Signed-off-by: Hannes Petermaier
> Cc: tr...@ti.co
On Wed, Feb 05, 2014 at 04:47:04PM +0100, Hannes Petermaier wrote:
> Adds support for Bernecker & Rainer Industrieelektronik GmbH KWB
> Motherboard, using TI's AM3352 SoC.
>
> Most of code is derived from TI's AM335x_EVM
>
> Signed-off-by: Hannes Petermaier
> Cc: tr...@ti.com
> ---
> board/BuR
Dear Hannes,
In message <1391606231-24963-1-git-send-email-oe5...@oevsv.at> you wrote:
> Adds support for Bernecker & Rainer Industrieelektronik GmbH T-Series
> Motherboard, using TI's AM3352 SoC.
>
> Most of code is derived from TI's AM335x_EVM
>
> Signed-off-by: Hannes Petermaier
> Cc: tr...@
From: Stephen Warren
This retrieves a PXE config file over the network, and executes it. This
allows an extlinux config file to be retrieved over the network and
executed, whereas the existing bootcmd_dhcp retrieves a U-Boot script.
Signed-off-by: Stephen Warren
---
v4: No change.
v3: No chang
From: Stephen Warren
Modify all Tegra boards to include the "distro defaults" header, so that
all the config options distros expect are enabled. Remove any #defines
that enable the same options from the Tegra files.
Signed-off-by: Stephen Warren
---
v4: No change.
v3: No change.
v2: No change.
From: Stephen Warren
Update the common Tegra boot scripts in the default environment to
a) Make use of the new "test -e" shell command to avoid some error
messages.
b) Allow booting using the sysboot command and extlinux.conf. This
allows easy creation of boot menus, and provides a simple
On 02/05/2014 02:16 AM, Andreas Färber wrote:
> Am 04.02.2014 23:59, schrieb Stephen Warren:
>> From: Stephen Warren
>>
>> Update the common Tegra boot scripts in the default environment to
>>
>> a) Make use of the new "exists" shell command to avoid some error
>>messges.
>>
>> b) Allow bootin
The open and close mmc sub-commands implement a hard-coded set of values
specific to the SMDK5250 platform. Remove these commands as what they
did can be done instead with a series of mmc dev / bootpart / bootbus
commands instead now.
Cc: Amar
Cc: Minkyu Kang
Acked-by: Jaehoon Chung
Signed-off
Add a README to the board which lists the commands required to enable
booting from the eMMC boot partitions found on the board.
Cc: Lokesh Vutla
Signed-off-by: Tom Rini
---
board/ti/dra7xx/README | 25 +
include/configs/dra7xx_evm.h |2 ++
2 files changed, 27
Rename 'bootpart' to 'bootpart-resize' to better reflect what this
command is for.
Acked-by: Jaehoon Chung
Signed-off-by: Tom Rini
---
common/cmd_mmc.c |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index e118252..a322063 10064
Add a README to the board which lists the commands required to enable
booting from the eMMC boot partitions found on the board.
Signed-off-by: Tom Rini
---
board/ti/omap5_uevm/README | 25 +
include/configs/omap5_uevm.h |1 +
2 files changed, 26 insertions(+)
cre
We use the switch CONFIG_SUPPORT_EMMC_BOOT today to enable some
additional features of the eMMC boot partitions. Add support for being
told that we have booted from one of these partitions to the spl
framework and implement this on TI OMAP/related.
Cc: Pantelis Antoniou
Signed-off-by: Tom Rini
Acked-by: Jaehoon Chung
Signed-off-by: Tom Rini
---
common/cmd_mmc.c | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index da5fef9..e118252 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -314,11 +314,18 @@ static
Add a partconf sub-command to the mmc command to allow for setting
the boot_ack, boot_partition and partition_access fields of
PARTITION_CONFIG (formerly BOOT_CONFIG, EXT_CSD[179]). Part of this
requires changing the check for 'part' from an strncmp to a strcmp, like
the rest of the sub-commands.
Add a bootbus sub-command to the mmc command to allow for setting
the boot_bus_width, reset_boot_bus_width and boot_mode fields of
BOOT_BUS_WIDTH (EXT_CSD[177]).
Acked-by: Jaehoon Chung
Signed-off-by: Tom Rini
---
common/cmd_mmc.c | 29 +
drivers/mmc/mmc.c | 21
On 02/04/2014 09:46 PM, Scott Wood wrote:
> On Tue, 2014-02-04 at 13:43 +0100, Michal Simek wrote:
>> Hi Scott and others,
>>
>> I have a question regarding BBT position and number of blocks allocated
>> for BBT.
>>
>> Did you face the issue with last 4 blocks broken in any NAND flash
>> device sin
Adds support for Bernecker & Rainer Industrieelektronik GmbH T-Series
Motherboard, using TI's AM3352 SoC.
Most of code is derived from TI's AM335x_EVM
Signed-off-by: Hannes Petermaier
---
board/BuR/bur_tseries/Makefile | 13 +
board/BuR/bur_tseries/board.c| 333
On Tue, Feb 04, 2014 at 09:58:06AM +0900, Jaehoon Chung wrote:
> On 01/31/2014 06:31 AM, Tom Rini wrote:
> > Add a partconf sub-command to the mmc command to allow for setting
> > the boot_ack, boot_partition and partition_access fields of
> > PARTITION_CONFIG (formerly BOOT_CONFIG, EXT_CSD[179]).
On 02/05/14 08:13, Marek Vasut wrote:
> On Tuesday, February 04, 2014 at 06:02:38 PM, Mateusz Zalega wrote:
>> Preprocessor definitions and hardcoded implementation selection in
>> g_dnl core were replaced by a linker list made of (usb_function_name,
>> bind_callback) pairs.
>>
>> Signed-off-by: Ma
Dear Abdullah,
In message <1391536944.55409.yahoomail...@web140303.mail.bf1.yahoo.com> you
wrote:
>
> When I try to compile u-boot I get the following error:
>
> The error is explained in this link:
>
> http://www.denx.de/wiki/DULG/SourceObjectHasEABIVersion4ButTargetHasEABIVersion0
>
> It wo
From: Markus Niebel
The prescaler value for MDC is calculated wrong for
MX6S. Implement the same logic as linux here which handles
ENET_MAC different then original FEC.
Tested on a custom board with i.MX6S and 100MBit PHY
Signed-off-by: Markus Niebel
---
drivers/net/fec_mxc.c |8 ++--
From: Markus Niebel
imx_get_fecclk() returns enet_ref instead of ipg.
Since the clock is used to calculate the prescaler
for the MDIO interface wrong values can be calculated.
Tested on a custom MX6S board with 100MBit interface
Signed-off-by: Markus Niebel
---
arch/arm/cpu/armv7/mx6/clock.c
Am 04.02.2014 23:59, schrieb Stephen Warren:
> From: Stephen Warren
>
> Update the common Tegra boot scripts in the default environment to
>
> a) Make use of the new "exists" shell command to avoid some error
>messges.
"messages"; and "exists" became "test -e"
>
> b) Allow booting using t
Apparently debug memset (with a 0x55 value) has been overlooked in the
f_thor code.
Signed-off-by: Lukasz Majewski
Cc: Marek Vasut
---
Changes for v2:
- Remove Change-id:
---
drivers/usb/gadget/f_thor.c |2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/usb/gadget/f_thor.c b/drive
The Samsung's UDC driver is not anymore copying data from USB requests to
aligned internal buffers. Now it works directly in data allocated in the
upper layers like UMS, DFU, THOR.
This change is possible since those gadgets now must take care to allocate
buffers aligned to cache line (CONFIG_SYS_
Calls to malloc() have been replaced by memalign. It now provides proper
buffer alignment.
Signed-off-by: Lukasz Majewski
Cc: Marek Vasut
---
Changes for v2:
- Remove Change-Id.
---
drivers/usb/gadget/f_mass_storage.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/d
Now it is possible to allocate static request - which receives data from
the host (OUT transaction) to the size of THOR packet.
Signed-off-by: Lukasz Majewski
Cc: Marek Vasut
---
Changes for v2:
- Remove Change-Id:
---
drivers/usb/gadget/f_thor.c |2 +-
1 file changed, 1 insertion(+), 1 de
This patch removed obscure restriction on the HW setting of DMA transfers.
Before this change each transaction sent up to 512 bytes (with packet count
equal to 1) for non EP0 transfer.
Now it is possible to setup DMA transaction up to DMA_BUFFER_SIZE.
Test condition
- test HW + measurement: Trats
A set of cache operations (both invalidation and flush) were redundant
in the S3C HS OTG Samsung driver:
1. s3c_udc_ep0_zlp - to transmit EP0's ZLP packets one don't need to flush
the cache (since it is the zero length transmission)
2. s3c_udc_pre_setup and s3c_ep0_complete_out - cache invalidati
This patch series comprises several improvements for Exynos4 USB code.
The most notable is transmission speed improvement (measured on Trats):
>From 9.51 MiB/s up to 27 MiB/s
This is due to UDC driver optimizations.
Also a code cleanup for THOR gadget has been included.
Lukasz Majewski (6):
u
Hi Shobin
On Wed, Feb 5, 2014 at 8:46 AM, shobin b wrote:
> Hi,
>
>I have tried to build u-boot for iris board(toradex) with POST enabled,
> but its showing some compilation errors as,
>
>
> i=aapcs-linux -mno-thumb-interwork -march=armv5 -Werror -Wall
> -Wstrict-prototypes -fno-stack-protect
Hi,
I have tried to build u-boot for iris board(toradex) with POST enabled,
but its showing some compilation errors as,
i=aapcs-linux -mno-thumb-interwork -march=armv5 -Werror -Wall
-Wstrict-prototypes -fno-stack-protector -o tftp.o tftp.c -c
/home/shobin/toradex/gcc-linaro-arm-linux-gnueab
When I try to compile u-boot I get the following error:
The error is explained in this link:
http://www.denx.de/wiki/DULG/SourceObjectHasEABIVersion4ButTargetHasEABIVersion0
It works for another toolchain. However, I want to learn that if there is a way
to compile it with the current toolchain
On Mon, Feb 3, 2014 at 9:39 AM, Stefano Babic wrote:
> Hi Tim,
>
> On 01/02/2014 20:49, Tim Harvey wrote:
>> Gateworks Ventana is a product family based on the i.MX6. This
>> patch adds support for all boards in the Ventana family. Where
>> possible, data from the boards EEPROM is used to determi
85 matches
Mail list logo