[U-Boot-Users] [PATCH] Add the RapidIO framework for U-Boot

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Wed Jan 9 14:53:23 CET 2008


On 15:18 Tue 13 Nov     , Zhang Wei wrote:
> The patch adds the RapidIO framework into U-Boot. The board configuration
> can be added into individual rio_init_board() function. Some functions
> about RapidIO can be added later.
> 
> Signed-off-by: Zhang Wei <wei.zhang at freescale.com>
> ---
>  drivers/Makefile |    1 +
>  drivers/rio.c    |   30 ++++++++++++++++++++++++++++++
>  include/common.h |    3 +++
>  lib_ppc/board.c  |    5 +++++
>  4 files changed, 39 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/rio.c
> 
> diff --git a/drivers/Makefile b/drivers/Makefile
> index 00978d8..c9fb135 100755
> --- a/drivers/Makefile
> +++ b/drivers/Makefile
> @@ -40,6 +40,7 @@ COBJS	= 3c589.o 5701rls.o ali512x.o at45.o ata_piix.o \
>  	  ns16550.o ns8382x.o ns87308.o ns7520_eth.o omap1510_i2c.o \
>  	  omap24xx_i2c.o pc_keyb.o \
>  	  pci.o pci_auto.o pci_indirect.o \
> +	  rio.o \
>  	  pcnet.o plb2800_eth.o ps2ser.o ps2mult.o pxa_pcmcia.o \
>  	  rpx_pcmcia.o rtl8019.o rtl8139.o rtl8169.o \
>  	  s3c4510b_eth.o s3c4510b_uart.o \

Please rebase your patch to match with the new drivers organisation

Best Regards,
J.




More information about the U-Boot mailing list