Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Jack Humbert
reform-boundary-uboot
Commits
d526de33
Commit
d526de33
authored
18 years ago
by
Wolfgang Denk
Committed by
Wolfgang Denk
18 years ago
Browse files
Options
Downloads
Plain Diff
Merge with /home/sr/git/u-boot/denx-merge-sr
parents
f8db84f1
6304430e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/configs/alpr.h
+8
-6
8 additions, 6 deletions
include/configs/alpr.h
with
8 additions
and
6 deletions
include/configs/alpr.h
+
8
−
6
View file @
d526de33
/*
/*
* (C) Copyright 2006
* (C) Copyright 2006
-2007
* Stefan Roese, DENX Software Engineering, sr@denx.de.
* Stefan Roese, DENX Software Engineering, sr@denx.de.
*
*
* See file CREDITS for list of people who contributed to this
* See file CREDITS for list of people who contributed to this
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
#define CFG_EEPROM_PAGE_WRITE_ENABLE
#define CFG_EEPROM_PAGE_WRITE_ENABLE
#define CONFIG_PREBOOT "echo;" \
#define CONFIG_PREBOOT "echo;" \
"echo Type \"run
flash_nfs\" to mount root filesystem over NFS;"
\
"echo Type \"run
kernelx\" to boot the system;"
\
"echo"
"echo"
#undef CONFIG_BOOTARGS
#undef CONFIG_BOOTARGS
...
@@ -144,7 +144,7 @@
...
@@ -144,7 +144,7 @@
"netdev=eth3\0" \
"netdev=eth3\0" \
"hostname=alpr\0" \
"hostname=alpr\0" \
"nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsargs=setenv bootargs root=/dev/nfs rw " \
"nfsroot=${serverip}:${rootpath}\0"
\
"nfsroot=${serverip}:${rootpath}
${init}
\0" \
"ramargs=setenv bootargs root=/dev/ram rw\0" \
"ramargs=setenv bootargs root=/dev/ram rw\0" \
"addip=setenv bootargs ${bootargs} " \
"addip=setenv bootargs ${bootargs} " \
"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}" \
...
@@ -170,7 +170,6 @@
...
@@ -170,7 +170,6 @@
"ethact=ppc_4xx_eth3\0" \
"ethact=ppc_4xx_eth3\0" \
"autoload=no\0" \
"autoload=no\0" \
"ipconfig=dhcp;setenv serverip 11.0.0.152\0" \
"ipconfig=dhcp;setenv serverip 11.0.0.152\0" \
"actkernel=kernel2\0" \
"load_fpga=fpga load 0 ffe00000 10dd9a\0" \
"load_fpga=fpga load 0 ffe00000 10dd9a\0" \
"mtdargs=setenv bootargs root=/dev/mtdblock6 rw " \
"mtdargs=setenv bootargs root=/dev/mtdblock6 rw " \
"rootfstype=jffs2 init=/sbin/init\0" \
"rootfstype=jffs2 init=/sbin/init\0" \
...
@@ -178,8 +177,10 @@
...
@@ -178,8 +177,10 @@
";bootm 200000\0" \
";bootm 200000\0" \
"kernel2_mtd=nand read 200000 200000 200000;run mtdargs addip " \
"kernel2_mtd=nand read 200000 200000 200000;run mtdargs addip " \
"addtty;bootm 200000\0" \
"addtty;bootm 200000\0" \
"kernel1=run ipconfig load_fpga kernel1_mtd\0" \
"kernel1=setenv actkernel 'kernel1';run load_fpga " \
"kernel2=run ipconfig load_fpga kernel2_mtd\0" \
"kernel1_mtd\0" \
"kernel2=setenv actkernel 'kernel2';run load_fpga " \
"kernel2_mtd\0" \
""
""
#define CONFIG_BOOTCOMMAND "run kernel2"
#define CONFIG_BOOTCOMMAND "run kernel2"
...
@@ -244,6 +245,7 @@
...
@@ -244,6 +245,7 @@
#define CFG_MAXARGS 16
/* max number of command args */
#define CFG_MAXARGS 16
/* max number of command args */
#define CFG_BARGSIZE CFG_CBSIZE
/* Boot Argument Buffer Size */
#define CFG_BARGSIZE CFG_CBSIZE
/* Boot Argument Buffer Size */
#define CFG_ALT_MEMTEST 1
/* Enable more extensive memtest*/
#define CFG_MEMTEST_START 0x0400000
/* memtest works on */
#define CFG_MEMTEST_START 0x0400000
/* memtest works on */
#define CFG_MEMTEST_END 0x0C00000
/* 4 ... 12 MB in DRAM */
#define CFG_MEMTEST_END 0x0C00000
/* 4 ... 12 MB in DRAM */
...
...
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