Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
7481266e
Commit
7481266e
authored
Dec 12, 2005
by
Wolfgang Denk
Browse files
No commit message
No commit message
parent
a889bd27
Changes
229
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
7481266e
...
...
@@ -2,6 +2,13 @@
Changes for U-Boot 1.1.4:
======================================================================
* Fix register for PCI async mode on PPC440EP
Patch by Youngchul Bang, 08 Dec 2005
* Fix U-Boot linking problems (add .eh_frame segment to linker script)
This segment may be required by some libgcc.a functions
(like _udivdi3).
* Fix DPRAM offset/size for MPC8541/8555.
Simplify TQM85xx Makefile handling.
...
...
Makefile
View file @
7481266e
...
...
@@ -1002,9 +1002,6 @@ SL8245_config: unconfig
utx8245_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
ppc mpc824x utx8245
cobra5272_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
m68k mcf52x2 cobra5272
#########################################################################
## MPC8260 Systems
#########################################################################
...
...
@@ -1234,6 +1231,9 @@ ZPC1900_config: unconfig
## Coldfire
#########################################################################
cobra5272_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
m68k mcf52x2 cobra5272
M5272C3_config
:
unconfig
@
./mkconfig
$
(
@:_config
=)
m68k mcf52x2 m5272c3
...
...
board/LEOX/elpt860/u-boot.lds
View file @
7481266e
...
...
@@ -91,6 +91,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/LEOX/elpt860/u-boot.lds.debug
View file @
7481266e
...
...
@@ -83,6 +83,8 @@ SECTIONS
{
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/MAI/AmigaOneG3SE/u-boot.lds
View file @
7481266e
...
...
@@ -76,6 +76,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/Marvell/db64360/u-boot.lds
View file @
7481266e
...
...
@@ -74,6 +74,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/Marvell/db64460/u-boot.lds
View file @
7481266e
...
...
@@ -74,6 +74,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/RPXClassic/u-boot.lds
View file @
7481266e
...
...
@@ -78,6 +78,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/RPXClassic/u-boot.lds.debug
View file @
7481266e
...
...
@@ -74,6 +74,8 @@ SECTIONS
{
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/RPXlite/u-boot.lds
View file @
7481266e
...
...
@@ -78,6 +78,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/RPXlite/u-boot.lds.debug
View file @
7481266e
...
...
@@ -74,6 +74,8 @@ SECTIONS
{
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/RPXlite_dw/u-boot.lds
View file @
7481266e
...
...
@@ -78,6 +78,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/RPXlite_dw/u-boot.lds.debug
View file @
7481266e
...
...
@@ -74,6 +74,8 @@ SECTIONS
{
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/RRvision/u-boot.lds
View file @
7481266e
...
...
@@ -80,6 +80,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/a3000/u-boot.lds
View file @
7481266e
...
...
@@ -70,6 +70,8 @@ SECTIONS
. = ALIGN(16);
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/adder/u-boot.lds
View file @
7481266e
...
...
@@ -60,6 +60,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/alaska/u-boot.lds
View file @
7481266e
...
...
@@ -61,6 +61,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/amcc/bamboo/u-boot.lds
View file @
7481266e
...
...
@@ -93,6 +93,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/amcc/bubinga/u-boot.lds
View file @
7481266e
...
...
@@ -87,6 +87,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
board/amcc/ebony/u-boot.lds
View file @
7481266e
...
...
@@ -93,6 +93,7 @@ SECTIONS
*(.rodata)
*(.rodata1)
*(.rodata.str1.4)
*(.eh_frame)
}
.fini : { *(.fini) } =0
.ctors : { *(.ctors) }
...
...
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment