mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Merge pull request #35 from shaohuaxiong/ag6248-feb-12
amended the comment fot the platform ag6248c and ag6248c_poe
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#How to run ONL in DELTA AG6248C board
|
||||
|
||||
For the first step, it only support install the ONL to the USB and boot up.
|
||||
It will be support to install the ONL to NandFlash next step.
|
||||
#How to run ONL in DELTA AG6248C and AG6248C_POE board
|
||||
|
||||
Build the ONL
|
||||
--------------------------------------------------------------------------
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
/*
|
||||
* An I2C multiplexer dirver for delta as5812 CPLD
|
||||
* An I2C multiplexer dirver for delta ag6248c_poe CPLD
|
||||
*
|
||||
* Copyright (C) 2015 Delta Technology Corporation.
|
||||
* Brandon Chuang <brandon_chuang@delta.com.tw>
|
||||
* Copyright (C) 2018 Delta Networks, Inc.
|
||||
* Shaohua Xiong <shaohua.xiong@deltaww.com>
|
||||
*
|
||||
* This module supports the delta cpld that hold the channel select
|
||||
* mechanism for other i2c slave devices, such as SFP.
|
||||
* This includes the:
|
||||
* Delta ag7648c CPLD1/CPLD2/CPLD3
|
||||
*
|
||||
* Based on:
|
||||
* pca954x.c from Kumar Gala <galak@kernel.crashing.org>
|
||||
@@ -233,7 +231,7 @@ static void __exit delta_i2c_cpld_mux_exit(void)
|
||||
__delta_i2c_cpld_mux_remove ();
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Dave Hu <dave.hu@deltasystems.com>");
|
||||
MODULE_AUTHOR("Shaohua Xiong <shaohua.xiong@deltaww.com>");
|
||||
MODULE_DESCRIPTION("Delta I2C CPLD mux driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
/*
|
||||
* An I2C multiplexer dirver for delta as5812 CPLD
|
||||
* An I2C multiplexer dirver for delta ag6248c_poe CPLD
|
||||
*
|
||||
* Copyright (C) 2015 Delta Technology Corporation.
|
||||
* Brandon Chuang <brandon_chuang@delta.com.tw>
|
||||
* Copyright (C) 2018 Delta Networks, Inc.
|
||||
* Shaohua.xiong <shaohua.xiong@deltaww.com>
|
||||
*
|
||||
* This module supports the delta cpld that hold the channel select
|
||||
* mechanism for other i2c slave devices, such as SFP.
|
||||
* This includes the:
|
||||
* Delta ag7648c CPLD1/CPLD2/CPLD3
|
||||
* mechanism for other i2c slave devices, such as PSU.
|
||||
*
|
||||
* Based on:
|
||||
* pca954x.c from Kumar Gala <galak@kernel.crashing.org>
|
||||
@@ -234,7 +232,7 @@ static void __exit delta_i2c_cpld_mux_exit(void)
|
||||
__delta_i2c_cpld_mux_remove ();
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Dave Hu <dave.hu@deltasystems.com>");
|
||||
MODULE_AUTHOR("Shaohua.xiong <shaohua.xiong@deltaww.com>");
|
||||
MODULE_DESCRIPTION("Delta I2C CPLD mux driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
/*
|
||||
* An I2C multiplexer dirver for delta as5812 CPLD
|
||||
* An I2C multiplexer dirver for delta ag6248c CPLD
|
||||
*
|
||||
* Copyright (C) 2017 Delta Networks, Inc.
|
||||
* Brandon Chuang <brandon_chuang@delta.com.tw>
|
||||
* Copyright (C) 2018 Delta Networks, Inc.
|
||||
* Shaohua Xiong <shaohua.xiong@deltaww.com>
|
||||
*
|
||||
* This module supports the delta cpld that hold the channel select
|
||||
* mechanism for other i2c slave devices, such as SFP.
|
||||
* This includes the:
|
||||
* Delta ag7648c CPLD1/CPLD2/CPLD3
|
||||
*
|
||||
* Based on:
|
||||
* pca954x.c from Kumar Gala <galak@kernel.crashing.org>
|
||||
@@ -233,7 +231,7 @@ static void __exit delta_i2c_cpld_mux_exit(void)
|
||||
__delta_i2c_cpld_mux_remove ();
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Dave Hu <dave.hu@deltasystems.com>");
|
||||
MODULE_AUTHOR("Shaohua Xiong <shaohua.xiong@deltaww.com>");
|
||||
MODULE_DESCRIPTION("Delta I2C CPLD mux driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
||||
@@ -1,13 +1,11 @@
|
||||
/*
|
||||
* An I2C multiplexer dirver for delta as5812 CPLD
|
||||
* An I2C multiplexer dirver for delta ag6248c CPLD
|
||||
*
|
||||
* Copyright (C) 2017 Delta Networks, Inc.
|
||||
* Brandon Chuang <brandon_chuang@delta.com.tw>
|
||||
* Copyright (C) 2018 Delta Networks, Inc.
|
||||
* Shaohua Xiong <shaohua.xiong@deltaww.com>
|
||||
*
|
||||
* This module supports the delta cpld that hold the channel select
|
||||
* mechanism for other i2c slave devices, such as SFP.
|
||||
* This includes the:
|
||||
* Delta ag7648c CPLD1/CPLD2/CPLD3
|
||||
* mechanism for other i2c slave devices, such as PSU.
|
||||
*
|
||||
* Based on:
|
||||
* pca954x.c from Kumar Gala <galak@kernel.crashing.org>
|
||||
@@ -234,7 +232,7 @@ static void __exit delta_i2c_cpld_mux_exit(void)
|
||||
__delta_i2c_cpld_mux_remove ();
|
||||
}
|
||||
|
||||
MODULE_AUTHOR("Dave Hu <dave.hu@deltasystems.com>");
|
||||
MODULE_AUTHOR("Shaohua Xiong <shaohua.xiong@deltaww.com>");
|
||||
MODULE_DESCRIPTION("Delta I2C CPLD mux driver");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user