diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2022-04-26 13:50:52 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-05-16 13:22:49 +0000 |
commit | eda66c313b5c5491738a0a5e884caba14c07731f (patch) | |
tree | 8e4060c464694516de54555517cf76b7600bfb70 /src/soc/intel/elkhartlake/include | |
parent | bd192821bb3784014743c9ea280e032e292ac3c0 (diff) |
soc/intel/elkhartlake: Implement TSN GbE driver
To be able to make EHL Ethernet GbE-TSN Controller configurable, a
driver is required. Functionality comes in following patches.
Change-Id: I7522914c56b74486bb088280d2686acf7027d1d3
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63861
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/soc/intel/elkhartlake/include')
-rw-r--r-- | src/soc/intel/elkhartlake/include/soc/tsn_gbe.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/elkhartlake/include/soc/tsn_gbe.h b/src/soc/intel/elkhartlake/include/soc/tsn_gbe.h new file mode 100644 index 0000000000..d006ef252b --- /dev/null +++ b/src/soc/intel/elkhartlake/include/soc/tsn_gbe.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +#ifndef _SOC_ELKHARTLAKE_TSN_GBE_H_ +#define _SOC_ELKHARTLAKE_TSN_GBE_H_ + +#endif /* _SOC_ELKHARTLAKE_TSN_GBE_H_ */ |