0e0772596e
Signed-off-by: pettershao-ragilenetworks pettershao@ragilenetworks.com What I did it Add new platform x86_64-ragile_ra-b6510-32c-r0 (Trident 3) ASIC Vendor: Broadcom Switch ASIC: Trident 3 Port Config: 32x100G Add new platform x86_64-ragile_ra-b6920-4s-r0 (Tomahawk 3) ASIC Vendor: Broadcom Switch ASIC: Tomahawk 3 Port Config: 128x100G -How I did it Provide device and platform related files. -How to verify it show platform fan show platform ssdhealth show platform psustatus show platform summary show platform syseeprom show platform temperature show interface status
16 lines
381 B
Makefile
Executable File
16 lines
381 B
Makefile
Executable File
obj-m := rg-gpio-xeon.o
|
|
obj-m += rg_fan.o
|
|
obj-m += rg_psu.o
|
|
obj-m += ragile_platform.o
|
|
obj-m += i2c-mux-pca9641.o
|
|
obj-m += i2c-mux-pca954x.o
|
|
obj-m += csu550.o
|
|
ragile_common-objs := ragile_common_module.o
|
|
obj-m += ragile_common.o
|
|
obj-m += fpga_pcie_i2c.o
|
|
obj-m += fpga_i2c_ocores.o
|
|
obj-m += lpc_dbg.o
|
|
obj-m += lpc_cpld_i2c_ocores.o
|
|
obj-m += rg-i2c-algo-bit.o
|
|
obj-m += rg-i2c-gpio.o
|