Tom Rini
5f88ed5cde
Merge git://git.denx.de/u-boot-x86
2015-01-13 13:39:25 -05:00
Bin Meng
617b867fd7
x86: Update README.x86 for coreboot support
...
Update README.x86 to include new build instructions for U-Boot as
the coreboot payload and testing considerations with coreboot.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com >
Acked-by: Simon Glass <sjg@chromium.org >
2015-01-13 07:25:05 -08:00
Simon Glass
cb3b2e62ca
x86: Add an 'mtrr' command to list and adjust MTRRs
...
It is useful to be able to see the MTRR setup in U-Boot. Add a command
to list the state of the variable MTRR registers and allow them to be
changed.
Update the documentation to list some of the available commands.
This does not support fixed MTRRs as yet.
Signed-off-by: Simon Glass <sjg@chromium.org >
Tested-by: Bin Meng <bmeng.cn@gmail.com >
2015-01-13 07:25:02 -08:00
Matthias Fuchs
5f1459dc0d
ppc4xx: remove some CPCI405 variants
...
only keep CPCI4052
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:25 -05:00
Matthias Fuchs
5f8f6294a7
ppc4xx: remove G2000 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:25 -05:00
Matthias Fuchs
fc88a5bf79
ppc4xx: remove WUH405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:25 -05:00
Matthias Fuchs
807db88b62
ppc4xx: remove VOH405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:25 -05:00
Matthias Fuchs
d526330479
ppc4xx: remove PMC405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:24 -05:00
Matthias Fuchs
dbe7bb0d21
ppc4xx: remove PCI405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:24 -05:00
Matthias Fuchs
cc6e715f1b
ppc4xx: remove OCRTC board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:24 -05:00
Matthias Fuchs
e434d5d729
ppc4xx: remove HUB405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:24 -05:00
Matthias Fuchs
843125daeb
ppc4xx: remove HH405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:23 -05:00
Matthias Fuchs
7ac9d47a22
ppc4xx: remove DU440 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:23 -05:00
Matthias Fuchs
bc114076dc
ppc4xx: remove DU405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:23 -05:00
Matthias Fuchs
9a4018e09a
ppc4xx: remove DP405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:23 -05:00
Matthias Fuchs
2404124c47
ppc4xx: remove CMS700 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:22 -05:00
Matthias Fuchs
b5e7c84f72
ppc4xx: remove ASH405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:22 -05:00
Matthias Fuchs
61b57c4ab9
ppc4xx: remove AR405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:22 -05:00
Matthias Fuchs
2b8a04e551
ppx4xx: remove APC405 board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
2015-01-13 09:37:21 -05:00
Matthias Fuchs
cbdc662a2c
m68k: remove TASREG board
...
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu >
Acked-by: Stefan Roese <sr@denx.de >
2015-01-13 09:37:21 -05:00
Luka Perkov
5ea0196164
MAINTAINERS: add me as a co-maintainer of KIRKWOOD
...
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr >
CC: Prafulla Wadaskar <prafulla@marvell.com >
CC: Wolfgang Denk <wd@denx.de >
Acked-by: Stefan Roese <sr@denx.de >
2015-01-08 11:00:45 -05:00
Luka Perkov
f16d18627f
doc/gitmail-rc: fix whitespaces
...
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr >
2015-01-08 11:00:45 -05:00
Sjoerd Simons
9332274989
cros-ec-keyboard: Synchronize DT binding from linux
...
The ChromeOS EC keyboard is used by various different chromebooks. Peach
pi being the third board in the u-boot tree to use it (snow and peach
pit the other two). Rather then embedding the same big DT node in the
peach-pi DT again, copy the dtsi snippit & bindings documentation from
linux and include it in all 3 boards.
This slightly changes the dt bindings in u-boot:
* google,key-rows becomes keypad,num-rows
* google,key-colums becomes keypad,num-colums
* google,repeat-delay-ms and google,repeat-rate-ms are no longer used
and replaced by hardcoded values (similar to tegra kbc)
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk >
Acked-by: Simon Glass <sjg@chromium.org >
Tested-by: Simon Glass <sjg@chromium.org >
2015-01-05 17:45:16 -07:00
Masahiro Yamada
33fcd1bbd5
dm: README: recommend u-boot.dtb to try driver-model on sandbox
...
To enjoy driver-model on sandbox, using device tree is recommended.
While we are here, change sandbox_config to sandbox_defconfig too.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Acked-by: Simon Glass <sjg@chromium.org >
Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com >
2015-01-05 17:45:15 -07:00
Masahiro Yamada
d622ac3927
powerpc: mpc824x: remove MPC824X cpu support
...
All the MPC824X boards are still non-generic boards:
A3000, CPC45, CU824, eXalion, MVBLUE, MUSENKI, Sandpoint824x, utx8245
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
Cc: Josef Wagner <Wagner@Microsys.de >
Cc: Torsten Demke <torsten.demke@fci.com >
Cc: Jim Thompson <jim@musenki.com >
Cc: Greg Allen <gallen@arlut.utexas.edu >
2015-01-05 12:08:55 -05:00
Masahiro Yamada
9067b30008
mpc8260: remove atc board support
...
These boards are still non-generic boards.
drivers/rtc/ds12887.c should also be removed because it can not
be built without CONFIG_ATC.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:55 -05:00
Masahiro Yamada
f7e1af8690
mpc8260: remove CPU86, CPU87 board support
...
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:55 -05:00
Masahiro Yamada
e2b1962977
mpc8260: remove ep82xxm board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
2015-01-05 12:08:55 -05:00
Masahiro Yamada
8eecbaf303
mpc8260: remove gw8260 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Oliver Brown <obrown@adventnetworks.com >
2015-01-05 12:08:54 -05:00
Masahiro Yamada
87882f5727
mpc8260: remove IPHASE4539 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Grandegger <wg@denx.de >
2015-01-05 12:08:54 -05:00
Masahiro Yamada
d2fd1d6623
mpc8260: remove muas3001 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Heiko Schocher <hs@denx.de >
2015-01-05 12:08:54 -05:00
Masahiro Yamada
dc0b2fb4a7
mpc8260: remove PM825, PM826, PM828 board support
...
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:54 -05:00
Masahiro Yamada
b3a2bbe1a4
mpc8260: remove MPC8266ADS board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Rune Torgersen <runet@innovsys.com >
2015-01-05 12:08:54 -05:00
Masahiro Yamada
cc90905f78
mpc8260: remove VoVPN-GW board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
2015-01-05 12:08:54 -05:00
Masahiro Yamada
4ad015bab0
mpc8260: remove ep8260 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Frank Panno <fpanno@delphintech.com >
2015-01-05 12:08:53 -05:00
Masahiro Yamada
793116d2c5
mpc8260: remove ppmc8260 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Brad Kemp <Brad.Kemp@seranoa.com >
2015-01-05 12:08:53 -05:00
Masahiro Yamada
b35c0ad6e6
mpc8260: remove sacsng board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Jerry Van Baren <gerald.vanbaren@smiths-aerospace.com >
2015-01-05 12:08:53 -05:00
Masahiro Yamada
d19f6a60ec
powerpc: remove cogent_8xx, cogent_mpc8260 board support
...
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Murray Jensen <Murray.Jensen@csiro.au >
2015-01-05 12:08:53 -05:00
Masahiro Yamada
af0e35149b
mpc8xx: remove ESTEEM192E board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Conn Clark <clark@esteem.com >
2015-01-05 12:08:53 -05:00
Masahiro Yamada
5ec71100dc
mpc8xx: remove IP860 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:53 -05:00
Masahiro Yamada
ca620cd149
mpc8xx: remove IVMS8, IVML24 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:52 -05:00
Masahiro Yamada
acc2372db0
mpc8xx: remove lwmon board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:52 -05:00
Masahiro Yamada
f017cd7f71
mpc8xx: remove NETVIA board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Pantelis Antoniou <panto@intracom.gr >
2015-01-05 12:08:52 -05:00
Masahiro Yamada
79cbecb81b
mpc8xx: remove R360MPI board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:52 -05:00
Masahiro Yamada
8737fc7529
mpc8xx: remove RRvision board support
...
This board is still a non-generic board.
Unused code in arch/powerpc/cpu/mpc8xx/video.c should be also deleted
because CONFIG_VIDEO_ENCODER_AD7176, CONFIG_VIDEO_ENCODER_AD7177,
CONFIG_VIDEO_ENCODER_AD7179 are not defined any more.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:52 -05:00
Masahiro Yamada
72ba368f45
mpc8xx: remove SPD823TS board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:51 -05:00
Masahiro Yamada
4317d070db
mpc8xx: remove KUP4X, KUP4K board support
...
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Klaus Heydeck <heydeck@kieback-peter.de >
2015-01-05 12:08:51 -05:00
Masahiro Yamada
3c5b20f1b7
mpc8xx: remove ELPT860 board support
...
This board is still a non-generic board.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: The LEOX team <team@leox.org >
2015-01-05 12:08:51 -05:00
Masahiro Yamada
ceaf499b50
powerpc: manroland: remove uc100, uc101, mucmc52, hmi1001 support
...
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Heiko Schocher <hs@denx.de >
Cc: Stefan Roese <sr@denx.de >
2015-01-05 12:08:51 -05:00
Masahiro Yamada
5d2a5ef712
mpc8xx: remove FPS{850, 860}L, NSCU, SM850, TK885D, virtlab2 support
...
These boards are still non-generic boards.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Cc: Wolfgang Denk <wd@denx.de >
2015-01-05 12:08:50 -05:00