Select Git revision
ns9750_eth.h
Forked from
Reform / reform-boundary-uboot
Source project has a limited visibility.
-
Hugo Villeneuve authored
Remove duplicate definitions in include/lxt971a.h. Remove duplicate registers and bits definitions in include/lxt971a.h for standard MII registers, and use values in include/miiphy.h instead. Signed-off-by:
Hugo Villeneuve <hugo.villeneuve@lyrtech.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
Hugo Villeneuve authoredRemove duplicate definitions in include/lxt971a.h. Remove duplicate registers and bits definitions in include/lxt971a.h for standard MII registers, and use values in include/miiphy.h instead. Signed-off-by:
Hugo Villeneuve <hugo.villeneuve@lyrtech.com> Signed-off-by:
Ben Warren <biggerbadderben@gmail.com>
fsp_platform.h 295 B
/*
* Copyright (C) 2013, Intel Corporation
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
*
* SPDX-License-Identifier: Intel
*/
#ifndef __FSP_PLATFORM_H__
#define __FSP_PLATFORM_H__
struct fspinit_rtbuf {
struct common_buf common; /* FSP common runtime data structure */
};
#endif