- May 03, 2010
-
-
Detlev Zundel authored
This saves the autonegotation delay when not using ethernet in U-Boot Signed-off-by:
Detlev Zundel <dzu@denx.de> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
Detlev Zundel authored
For code archeologists, this is a nice example of copy and paste history. Signed-off-by:
Detlev Zundel <dzu@denx.de> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Jun 12, 2009
-
-
Wolfgang Denk authored
Move needed definitions (register descriptions etc.) from include/mpc512x.h into include/asm-ppc/immap_512x.h. Instead of using a #define'd register offset, use a function that provides the PATA controller's base address. All the rest of include/mpc512x.h are register offset definitions which can be eliminated by proper use of C structures. There are only a few register offsets remaining that are needed in cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h which is intended as a temporary workaround only. In a later patch this file will be removed, too, and then auto-generated from the respective C structs. Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: John Rigby <jcrigby@gmail.com>
-
Wolfgang Denk authored
Use existing struct fec512x instead. Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: John Rigby <jcrigby@gmail.com> Acked-by:
Ben Warren <biggerbadderben@gmail.com>
-
Wolfgang Denk authored
This commit changes the MPC512x code to use I/O accessor calls (i.e. out_*() and in_*()) instead of using deprecated pointer accesses. Signed-off-by:
Wolfgang Denk <wd@denx.de> Cc: John Rigby <jcrigby@gmail.com>
-
- Sep 12, 2008
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Sep 03, 2008
-
-
Ben Warren authored
Added a cpu_eth_init() function to MPC512x CPU directory and removed code from net/eth.c Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Aug 29, 2008
-
-
Ben Warren authored
Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
-
- Jul 10, 2008
-
-
Martha Marx authored
Consolidate ADS5121 IO Pin configuration to one file board/ads5121/iopin.c. Remove pin config from cpu/mpc512x/fec.c Signed-off-by:
Martha Marx <mmarx@silicontkx.com> Acked-by:
Grant Likely <grant.likely@secretlab.ca> Acked-by:
John Rigby <jrigby@freescale.com>
-
- Jan 12, 2008
-
-
Grzegorz Bernacki authored
Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
-
- Sep 10, 2007
-
-
Grzegorz Bernacki authored
- convert frame size settings to be derived from a single base - set frame size to the recommended default value Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
-
- Sep 07, 2007
-
-
Grzegorz Bernacki authored
When frame larger than local RX buffer is received, it is split and handled by two buffer descriptors. Prior to this patch the FEC driver discarded contents of a buffer descriptor without the 'LAST' bit set, so the first part of the frame was lost in case of larger frames. This fix allows to safely combine the two pieces into the whole frame. Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
-
- Aug 12, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 02, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Jul 27, 2007
-
-
Rafal Jaworowski authored
The following MPC5121e subsystems are supported: - low-level CPU init - NOR Boot Flash (common CFI driver) - DDR SDRAM - FEC - I2C - Watchdog Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by:
Rafal Jaworowski <raj@semihalf.com> Signed-off-by:
Jan Wrobel <wrr@semihalf.com>
-