History log of /seL4-test-master/projects/util_libs/libethdrivers/CMakeLists.txt
Revision Date Author Comments
# f73984d7 03-May-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libethdrivers: Add zynq7000,imx6 Eth driver module

This commit adds driver module definitions for the zynq7000, and imx6
Ethernet drivers in libethdrivers. The driver module grabs the necessary
resources and off-loads the Ethernet initialisation to the original
initialisation functions.


# c5a8ab5f 03-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libethdrivers: Update tx2 and intel drivers

Add a new initialization mechanism for drivers to allocate their own
resources that use the driver framework interfaces.


# 90c284c4 09-Feb-2020 Oliver Scott <Oliver.Scott@data61.csiro.au>

tx2-ethernet: port Synopsis driver

Port/reverse engineer driver from linux/l4t/u-boot sources.


# 4a9fdba0 07-Nov-2019 Damon Lee <Damon.Lee@data61.csiro.au>

trivial: Style changed files


# 34bc3d68 07-Nov-2019 Damon Lee <Damon.Lee@data61.csiro.au>

libethdrivers: Add imx8mq-evk support

The imx8mq-evk reuses the imx6 Ethernet drivers as the devices and setup
are very similar. This is a bit of a hack at the moment and will
eventually be cleaned up.


# c84a0155 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

replace kernel_autoconf with sel4_autoconf

since the mainline kernel's kernel_autoconf doesn't include
seL4/gen_config.h but sel4_autoconf does


# 3f9cdc14 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

util_libs: remove autoconf.h from util_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 84de17f0 15-Apr-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

CMake: Mark config options as advanced

This is to hide the options in the cmake-gui. Top level applications can
choose to reexpose these options by clearing the advanced setting.


# d9ecb77d 15-Apr-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: style CMakeLists.txt


# 44601cad 01-Jan-2019 James Ye <james.ye@data61.csiro.au>

libethdrivers: Fix compilation with picotcp


# 2d09b5a6 19-Apr-2018 Adam Felizzi <a.felizzi@student.unsw.edu.au>

libethdrivers: Link lwip lib if config is set

Added check if config option 'Liblwip' is set. If set we link the
liblwip library to the ethdrivers target.


# 83aa6c25 06-Mar-2018 Adrian Danis <Adrian.Danis@data61.csiro.au>

libethdrivers: cmake build definitions