Hi Marek,
On Mon, 9 Apr 2012 06:47:31 +0200
Marek Vasut wrote:
> Discard the creepy cache flushing mechanisms in ehci-hcd.c and replace them
> with
> more straightforward flushing. In the new approach, the flushing takes place
> directly in ehci_submit_async() call instead of going through the
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of Wolfgang Denk
> Sent: 22 May 2012 03:30
> To: Daniel Stodden
> Cc: U-Boot
> Subject: Re: [U-Boot] [PATCH v3] kwboot: boot Marvell Kirkwood SoCs
> over a serial link
>
> Dear Da
* Stephen Warren wrote:
> On 05/23/2012 09:01 AM, Thierry Reding wrote:
> > * Aneesh V wrote:
> >> Enable -march=armv7-a for armv7 platforms if the tool-chain
> >> supports it. This in turn results in Thumb-2 code generated for
> >> these platforms if CONFIG_SYS_THUMB_BUILD is enabled.
> >>
> >>
Hi Tom,
ah, this is what is there on OMAP5.
3 for DDR3
4 for LPDDR2-S4,
5 for LPDDR2-S2
>>>
>>>
>>>
>>> 4/5 are listed as reserved here :( http://www.ti.com/lit/pdf/spruh73
>>>
>>>
Atleast DDR3 encoding is same. So we can differentiate bw DDR3 and 2
in same
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of Joe Hershberger
> Sent: 22 May 2012 06:15
> To: u-boot@lists.denx.de
> Cc: Joe Hershberger
> Subject: [U-Boot] [PATCH] drivers/net/armada100_fec.c: Fix compile
> warning
>
> Fi
Joe Hershberger さんは書きました:
Hi Nobuhiro Iwamatsu,
On Fri, Feb 3, 2012 at 1:28 AM, Nobuhiro Iwamatsu
wrote:
SH7734 has one channel ethernet device.
This support 10/100/1000Base, and RMII/MII/GMII.
And this has the same structure as SH7763.
Signed-off-by: Nobuhiro Iwamatsu
In the future, pleas
From: Vipin KUMAR
Since, SPEAr platform uses generic FSMC driver now, so spear specific files
drivers/mtd/nand/spr_nand.c, arch/arm/include/asm/arch-spear/spr_nand.h are
removed
Signed-off-by: Vipin Kumar
Signed-off-by: Amit Virdi
---
arch/arm/include/asm/arch-spear/spr_nand.h | 57
From: Vipin KUMAR
Flexible static memory controller is a peripheral provided by ST,
which controls the access to NAND chips along with many other
memory device chips eg NOR, SRAM.
This patch adds the driver support for FSMC controller interfacing
with NAND memory.
Signed-off-by: Vipin Kumar
Si
From: Vipin KUMAR
Since FSMC is a standard IP and it supports different memory interfaces, it
is supported independent of spear platform and spear is configured to use that
driver for interfacing with the NAND device
Signed-off-by: Vipin Kumar
Signed-off-by: Amit Virdi
---
arch/arm/include/as
This patchset adds support for ST's FSMC controller. In the current u-boot, a
SPEAr specific driver exists for FSMC controller. This patchset adds a full
fledged driver that can be used across multiple platforms and removes the
obsolete SPEAr specific driver.
V4 -> V5
- Dropped the patch that de
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 23 May 2012 02:28
> To: u-boot@lists.denx.de
> Cc: Prafulla Wadaskar
> Subject: Re: [PATCH v5 5/5] Kirkwood: add lschlv2 and lsxhl board
> support
>
>
> [sorry my first mail didn't have 'Kirkwood' in the subjec
Hi Prabhakar,
On Thu, May 24, 2012 at 2:43 PM, Prabhakar Kushwaha
wrote:
> Hi Wolfgang,
>
> This patch has been pending for a very long time. No review comments has
> been provided.
Mike Frysinger posted a comment on May 14, 2012:
[quote]
no real information here as to what is going wrong. th
On 5/22/2012 3:45 PM, Amit VIRDI wrote:
This patchset adds support for ST's FSMC controller. In the current u-boot, a
SPEAr specific driver exists for FSMC controller. This patchset adds a full
fledged driver that can be used across multiple platforms and removes the
obsolete SPEAr specific dr
Hi Wolfgang,
This patch has been pending for a very long time. No review comments
has been provided.
Can you please review/accept this patch.
Regards,
Prabhakar
On 04/25/2012 09:41 AM, Prabhakar Kushwaha wrote:
Hi,
This patch has review-pending from a very long time.
I request the "ma
> -Original Message-
> From: Michael Walle [mailto:mich...@walle.cc]
> Sent: 23 May 2012 22:05
> To: u-boot@lists.denx.de
> Cc: Prafulla Wadaskar; Wolfgang Denk
> Subject: Re: [PATCH v5 1/5] lib: add rand() function
>
> Am Samstag 12 Mai 2012, 00:50:45 schrieb Michael Walle:
> > It's a P
> -Original Message-
> From: David Purdy [mailto:david.c.pu...@gmail.com]
> Sent: 24 May 2012 04:44
> To: u-boot@lists.denx.de; Luka Perkov; Daniel Stodden;
> albert.u.b...@aribaud.net; Prafulla Wadaskar
> Subject: EFI/GPT support in U-Boot : real-world tests
>
> Hi folks,
>
> I'm hopin
Hi Wolfgang,
On 5/22/2012 9:21 PM, Wolfgang Denk wrote:
Dear Amit Virdi,
In message<4fbb6712.3040...@st.com> you wrote:
Alright, I shall be soon sending V5 that drops this patch and uses
__change_bit directly.
It would be a much better investment in time if you come up with
patches that he
On Fri, May 18, 2012 at 11:44 AM, Scott Wood wrote:
> On 05/18/2012 11:04 AM, Timur Tabi wrote:
>> +#elif defined(CONFIG_NAND_U_BOOT)
>> +#define CONFIG_ENV_IS_IN_NAND
>> +#define CONFIG_ENV_SIZE CONFIG_SYS_NAND_BLOCK_SIZE
>> +#define CONFIG_ENV_OFFSET ((512 * 1024) + CONFIG_SYS_NA
Patch to add ZFS filesystem support to u-boot, based on GRUB sources.
Thank you for your patience.
Jorgen Lundman (1):
Add ZFS filesystem support
Makefile |2 +-
common/Makefile |1 +
common/cmd_zfs.c | 236 +
fs/Makefile
Hi Joe,
thanks, now it compiles without error, tftpput works too.
br,
Stephan
Am Mittwoch, den 23.05.2012, 17:54 -0500 schrieb Joe Hershberger:
> Hi Stephan,
>
> On Wed, May 23, 2012 at 5:50 PM, Joe Hershberger
> wrote:
> > Hi Stephan,
> >
> > On Wed, May 23, 2012 at 5:46 PM, Stephan Linz wr
Hi folks,
I'm hoping that a few of you (perhaps Kirkwood users in particular)
can tell me of their own personal experiences (hopefully all good)
when using EFI/GPT partitions w/ U-Boot.
Does it work as advertised?
Is it just a matter of setting CONFIG_EFI_PARTITION in the config?
Any unexpected
Dear Luc
AFAIK, it has not been integrated in u-boot. In fact the patch was "ugly
& dirty" but it works, at least on out Zefeer platform with WinCE 6.0
(it work with previous versions too). We also ported it with ease on
other platform (e.g. out Qong, which is an iMX31 based platform).
It c
Good afternoon, Stephan and Andrea
I was looking for information about U-Boot and WinCE when I came across the
message "U-Boot WinCE booting support"
Andrea described a function "bootwince" that "check AND decompress" .bin
images and run WinCE.
Has this been implemented yet?
If not wou
Hi Rob,
On Wed, May 23, 2012 at 5:57 PM, Rob Herring wrote:
> On 05/23/2012 05:11 PM, Joe Hershberger wrote:
>> Hi Rob,
>>
>> On Wed, Mar 28, 2012 at 10:51 AM, Rob Herring wrote:
>>> From: Rob Herring
>>>
>>> Add a new command "sysboot" which parses syslinux menu files and boots
>>> using kerne
On 05/23/2012 05:11 PM, Joe Hershberger wrote:
> Hi Rob,
>
> On Wed, Mar 28, 2012 at 10:51 AM, Rob Herring wrote:
>> From: Rob Herring
>>
>> Add a new command "sysboot" which parses syslinux menu files and boots
>> using kernel and initrd specified by menu files. The operation is similar
>> to "
Hi Stephan,
On Wed, May 23, 2012 at 5:50 PM, Joe Hershberger
wrote:
> Hi Stephan,
>
> On Wed, May 23, 2012 at 5:46 PM, Stephan Linz wrote:
>> Hello Joe,
>>
>> just I've tried out your custodian network tree at a99acb7 and run in
>> the link error below:
>>
>> net/libnet.o: In function `NetLoop':
Hi Stephan,
On Wed, May 23, 2012 at 5:46 PM, Stephan Linz wrote:
> Hello Joe,
>
> just I've tried out your custodian network tree at a99acb7 and run in
> the link error below:
>
> net/libnet.o: In function `NetLoop':
> net/net.c:539: undefined reference to `net_set_upd_handler'
>
> I think it is
Hello Joe,
just I've tried out your custodian network tree at a99acb7 and run in
the link error below:
net/libnet.o: In function `NetLoop':
net/net.c:539: undefined reference to `net_set_upd_handler'
I think it is a typo in commit 6476b33, or not?
The patch snipped below would fix it. It works
On 05/23/2012 12:56 AM, Manukumar wrote:
>
> u-boot version: u-boot-2010.12
>
> My OR and BR register values(according to our memory map):
> BR0 0xFF800C21 OR0 0xFF800396
> BR1 0xE8000801 OR1 0x8074
> BR2 0xE8009001 OR2 0x8074
>
> after defining VER
Hi Anatolij,
On Wed, May 23, 2012 at 5:36 PM, Anatolij Gustschin wrote:
> Hi Joe,
>
> On Wed, 23 May 2012 12:58:04 -0500
> Joe Hershberger wrote:
> ...
>> --- a/net/rarp.c
>> +++ b/net/rarp.c
>> @@ -41,7 +41,7 @@ int RarpTry;
>> /*
>> * Handle a RARP received packet.
>> */
>> -void rarp_r
Hi Joe,
On Wed, 23 May 2012 12:58:04 -0500
Joe Hershberger wrote:
...
> --- a/net/rarp.c
> +++ b/net/rarp.c
> @@ -41,7 +41,7 @@ int RarpTry;
> /*
> * Handle a RARP received packet.
> */
> -void rarp_receive(IP_t *ip, unsigned len)
> +void rarp_receive(struct ip_upd_hdr *ip, unsigned len)
Hi Rob,
On Wed, Mar 28, 2012 at 10:51 AM, Rob Herring wrote:
> From: Rob Herring
>
> Add a new command "sysboot" which parses syslinux menu files and boots
> using kernel and initrd specified by menu files. The operation is similar
> to "pxe boot" except local files on ext2 or fat filesystem are
Hi Nobuhiro Iwamatsu,
On Tue, May 15, 2012 at 8:49 PM, Nobuhiro Iwamatsu
wrote:
> SH7734 support GMII. This add register infomation and the function
> which enable GMII.
>
> Signed-off-by: Nobuhiro Iwamatsu
Applied, thanks.
-Joe
___
U-Boot mailing li
Hi Nobuhiro Iwamatsu,
On Fri, Feb 3, 2012 at 1:28 AM, Nobuhiro Iwamatsu
wrote:
> SH7734 has one channel ethernet device.
> This support 10/100/1000Base, and RMII/MII/GMII.
> And this has the same structure as SH7763.
>
> Signed-off-by: Nobuhiro Iwamatsu
In the future, please run tools/checkpatc
On Tue, May 22, 2012 at 5:18 PM, Stephan Linz wrote:
> Fix this:
> xilinx_ll_temac.c: In function 'xilinx_ll_temac_initialize':
> xilinx_ll_temac.c:332: warning: assignment from incompatible pointer type
> xilinx_ll_temac.c:340: warning: assignment from incompatible pointer type
>
> Signed-off-by:
On Tue, May 22, 2012 at 5:18 PM, Stephan Linz wrote:
> Fix this:
> xilinx_axi_emac.c: In function 'xilinx_axiemac_initialize':
> xilinx_axi_emac.c:646: warning: assignment from incompatible pointer type
>
> Signed-off-by: Stephan Linz
Applied, thanks.
-Joe
__
On Tue, May 22, 2012 at 5:18 PM, Stephan Linz wrote:
> Fix this:
> xilinx_emaclite.c: In function 'xilinx_emaclite_initialize':
> xilinx_emaclite.c:371: warning: assignment from incompatible pointer type
>
> Signed-off-by: Stephan Linz
Applied, thanks.
-Joe
_
Hi Wolfgang,
This should include fixes for all the warnings from
db288a96027fa1cb3f8a53f330724f864224a56c "net: Remove volatile from
net API"
The following changes since commit b86a475c1a602c6ee44f4469d933df8792418a7a:
Joe Hershberger (1):
MAKEALL: Report boards with errors vs warnings
patman shouts when it couldn't find a $(HOME)/.patman file.
Handle it in a sane way by creating a new one for the user.
It looks for a user.name and user.email in the global .gitconfig
file, waits for the user input if it can't find there. Update the
same in the README
Signed-off-by: Vikram Naraya
Move the config file from ~/.config/patman to ~/.patman as it is
more appropriate to have it there. Update the same in the README.
Signed-off-by: Vikram Narayanan
Cc: Simon Glass
Cc: Wolfgang Denk
---
tools/patman/README |2 +-
tools/patman/settings.py |2 +-
2 files changed, 2 i
This fixes the location of patman config file from ~/.config/patman to
~/.patman. Also addresses the creation of new config file when it isn't
present.
Cc: Simon Glass
Cc: Wolfgang Denk
Vikram Narayanan (2):
patman: Change the location of patman config file
patman: Handle creation of patma
Add several levels of DEBUG prints so that you can limit the noise to
the severety of your problem.
DEBUG_LL_STATE = Link local state machine changes
DEBUG_DEV_PKT = Packets or info directed to the device
DEBUG_NET_PKT = Packets on info on the network at large
DEBUG_INT_STATE = Internal network st
Cisco's arp-proxy feature fails to ignore the link-local address range
This means that a link-local device on a network with this Cisco
equipment will reply to ARP requests for our device (in addition to
our reply).
If we happen to reply first, the requester's ARP table will be
populated with our M
Code based on networking/zcip.c in busybox
commit 8531d76a15890c2c535908ce888b2e2aed35b172
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Omitted unrelated whitespace changes
- Made do_link_local() static
- Pushed #ifdef CONFIG_CMD_LINK_LOCAL into header
Change
Link-local support will need to send ARP packets, but needs more
fine-grained control over the contents. Split the implementation
into 2 parts so link-local can share the code.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Add link-local addressing supp
Link-local support allows the bootloader to get a usable network address
regardless of network environment. Given that bootloaders may not always
have access to a DHCP server, this functionality makes accessing it in
those environments easier. It is also referred to as zero-configuration IP.
Tes
Fix NetConsole bug that causes first packet header to claim a
source IP address of 0.0.0.0
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed patches
- Fix comment style
drivers/net/netconsole.c |6 ++
1 files chang
Use the NetArpTxPacket for the ARP packet, not to hold what used to
be in NetTxPacket.
This saves a copy and makes the code easier to understand.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed patches
- Fixed comment styl
Changes to NetState now go through an accessor function called
net_set_state()
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- net_set_state changed to static inline
- States changed to an enum
- Eliminate CamelCase in new functions.
Changes for v3:
- Rebased
Noone uses it.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Fix net buffer initialization"
Changes for v3:
- Rebased onto other changed patches
- Added a short commit message
net/net.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-
A new non-static function net_init() will initialize buffers and
read from the environment. Only update from the env on each entry
to NetLoop().
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Unadded explicit parameter name in net.h for NetLoop
- Eliminate CamelC
Don't force ARP clients to return the MAC address if they don't care
(such as ping)
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed patches
net/arp.c |9 +
net/ping.c | 10 +++---
2 files changed, 8 inser
Eliminate pointer subtraction that recovers values computed earlier
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split debug message move to a separate commit
Changes for v3:
- Rebased onto other changed patches
net/bootp.c | 24 +---
1 f
This is useful if you want to look for a DHCP server, but try some
other settings if not available.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Renamed to CONFIG_BOOTP_MAY_FAIL
Changes for v3:
- Rebased onto other changed patches
README |7 +++
n
If CONFIG_BOOTP_SERVERIP is not defined, unused variable warning is
reported. This was fixed upstream using a compiler feature instead
of a simple reorder of the statements.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed pa
When the network is VLAN or SNAP, net_update_ether() will preserve
the original Ethernet packet header and simply replace the src and
dest MACs and the protocol
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed patches
includ
There is no need to call through the handler... inline it
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed patches
net/ping.c | 18 ++
1 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/net/pin
ICMP (ping) was reimplementing IP header code... it now shares code.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Eliminate CamelCase in new functions
Changes for v3:
- Rebased onto other changed patches
include/net.h |4 +++-
net/bootp.c |8
Call a built-in dummy if none is registered... don't require
protocols to register a handler (eliminating dummies)
NetConsole now uses the ARP handler when waiting on arp
(instead of needing a #define hack in arp.c)
Clear handlers at the end of net loop
Signed-off-by: Joe Hershberger
Cc: Joe Hers
Share more of the code that is common between ARP vs not.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed patches
net/net.c | 44 +---
1 files changed, 25 insertions(+), 19 deletion
This patch-series fixes a number of bugs in the network stack as
well as improve the readability and maintainability of the network
stack by eliminating duplicated code. These are more substantial
changes than those in the "Network stack cosmetic improvements"
series.
This is dependant on the "Ne
Before this patch, bootp would not overwrite the value, but the
value was still clobbered in the env
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Added a comment
Changes for v3:
- Rebased onto other changed patches
- Fixed comment style
common/cmd_net.c |
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Refactor bootp packet length computations"
Changes for v3:
- Rebased onto other changed patches
net/bootp.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/bootp.c b/net/boot
Use this entry-point consistently across the net/ code
Use a static inline function to preserve code size
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Change NetSendPacket into a static inline
Changes for v3:
- Rebased onto other changed patches
include/net.h
Save the length when it is computed instead of forgetting it and
subtracting pointers to figure it out again.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Rebased onto other changed patches
net/arp.c | 13 -
net/ping.c |7 --
x is a poor variable name
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
Changes for v3:
net/net.c | 24
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/net/net.c b
Separate this functionality out of the net.c behemoth
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Moved is_cdp_packet to a separate patch
- Fixed blank newline at the end of cdp.h
- Pushed #ifdef CONFIG_CMD_CDP into header
Changes for v3:
- Fix comment st
Checking for CDP packets should be encapsulated, not copied code.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from patch "Move CDP out of net.c"
- Changed to static inline
Changes for v3:
- Added a function comment
- Added a blank line
arch/powerp
This patch-series reorganizes some of the net code to make it easier
to navigate and easier to leverage common functionality while
encapsulating private implementation details. It also makes simple
readability clean-ups.
This is dependant on the "Network stack checkpatch.pl compliance"
patch-seri
Eliminate the typedef and remove capital letters
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split apart from "Un-typedef variables in net"
- Renamed structs from *_t to *_hdr since they are nolonger types
Changes for v3:
- Renamed VLAN_Ethernet_hdr to vlan_
Remove typedef and lower-case name
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split apart from "Un-typedef variables in net"
- Renamed structs from *_t to *_hdr since they are nolonger types
Changes for v3:
- Renamed ICMP_hdr to icmp_hdr
- Removed extra
Separate this functionality out of the net.c behemoth
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Moved config fixes to a separate patch
- Pushed #ifdef CONFIG_CMD_PING into header
- Eliminated CamelCase
Changes for v3:
- Added function comments
- Adde
Separate the Ethernet header from the 802 header.
Base the size constants on the structs.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split apart from "Un-typedef variables in net"
- Created a new E802_hdr struct and removed 802 members from Ethernet_hdr
- R
Easier to find when alphabetized
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
Changes for v3:
- Slight adjustment to order as recommended by Simon
net/net.c | 24
1 files chang
Rename IP header related things to IP_UDP. The existing definition
of IP_t includes UDP header, so name it to accurately describe the
structure.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split apart from "Un-typedef variables in net"
- Created a new IP_UDP_hd
Use field names and sizes when accessing ARP packets
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
Changes for v3:
include/net.h |6 ++
net/arp.c | 34 +-
2 file
Add a structure that only contains IP header fields to be used by
functions that don't need UDP
Rename IP_HDR_SIZE_NO_UDP to IP_HDR_SIZE
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split apart from "Un-typedef variables in net"
- Created a new IP_UDP_hdr struct
Remove typedef and lower-case letters
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split apart from "Un-typedef variables in net"
- Renamed structs from *_t to *_hdr since they are nolonger types
Changes for v3:
- Renamed ARP_hdr to arp_hdr
include/net.h |
This name more explicitly claims that it does not include the
header size
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
Changes for v3:
- Documented arguments to NetSendUDPPacket()
include/net.h | 12 ++
Separate this functionality out of the net.c behemoth
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Moved void to the same line as function
- Eliminate CamelCase in new function name
Changes for v3:
- Removed extra spaces
- Added a function comment
- Add
This is not called as a handler, so don't name it that way
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
Changes for v3:
- Added a function comment
- Renamed CDPReceive to cdp_receive
net/cdp.c |3
Separate this functionality out of the net.c behemoth
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
Changes for v3:
- Added a short commit message
include/net.h |3 +-
net/Makefile |1 +
net/arp.c | 213 +
Renamed for clarity
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
Changes for v3:
net/arp.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/arp.c b/net/arp.c
index 5b16de7..
Make the MAC-seeded random number generator available to /net in
general. MAC-seeded rand will be needed by link-local as well, so
give it an interface.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v3:
- Lowercase hex
- Add blank line
- Always include header, even wh
Make the comment more accurate about the header including SNAP
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
- Fixed comment indention
Changes for v3:
- Added a short commit message
include/net.h |
Clearer constant name.
Also remove related BOOTP_SIZE which was unused and doesn't take
into account VLAN packets.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Split from "Improve variable names and code readability"
Changes for v3:
net/bootp.c | 10 +-
Some boards claim to need ping, but don't support net.
That makes no sense, and causes problems now that ping
is in a separate file.
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
---
Changes for v2:
- Separated from "Move PING out of net.c"
include/configs/am3517_crane.h |2 +-
inc
From: Stephen Warren
Add a device tree for Ventana; the Seaboard file no longer represents
the HW present on Ventana.
Enable USB on Ventana.
Signed-off-by: Stephen Warren
---
board/nvidia/dts/tegra2-ventana.dts | 57 +++
include/configs/ventana.h |
From: Stephen Warren
The SMSC95xx series may exist either directly on a main board, or as a USB
to Ethernet dongle. However, dongles containing these chips are very rare.
Hence, remove this config option, except on Harmony where such a chip is
actually present on the board.
The asix option remai
On 05/23/2012 05:22 AM, R, Sricharan wrote:
Hi Tom,
ah, this is what is there on OMAP5.
3 for DDR3
4 for LPDDR2-S4,
5 for LPDDR2-S2
4/5 are listed as reserved here :( http://www.ti.com/lit/pdf/spruh73
Atleast DDR3 encoding is same. So we can differentiate bw DDR3 and 2
in sa
Am Samstag 12 Mai 2012, 00:50:45 schrieb Michael Walle:
> It's a PRNG using the simple and fast xorshift method.
>
> Signed-off-by: Michael Walle
> Cc: Wolfgang Denk
Hi Wolfgang,
can you ack this patch? In that case i could add the acked-by line in the next
version of this patch series to ea
On 05/23/2012 03:30 AM, Manukumar wrote:
> Hello,
> when we get rference board(P1020RDB) we got the u-boot-2010.12 source.
That board is supported by current mainline U-Boot as well -- no patch
needed.
> by using above source we have modified according to custom boards
> requirement.
> can you p
On 05/23/2012 09:01 AM, Thierry Reding wrote:
> * Aneesh V wrote:
>> Enable -march=armv7-a for armv7 platforms if the tool-chain
>> supports it. This in turn results in Thumb-2 code generated for
>> these platforms if CONFIG_SYS_THUMB_BUILD is enabled.
>>
>> Signed-off-by: Aneesh V --- I believe
* Aneesh V wrote:
> Enable -march=armv7-a for armv7 platforms if the tool-chain
> supports it. This in turn results in Thumb-2 code generated
> for these platforms if CONFIG_SYS_THUMB_BUILD is enabled.
>
> Signed-off-by: Aneesh V
> ---
> I believe armv7-a is fine for all the SoCs except Tegra2
>
Dear Fabio Estevam,
> On Wed, May 23, 2012 at 10:07 AM, Marek Vasut wrote:
> > This is correct, it should be inverted.
>
> So where in your code you powerup the USB?
>
> There should be a:
>
> gpio_direction_output(MX28_PAD_AUART3_TX__GPIO_3_13, 0);
>
> ,somewhere in order to power your USB o
On Wed, May 23, 2012 at 10:07 AM, Marek Vasut wrote:
> This is correct, it should be inverted.
So where in your code you powerup the USB?
There should be a:
gpio_direction_output(MX28_PAD_AUART3_TX__GPIO_3_13, 0);
,somewhere in order to power your USB on then.
On Wed, May 23, 2012 at 10:08 AM, Marek Vasut wrote:
> Well, what can it be caused by? I disabled the VBUS, so how come it can still
> be
> on. The usb circuitry maybe then?
I cannot comment on that, as I never looked at the m28evk schematics.
Please use a mx28evk for comparison.
_
Dear Fabio Estevam,
> On Wed, May 23, 2012 at 8:53 AM, Marek Vasut wrote:
> > Dang, this must be related to bootrom somehow then. Fabio, can you
> > confirm the following:
> >
> > If you turn off the mx28 board, connect usb flashdisc, turn it on -- do
> > you see the flashdisc led blinking? Any
On Tue, May 22, 2012 at 8:32 PM, Marek Vasut wrote:
> void board_init_ll(void)
> {
> + /* Powerdown the USB */
> + mxs_iomux_setup_pad(MX28_PAD_SSP2_SS1__USB1_OVERCURRENT);
> + mxs_iomux_setup_pad(MX28_PAD_AUART3_TX__GPIO_3_13 |
> + MXS_PAD_12MA | MXS_PAD
Dear Fabio Estevam,
> On Tue, May 22, 2012 at 8:32 PM, Marek Vasut wrote:
> > void board_init_ll(void)
> > {
> > + /* Powerdown the USB */
> > + mxs_iomux_setup_pad(MX28_PAD_SSP2_SS1__USB1_OVERCURRENT);
> > + mxs_iomux_setup_pad(MX28_PAD_AUART3_TX__GPIO_3_13 |
> > +
1 - 100 of 132 matches
Mail list logo