Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
onny
uboot-i9100
Commits
e5845e21
Commit
e5845e21
authored
17 years ago
by
Michal Simek
Browse files
Options
Downloads
Patches
Plain Diff
microblaze: ML401 and XUPV2P remove emac and emaclite reference
Signed-off-by:
Michal Simek
<
monstr@monstr.eu
>
parent
6bf3e982
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/configs/ml401.h
+8
-2
8 additions, 2 deletions
include/configs/ml401.h
include/configs/xupv2p.h
+10
-4
10 additions, 4 deletions
include/configs/xupv2p.h
with
18 additions
and
6 deletions
include/configs/ml401.h
+
8
−
2
View file @
e5845e21
...
@@ -41,8 +41,14 @@
...
@@ -41,8 +41,14 @@
/*#define CFG_RESET_ADDRESS TEXT_BASE*/
/*#define CFG_RESET_ADDRESS TEXT_BASE*/
/* ethernet */
/* ethernet */
#define CONFIG_EMACLITE 1
#ifdef XILINX_EMAC_BASEADDR
#define XPAR_EMAC_0_DEVICE_ID XPAR_OPB_ETHERNET_0_DEVICE_ID
#define CONFIG_XILINX_EMAC 1
#else
#ifdef XILINX_EMACLITE_BASEADDR
#define CONFIG_XILINX_EMACLITE 1
#endif
#endif
#undef ET_DEBUG
/* gpio */
/* gpio */
#define CFG_GPIO_0 1
#define CFG_GPIO_0 1
...
...
This diff is collapsed.
Click to expand it.
include/configs/xupv2p.h
+
10
−
4
View file @
e5845e21
...
@@ -36,10 +36,6 @@
...
@@ -36,10 +36,6 @@
#define CONFIG_BAUDRATE XILINX_UART_BAUDRATE
#define CONFIG_BAUDRATE XILINX_UART_BAUDRATE
#define CFG_BAUDRATE_TABLE { CONFIG_BAUDRATE }
#define CFG_BAUDRATE_TABLE { CONFIG_BAUDRATE }
/* ethernet */
#define CONFIG_EMAC 1
#define XPAR_EMAC_0_DEVICE_ID XPAR_XEMAC_NUM_INSTANCES
/*
/*
* setting reset address
* setting reset address
*
*
...
@@ -51,6 +47,16 @@
...
@@ -51,6 +47,16 @@
*/
*/
/* #define CFG_RESET_ADDRESS 0x36000000 */
/* #define CFG_RESET_ADDRESS 0x36000000 */
/* ethernet */
#ifdef XILINX_EMAC_BASEADDR
#define CONFIG_XILINX_EMAC 1
#else
#ifdef XILINX_EMACLITE_BASEADDR
#define CONFIG_XILINX_EMACLITE 1
#endif
#endif
#undef ET_DEBUG
/* gpio */
/* gpio */
#ifdef XILINX_GPIO_BASEADDR
#ifdef XILINX_GPIO_BASEADDR
#define CFG_GPIO_0 1
#define CFG_GPIO_0 1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment