]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
* The PS/2 mux on the BMS2003 board needs 450 ms after power on
authorwdenk <wdenk>
Tue, 20 Jan 2004 23:12:12 +0000 (23:12 +0000)
committerwdenk <wdenk>
Tue, 20 Jan 2004 23:12:12 +0000 (23:12 +0000)
commitc837dcb1a316745092567bfe4fb266d0941884ff
tree8b275e8c982d1b0a411ff33c08c86cd3d343eed6
parentb0aef11c9f1f98d018adaa484f1e048fa626801e
* The PS/2 mux on the BMS2003 board needs 450 ms after power on
  before we can access it; add delay in case we are faster (with no
  CF card inserted)

* Cleanup of some init functions

* Make sure SCC Ethernet is always stopped by the time we boot Linux
  to avoid Linux crashes by early packets coming in.

* Accelerate flash accesses on LWMON board by using buffered writes
128 files changed:
CHANGELOG
board/LEOX/elpt860/elpt860.c
board/MAI/AmigaOneG3SE/articiaS.c
board/Marvell/common/bootseq.txt
board/Marvell/db64360/db64360.c
board/Marvell/db64460/db64460.c
board/altera/dk1c20/dk1c20.c
board/altera/dk1s10/dk1s10.c
board/bubinga405ep/bubinga405ep.c
board/cpc45/cpc45.c
board/cradle/cradle.c
board/cray/L1/L1.c
board/dave/PPChameleonEVB/PPChameleonEVB.c
board/ebony/ebony.c
board/eltec/mhpc/mhpc.c
board/ep8260/ep8260.c
board/eric/eric.c
board/esd/adciop/adciop.c
board/esd/ar405/ar405.c
board/esd/ash405/ash405.c
board/esd/canbt/canbt.c
board/esd/cpci405/cpci405.c
board/esd/cpci440/cpci440.c
board/esd/cpciiser4/cpciiser4.c
board/esd/dasa_sim/dasa_sim.c
board/esd/dp405/dp405.c
board/esd/du405/du405.c
board/esd/hub405/hub405.c
board/esd/ocrtc/ocrtc.c
board/esd/pci405/pci405.c
board/esd/plu405/plu405.c
board/esd/pmc405/pmc405.c
board/esd/voh405/voh405.c
board/evb64260/bootseq.txt
board/evb64260/evb64260.c
board/exbitgen/exbitgen.c
board/ip860/ip860.c
board/ixdp425/ixdp425.c
board/lubbock/lubbock.c
board/lwmon/flash.c
board/lwmon/lwmon.c
board/ml2/ml2.c
board/mpc8260ads/mpc8260ads.c
board/mpc8266ads/mpc8266ads.c
board/mpc8540ads/mpc8540ads.c
board/mpc8560ads/mpc8560ads.c
board/mpl/mip405/mip405.c
board/mpl/pip405/pip405.c
board/netvia/netvia.c
board/oxc/oxc.c
board/pcippc2/pcippc2.c
board/rpxsuper/rpxsuper.c
board/siemens/IAD210/IAD210.c
board/tqm8xx/tqm8xx.c
board/w7o/w7o.c
board/walnut405/walnut405.c
cpu/74xx_7xx/start.S
cpu/mpc8xx/spi.c
drivers/keyboard.c
drivers/ps2mult.c
include/common.h
include/configs/ADCIOP.h
include/configs/AR405.h
include/configs/ASH405.h
include/configs/AmigaOneG3SE.h
include/configs/BMW.h
include/configs/BUBINGA405EP.h
include/configs/CANBT.h
include/configs/CPCI405.h
include/configs/CPCI4052.h
include/configs/CPCI405AB.h
include/configs/CPCI440.h
include/configs/CPCIISER4.h
include/configs/CRAYL1.h
include/configs/DASA_SIM.h
include/configs/DB64360.h
include/configs/DB64460.h
include/configs/DK1C20.h
include/configs/DK1S10.h
include/configs/DP405.h
include/configs/DU405.h
include/configs/EBONY.h
include/configs/ELPT860.h
include/configs/ERIC.h
include/configs/EVB64260.h
include/configs/EXBITGEN.h
include/configs/HUB405.h
include/configs/IAD210.h
include/configs/IP860.h
include/configs/MHPC.h
include/configs/MIP405.h
include/configs/MPC8260ADS.h
include/configs/MPC8266ADS.h
include/configs/MPC8540ADS.h
include/configs/MPC8560ADS.h
include/configs/NETVIA.h
include/configs/OCRTC.h
include/configs/ORSG.h
include/configs/OXC.h
include/configs/P3G4.h
include/configs/PCI405.h
include/configs/PCIPPC2.h
include/configs/PCIPPC6.h
include/configs/PIP405.h
include/configs/PLU405.h
include/configs/PMC405.h
include/configs/PPChameleonEVB.h
include/configs/RPXsuper.h
include/configs/VOH405.h
include/configs/W7OLMC.h
include/configs/W7OLMG.h
include/configs/WALNUT405.h
include/configs/ZPC1900.h
include/configs/ZUMA.h
include/configs/bms2003.h
include/configs/cogent_mpc8260.h
include/configs/cogent_mpc8xx.h
include/configs/ep8260.h
include/configs/hymod.h
include/configs/lubbock.h
include/configs/lwmon.h
include/configs/rsdproto.h
include/ps2mult.h
lib_arm/board.c
lib_nios/board.c
lib_ppc/board.c
post/ether.c
post/uart.c