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
f7a5f025
Commit
f7a5f025
authored
9 years ago
by
Tom Rini
Browse files
Options
Downloads
Plain Diff
Merge
git://git.denx.de/u-boot-dm
parents
a5d4785c
eb623b98
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
drivers/core/Kconfig
+1
-1
1 addition, 1 deletion
drivers/core/Kconfig
drivers/serial/serial-uclass.c
+10
-10
10 additions, 10 deletions
drivers/serial/serial-uclass.c
tools/buildman/README
+22
-1
22 additions, 1 deletion
tools/buildman/README
with
33 additions
and
12 deletions
drivers/core/Kconfig
+
1
−
1
View file @
f7a5f025
...
@@ -155,7 +155,7 @@ config OF_TRANSLATE
...
@@ -155,7 +155,7 @@ config OF_TRANSLATE
smaller in size than fdt_translate_address().
smaller in size than fdt_translate_address().
config SPL_OF_TRANSLATE
config SPL_OF_TRANSLATE
bool "Translate addresses using fdt_translate_address"
bool "Translate addresses using fdt_translate_address
in SPL
"
depends on SPL_DM && SPL_OF_CONTROL
depends on SPL_DM && SPL_OF_CONTROL
default n
default n
help
help
...
...
This diff is collapsed.
Click to expand it.
drivers/serial/serial-uclass.c
+
10
−
10
View file @
f7a5f025
...
@@ -64,9 +64,9 @@ static void serial_find_console_or_panic(void)
...
@@ -64,9 +64,9 @@ static void serial_find_console_or_panic(void)
}
}
/*
/*
* If the console is not marked to be bound before relocation,
* If the console is not marked to be bound before relocation,
* bind it anyway.
* bind it anyway.
*/
*/
if
(
node
>
0
&&
if
(
node
>
0
&&
!
lists_bind_fdt
(
gd
->
dm_root
,
blob
,
node
,
&
dev
))
{
!
lists_bind_fdt
(
gd
->
dm_root
,
blob
,
node
,
&
dev
))
{
if
(
!
device_probe
(
dev
))
{
if
(
!
device_probe
(
dev
))
{
...
@@ -77,13 +77,13 @@ static void serial_find_console_or_panic(void)
...
@@ -77,13 +77,13 @@ static void serial_find_console_or_panic(void)
}
}
if
(
!
SPL_BUILD
||
!
CONFIG_IS_ENABLED
(
OF_CONTROL
)
||
!
blob
)
{
if
(
!
SPL_BUILD
||
!
CONFIG_IS_ENABLED
(
OF_CONTROL
)
||
!
blob
)
{
/*
/*
* Try to use CONFIG_CONS_INDEX if available (it is numbered
* Try to use CONFIG_CONS_INDEX if available (it is numbered
* from 1!).
* from 1!).
*
*
* Failing that, get the device with sequence number 0, or in
* Failing that, get the device with sequence number 0, or in
* extremis just the first serial device we can find. But we
* extremis just the first serial device we can find. But we
* insist on having a console (even if it is silent).
* insist on having a console (even if it is silent).
*/
*/
#ifdef CONFIG_CONS_INDEX
#ifdef CONFIG_CONS_INDEX
#define INDEX (CONFIG_CONS_INDEX - 1)
#define INDEX (CONFIG_CONS_INDEX - 1)
#else
#else
...
...
This diff is collapsed.
Click to expand it.
tools/buildman/README
+
22
−
1
View file @
f7a5f025
...
@@ -156,7 +156,6 @@ aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
...
@@ -156,7 +156,6 @@ aarch64: /opt/linaro/gcc-linaro-aarch64-none-elf-4.8-2013.10_linux
[toolchain-alias]
[toolchain-alias]
x86: i386
x86: i386
blackfin: bfin
blackfin: bfin
sh: sh4
nds32: nds32le
nds32: nds32le
openrisc: or32
openrisc: or32
...
@@ -341,6 +340,28 @@ Testing
...
@@ -341,6 +340,28 @@ Testing
- found '/home/sjg/.buildman-toolchains/gcc-4.5.1-nolibc/or32-linux/bin/or32-linux-gcc'
- found '/home/sjg/.buildman-toolchains/gcc-4.5.1-nolibc/or32-linux/bin/or32-linux-gcc'
Tool chain test: OK
Tool chain test: OK
Or download them all from kernel.org and move them to /toolchains directory,
$ for i in aarch64 arm avr32 i386 m68k microblaze mips or32 powerpc sparc
do
./tools/buildman/buildman --fetch-arch $i
done
$ sudo mkdir -p /toolchains
$ sudo mv ~/.buildman-toolchains/*/* /toolchains/
For those not available from kernel.org, download from the following links.
arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/
arc_gnu_2015.06_prebuilt_uclibc_le_archs_linux_install.tar.gz
blackfin: http://sourceforge.net/projects/adi-toolchain/files/
blackfin-toolchain-elf-gcc-4.5-2014R1_45-RC2.x86_64.tar.bz2
nds32: http://osdk.andestech.com/packages/
nds32le-linux-glibc-v1.tgz
nios2: http://sourcery.mentor.com/public/gnu_toolchain/nios2-linux-gnu/
sourceryg++-2015.11-27-nios2-linux-gnu-i686-pc-linux-gnu.tar.bz2
sh: http://sourcery.mentor.com/public/gnu_toolchain/sh-linux-gnu/
renesas-4.4-200-sh-linux-gnu-i686-pc-linux-gnu.tar.bz2
Buildman should now be set up to use your new toolchain.
Buildman should now be set up to use your new toolchain.
At the time of writing, U-Boot has these architectures:
At the time of writing, U-Boot has these architectures:
...
...
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