11 Jun, 2015
1 commit
-
sometimes it is usefull to know if board-detection has
written the correct value into gd->board_type.For this we add some output to the bdinfo command.
Signed-off-by: Hannes Schmelzer
19 Apr, 2015
2 commits
-
This function is not supported with driver model.
Signed-off-by: Simon Glass
Acked-by: Joe Hershberger -
First just add support for MAC drivers.
Signed-off-by: Joe Hershberger
Reviewed-by: Simon Glass
18 Feb, 2015
1 commit
-
Signed-off-by: Andreas Bießmann
09 Feb, 2015
2 commits
-
Microblaze target supports both OF and !OF cases
and from log is not clear which version is running.Signed-off-by: Michal Simek
-
Compile code with -fPIC to get GOT. Do not build SPL
with fPIC because it increasing SPL size for nothing.Signed-off-by: Michal Simek
06 Jan, 2015
1 commit
-
For all flavours of ARC we execute the same code in "bdinfo" so we may
safely check for CONFIG_ARC. This is especially important since we're
about to add more types of ARC so existing check won't work in all
cases.Signed-off-by: Alexey Brodkin
Cc: Tom Rini
08 Dec, 2014
1 commit
-
This board sprinkles #ifdef(CONFIG_HERMES) over various global files
such as include/common.h, common/board_r.c, common/cmd_bdinfo.c.
Let's zap such an ill-behaved board.It has not been converted to generic board yet and mpc8xx is old
enough.Signed-off-by: Masahiro Yamada
Cc: Wolfgang Denk
Acked-by: Wolfgang Denk
19 Jul, 2014
1 commit
-
Since most commands are not public, make them static. This
prevents warnings that no common prototype is available.Signed-off-by: Jeroen Hofstee
13 May, 2014
1 commit
-
gd->bd->bi_baudrate is a copy of gd->baudrate.
Since baudrate is a common feature for all architectures,
keep gd->baudrate only.It is true that bi_baudrate was passed to the kernel in that structure
but it was a long time ago.Signed-off-by: Masahiro Yamada
Cc: Tom Rini
Cc: Simon Glass
Cc: Wolfgang Denk
Cc: Heiko Schocher
Acked-by: Michal Simek (For microblaze)
07 Mar, 2014
1 commit
-
Before this commit, CONFIG_MPC8260 and CONFIG_8260
were used mixed-up.All boards with mpc8260 cpu defined both of them:
- CONFIG_MPC8260 was defined in board config headers
and include/common.h
- CONFIG_8260 was defined arch/powerpc/cpu/mpc8260/config.mkWe do not need to have both of them.
This commit keeps only CONFIG_MPC8260.This commit does:
- Delete CONFIG_8260 and CONFIG_MPC8260 definition
in config headers and include/common.h
- Rename CONFIG_8260 to CONFIG_MPC8260
in arch/powerpc/cpu/mpc8260/config.mk.
- Rename #ifdef CONFIG_8260 to #ifdef CONFIG_MPC8260Signed-off-by: Masahiro Yamada
Cc: Wolfgang Denk
07 Feb, 2014
1 commit
-
Signed-off-by: Alexey Brodkin
Cc: Vineet Gupta
Cc: Francois Bedard
Cc: Wolfgang Denk
Cc: Heiko Schocher
20 Aug, 2013
1 commit
-
This patch removes support for the APM 405CR CPU.
This CPU is EOL and no board uses this chip.Signed-off-by: Matthias Fuchs
24 Jul, 2013
1 commit
-
Signed-off-by: Wolfgang Denk
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini
25 May, 2013
1 commit
-
Add board detail function to print more individual board information.
Signed-off-by: York Sun
Signed-off-by: Andy Fleming
15 May, 2013
1 commit
-
The Freescale MPC8220 Power Architecture processors have long reached
EOL; Freescale does not even list these any more on their web site.Remove the code to avoid wasting maitaining efforts on dead stuff.
Signed-off-by: Wolfgang Denk
Cc: Andy Fleming
04 Feb, 2013
4 commits
-
The ideal of having a frame buffer when there isn't a display is not
that useful. Change the bdinfo command to expect this only when we
have an lcd or video display.Signed-off-by: Simon Glass
-
Fix one printf compilation warning in microblaze bdinfo part.
Warning log:
cmd_bdinfo.c: In function 'do_bdinfo':
cmd_bdinfo.c:219:2: warning: format '%u' expects argument of type
'unsigned int', but argument 2 has type 'long unsigned int' [-Wformat]Signed-off-by: Michal Simek
-
- Show all ethernet MACs in the system.
- Show current ethernet deviceSigned-off-by: Michal Simek
02 Feb, 2013
1 commit
-
Move these fields into arch_global_data and tidy up.
Signed-off-by: Simon Glass
[trini: Address tlb_size in this patch as well]
Signed-off-by: Tom Rini
20 Oct, 2012
13 commits
-
This doesn't need to be a long, so change it.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
This doesn't need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
This doesn't need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
This doesn't need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
This does not need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Acked-by: Andreas Bießmann
Signed-off-by: Tom Rini -
These don't need to be longs, so change them.
Signed-off-by: Simon Glass
Signed-off-by: Tom Rini
16 Oct, 2012
1 commit
-
This fixes a warning when compiling with ELDK-5.2.1 for MIPS64:
cmd_bdinfo.c: In function 'print_lnum':
cmd_bdinfo.c:56:2: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 3 has type 'u64' [-Wformat]Signed-off-by: Daniel Schwierzeck
19 Sep, 2012
1 commit
-
cmd_bdinfo.c: In function ‘do_bdinfo’:
cmd_bdinfo.c:220:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:222:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:224:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:226:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]
cmd_bdinfo.c:228:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘int’ [-Wformat]Signed-off-by: Marek Vasut
Cc: Daniel Hellstrom
Cc: u-boot-dm@lists.denx.de
16 May, 2012
1 commit
-
This field gets read in one place (by "bdinfo"), and we can replace
that with getenv("ipaddr"). After all, the bi_ip_addr field is kept
up-to-date implicitly with the value of the ipaddr env var.Signed-off-by: Mike Frysinger
Reviewed-by: Joe Hershberger
25 Apr, 2012
1 commit
-
Some Freescale SOCs support 32-bit and 36-bit physical addressing, and
U-Boot must be built to enable one or the other. Add this information
to the bdinfo command.Signed-off-by: Timur Tabi
Signed-off-by: Andy Fleming
12 Feb, 2012
1 commit
-
add support for printing various clock frequency info found
in SOC such as ARM core frequency, DSP core frequency and DDR
frequency as part of bdinfo command.Signed-off-by: Manjunath Hadli
Cc: Tom Rini
14 Jan, 2012
1 commit
-
Signed-off-by: Stefan Kristiansson