History log of /openbmc/u-boot/board/keymile/ (Results 126 – 150 of 248)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f945439a05-Jul-2012 Holger Brunck <holger.brunck@keymile.com>

arm/km: convert mgcoge3un target to km_kirkwood

Use the generic header km_kirkwood.h and get rid of the
board specific header.

changes for v2: rebased because of changes in other patches

Signed-of

arm/km: convert mgcoge3un target to km_kirkwood

Use the generic header km_kirkwood.h and get rid of the
board specific header.

changes for v2: rebased because of changes in other patches

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

d935453005-Jul-2012 Holger Brunck <holger.brunck@keymile.com>

arm/km: add kmcoge5un board support

For u-boot this board is similar to mgcoge3un. But some differences
are present. We have a different SDRAM on it and therefore a new
SDRAM config file. Additional

arm/km: add kmcoge5un board support

For u-boot this board is similar to mgcoge3un. But some differences
are present. We have a different SDRAM on it and therefore a new
SDRAM config file. Additionaly this board has a direct MAC/MAC
connection from the kirkwood to a marvell simple switch without a
phy inbetween, this needs a new configuration for the mvgbe driver.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

8170aefc05-Jul-2012 Holger Brunck <holger.brunck@keymile.com>

arm/km: add kmnusa board support

This board is similar to portl2, but it has the u-boot environment
in a SPI NOR flash and not in an i2c eeprom like portl2 have.

Some other details:
- IVM EEPROM i

arm/km: add kmnusa board support

This board is similar to portl2, but it has the u-boot environment
in a SPI NOR flash and not in an i2c eeprom like portl2 have.

Some other details:
- IVM EEPROM is at adress: pca9547:70:9
- PCI is enabled
- PIGGY4 is connected via MV88E6352 simple switch. There is no phy
between the simple switch and the kirkwood.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/arm/cpu/armv7/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/emif-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/reset.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/sdram.c
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clocks_am33xx.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/emif.h
/openbmc/u-boot/board/karo/tk71/Makefile
/openbmc/u-boot/board/karo/tk71/kwbimage.cfg
/openbmc/u-boot/board/karo/tk71/tk71.c
km_arm/km_arm.c
km_arm/kwbimage_128M16_1.cfg
/openbmc/u-boot/board/ti/omap5_evm/mux_data.h
/openbmc/u-boot/board/ti/sdp4430/sdp4430_mux_data.h
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/drivers/net/davinci_emac.c
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/km_kirkwood.h
/openbmc/u-boot/include/configs/omap4_common.h
/openbmc/u-boot/include/configs/omap5_evm.h
/openbmc/u-boot/include/configs/tk71.h
0c25defc12-Jun-2012 Valentin Longchamp <valentin.longchamp@keymile.com>

arm/km: use spi claim bus to switch between SPI and NAND

We overwrite these weak functions from the kirkwood spi code to
use our own method to be able to switch between the SPI NOR and
the NAND flas

arm/km: use spi claim bus to switch between SPI and NAND

We overwrite these weak functions from the kirkwood spi code to
use our own method to be able to switch between the SPI NOR and
the NAND flash. This is needed e.g. to update the u-boot. The former
command do_spi_toggle can therefore be removed. And the usage of
this command is removed from the u-boot update command in the
u-boot environment.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
cc: Holger Brunck <holger.brunck@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

8468363831-May-2012 Valentin Longchamp <valentin.longchamp@keymile.com>

kirkwood: fix calls to kirkwood_mpp_conf

With the new second save argument introduced by the previous patch, all
the calls to the function had to be fixed.

Signed-off-by: Valentin Longchamp <valent

kirkwood: fix calls to kirkwood_mpp_conf

With the new second save argument introduced by the previous patch, all
the calls to the function had to be fixed.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Holger Brunck <holger.brunck@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

e947cbc924-May-2012 Holger Brunck <holger.brunck@keymile.com>

arm/km: fix wrong comment in SDRAM config for mgcoge3un

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falau

arm/km: fix wrong comment in SDRAM config for mgcoge3un

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

b732632324-May-2012 Holger Brunck <holger.brunck@keymile.com>

arm/km: use ARRAY_SIZE macro

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymil

arm/km: use ARRAY_SIZE macro

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/pinmux.c
/openbmc/u-boot/arch/arm/cpu/armv7/imx-common/speed.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/emif-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/sdram.c
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/cpu_info.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/ap20.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/funcmux.c
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-at91/at91_pio.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/periph.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/pinmux.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-common.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6x_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/clocks.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/clocks.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-s5pc1xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/funcmux.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/pinmux.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/tegra2.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/tegra_spi.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/uart-spi-switch.h
/openbmc/u-boot/arch/arm/include/asm/emif.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/blackfin/include/asm/config.h
/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
/openbmc/u-boot/board/atmel/at91sam9260ek/partition.c
/openbmc/u-boot/board/atmel/at91sam9261ek/partition.c
/openbmc/u-boot/board/atmel/at91sam9263ek/at91sam9263ek.c
/openbmc/u-boot/board/atmel/at91sam9263ek/partition.c
/openbmc/u-boot/board/atmel/at91sam9rlek/partition.c
/openbmc/u-boot/board/cm_t35/cm_t35.c
/openbmc/u-boot/board/cm_t35/eeprom.c
/openbmc/u-boot/board/cm_t35/eeprom.h
/openbmc/u-boot/board/compal/dts/tegra2-paz00.dts
/openbmc/u-boot/board/compal/paz00/paz00.c
/openbmc/u-boot/board/compulab/dts/tegra2-trimslice.dts
/openbmc/u-boot/board/compulab/trimslice/Makefile
/openbmc/u-boot/board/compulab/trimslice/trimslice.c
/openbmc/u-boot/board/efikamx/Makefile
/openbmc/u-boot/board/enbw/enbw_cmc/enbw_cmc.c
/openbmc/u-boot/board/esg/ima3-mx53/Makefile
/openbmc/u-boot/board/fads/fads.h
/openbmc/u-boot/board/freescale/mx28evk/iomux.c
/openbmc/u-boot/board/freescale/mx51evk/Makefile
/openbmc/u-boot/board/freescale/mx53ard/Makefile
/openbmc/u-boot/board/freescale/mx53evk/Makefile
/openbmc/u-boot/board/freescale/mx53loco/Makefile
/openbmc/u-boot/board/freescale/mx53loco/mx53loco.c
/openbmc/u-boot/board/freescale/mx53smd/Makefile
/openbmc/u-boot/board/freescale/mx6qarm2/Makefile
/openbmc/u-boot/board/freescale/mx6qarm2/imximage.cfg
/openbmc/u-boot/board/freescale/mx6qsabrelite/Makefile
/openbmc/u-boot/board/freescale/mx6qsabrelite/imximage.cfg
km_arm/km_arm.c
/openbmc/u-boot/board/nvidia/common/uart-spi-switch.c
/openbmc/u-boot/board/nvidia/dts/tegra2-harmony.dts
/openbmc/u-boot/board/nvidia/dts/tegra2-ventana.dts
/openbmc/u-boot/board/nvidia/dts/tegra2-whistler.dts
/openbmc/u-boot/board/nvidia/harmony/harmony.c
/openbmc/u-boot/board/nvidia/seaboard/seaboard.c
/openbmc/u-boot/board/nvidia/whistler/Makefile
/openbmc/u-boot/board/nvidia/whistler/whistler.c
/openbmc/u-boot/board/samsung/smdk5250/smdk5250.c
/openbmc/u-boot/board/samsung/trats/trats.c
/openbmc/u-boot/board/ti/am335x/evm.c
/openbmc/u-boot/board/ttcontrol/vision2/Makefile
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/cmd_mem.c
/openbmc/u-boot/common/cmd_nand.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/cmd_pxe.c
/openbmc/u-boot/common/env_mmc.c
/openbmc/u-boot/common/hush.c
/openbmc/u-boot/common/menu.c
/openbmc/u-boot/disk/part.c
/openbmc/u-boot/disk/part_amiga.c
/openbmc/u-boot/disk/part_dos.c
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/disk/part_iso.c
/openbmc/u-boot/disk/part_mac.c
/openbmc/u-boot/doc/README.mx28evk
/openbmc/u-boot/doc/README.pxe
/openbmc/u-boot/doc/README.switch_config
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/at91_gpio.c
/openbmc/u-boot/drivers/gpio/tegra_gpio.c
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/tegra_mmc.c
/openbmc/u-boot/drivers/mmc/tegra_mmc.h
/openbmc/u-boot/drivers/mtd/spi/winbond.c
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/tegra_spi.c
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-atmel.c
/openbmc/u-boot/drivers/video/exynos_fb.c
/openbmc/u-boot/fs/ext2/ext2fs.c
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_cmd_all.h
/openbmc/u-boot/include/config_fallbacks.h
/openbmc/u-boot/include/configs/A3000.h
/openbmc/u-boot/include/configs/AMX860.h
/openbmc/u-boot/include/configs/AP1000.h
/openbmc/u-boot/include/configs/ASH405.h
/openbmc/u-boot/include/configs/Adder.h
/openbmc/u-boot/include/configs/BMW.h
/openbmc/u-boot/include/configs/CATcenter.h
/openbmc/u-boot/include/configs/CMS700.h
/openbmc/u-boot/include/configs/CPC45.h
/openbmc/u-boot/include/configs/CPCI2DP.h
/openbmc/u-boot/include/configs/CPCI405.h
/openbmc/u-boot/include/configs/CPCI4052.h
/openbmc/u-boot/include/configs/CPCI405AB.h
/openbmc/u-boot/include/configs/CPCI405DT.h
/openbmc/u-boot/include/configs/CPCI750.h
/openbmc/u-boot/include/configs/CPU86.h
/openbmc/u-boot/include/configs/CPU87.h
/openbmc/u-boot/include/configs/CRAYL1.h
/openbmc/u-boot/include/configs/CU824.h
/openbmc/u-boot/include/configs/DB64360.h
/openbmc/u-boot/include/configs/DB64460.h
/openbmc/u-boot/include/configs/DP405.h
/openbmc/u-boot/include/configs/EB+MCF-EV123.h
/openbmc/u-boot/include/configs/ELPT860.h
/openbmc/u-boot/include/configs/EP88x.h
/openbmc/u-boot/include/configs/ESTEEM192E.h
/openbmc/u-boot/include/configs/ETX094.h
/openbmc/u-boot/include/configs/EVB64260.h
/openbmc/u-boot/include/configs/FADS823.h
/openbmc/u-boot/include/configs/FADS850SAR.h
/openbmc/u-boot/include/configs/FLAGADM.h
/openbmc/u-boot/include/configs/FPS850L.h
/openbmc/u-boot/include/configs/FPS860L.h
/openbmc/u-boot/include/configs/G2000.h
/openbmc/u-boot/include/configs/GEN860T.h
/openbmc/u-boot/include/configs/HH405.h
/openbmc/u-boot/include/configs/HIDDEN_DRAGON.h
/openbmc/u-boot/include/configs/HUB405.h
/openbmc/u-boot/include/configs/HWW1U1A.h
/openbmc/u-boot/include/configs/IAD210.h
/openbmc/u-boot/include/configs/ICU862.h
/openbmc/u-boot/include/configs/IDS8247.h
/openbmc/u-boot/include/configs/IP860.h
/openbmc/u-boot/include/configs/IPHASE4539.h
/openbmc/u-boot/include/configs/ISPAN.h
/openbmc/u-boot/include/configs/IVML24.h
/openbmc/u-boot/include/configs/IVMS8.h
/openbmc/u-boot/include/configs/IceCube.h
/openbmc/u-boot/include/configs/JSE.h
/openbmc/u-boot/include/configs/KAREF.h
/openbmc/u-boot/include/configs/LANTEC.h
/openbmc/u-boot/include/configs/M5208EVBE.h
/openbmc/u-boot/include/configs/M52277EVB.h
/openbmc/u-boot/include/configs/M5235EVB.h
/openbmc/u-boot/include/configs/M5249EVB.h
/openbmc/u-boot/include/configs/M5253DEMO.h
/openbmc/u-boot/include/configs/M5253EVBE.h
/openbmc/u-boot/include/configs/M5271EVB.h
/openbmc/u-boot/include/configs/M5272C3.h
/openbmc/u-boot/include/configs/M5275EVB.h
/openbmc/u-boot/include/configs/M5282EVB.h
/openbmc/u-boot/include/configs/M53017EVB.h
/openbmc/u-boot/include/configs/M5329EVB.h
/openbmc/u-boot/include/configs/M5373EVB.h
/openbmc/u-boot/include/configs/M54451EVB.h
/openbmc/u-boot/include/configs/M54455EVB.h
/openbmc/u-boot/include/configs/M5475EVB.h
/openbmc/u-boot/include/configs/M5485EVB.h
/openbmc/u-boot/include/configs/MBX.h
/openbmc/u-boot/include/configs/MBX860T.h
/openbmc/u-boot/include/configs/MERGERBOX.h
/openbmc/u-boot/include/configs/METROBOX.h
/openbmc/u-boot/include/configs/MHPC.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/MOUSSE.h
/openbmc/u-boot/include/configs/MPC8260ADS.h
/openbmc/u-boot/include/configs/MPC8308RDB.h
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/MPC8315ERDB.h
/openbmc/u-boot/include/configs/MPC8323ERDB.h
/openbmc/u-boot/include/configs/MPC832XEMDS.h
/openbmc/u-boot/include/configs/MPC8349EMDS.h
/openbmc/u-boot/include/configs/MPC8349ITX.h
/openbmc/u-boot/include/configs/MPC8360EMDS.h
/openbmc/u-boot/include/configs/MPC8360ERDK.h
/openbmc/u-boot/include/configs/MPC837XEMDS.h
/openbmc/u-boot/include/configs/MPC837XERDB.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8540ADS.h
/openbmc/u-boot/include/configs/MPC8541CDS.h
/openbmc/u-boot/include/configs/MPC8544DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8555CDS.h
/openbmc/u-boot/include/configs/MPC8560ADS.h
/openbmc/u-boot/include/configs/MPC8568MDS.h
/openbmc/u-boot/include/configs/MPC8569MDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/MPC8610HPCD.h
/openbmc/u-boot/include/configs/MPC8641HPCN.h
/openbmc/u-boot/include/configs/MUSENKI.h
/openbmc/u-boot/include/configs/MVBC_P.h
/openbmc/u-boot/include/configs/MVBLM7.h
/openbmc/u-boot/include/configs/MVBLUE.h
/openbmc/u-boot/include/configs/MVS1.h
/openbmc/u-boot/include/configs/MVSMR.h
/openbmc/u-boot/include/configs/NETPHONE.h
/openbmc/u-boot/include/configs/NETTA.h
/openbmc/u-boot/include/configs/NETTA2.h
/openbmc/u-boot/include/configs/NETVIA.h
/openbmc/u-boot/include/configs/NSCU.h
/openbmc/u-boot/include/configs/NX823.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDS.h
/openbmc/u-boot/include/configs/P1_P2_RDB.h
/openbmc/u-boot/include/configs/P2020COME.h
/openbmc/u-boot/include/configs/P2020DS.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/P3G4.h
/openbmc/u-boot/include/configs/PCI405.h
/openbmc/u-boot/include/configs/PCIPPC2.h
/openbmc/u-boot/include/configs/PCIPPC6.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/PK1C20.h
/openbmc/u-boot/include/configs/PLU405.h
/openbmc/u-boot/include/configs/PM826.h
/openbmc/u-boot/include/configs/PM828.h
/openbmc/u-boot/include/configs/PMC405.h
/openbmc/u-boot/include/configs/PMC405DE.h
/openbmc/u-boot/include/configs/PN62.h
/openbmc/u-boot/include/configs/PPChameleonEVB.h
/openbmc/u-boot/include/configs/QS823.h
/openbmc/u-boot/include/configs/QS850.h
/openbmc/u-boot/include/configs/QS860T.h
/openbmc/u-boot/include/configs/R360MPI.h
/openbmc/u-boot/include/configs/RBC823.h
/openbmc/u-boot/include/configs/RPXClassic.h
/openbmc/u-boot/include/configs/RPXlite.h
/openbmc/u-boot/include/configs/RPXlite_DW.h
/openbmc/u-boot/include/configs/RPXsuper.h
/openbmc/u-boot/include/configs/RRvision.h
/openbmc/u-boot/include/configs/Rattler.h
/openbmc/u-boot/include/configs/SBC8540.h
/openbmc/u-boot/include/configs/SCM.h
/openbmc/u-boot/include/configs/SIMPC8313.h
/openbmc/u-boot/include/configs/SM850.h
/openbmc/u-boot/include/configs/SPD823TS.h
/openbmc/u-boot/include/configs/SX1.h
/openbmc/u-boot/include/configs/SXNI855T.h
/openbmc/u-boot/include/configs/Sandpoint8240.h
/openbmc/u-boot/include/configs/Sandpoint8245.h
/openbmc/u-boot/include/configs/TASREG.h
/openbmc/u-boot/include/configs/TK885D.h
/openbmc/u-boot/include/configs/TOP860.h
/openbmc/u-boot/include/configs/TQM5200.h
/openbmc/u-boot/include/configs/TQM823L.h
/openbmc/u-boot/include/configs/TQM823M.h
/openbmc/u-boot/include/configs/TQM8260.h
/openbmc/u-boot/include/configs/TQM8272.h
/openbmc/u-boot/include/configs/TQM834x.h
/openbmc/u-boot/include/configs/TQM850L.h
/openbmc/u-boot/include/configs/TQM850M.h
/openbmc/u-boot/include/configs/TQM855L.h
/openbmc/u-boot/include/configs/TQM855M.h
/openbmc/u-boot/include/configs/TQM85xx.h
/openbmc/u-boot/include/configs/TQM860L.h
/openbmc/u-boot/include/configs/TQM860M.h
/openbmc/u-boot/include/configs/TQM862L.h
/openbmc/u-boot/include/configs/TQM862M.h
/openbmc/u-boot/include/configs/TQM866M.h
/openbmc/u-boot/include/configs/TQM885D.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/VOH405.h
/openbmc/u-boot/include/configs/VOM405.h
/openbmc/u-boot/include/configs/VoVPN-GW.h
/openbmc/u-boot/include/configs/W7OLMC.h
/openbmc/u-boot/include/configs/W7OLMG.h
/openbmc/u-boot/include/configs/WUH405.h
/openbmc/u-boot/include/configs/ZPC1900.h
/openbmc/u-boot/include/configs/ZUMA.h
/openbmc/u-boot/include/configs/a320evb.h
/openbmc/u-boot/include/configs/a4m072.h
/openbmc/u-boot/include/configs/adp-ag101.h
/openbmc/u-boot/include/configs/adp-ag101p.h
/openbmc/u-boot/include/configs/adp-ag102.h
/openbmc/u-boot/include/configs/afeb9260.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/amcc-common.h
/openbmc/u-boot/include/configs/apollon.h
/openbmc/u-boot/include/configs/aria.h
/openbmc/u-boot/include/configs/astro_mcf5373l.h
/openbmc/u-boot/include/configs/at91rm9200ek.h
/openbmc/u-boot/include/configs/at91sam9260ek.h
/openbmc/u-boot/include/configs/at91sam9261ek.h
/openbmc/u-boot/include/configs/at91sam9263ek.h
/openbmc/u-boot/include/configs/at91sam9m10g45ek.h
/openbmc/u-boot/include/configs/at91sam9rlek.h
/openbmc/u-boot/include/configs/atc.h
/openbmc/u-boot/include/configs/balloon3.h
/openbmc/u-boot/include/configs/bct-brettl2.h
/openbmc/u-boot/include/configs/c2mon.h
/openbmc/u-boot/include/configs/ca9x4_ct_vxp.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/cam_enc_4xx.h
/openbmc/u-boot/include/configs/cm4008.h
/openbmc/u-boot/include/configs/cm41xx.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/cobra5272.h
/openbmc/u-boot/include/configs/colibri_pxa270.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/cpu9260.h
/openbmc/u-boot/include/configs/cpuat91.h
/openbmc/u-boot/include/configs/csb272.h
/openbmc/u-boot/include/configs/csb472.h
/openbmc/u-boot/include/configs/da830evm.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/davinci_dm355evm.h
/openbmc/u-boot/include/configs/davinci_dm355leopard.h
/openbmc/u-boot/include/configs/davinci_dm365evm.h
/openbmc/u-boot/include/configs/davinci_dm6467evm.h
/openbmc/u-boot/include/configs/davinci_dvevm.h
/openbmc/u-boot/include/configs/davinci_schmoogie.h
/openbmc/u-boot/include/configs/davinci_sffsdr.h
/openbmc/u-boot/include/configs/davinci_sonata.h
/openbmc/u-boot/include/configs/dbau1x00.h
/openbmc/u-boot/include/configs/debris.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/dig297.h
/openbmc/u-boot/include/configs/digsy_mtc.h
/openbmc/u-boot/include/configs/dns325.h
/openbmc/u-boot/include/configs/eXalion.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/eb_cpux9k2.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/efikamx.h
/openbmc/u-boot/include/configs/enbw_cmc.h
/openbmc/u-boot/include/configs/ep8248.h
/openbmc/u-boot/include/configs/ep8260.h
/openbmc/u-boot/include/configs/ep82xxm.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/flea3.h
/openbmc/u-boot/include/configs/galaxy5200.h
/openbmc/u-boot/include/configs/grasshopper.h
/openbmc/u-boot/include/configs/grsim.h
/openbmc/u-boot/include/configs/grsim_leon2.h
/openbmc/u-boot/include/configs/gw8260.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/hawkboard.h
/openbmc/u-boot/include/configs/hermes.h
/openbmc/u-boot/include/configs/highbank.h
/openbmc/u-boot/include/configs/idmr.h
/openbmc/u-boot/include/configs/igep00x0.h
/openbmc/u-boot/include/configs/ima3-mx53.h
/openbmc/u-boot/include/configs/imx27lite-common.h
/openbmc/u-boot/include/configs/imx31_litekit.h
/openbmc/u-boot/include/configs/imx31_phycore.h
/openbmc/u-boot/include/configs/incaip.h
/openbmc/u-boot/include/configs/integratorap.h
/openbmc/u-boot/include/configs/integratorcp.h
/openbmc/u-boot/include/configs/jadecpu.h
/openbmc/u-boot/include/configs/jupiter.h
/openbmc/u-boot/include/configs/km/keymile-common.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/km_kirkwood.h
/openbmc/u-boot/include/configs/kvme080.h
/openbmc/u-boot/include/configs/lacie_kw.h
/openbmc/u-boot/include/configs/linkstation.h
/openbmc/u-boot/include/configs/lubbock.h
/openbmc/u-boot/include/configs/lwmon.h
/openbmc/u-boot/include/configs/lwmon5.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/mcc200.h
/openbmc/u-boot/include/configs/mcx.h
/openbmc/u-boot/include/configs/mecp5123.h
/openbmc/u-boot/include/configs/medcom.h
/openbmc/u-boot/include/configs/meesc.h
/openbmc/u-boot/include/configs/mgcoge3un.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/motionpro.h
/openbmc/u-boot/include/configs/mpc5121-common.h
/openbmc/u-boot/include/configs/mpc5121ads.h
/openbmc/u-boot/include/configs/mpc7448hpc2.h
/openbmc/u-boot/include/configs/mpc8308_p1m.h
/openbmc/u-boot/include/configs/mpq101.h
/openbmc/u-boot/include/configs/ms7750se.h
/openbmc/u-boot/include/configs/muas3001.h
/openbmc/u-boot/include/configs/mx1ads.h
/openbmc/u-boot/include/configs/mx25pdk.h
/openbmc/u-boot/include/configs/mx28evk.h
/openbmc/u-boot/include/configs/mx31ads.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53ard.h
/openbmc/u-boot/include/configs/mx53evk.h
/openbmc/u-boot/include/configs/mx53loco.h
/openbmc/u-boot/include/configs/mx53smd.h
/openbmc/u-boot/include/configs/mx6qarm2.h
/openbmc/u-boot/include/configs/mx6qsabrelite.h
/openbmc/u-boot/include/configs/nhk8815.h
/openbmc/u-boot/include/configs/nios2-generic.h
/openbmc/u-boot/include/configs/ns9750dev.h
/openbmc/u-boot/include/configs/omap1510inn.h
/openbmc/u-boot/include/configs/omap2420h4.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/omap3_evm_common.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/omap3_mvblx.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap3_pandora.h
/openbmc/u-boot/include/configs/omap3_sdp3430.h
/openbmc/u-boot/include/configs/omap3_zoom1.h
/openbmc/u-boot/include/configs/omap4_common.h
/openbmc/u-boot/include/configs/omap5912osk.h
/openbmc/u-boot/include/configs/omap5_evm.h
/openbmc/u-boot/include/configs/omap730p2.h
/openbmc/u-boot/include/configs/origen.h
/openbmc/u-boot/include/configs/otc570.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/p3mx.h
/openbmc/u-boot/include/configs/palmld.h
/openbmc/u-boot/include/configs/palmtc.h
/openbmc/u-boot/include/configs/paz00.h
/openbmc/u-boot/include/configs/pb1x00.h
/openbmc/u-boot/include/configs/pdnb3.h
/openbmc/u-boot/include/configs/plutux.h
/openbmc/u-boot/include/configs/pm9261.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/ppmc7xx.h
/openbmc/u-boot/include/configs/ppmc8260.h
/openbmc/u-boot/include/configs/pxa255_idp.h
/openbmc/u-boot/include/configs/qemu-mips.h
/openbmc/u-boot/include/configs/qi_lb60.h
/openbmc/u-boot/include/configs/qong.h
/openbmc/u-boot/include/configs/quantum.h
/openbmc/u-boot/include/configs/r2dplus.h
/openbmc/u-boot/include/configs/r7780mp.h
/openbmc/u-boot/include/configs/rsdproto.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sacsng.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sbc35_a9g20.h
/openbmc/u-boot/include/configs/sbc405.h
/openbmc/u-boot/include/configs/sbc8349.h
/openbmc/u-boot/include/configs/sbc8548.h
/openbmc/u-boot/include/configs/sbc8560.h
/openbmc/u-boot/include/configs/sbc8641d.h
/openbmc/u-boot/include/configs/scb9328.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/smdk2410.h
/openbmc/u-boot/include/configs/smdk5250.h
/openbmc/u-boot/include/configs/smdk6400.h
/openbmc/u-boot/include/configs/smdkc100.h
/openbmc/u-boot/include/configs/smdkv310.h
/openbmc/u-boot/include/configs/snapper9260.h
/openbmc/u-boot/include/configs/socrates.h
/openbmc/u-boot/include/configs/sorcery.h
/openbmc/u-boot/include/configs/spc1920.h
/openbmc/u-boot/include/configs/stxgp3.h
/openbmc/u-boot/include/configs/stxssa.h
/openbmc/u-boot/include/configs/stxxtc.h
/openbmc/u-boot/include/configs/svm_sc8xx.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tb0229.h
/openbmc/u-boot/include/configs/tegra2-common-post.h
/openbmc/u-boot/include/configs/tegra2-common.h
/openbmc/u-boot/include/configs/tnetv107x_evm.h
/openbmc/u-boot/include/configs/tny_a9260.h
/openbmc/u-boot/include/configs/top9000.h
/openbmc/u-boot/include/configs/trats.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/trimslice.h
/openbmc/u-boot/include/configs/trizepsiv.h
/openbmc/u-boot/include/configs/tt01.h
/openbmc/u-boot/include/configs/tx25.h
/openbmc/u-boot/include/configs/u8500_href.h
/openbmc/u-boot/include/configs/uc100.h
/openbmc/u-boot/include/configs/utx8245.h
/openbmc/u-boot/include/configs/v37.h
/openbmc/u-boot/include/configs/vct.h
/openbmc/u-boot/include/configs/ve8313.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/configs/versatile.h
/openbmc/u-boot/include/configs/virtlab2.h
/openbmc/u-boot/include/configs/vision2.h
/openbmc/u-boot/include/configs/vme8349.h
/openbmc/u-boot/include/configs/vpac270.h
/openbmc/u-boot/include/configs/whistler.h
/openbmc/u-boot/include/configs/xaeniax.h
/openbmc/u-boot/include/configs/xilinx-ppc.h
/openbmc/u-boot/include/configs/xpedite1000.h
/openbmc/u-boot/include/configs/xpedite517x.h
/openbmc/u-boot/include/configs/xpedite520x.h
/openbmc/u-boot/include/configs/xpedite537x.h
/openbmc/u-boot/include/configs/xpedite550x.h
/openbmc/u-boot/include/configs/zipitz2.h
/openbmc/u-boot/include/configs/zmx25.h
/openbmc/u-boot/include/environment.h
/openbmc/u-boot/include/lmb.h
/openbmc/u-boot/mkconfig
/openbmc/u-boot/tools/checkpatch.pl
/openbmc/u-boot/tools/easylogo/easylogo.c
/openbmc/u-boot/tools/env/Makefile
/openbmc/u-boot/tools/mkenvimage.c
/openbmc/u-boot/tools/patman/README
/openbmc/u-boot/tools/patman/gitutil.py
/openbmc/u-boot/tools/patman/settings.py
c1b3d84104-May-2012 Thomas Herzmann <thomas.herzmann@keymile.com>

km/common: check test_bank and testpin for testboot

If the testpin is asserted, first check if a test_bank
variable is defined before trying to boot this
test_bank.

Signed-off-by: Thomas Herzmann <

km/common: check test_bank and testpin for testboot

If the testpin is asserted, first check if a test_bank
variable is defined before trying to boot this
test_bank.

Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

13fff22204-May-2012 Thomas Herzmann <thomas.herzmann@keymile.com>

powerpc/83xx/km: readout dip_switch on kmcoge5ne

On kmcoge5ne we have a dip switch present. If this switch
was switched on the actual_bank is set to 0 and this SW
will be booted.

Signed-off-by: Tho

powerpc/83xx/km: readout dip_switch on kmcoge5ne

On kmcoge5ne we have a dip switch present. If this switch
was switched on the actual_bank is set to 0 and this SW
will be booted.

Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

95209b6604-May-2012 Thomas Herzmann <thomas.herzmann@keymile.com>

powerpc/83xx: configure CONFIG_POST for kmcoge5ne

kmcoge5ne starts the post tests if the testpin on
the board was enabled. Currently it does simply a memory
test.

Signed-off-by: Thomas Herzmann <th

powerpc/83xx: configure CONFIG_POST for kmcoge5ne

kmcoge5ne starts the post tests if the testpin on
the board was enabled. Currently it does simply a memory
test.

Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

5758dd7604-May-2012 Stefan Bigler <stefan.bigler@keymile.com>

powerpc/83xx/km: added missing enable of application buffer

Enabled application buffers in uboot to allow application chipselect
access in uboot.

Signed-off-by: Stefan Bigler <stefan.bigler@keymile

powerpc/83xx/km: added missing enable of application buffer

Enabled application buffers in uboot to allow application chipselect
access in uboot.

Signed-off-by: Stefan Bigler <stefan.bigler@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

d8f87f6c04-May-2012 Thomas Herzmann <thomas.herzmann@keymile.com>

km/common: fixed error in ethaddr (1-byte-shift)

The MAC address begins at offset 1.

Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile

km/common: fixed error in ethaddr (1-byte-shift)

The MAC address begins at offset 1.

Signed-off-by: Thomas Herzmann <thomas.herzmann@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

0f2b721c21-Mar-2012 Holger Brunck <holger.brunck@keymile.com>

powerpc/83xx: add kmcoge5ne board support

This board is a MPC8360 board. Two flashes are present
a NOR flash were u-boot and the u-boot environment is stored
and a NAND flash for the application cod

powerpc/83xx: add kmcoge5ne board support

This board is a MPC8360 board. Two flashes are present
a NOR flash were u-boot and the u-boot environment is stored
and a NAND flash for the application code. This board has 512MB
SDRAM.

Additionaly we introduce a common km8360.h file and convert kmeter1 to
use this.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Christian Herzig <christian.herzig@keymile.com>
cc: Kim Phillips <kim.phillips@freescale.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

43afc17f21-Mar-2012 Christian Herzig <christian.herzig@keymile.com>

powerpc83xx/km: lock the window size to 2GiB befor fixing sdram size

If the ram size isn't locked to 2GiB, the get_ram_size() may hang up.

Signed-off-by: Christian Herzig <christian.herzig@keymile.

powerpc83xx/km: lock the window size to 2GiB befor fixing sdram size

If the ram size isn't locked to 2GiB, the get_ram_size() may hang up.

Signed-off-by: Christian Herzig <christian.herzig@keymile.com>
cc: Kim Phillips <kim.phillips@freescale.com>
cc: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Gerlando Falauto <gerlando.falauto@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...


/openbmc/u-boot/.gitignore
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1136/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/generic.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/timer.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/generic.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/timer.c
/openbmc/u-boot/arch/arm/cpu/arm920t/s3c24x0/timer.c
/openbmc/u-boot/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/cache.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/misc.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/spl.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/clk.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/devices.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/clock.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/iomux.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/mx28.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/mx28_init.h
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_boot.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_lradc_init.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/start.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/nomadik/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/start.S
/openbmc/u-boot/arch/arm/cpu/armv7/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/power.c
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/system.c
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/bootcount.c
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/imx-common/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv7/imx-common/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/emif-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/reset.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl_mmc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl_nand.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl_ymodem.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/vc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/sdrc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/sdram.c
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/wdt.c
/openbmc/u-boot/arch/arm/cpu/armv7/s5pc1xx/cache.S
/openbmc/u-boot/arch/arm/cpu/armv7/s5pc1xx/reset.S
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/ap20.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/crypto.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/crypto.h
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/emc.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/funcmux.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/pmu.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/usb.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/warmboot.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/warmboot_avp.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/warmboot_avp.h
/openbmc/u-boot/arch/arm/cpu/armv7/u8500/lowlevel.S
/openbmc/u-boot/arch/arm/cpu/ixp/config.mk
/openbmc/u-boot/arch/arm/cpu/ixp/npe/IxEthAcc.c
/openbmc/u-boot/arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c
/openbmc/u-boot/arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c
/openbmc/u-boot/arch/arm/cpu/ixp/npe/npe.c
/openbmc/u-boot/arch/arm/cpu/pxa/timer.c
/openbmc/u-boot/arch/arm/cpu/pxa/usb.c
/openbmc/u-boot/arch/arm/cpu/u-boot.lds
/openbmc/u-boot/arch/arm/dts/skeleton.dtsi
/openbmc/u-boot/arch/arm/dts/tegra20.dtsi
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/armada100.h
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/utmi-armada100.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/da850_lowlevel.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/clk.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/dmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/dsim.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/ehci-s5p.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/fb.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/mipi_dsim.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/mmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/power.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/pwm.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/system.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/tzpc.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/watchdog.h
/openbmc/u-boot/arch/arm/include/asm/arch-ixp/ixp425.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/clk.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/emc.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/timer.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/uart.h
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/wdt.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx25/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/dma.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-apbh.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-bch.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-clkctrl.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-common.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-digctl.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-gpmi.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-lcdif.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-lradc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-ocotp.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-pinctrl.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-power.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-rtc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-ssp.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-timrot.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-usbphy.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/mx35_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/crm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/iomux.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/mx5x_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/crm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/iomux-v3.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/clocks_omap3.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/dss.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ehci.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mem.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mux.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/clocks.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/ehci.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mux_omap4.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/clocks.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mux_omap5.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-s5pc1xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-s5pc1xx/mmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-s5pc1xx/watchdog.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/ap20.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/apb_misc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/clk_rst.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/emc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/flow.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/fuse.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/gp_padctrl.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/pmu.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/sdram_param.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/tegra2.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/tegra_i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/usb.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/warmboot.h
/openbmc/u-boot/arch/arm/include/asm/bootm.h
/openbmc/u-boot/arch/arm/include/asm/ehci-omap.h
/openbmc/u-boot/arch/arm/include/asm/emif.h
/openbmc/u-boot/arch/arm/include/asm/linkage.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/arm/include/asm/u-boot.h
/openbmc/u-boot/arch/arm/lib/Makefile
/openbmc/u-boot/arch/arm/lib/board.c
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/avr32/include/asm/u-boot.h
/openbmc/u-boot/arch/avr32/lib/board.c
/openbmc/u-boot/arch/avr32/lib/bootm.c
/openbmc/u-boot/arch/blackfin/cpu/cache.S
/openbmc/u-boot/arch/blackfin/include/asm/blackfin_local.h
/openbmc/u-boot/arch/blackfin/include/asm/cache.h
/openbmc/u-boot/arch/blackfin/include/asm/config.h
/openbmc/u-boot/arch/blackfin/include/asm/global_data.h
/openbmc/u-boot/arch/blackfin/include/asm/io.h
/openbmc/u-boot/arch/blackfin/include/asm/linkage.h
/openbmc/u-boot/arch/blackfin/include/asm/u-boot.h
/openbmc/u-boot/arch/blackfin/lib/__kgdb.S
/openbmc/u-boot/arch/blackfin/lib/board.c
/openbmc/u-boot/arch/blackfin/lib/outs.S
/openbmc/u-boot/arch/m68k/include/asm/u-boot.h
/openbmc/u-boot/arch/m68k/lib/board.c
/openbmc/u-boot/arch/m68k/lib/bootm.c
/openbmc/u-boot/arch/microblaze/cpu/interrupts.c
/openbmc/u-boot/arch/microblaze/cpu/timer.c
/openbmc/u-boot/arch/microblaze/include/asm/u-boot.h
/openbmc/u-boot/arch/microblaze/lib/board.c
/openbmc/u-boot/arch/microblaze/lib/bootm.c
/openbmc/u-boot/arch/mips/cpu/mips32/au1x00/au1x00_eth.c
/openbmc/u-boot/arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c
/openbmc/u-boot/arch/mips/cpu/mips32/cache.S
/openbmc/u-boot/arch/mips/cpu/mips32/config.mk
/openbmc/u-boot/arch/mips/include/asm/u-boot-mips.h
/openbmc/u-boot/arch/mips/include/asm/u-boot.h
/openbmc/u-boot/arch/mips/lib/board.c
/openbmc/u-boot/arch/mips/lib/bootm.c
/openbmc/u-boot/arch/mips/lib/bootm_qemu_mips.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/watchdog.S
/openbmc/u-boot/arch/nds32/cpu/n1213/ag102/Makefile
/openbmc/u-boot/arch/nds32/cpu/n1213/ag102/asm-offsets.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag102/cpu.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag102/lowlevel_init.S
/openbmc/u-boot/arch/nds32/cpu/n1213/ag102/timer.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag102/watchdog.S
/openbmc/u-boot/arch/nds32/cpu/n1213/start.S
/openbmc/u-boot/arch/nds32/include/asm/arch-ag102/ag102.h
/openbmc/u-boot/arch/nds32/include/asm/linkage.h
/openbmc/u-boot/arch/nds32/include/asm/mach-types.h
/openbmc/u-boot/arch/nds32/include/asm/ptrace.h
/openbmc/u-boot/arch/nds32/include/asm/u-boot.h
/openbmc/u-boot/arch/nds32/lib/board.c
/openbmc/u-boot/arch/nds32/lib/bootm.c
/openbmc/u-boot/arch/nds32/lib/interrupts.c
/openbmc/u-boot/arch/nios2/cpu/interrupts.c
/openbmc/u-boot/arch/nios2/include/asm/u-boot.h
/openbmc/u-boot/arch/nios2/lib/board.c
/openbmc/u-boot/arch/nios2/lib/cache.S
/openbmc/u-boot/arch/openrisc/include/asm/u-boot.h
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/cache.c
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/usb_ohci.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8220/fec.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/ether_fcc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8260/ether_scc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/cache.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cache.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ether_fcc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-nand.lds
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/fec.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/scc.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fdt.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/srio.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/usb_ohci.c
/openbmc/u-boot/arch/powerpc/include/asm/config_mpc85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_srio.h
/openbmc/u-boot/arch/powerpc/include/asm/immap_85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/u-boot.h
/openbmc/u-boot/arch/powerpc/lib/board.c
/openbmc/u-boot/arch/powerpc/lib/bootm.c
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/cpu/Makefile
/openbmc/u-boot/arch/sandbox/cpu/os.c
/openbmc/u-boot/arch/sandbox/cpu/start.c
/openbmc/u-boot/arch/sandbox/cpu/state.c
/openbmc/u-boot/arch/sandbox/cpu/u-boot.lds
/openbmc/u-boot/arch/sandbox/include/asm/getopt.h
/openbmc/u-boot/arch/sandbox/include/asm/global_data.h
/openbmc/u-boot/arch/sandbox/include/asm/gpio.h
/openbmc/u-boot/arch/sandbox/include/asm/sections.h
/openbmc/u-boot/arch/sandbox/include/asm/state.h
/openbmc/u-boot/arch/sandbox/include/asm/u-boot-sandbox.h
/openbmc/u-boot/arch/sandbox/include/asm/u-boot.h
/openbmc/u-boot/arch/sandbox/lib/board.c
/openbmc/u-boot/arch/sh/include/asm/cpu_sh2.h
/openbmc/u-boot/arch/sh/include/asm/cpu_sh4.h
/openbmc/u-boot/arch/sh/include/asm/cpu_sh7269.h
/openbmc/u-boot/arch/sh/include/asm/cpu_sh7734.h
/openbmc/u-boot/arch/sh/include/asm/io.h
/openbmc/u-boot/arch/sh/include/asm/mmc.h
/openbmc/u-boot/arch/sh/include/asm/u-boot.h
/openbmc/u-boot/arch/sh/lib/board.c
/openbmc/u-boot/arch/sh/lib/time.c
/openbmc/u-boot/arch/sparc/cpu/leon3/usb_uhci.c
/openbmc/u-boot/arch/sparc/include/asm/u-boot.h
/openbmc/u-boot/arch/sparc/lib/board.c
/openbmc/u-boot/arch/x86/cpu/cpu.c
/openbmc/u-boot/arch/x86/cpu/interrupts.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_timer.c
/openbmc/u-boot/arch/x86/cpu/start.S
/openbmc/u-boot/arch/x86/cpu/start16.S
/openbmc/u-boot/arch/x86/include/asm/global_data.h
/openbmc/u-boot/arch/x86/include/asm/init_helpers.h
/openbmc/u-boot/arch/x86/include/asm/init_wrappers.h
/openbmc/u-boot/arch/x86/include/asm/processor.h
/openbmc/u-boot/arch/x86/include/asm/relocate.h
/openbmc/u-boot/arch/x86/include/asm/string.h
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/include/asm/u-boot.h
/openbmc/u-boot/arch/x86/lib/Makefile
/openbmc/u-boot/arch/x86/lib/bios.S
/openbmc/u-boot/arch/x86/lib/board.c
/openbmc/u-boot/arch/x86/lib/cmd_boot.c
/openbmc/u-boot/arch/x86/lib/init_helpers.c
/openbmc/u-boot/arch/x86/lib/init_wrappers.c
/openbmc/u-boot/arch/x86/lib/realmode_switch.S
/openbmc/u-boot/arch/x86/lib/relocate.c
/openbmc/u-boot/arch/x86/lib/string.c
/openbmc/u-boot/arch/x86/lib/zimage.c
/openbmc/u-boot/board/AndesTech/adp-ag102/Makefile
/openbmc/u-boot/board/AndesTech/adp-ag102/adp-ag102.c
/openbmc/u-boot/board/Marvell/db64360/db64360.c
/openbmc/u-boot/board/Marvell/db64360/eth.h
/openbmc/u-boot/board/Marvell/db64360/mv_eth.c
/openbmc/u-boot/board/Marvell/db64360/mv_eth.h
/openbmc/u-boot/board/Marvell/db64460/db64460.c
/openbmc/u-boot/board/Marvell/db64460/eth.h
/openbmc/u-boot/board/Marvell/db64460/mv_eth.c
/openbmc/u-boot/board/Marvell/db64460/mv_eth.h
/openbmc/u-boot/board/Seagate/dockstar/dockstar.c
/openbmc/u-boot/board/a4m072/a4m072.c
/openbmc/u-boot/board/actux1/actux1.c
/openbmc/u-boot/board/actux2/actux2.c
/openbmc/u-boot/board/actux3/actux3.c
/openbmc/u-boot/board/actux4/actux4.c
/openbmc/u-boot/board/ait/cam_enc_4xx/cam_enc_4xx.c
/openbmc/u-boot/board/ait/cam_enc_4xx/config.mk
/openbmc/u-boot/board/ait/cam_enc_4xx/u-boot-spl.lds
/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/Makefile
/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
/openbmc/u-boot/board/alphaproject/ap_sh4a_4a/lowlevel_init.S
/openbmc/u-boot/board/armltd/integrator/integrator.c
/openbmc/u-boot/board/armltd/integrator/pci.c
/openbmc/u-boot/board/armltd/integrator/pci_v3.h
/openbmc/u-boot/board/armltd/vexpress/ca9x4_ct_vxp.c
/openbmc/u-boot/board/bf533-stamp/bf533-stamp.c
/openbmc/u-boot/board/bf537-stamp/bf537-stamp.c
/openbmc/u-boot/board/br4/Makefile
/openbmc/u-boot/board/br4/br4.c
/openbmc/u-boot/board/br4/config.mk
/openbmc/u-boot/board/cloudengines/pogo_e02/Makefile
/openbmc/u-boot/board/cloudengines/pogo_e02/kwbimage.cfg
/openbmc/u-boot/board/cloudengines/pogo_e02/pogo_e02.c
/openbmc/u-boot/board/cloudengines/pogo_e02/pogo_e02.h
/openbmc/u-boot/board/cm_t35/cm_t35.c
/openbmc/u-boot/board/comelit/dig297/dig297.c
/openbmc/u-boot/board/corscience/tricorder/tricorder.c
/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c
/openbmc/u-boot/board/davinci/da8xxevm/hawkboard.c
/openbmc/u-boot/board/davinci/da8xxevm/u-boot-spl-da850evm.lds
/openbmc/u-boot/board/davinci/da8xxevm/u-boot-spl-hawk.lds
/openbmc/u-boot/board/davinci/dm6467evm/dm6467evm.c
/openbmc/u-boot/board/davinci/ea20/ea20.c
/openbmc/u-boot/board/denx/m28evk/m28evk.c
/openbmc/u-boot/board/denx/m28evk/spl_boot.c
/openbmc/u-boot/board/dvlhost/dvlhost.c
/openbmc/u-boot/board/eNET/eNET.c
/openbmc/u-boot/board/efikamx/efikamx-usb.c
/openbmc/u-boot/board/egnite/ethernut5/ethernut5.c
/openbmc/u-boot/board/emk/top9000/top9000.c
/openbmc/u-boot/board/enbw/enbw_cmc/enbw_cmc.c
/openbmc/u-boot/board/esd/common/cmd_loadpci.c
/openbmc/u-boot/board/esd/cpci405/cpci405.c
/openbmc/u-boot/board/esd/cpci750/cpci750.c
/openbmc/u-boot/board/esd/cpci750/eth.h
/openbmc/u-boot/board/esd/cpci750/ide.c
/openbmc/u-boot/board/esd/cpci750/mv_eth.c
/openbmc/u-boot/board/esd/cpci750/mv_eth.h
/openbmc/u-boot/board/esd/cpci750/pci.c
/openbmc/u-boot/board/esd/du440/du440.c
/openbmc/u-boot/board/esd/meesc/meesc.c
/openbmc/u-boot/board/esd/otc570/otc570.c
/openbmc/u-boot/board/esg/ima3-mx53/Makefile
/openbmc/u-boot/board/esg/ima3-mx53/ima3-mx53.c
/openbmc/u-boot/board/esg/ima3-mx53/imximage.cfg
/openbmc/u-boot/board/etx094/u-boot.lds
/openbmc/u-boot/board/evb64260/eth.c
/openbmc/u-boot/board/evb64260/eth.h
/openbmc/u-boot/board/freescale/common/p_corenet/law.c
/openbmc/u-boot/board/freescale/common/p_corenet/tlb.c
/openbmc/u-boot/board/freescale/corenet_ds/corenet_ds.c
/openbmc/u-boot/board/freescale/corenet_ds/eth_p4080.c
/openbmc/u-boot/board/freescale/mpc8536ds/mpc8536ds.c
/openbmc/u-boot/board/freescale/mpc8544ds/mpc8544ds.c
/openbmc/u-boot/board/freescale/mpc8572ds/mpc8572ds.c
/openbmc/u-boot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/openbmc/u-boot/board/freescale/mx28evk/iomux.c
/openbmc/u-boot/board/freescale/mx28evk/mx28evk.c
/openbmc/u-boot/board/freescale/mx31pdk/mx31pdk.c
/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c
/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c
/openbmc/u-boot/board/freescale/mx53ard/imximage_dd3.cfg
/openbmc/u-boot/board/freescale/mx53ard/mx53ard.c
/openbmc/u-boot/board/freescale/mx53evk/imximage.cfg
/openbmc/u-boot/board/freescale/mx53evk/mx53evk.c
/openbmc/u-boot/board/freescale/mx53loco/imximage.cfg
/openbmc/u-boot/board/freescale/mx53loco/mx53loco.c
/openbmc/u-boot/board/freescale/mx53smd/imximage.cfg
/openbmc/u-boot/board/freescale/mx53smd/mx53smd.c
/openbmc/u-boot/board/freescale/mx6qarm2/imximage.cfg
/openbmc/u-boot/board/freescale/mx6qsabrelite/imximage.cfg
/openbmc/u-boot/board/freescale/mx6qsabrelite/mx6qsabrelite.c
/openbmc/u-boot/board/freescale/p1010rdb/ddr.c
/openbmc/u-boot/board/freescale/p1010rdb/p1010rdb.c
/openbmc/u-boot/board/freescale/p1022ds/p1022ds.c
/openbmc/u-boot/board/freescale/p1023rds/p1023rds.c
/openbmc/u-boot/board/freescale/p1_p2_rdb/p1_p2_rdb.c
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ddr.c
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
/openbmc/u-boot/board/freescale/p2020ds/p2020ds.c
/openbmc/u-boot/board/freescale/p2041rdb/p2041rdb.c
/openbmc/u-boot/board/freescale/p3060qds/p3060qds.c
/openbmc/u-boot/board/gdsys/405ep/405ep.c
/openbmc/u-boot/board/gdsys/405ep/405ep.h
/openbmc/u-boot/board/gdsys/405ep/Makefile
/openbmc/u-boot/board/gdsys/405ep/dlvision-10g.c
/openbmc/u-boot/board/gdsys/405ep/io.c
/openbmc/u-boot/board/gdsys/405ep/iocon.c
/openbmc/u-boot/board/gdsys/405ep/neo.c
/openbmc/u-boot/board/gdsys/405ex/405ex.c
/openbmc/u-boot/board/gdsys/405ex/io64.c
/openbmc/u-boot/board/gdsys/common/osd.c
/openbmc/u-boot/board/hale/tt01/tt01.c
/openbmc/u-boot/board/hermes/hermes.c
/openbmc/u-boot/board/highbank/highbank.c
/openbmc/u-boot/board/htkw/mcx/Makefile
/openbmc/u-boot/board/htkw/mcx/mcx.c
/openbmc/u-boot/board/htkw/mcx/mcx.h
/openbmc/u-boot/board/in-circuit/grasshopper/grasshopper.c
/openbmc/u-boot/board/isee/igep0020/igep0020.c
/openbmc/u-boot/board/isee/igep0030/igep0030.c
/openbmc/u-boot/board/ivm/ivm.c
km83xx/km83xx.c
/openbmc/u-boot/board/logicpd/am3517evm/am3517evm.c
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/board/logicpd/zoom1/zoom1.c
/openbmc/u-boot/board/logicpd/zoom2/zoom2.c
/openbmc/u-boot/board/matrix_vision/common/mv_common.c
/openbmc/u-boot/board/matrix_vision/mvbc_p/mvbc_p.c
/openbmc/u-boot/board/matrix_vision/mvblx/mvblx.c
/openbmc/u-boot/board/mcc200/auto_update.c
/openbmc/u-boot/board/mpl/common/usb_uhci.c
/openbmc/u-boot/board/nvidia/common/Makefile
/openbmc/u-boot/board/nvidia/common/board.c
/openbmc/u-boot/board/nvidia/common/board.h
/openbmc/u-boot/board/nvidia/common/emc.c
/openbmc/u-boot/board/nvidia/common/emc.h
/openbmc/u-boot/board/nvidia/dts/tegra2-seaboard.dts
/openbmc/u-boot/board/nvidia/seaboard/seaboard.c
/openbmc/u-boot/board/omicron/calimain/Makefile
/openbmc/u-boot/board/omicron/calimain/calimain.c
/openbmc/u-boot/board/overo/overo.c
/openbmc/u-boot/board/pandora/pandora.c
/openbmc/u-boot/board/pandora/pandora.h
/openbmc/u-boot/board/pcs440ep/pcs440ep.c
/openbmc/u-boot/board/pr1/Makefile
/openbmc/u-boot/board/pr1/config.mk
/openbmc/u-boot/board/pr1/pr1.c
/openbmc/u-boot/board/prodrive/p3mx/eth.h
/openbmc/u-boot/board/prodrive/p3mx/mv_eth.c
/openbmc/u-boot/board/prodrive/p3mx/mv_eth.h
/openbmc/u-boot/board/prodrive/p3mx/p3mx.c
/openbmc/u-boot/board/prodrive/p3mx/pci.c
/openbmc/u-boot/board/prodrive/pdnb3/nand.c
/openbmc/u-boot/board/prodrive/pdnb3/pdnb3.c
/openbmc/u-boot/board/raidsonic/ib62x0/Makefile
/openbmc/u-boot/board/raidsonic/ib62x0/ib62x0.c
/openbmc/u-boot/board/raidsonic/ib62x0/ib62x0.h
/openbmc/u-boot/board/raidsonic/ib62x0/kwbimage.cfg
/openbmc/u-boot/board/renesas/ecovec/Makefile
/openbmc/u-boot/board/renesas/ecovec/ecovec.c
/openbmc/u-boot/board/renesas/r0p7734/Makefile
/openbmc/u-boot/board/renesas/r0p7734/lowlevel_init.S
/openbmc/u-boot/board/renesas/r0p7734/r0p7734.c
/openbmc/u-boot/board/renesas/rsk7264/lowlevel_init.S
/openbmc/u-boot/board/renesas/rsk7269/Makefile
/openbmc/u-boot/board/renesas/rsk7269/lowlevel_init.S
/openbmc/u-boot/board/renesas/rsk7269/rsk7269.c
/openbmc/u-boot/board/renesas/sh7757lcr/sh7757lcr.c
/openbmc/u-boot/board/renesas/sh7785lcr/selfcheck.c
/openbmc/u-boot/board/samsung/goni/onenand.c
/openbmc/u-boot/board/samsung/origen/lowlevel_init.S
/openbmc/u-boot/board/samsung/origen/origen_setup.h
/openbmc/u-boot/board/samsung/smdk5250/Makefile
/openbmc/u-boot/board/samsung/smdk5250/clock_init.c
/openbmc/u-boot/board/samsung/smdk5250/dmc_init.c
/openbmc/u-boot/board/samsung/smdk5250/lowlevel_init.S
/openbmc/u-boot/board/samsung/smdk5250/mmc_boot.c
/openbmc/u-boot/board/samsung/smdk5250/setup.h
/openbmc/u-boot/board/samsung/smdk5250/smdk5250.c
/openbmc/u-boot/board/samsung/smdk5250/tzpc_init.c
/openbmc/u-boot/board/samsung/smdkc100/onenand.c
/openbmc/u-boot/board/samsung/trats/Makefile
/openbmc/u-boot/board/samsung/trats/setup.h
/openbmc/u-boot/board/samsung/trats/trats.c
/openbmc/u-boot/board/samsung/universal_c210/onenand.c
/openbmc/u-boot/board/samsung/universal_c210/universal.c
/openbmc/u-boot/board/sandbox/sandbox/sandbox.c
/openbmc/u-boot/board/scb9328/scb9328.c
/openbmc/u-boot/board/sixnet/sixnet.c
/openbmc/u-boot/board/technexion/twister/twister.c
/openbmc/u-boot/board/teejet/mt_ventoux/Makefile
/openbmc/u-boot/board/teejet/mt_ventoux/mt_ventoux.c
/openbmc/u-boot/board/teejet/mt_ventoux/mt_ventoux.h
/openbmc/u-boot/board/ti/am3517crane/am3517crane.c
/openbmc/u-boot/board/ti/beagle/beagle.c
/openbmc/u-boot/board/ti/beagle/beagle.h
/openbmc/u-boot/board/ti/evm/evm.c
/openbmc/u-boot/board/ti/omap5912osk/omap5912osk.c
/openbmc/u-boot/board/ti/omap5_evm/evm.c
/openbmc/u-boot/board/ti/omap5_evm/mux_data.h
/openbmc/u-boot/board/ti/omap730p2/omap730p2.c
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/ti/panda/panda_mux_data.h
/openbmc/u-boot/board/ti/sdp3430/sdp.c
/openbmc/u-boot/board/ti/sdp4430/sdp.c
/openbmc/u-boot/board/ti/sdp4430/sdp4430_mux_data.h
/openbmc/u-boot/board/timll/devkit3250/Makefile
/openbmc/u-boot/board/timll/devkit3250/devkit3250.c
/openbmc/u-boot/board/timll/devkit8000/devkit8000.c
/openbmc/u-boot/board/ttcontrol/vision2/vision2.c
/openbmc/u-boot/board/vpac270/onenand.c
/openbmc/u-boot/board/xilinx/microblaze-generic/config.mk
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/board/xilinx/microblaze-generic/xparameters.h
/openbmc/u-boot/board/zipitz2/zipitz2.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/bootstage.c
/openbmc/u-boot/common/cmd_bdinfo.c
/openbmc/u-boot/common/cmd_bedbug.c
/openbmc/u-boot/common/cmd_bmp.c
/openbmc/u-boot/common/cmd_boot.c
/openbmc/u-boot/common/cmd_bootm.c
/openbmc/u-boot/common/cmd_cache.c
/openbmc/u-boot/common/cmd_dataflash_mmc_mux.c
/openbmc/u-boot/common/cmd_date.c
/openbmc/u-boot/common/cmd_dcr.c
/openbmc/u-boot/common/cmd_df.c
/openbmc/u-boot/common/cmd_eeprom.c
/openbmc/u-boot/common/cmd_elf.c
/openbmc/u-boot/common/cmd_ext2.c
/openbmc/u-boot/common/cmd_fat.c
/openbmc/u-boot/common/cmd_fdc.c
/openbmc/u-boot/common/cmd_fdos.c
/openbmc/u-boot/common/cmd_fdt.c
/openbmc/u-boot/common/cmd_fitupd.c
/openbmc/u-boot/common/cmd_flash.c
/openbmc/u-boot/common/cmd_fpga.c
/openbmc/u-boot/common/cmd_gpio.c
/openbmc/u-boot/common/cmd_i2c.c
/openbmc/u-boot/common/cmd_ide.c
/openbmc/u-boot/common/cmd_irq.c
/openbmc/u-boot/common/cmd_itest.c
/openbmc/u-boot/common/cmd_led.c
/openbmc/u-boot/common/cmd_load.c
/openbmc/u-boot/common/cmd_log.c
/openbmc/u-boot/common/cmd_md5sum.c
/openbmc/u-boot/common/cmd_mdio.c
/openbmc/u-boot/common/cmd_mem.c
/openbmc/u-boot/common/cmd_mfsl.c
/openbmc/u-boot/common/cmd_mgdisk.c
/openbmc/u-boot/common/cmd_mii.c
/openbmc/u-boot/common/cmd_misc.c
/openbmc/u-boot/common/cmd_mmc.c
/openbmc/u-boot/common/cmd_mmc_spi.c
/openbmc/u-boot/common/cmd_mp.c
/openbmc/u-boot/common/cmd_mtdparts.c
/openbmc/u-boot/common/cmd_nand.c
/openbmc/u-boot/common/cmd_net.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/cmd_onenand.c
/openbmc/u-boot/common/cmd_otp.c
/openbmc/u-boot/common/cmd_pci.c
/openbmc/u-boot/common/cmd_portio.c
/openbmc/u-boot/common/cmd_pxe.c
/openbmc/u-boot/common/cmd_reiser.c
/openbmc/u-boot/common/cmd_sata.c
/openbmc/u-boot/common/cmd_scsi.c
/openbmc/u-boot/common/cmd_setexpr.c
/openbmc/u-boot/common/cmd_sf.c
/openbmc/u-boot/common/cmd_sha1sum.c
/openbmc/u-boot/common/cmd_source.c
/openbmc/u-boot/common/cmd_spl.c
/openbmc/u-boot/common/cmd_strings.c
/openbmc/u-boot/common/cmd_time.c
/openbmc/u-boot/common/cmd_ubi.c
/openbmc/u-boot/common/cmd_ubifs.c
/openbmc/u-boot/common/cmd_unzip.c
/openbmc/u-boot/common/cmd_usb.c
/openbmc/u-boot/common/command.c
/openbmc/u-boot/common/console.c
/openbmc/u-boot/common/env_common.c
/openbmc/u-boot/common/env_fat.c
/openbmc/u-boot/common/env_onenand.c
/openbmc/u-boot/common/env_remote.c
/openbmc/u-boot/common/hush.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/lcd.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/common/usb_hub.c
/openbmc/u-boot/common/usb_kbd.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/config.mk
/openbmc/u-boot/disk/part.c
/openbmc/u-boot/disk/part_dos.c
/openbmc/u-boot/doc/README.AVR32-port-muxing
/openbmc/u-boot/doc/README.SNTP
/openbmc/u-boot/doc/README.SPL
/openbmc/u-boot/doc/README.Sandpoint8240
/openbmc/u-boot/doc/README.ag102
/openbmc/u-boot/doc/README.at91
/openbmc/u-boot/doc/README.atmel_mci
/openbmc/u-boot/doc/README.commands
/openbmc/u-boot/doc/README.commands.spl
/openbmc/u-boot/doc/README.ebony
/openbmc/u-boot/doc/README.fsl-ddr
/openbmc/u-boot/doc/README.hawkboard
/openbmc/u-boot/doc/README.link-local
/openbmc/u-boot/doc/README.m28
/openbmc/u-boot/doc/README.mpc832xemds
/openbmc/u-boot/doc/README.mpc8360emds
/openbmc/u-boot/doc/README.mpc837xemds
/openbmc/u-boot/doc/README.mpc8544ds
/openbmc/u-boot/doc/README.mpc8572ds
/openbmc/u-boot/doc/README.mpc85xxads
/openbmc/u-boot/doc/README.mvbc_p
/openbmc/u-boot/doc/README.mvblm7
/openbmc/u-boot/doc/README.mvsmr
/openbmc/u-boot/doc/README.mx28_common
/openbmc/u-boot/doc/README.mx28evk
/openbmc/u-boot/doc/README.mx6qsabrelite
/openbmc/u-boot/doc/README.nand
/openbmc/u-boot/doc/README.ocotea
/openbmc/u-boot/doc/README.omap-ulpi-viewport
/openbmc/u-boot/doc/README.p2020rdb
/openbmc/u-boot/doc/README.sbc8548
/openbmc/u-boot/doc/README.sh7757lcr
/openbmc/u-boot/doc/README.srio-boot-corenet
/openbmc/u-boot/doc/SPL/README.omap3
/openbmc/u-boot/doc/device-tree-bindings/README
/openbmc/u-boot/doc/device-tree-bindings/clock/nvidia,tegra20-car.txt
/openbmc/u-boot/doc/device-tree-bindings/i2c/tegra20-i2c.txt
/openbmc/u-boot/doc/device-tree-bindings/usb/tegra-usb.txt
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/drivers/bios_emulator/x86emu/prim_ops.c
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/block/dwc_ahsata.c
/openbmc/u-boot/drivers/block/dwc_ahsata.h
/openbmc/u-boot/drivers/block/pata_bfin.c
/openbmc/u-boot/drivers/dma/apbh_dma.c
/openbmc/u-boot/drivers/fpga/ivm_core.c
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/mxc_gpio.c
/openbmc/u-boot/drivers/gpio/mxs_gpio.c
/openbmc/u-boot/drivers/gpio/sandbox.c
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/designware_i2c.c
/openbmc/u-boot/drivers/i2c/designware_i2c.h
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.h
/openbmc/u-boot/drivers/i2c/sh_sh7734_i2c.c
/openbmc/u-boot/drivers/i2c/tegra_i2c.c
/openbmc/u-boot/drivers/input/Makefile
/openbmc/u-boot/drivers/input/input.c
/openbmc/u-boot/drivers/input/key_matrix.c
/openbmc/u-boot/drivers/input/tegra-kbc.c
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/pmic_dialog.c
/openbmc/u-boot/drivers/misc/pmic_i2c.c
/openbmc/u-boot/drivers/misc/pmic_max8997.c
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/bfin_sdh.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mxsmmc.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/s5p_sdhci.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.c
/openbmc/u-boot/drivers/mtd/cfi_flash.c
/openbmc/u-boot/drivers/mtd/mtdconcat.c
/openbmc/u-boot/drivers/mtd/mtdcore.c
/openbmc/u-boot/drivers/mtd/mtdpart.c
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/mtd/nand/bfin_nand.c
/openbmc/u-boot/drivers/mtd/nand/fsl_ifc_nand.c
/openbmc/u-boot/drivers/mtd/nand/mpc5121_nfc.c
/openbmc/u-boot/drivers/mtd/nand/mxc_nand.c
/openbmc/u-boot/drivers/mtd/nand/mxs_nand.c
/openbmc/u-boot/drivers/mtd/nand/nand_base.c
/openbmc/u-boot/drivers/mtd/nand/nand_bbt.c
/openbmc/u-boot/drivers/mtd/nand/nand_util.c
/openbmc/u-boot/drivers/mtd/nand/omap_gpmc.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_base.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_bbt.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_uboot.c
/openbmc/u-boot/drivers/mtd/onenand/samsung.c
/openbmc/u-boot/drivers/mtd/spi/eeprom_m95xxx.c
/openbmc/u-boot/drivers/mtd/spr_smi.c
/openbmc/u-boot/drivers/net/4xx_enet.c
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/altera_tse.c
/openbmc/u-boot/drivers/net/armada100_fec.c
/openbmc/u-boot/drivers/net/at91_emac.c
/openbmc/u-boot/drivers/net/ax88180.c
/openbmc/u-boot/drivers/net/bfin_mac.c
/openbmc/u-boot/drivers/net/bfin_mac.h
/openbmc/u-boot/drivers/net/calxedaxgmac.c
/openbmc/u-boot/drivers/net/cs8900.c
/openbmc/u-boot/drivers/net/davinci_emac.c
/openbmc/u-boot/drivers/net/dc2114x.c
/openbmc/u-boot/drivers/net/designware.c
/openbmc/u-boot/drivers/net/designware.h
/openbmc/u-boot/drivers/net/dm9000x.c
/openbmc/u-boot/drivers/net/dnet.c
/openbmc/u-boot/drivers/net/e1000.c
/openbmc/u-boot/drivers/net/eepro100.c
/openbmc/u-boot/drivers/net/enc28j60.c
/openbmc/u-boot/drivers/net/ep93xx_eth.c
/openbmc/u-boot/drivers/net/ethoc.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fec_mxc.h
/openbmc/u-boot/drivers/net/fm/eth.c
/openbmc/u-boot/drivers/net/fm/fm.c
/openbmc/u-boot/drivers/net/fsl_mcdmafec.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/ftmac100.c
/openbmc/u-boot/drivers/net/greth.c
/openbmc/u-boot/drivers/net/inca-ip_sw.c
/openbmc/u-boot/drivers/net/ks8695eth.c
/openbmc/u-boot/drivers/net/lan91c96.c
/openbmc/u-boot/drivers/net/macb.c
/openbmc/u-boot/drivers/net/mcffec.c
/openbmc/u-boot/drivers/net/mpc512x_fec.c
/openbmc/u-boot/drivers/net/mpc5xxx_fec.c
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/net/natsemi.c
/openbmc/u-boot/drivers/net/ne2000_base.c
/openbmc/u-boot/drivers/net/netarm_eth.c
/openbmc/u-boot/drivers/net/netconsole.c
/openbmc/u-boot/drivers/net/ns8382x.c
/openbmc/u-boot/drivers/net/pcnet.c
/openbmc/u-boot/drivers/net/phy/micrel.c
/openbmc/u-boot/drivers/net/phy/phy.c
/openbmc/u-boot/drivers/net/plb2800_eth.c
/openbmc/u-boot/drivers/net/rtl8139.c
/openbmc/u-boot/drivers/net/rtl8169.c
/openbmc/u-boot/drivers/net/sh_eth.c
/openbmc/u-boot/drivers/net/sh_eth.h
/openbmc/u-boot/drivers/net/smc91111.c
/openbmc/u-boot/drivers/net/smc911x.c
/openbmc/u-boot/drivers/net/tsec.c
/openbmc/u-boot/drivers/net/tsi108_eth.c
/openbmc/u-boot/drivers/net/uli526x.c
/openbmc/u-boot/drivers/net/xilinx_axi_emac.c
/openbmc/u-boot/drivers/net/xilinx_emaclite.c
/openbmc/u-boot/drivers/net/xilinx_ll_temac.c
/openbmc/u-boot/drivers/net/xilinx_ll_temac.h
/openbmc/u-boot/drivers/net/xilinx_ll_temac_fifo.c
/openbmc/u-boot/drivers/net/xilinx_ll_temac_fifo.h
/openbmc/u-boot/drivers/net/xilinx_ll_temac_mdio.c
/openbmc/u-boot/drivers/net/xilinx_ll_temac_mdio.h
/openbmc/u-boot/drivers/net/xilinx_ll_temac_sdma.c
/openbmc/u-boot/drivers/net/xilinx_ll_temac_sdma.h
/openbmc/u-boot/drivers/pci/fsl_pci_init.c
/openbmc/u-boot/drivers/pci/pci.c
/openbmc/u-boot/drivers/pcmcia/Makefile
/openbmc/u-boot/drivers/power/Makefile
/openbmc/u-boot/drivers/power/tps6586x.c
/openbmc/u-boot/drivers/power/twl4030.c
/openbmc/u-boot/drivers/power/twl6035.c
/openbmc/u-boot/drivers/qe/uec.c
/openbmc/u-boot/drivers/qe/uec_phy.c
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/lpc32xx_hsuart.c
/openbmc/u-boot/drivers/serial/serial_sh.c
/openbmc/u-boot/drivers/serial/serial_sh.h
/openbmc/u-boot/drivers/serial/usbtty.c
/openbmc/u-boot/drivers/serial/usbtty.h
/openbmc/u-boot/drivers/spi/mxc_spi.c
/openbmc/u-boot/drivers/spi/mxs_spi.c
/openbmc/u-boot/drivers/spi/omap3_spi.c
/openbmc/u-boot/drivers/spi/omap3_spi.h
/openbmc/u-boot/drivers/spi/sh_spi.c
/openbmc/u-boot/drivers/spi/sh_spi.h
/openbmc/u-boot/drivers/usb/eth/asix.c
/openbmc/u-boot/drivers/usb/eth/smsc95xx.c
/openbmc/u-boot/drivers/usb/eth/usb_ether.c
/openbmc/u-boot/drivers/usb/gadget/Makefile
/openbmc/u-boot/drivers/usb/gadget/composite.c
/openbmc/u-boot/drivers/usb/gadget/config.c
/openbmc/u-boot/drivers/usb/gadget/core.c
/openbmc/u-boot/drivers/usb/gadget/designware_udc.c
/openbmc/u-boot/drivers/usb/gadget/ep0.c
/openbmc/u-boot/drivers/usb/gadget/epautoconf.c
/openbmc/u-boot/drivers/usb/gadget/ether.c
/openbmc/u-boot/drivers/usb/gadget/s3c_udc_otg.c
/openbmc/u-boot/drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
/openbmc/u-boot/drivers/usb/gadget/usbstring.c
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-armada100.c
/openbmc/u-boot/drivers/usb/host/ehci-hcd.c
/openbmc/u-boot/drivers/usb/host/ehci-mx6.c
/openbmc/u-boot/drivers/usb/host/ehci-mxc.c
/openbmc/u-boot/drivers/usb/host/ehci-mxs.c
/openbmc/u-boot/drivers/usb/host/ehci-omap.c
/openbmc/u-boot/drivers/usb/host/ehci-s5p.c
/openbmc/u-boot/drivers/usb/host/ehci-tegra.c
/openbmc/u-boot/drivers/usb/host/ehci.h
/openbmc/u-boot/drivers/usb/host/isp116x-hcd.c
/openbmc/u-boot/drivers/usb/host/ohci-hcd.c
/openbmc/u-boot/drivers/usb/host/r8a66597-hcd.c
/openbmc/u-boot/drivers/usb/host/utmi-armada100.c
/openbmc/u-boot/drivers/usb/musb/musb_hcd.c
/openbmc/u-boot/drivers/usb/ulpi/Makefile
/openbmc/u-boot/drivers/usb/ulpi/omap-ulpi-viewport.c
/openbmc/u-boot/drivers/usb/ulpi/ulpi-viewport.c
/openbmc/u-boot/drivers/usb/ulpi/ulpi.c
/openbmc/u-boot/drivers/video/Makefile
/openbmc/u-boot/drivers/video/atmel_hlcdfb.c
/openbmc/u-boot/drivers/video/cfb_console.c
/openbmc/u-boot/drivers/video/exynos_fb.c
/openbmc/u-boot/drivers/video/exynos_fb.h
/openbmc/u-boot/drivers/video/exynos_fimd.c
/openbmc/u-boot/drivers/video/exynos_mipi_dsi.c
/openbmc/u-boot/drivers/video/exynos_mipi_dsi_common.c
/openbmc/u-boot/drivers/video/exynos_mipi_dsi_common.h
/openbmc/u-boot/drivers/video/exynos_mipi_dsi_lowlevel.c
/openbmc/u-boot/drivers/video/exynos_mipi_dsi_lowlevel.h
/openbmc/u-boot/drivers/video/ipu_regs.h
/openbmc/u-boot/drivers/video/mxc_ipuv3_fb.c
/openbmc/u-boot/drivers/video/omap3_dss.c
/openbmc/u-boot/drivers/video/s6e8ax0.c
/openbmc/u-boot/dts/Makefile
/openbmc/u-boot/examples/standalone/Makefile
/openbmc/u-boot/fs/cramfs/uncompress.c
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/fs/jffs2/jffs2_1pass.c
/openbmc/u-boot/include/aes.h
/openbmc/u-boot/include/ahci.h
/openbmc/u-boot/include/ata.h
/openbmc/u-boot/include/atmel_hlcdc.h
/openbmc/u-boot/include/atmel_mci.h
/openbmc/u-boot/include/bootstage.h
/openbmc/u-boot/include/cmd_spl.h
/openbmc/u-boot/include/command.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/config_cmd_all.h
/openbmc/u-boot/include/configs/CPCI750.h
/openbmc/u-boot/include/configs/EB+MCF-EV123.h
/openbmc/u-boot/include/configs/HWW1U1A.h
/openbmc/u-boot/include/configs/MBX.h
/openbmc/u-boot/include/configs/MPC832XEMDS.h
/openbmc/u-boot/include/configs/MigoR.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1023RDS.h
/openbmc/u-boot/include/configs/P2020COME.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/actux1.h
/openbmc/u-boot/include/configs/actux2.h
/openbmc/u-boot/include/configs/actux3.h
/openbmc/u-boot/include/configs/actux4.h
/openbmc/u-boot/include/configs/adp-ag102.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/ap_sh4a_4a.h
/openbmc/u-boot/include/configs/at91sam9263ek.h
/openbmc/u-boot/include/configs/at91sam9m10g45ek.h
/openbmc/u-boot/include/configs/atngw100.h
/openbmc/u-boot/include/configs/atstk1002.h
/openbmc/u-boot/include/configs/atstk1003.h
/openbmc/u-boot/include/configs/atstk1004.h
/openbmc/u-boot/include/configs/atstk1006.h
/openbmc/u-boot/include/configs/br4.h
/openbmc/u-boot/include/configs/calimain.h
/openbmc/u-boot/include/configs/cam_enc_4xx.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/da830evm.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/davinci_dm355evm.h
/openbmc/u-boot/include/configs/davinci_dm355leopard.h
/openbmc/u-boot/include/configs/davinci_dm365evm.h
/openbmc/u-boot/include/configs/davinci_dm6467evm.h
/openbmc/u-boot/include/configs/davinci_dvevm.h
/openbmc/u-boot/include/configs/davinci_schmoogie.h
/openbmc/u-boot/include/configs/davinci_sffsdr.h
/openbmc/u-boot/include/configs/davinci_sonata.h
/openbmc/u-boot/include/configs/debris.h
/openbmc/u-boot/include/configs/devkit3250.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/digsy_mtc.h
/openbmc/u-boot/include/configs/dlvision-10g.h
/openbmc/u-boot/include/configs/dreamplug.h
/openbmc/u-boot/include/configs/dvlhost.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/eb_cpux9k2.h
/openbmc/u-boot/include/configs/ecovec.h
/openbmc/u-boot/include/configs/efikamx.h
/openbmc/u-boot/include/configs/enbw_cmc.h
/openbmc/u-boot/include/configs/ep8260.h
/openbmc/u-boot/include/configs/espt.h
/openbmc/u-boot/include/configs/favr-32-ezkit.h
/openbmc/u-boot/include/configs/flea3.h
/openbmc/u-boot/include/configs/gdppc440etx.h
/openbmc/u-boot/include/configs/gplugd.h
/openbmc/u-boot/include/configs/hammerhead.h
/openbmc/u-boot/include/configs/hawkboard.h
/openbmc/u-boot/include/configs/highbank.h
/openbmc/u-boot/include/configs/ib62x0.h
/openbmc/u-boot/include/configs/igep00x0.h
/openbmc/u-boot/include/configs/ima3-mx53.h
/openbmc/u-boot/include/configs/imx27lite-common.h
/openbmc/u-boot/include/configs/integratorap.h
/openbmc/u-boot/include/configs/integratorcp.h
/openbmc/u-boot/include/configs/intip.h
/openbmc/u-boot/include/configs/io.h
/openbmc/u-boot/include/configs/io64.h
/openbmc/u-boot/include/configs/iocon.h
/openbmc/u-boot/include/configs/jadecpu.h
/openbmc/u-boot/include/configs/kilauea.h
/openbmc/u-boot/include/configs/lwmon5.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/makalu.h
/openbmc/u-boot/include/configs/mcx.h
/openbmc/u-boot/include/configs/meesc.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/mimc200.h
/openbmc/u-boot/include/configs/ms7722se.h
/openbmc/u-boot/include/configs/ms7750se.h
/openbmc/u-boot/include/configs/mt_ventoux.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/mx25pdk.h
/openbmc/u-boot/include/configs/mx28evk.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53evk.h
/openbmc/u-boot/include/configs/mx53loco.h
/openbmc/u-boot/include/configs/mx53smd.h
/openbmc/u-boot/include/configs/mx6qarm2.h
/openbmc/u-boot/include/configs/mx6qsabrelite.h
/openbmc/u-boot/include/configs/neo.h
/openbmc/u-boot/include/configs/nios2-generic.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_evm_common.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap3_pandora.h
/openbmc/u-boot/include/configs/omap4_common.h
/openbmc/u-boot/include/configs/omap4_panda.h
/openbmc/u-boot/include/configs/omap5912osk.h
/openbmc/u-boot/include/configs/omap5_evm.h
/openbmc/u-boot/include/configs/omap730p2.h
/openbmc/u-boot/include/configs/origen.h
/openbmc/u-boot/include/configs/otc570.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/pb1x00.h
/openbmc/u-boot/include/configs/pdnb3.h
/openbmc/u-boot/include/configs/pogo_e02.h
/openbmc/u-boot/include/configs/pr1.h
/openbmc/u-boot/include/configs/quad100hd.h
/openbmc/u-boot/include/configs/r0p7734.h
/openbmc/u-boot/include/configs/r2dplus.h
/openbmc/u-boot/include/configs/rsk7264.h
/openbmc/u-boot/include/configs/rsk7269.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/sh7757lcr.h
/openbmc/u-boot/include/configs/sh7763rdp.h
/openbmc/u-boot/include/configs/sh7785lcr.h
/openbmc/u-boot/include/configs/smdk5250.h
/openbmc/u-boot/include/configs/smdkv310.h
/openbmc/u-boot/include/configs/snapper9260.h
/openbmc/u-boot/include/configs/spear-common.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tegra2-common.h
/openbmc/u-boot/include/configs/trats.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/tt01.h
/openbmc/u-boot/include/configs/tuxx1.h
/openbmc/u-boot/include/configs/twister.h
/openbmc/u-boot/include/configs/tx25.h
/openbmc/u-boot/include/configs/u8500_href.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/configs/vision2.h
/openbmc/u-boot/include/configs/zeus.h
/openbmc/u-boot/include/configs/zipitz2.h
/openbmc/u-boot/include/configs/zmx25.h
/openbmc/u-boot/include/dialog_pmic.h
/openbmc/u-boot/include/fat.h
/openbmc/u-boot/include/fdt_support.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl_esdhc.h
/openbmc/u-boot/include/fsl_pmic.h
/openbmc/u-boot/include/gdsys_fpga.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/input.h
/openbmc/u-boot/include/ipu_pixfmt.h
/openbmc/u-boot/include/key_matrix.h
/openbmc/u-boot/include/lattice.h
/openbmc/u-boot/include/lcd.h
/openbmc/u-boot/include/libtizen.h
/openbmc/u-boot/include/linux/compat.h
/openbmc/u-boot/include/linux/err.h
/openbmc/u-boot/include/linux/input.h
/openbmc/u-boot/include/linux/linkage.h
/openbmc/u-boot/include/linux/mtd/mtd-abi.h
/openbmc/u-boot/include/linux/mtd/nand.h
/openbmc/u-boot/include/linux/mtd/nand_ecc.h
/openbmc/u-boot/include/linux/mtd/onenand.h
/openbmc/u-boot/include/linux/mtd/samsung_onenand.h
/openbmc/u-boot/include/linux/usb/ch9.h
/openbmc/u-boot/include/linux/usb/composite.h
/openbmc/u-boot/include/linux/usb/gadget.h
/openbmc/u-boot/include/max8997_pmic.h
/openbmc/u-boot/include/max8998_pmic.h
/openbmc/u-boot/include/micrel.h
/openbmc/u-boot/include/miiphy.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/nand.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/os.h
/openbmc/u-boot/include/part.h
/openbmc/u-boot/include/pci.h
/openbmc/u-boot/include/pcmcia.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/pmic.h
/openbmc/u-boot/include/scsi.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/include/tegra-kbc.h
/openbmc/u-boot/include/tps6586x.h
/openbmc/u-boot/include/twl6035.h
/openbmc/u-boot/include/u-boot/md5.h
/openbmc/u-boot/include/u-boot/zlib.h
/openbmc/u-boot/include/usb.h
/openbmc/u-boot/include/usb/designware_udc.h
/openbmc/u-boot/include/usb/lin_gadget_compat.h
/openbmc/u-boot/include/usb/s3c_udc.h
/openbmc/u-boot/include/usb/ulpi.h
/openbmc/u-boot/include/usbdescriptors.h
/openbmc/u-boot/include/usbdevice.h
/openbmc/u-boot/include/video.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/aes.c
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/fdtdec_test.c
/openbmc/u-boot/lib/gunzip.c
/openbmc/u-boot/lib/lzma/LzmaTools.c
/openbmc/u-boot/lib/md5.c
/openbmc/u-boot/lib/tizen/Makefile
/openbmc/u-boot/lib/tizen/tizen.c
/openbmc/u-boot/lib/tizen/tizen_hd_logo.h
/openbmc/u-boot/lib/tizen/tizen_hd_logo_data.h
/openbmc/u-boot/net/Makefile
/openbmc/u-boot/net/arp.c
/openbmc/u-boot/net/arp.h
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/bootp.h
/openbmc/u-boot/net/cdp.c
/openbmc/u-boot/net/cdp.h
/openbmc/u-boot/net/dns.c
/openbmc/u-boot/net/eth.c
/openbmc/u-boot/net/link_local.c
/openbmc/u-boot/net/link_local.h
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/net_rand.c
/openbmc/u-boot/net/net_rand.h
/openbmc/u-boot/net/nfs.c
/openbmc/u-boot/net/nfs.h
/openbmc/u-boot/net/ping.c
/openbmc/u-boot/net/ping.h
/openbmc/u-boot/net/rarp.c
/openbmc/u-boot/net/rarp.h
/openbmc/u-boot/net/sntp.c
/openbmc/u-boot/net/sntp.h
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/net/tftp.h
/openbmc/u-boot/post/Makefile
/openbmc/u-boot/post/post.c
/openbmc/u-boot/spl/Makefile
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/checkstack.pl
/openbmc/u-boot/tools/gcc-version.sh
/openbmc/u-boot/tools/imximage.c
/openbmc/u-boot/tools/imximage.h
/openbmc/u-boot/tools/mkenvimage.c
/openbmc/u-boot/tools/mkexynosspl.c
/openbmc/u-boot/tools/mxsboot.c
/openbmc/u-boot/tools/patman/.gitignore
/openbmc/u-boot/tools/patman/README
/openbmc/u-boot/tools/patman/checkpatch.py
/openbmc/u-boot/tools/patman/command.py
/openbmc/u-boot/tools/patman/commit.py
/openbmc/u-boot/tools/patman/gitutil.py
/openbmc/u-boot/tools/patman/patchstream.py
/openbmc/u-boot/tools/patman/patman
/openbmc/u-boot/tools/patman/patman.py
/openbmc/u-boot/tools/patman/series.py
/openbmc/u-boot/tools/patman/settings.py
/openbmc/u-boot/tools/patman/terminal.py
/openbmc/u-boot/tools/patman/test.py
6a23f31113-Dec-2011 Holger Brunck <holger.brunck@keymile.com>

arm/km: checkpatch cleanup

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Cc: Valentin Longchamp <valentin.longchamp@keymile.com>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Hei

arm/km: checkpatch cleanup

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Cc: Valentin Longchamp <valentin.longchamp@keymile.com>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Acked-by: Heiko Schocher <hs@denx.de>

show more ...


/openbmc/u-boot/.gitignore
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/generic.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/cache.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/dm365_lowlevel.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/spl.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/cache.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/mx28.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/start.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/pantheon/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/emif4.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/boot-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/gpio.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/sdrc.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/sys_info.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/funcmux.c
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/common_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/dm365_lowlevel.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/pll_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/timer_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-kirkwood/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-kirkwood/kirkwood.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx27/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6x_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mem.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-orion5x/orion5x.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/board.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/funcmux.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/mmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/tegra2.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/tegra2_spi.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/uart-spi-switch.h
/openbmc/u-boot/arch/arm/include/asm/gpio.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/avr32/cpu/at32ap700x/mmu.c
/openbmc/u-boot/arch/openrisc/config.mk
/openbmc/u-boot/arch/openrisc/cpu/Makefile
/openbmc/u-boot/arch/openrisc/cpu/cache.c
/openbmc/u-boot/arch/openrisc/cpu/cpu.c
/openbmc/u-boot/arch/openrisc/cpu/exceptions.c
/openbmc/u-boot/arch/openrisc/cpu/interrupts.c
/openbmc/u-boot/arch/openrisc/cpu/start.S
/openbmc/u-boot/arch/openrisc/include/asm/bitops.h
/openbmc/u-boot/arch/openrisc/include/asm/bitops/ffs.h
/openbmc/u-boot/arch/openrisc/include/asm/bitops/fls.h
/openbmc/u-boot/arch/openrisc/include/asm/byteorder.h
/openbmc/u-boot/arch/openrisc/include/asm/cache.h
/openbmc/u-boot/arch/openrisc/include/asm/config.h
/openbmc/u-boot/arch/openrisc/include/asm/errno.h
/openbmc/u-boot/arch/openrisc/include/asm/global_data.h
/openbmc/u-boot/arch/openrisc/include/asm/gpio.h
/openbmc/u-boot/arch/openrisc/include/asm/io.h
/openbmc/u-boot/arch/openrisc/include/asm/openrisc_exc.h
/openbmc/u-boot/arch/openrisc/include/asm/posix_types.h
/openbmc/u-boot/arch/openrisc/include/asm/processor.h
/openbmc/u-boot/arch/openrisc/include/asm/ptrace.h
/openbmc/u-boot/arch/openrisc/include/asm/spr-defs.h
/openbmc/u-boot/arch/openrisc/include/asm/string.h
/openbmc/u-boot/arch/openrisc/include/asm/system.h
/openbmc/u-boot/arch/openrisc/include/asm/types.h
/openbmc/u-boot/arch/openrisc/include/asm/u-boot.h
/openbmc/u-boot/arch/openrisc/include/asm/unaligned.h
/openbmc/u-boot/arch/openrisc/lib/Makefile
/openbmc/u-boot/arch/openrisc/lib/board.c
/openbmc/u-boot/arch/openrisc/lib/bootm.c
/openbmc/u-boot/arch/openrisc/lib/timer.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
/openbmc/u-boot/arch/powerpc/include/asm/arch-mpc83xx/gpio.h
/openbmc/u-boot/arch/powerpc/include/asm/fsl_lbc.h
/openbmc/u-boot/arch/powerpc/include/asm/gpio.h
/openbmc/u-boot/arch/x86/cpu/coreboot/Makefile
/openbmc/u-boot/arch/x86/cpu/coreboot/asm-offsets.c
/openbmc/u-boot/arch/x86/cpu/coreboot/coreboot_car.S
/openbmc/u-boot/arch/x86/cpu/coreboot/ipchecksum.c
/openbmc/u-boot/arch/x86/cpu/coreboot/sdram.c
/openbmc/u-boot/arch/x86/cpu/coreboot/sysinfo.c
/openbmc/u-boot/arch/x86/cpu/coreboot/tables.c
/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/ipchecksum.h
/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/sysinfo.h
/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/tables.h
/openbmc/u-boot/arch/x86/include/asm/zimage.h
/openbmc/u-boot/arch/x86/lib/bootm.c
/openbmc/u-boot/arch/x86/lib/zimage.c
/openbmc/u-boot/board/ait/cam_enc_4xx/cam_enc_4xx.c
/openbmc/u-boot/board/ait/cam_enc_4xx/ublimage.cfg
/openbmc/u-boot/board/avionic-design/common/tamonten.c
/openbmc/u-boot/board/avionic-design/common/tamonten.h
/openbmc/u-boot/board/avionic-design/medcom/Makefile
/openbmc/u-boot/board/avionic-design/medcom/medcom.c
/openbmc/u-boot/board/avionic-design/plutux/Makefile
/openbmc/u-boot/board/avionic-design/plutux/plutux.c
/openbmc/u-boot/board/chromebook-x86/coreboot/Makefile
/openbmc/u-boot/board/chromebook-x86/coreboot/coreboot.c
/openbmc/u-boot/board/chromebook-x86/coreboot/coreboot_pci.c
/openbmc/u-boot/board/chromebook-x86/coreboot/coreboot_start.S
/openbmc/u-boot/board/chromebook-x86/coreboot/coreboot_start16.S
/openbmc/u-boot/board/cm_t35/Makefile
/openbmc/u-boot/board/cm_t35/cm_t35.c
/openbmc/u-boot/board/cm_t35/eeprom.c
/openbmc/u-boot/board/cm_t35/eeprom.h
/openbmc/u-boot/board/compal/paz00/Makefile
/openbmc/u-boot/board/compal/paz00/paz00.c
/openbmc/u-boot/board/corscience/tricorder/Makefile
/openbmc/u-boot/board/corscience/tricorder/tricorder.c
/openbmc/u-boot/board/corscience/tricorder/tricorder.h
/openbmc/u-boot/board/d-link/dns325/Makefile
/openbmc/u-boot/board/d-link/dns325/dns325.c
/openbmc/u-boot/board/d-link/dns325/dns325.h
/openbmc/u-boot/board/d-link/dns325/kwbimage.cfg
/openbmc/u-boot/board/dave/PPChameleonEVB/fpgadata.c
/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c
/openbmc/u-boot/board/davinci/da8xxevm/u-boot-spl.lds
/openbmc/u-boot/board/denx/m28evk/Makefile
/openbmc/u-boot/board/denx/m28evk/m28evk.c
/openbmc/u-boot/board/efikamx/efikamx.c
/openbmc/u-boot/board/emk/top9000/top9000.c
/openbmc/u-boot/board/enbw/enbw_cmc/enbw_cmc.c
/openbmc/u-boot/board/esd/apc405/fpgadata.c
/openbmc/u-boot/board/esd/apc405/logo_640_480_24bpp.c
/openbmc/u-boot/board/esd/ar405/fpgadata.c
/openbmc/u-boot/board/esd/ar405/fpgadata_xl30.c
/openbmc/u-boot/board/esd/ash405/fpgadata.c
/openbmc/u-boot/board/esd/canbt/fpgadata.c
/openbmc/u-boot/board/esd/cpci405/fpgadata_cpci405.c
/openbmc/u-boot/board/esd/cpci405/fpgadata_cpci4052.c
/openbmc/u-boot/board/esd/cpci405/fpgadata_cpci405ab.c
/openbmc/u-boot/board/esd/cpciiser4/fpgadata.c
/openbmc/u-boot/board/esd/dasa_sim/fpgadata.c
/openbmc/u-boot/board/esd/du405/fpgadata.c
/openbmc/u-boot/board/esd/hh405/fpgadata.c
/openbmc/u-boot/board/esd/hh405/logo_1024_768_8bpp.c
/openbmc/u-boot/board/esd/hh405/logo_320_240_4bpp.c
/openbmc/u-boot/board/esd/hh405/logo_320_240_8bpp.c
/openbmc/u-boot/board/esd/hh405/logo_640_480_24bpp.c
/openbmc/u-boot/board/esd/pci405/fpgadata.c
/openbmc/u-boot/board/esd/plu405/fpgadata.c
/openbmc/u-boot/board/esd/tasreg/fpgadata.c
/openbmc/u-boot/board/esd/voh405/fpgadata.c
/openbmc/u-boot/board/esd/voh405/logo_320_240_4bpp.c
/openbmc/u-boot/board/esd/voh405/logo_640_480_24bpp.c
/openbmc/u-boot/board/esd/wuh405/fpgadata.c
/openbmc/u-boot/board/freescale/common/Makefile
/openbmc/u-boot/board/freescale/mpc8313erdb/mpc8313erdb.c
/openbmc/u-boot/board/freescale/mpc8541cds/mpc8541cds.c
/openbmc/u-boot/board/freescale/mpc8555cds/mpc8555cds.c
/openbmc/u-boot/board/freescale/mx28evk/Makefile
/openbmc/u-boot/board/freescale/mx28evk/iomux.c
/openbmc/u-boot/board/freescale/mx28evk/mx28evk.c
/openbmc/u-boot/board/freescale/mx28evk/u-boot.bd
/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c
/openbmc/u-boot/board/freescale/mx53ard/mx53ard.c
/openbmc/u-boot/board/freescale/mx53evk/mx53evk.c
/openbmc/u-boot/board/freescale/mx53loco/mx53loco.c
/openbmc/u-boot/board/freescale/mx53smd/mx53smd.c
/openbmc/u-boot/board/freescale/mx6qarm2/imximage.cfg
/openbmc/u-boot/board/freescale/mx6qarm2/mx6qarm2.c
/openbmc/u-boot/board/freescale/mx6qsabrelite/Makefile
/openbmc/u-boot/board/freescale/mx6qsabrelite/imximage.cfg
/openbmc/u-boot/board/freescale/mx6qsabrelite/mx6qsabrelite.c
/openbmc/u-boot/board/gdsys/405ex/io64.c
/openbmc/u-boot/board/hale/tt01/tt01.c
/openbmc/u-boot/board/highbank/highbank.c
km_arm/km_arm.c
/openbmc/u-boot/board/logicpd/omap3som/Makefile
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.c
/openbmc/u-boot/board/logicpd/omap3som/omap3logic.h
/openbmc/u-boot/board/mpl/common/common_util.c
/openbmc/u-boot/board/mpl/common/common_util.h
/openbmc/u-boot/board/mpl/mip405/Makefile
/openbmc/u-boot/board/mpl/mip405/mip405.c
/openbmc/u-boot/board/mpl/pati/Makefile
/openbmc/u-boot/board/mpl/pip405/Makefile
/openbmc/u-boot/board/mpl/pip405/pip405.c
/openbmc/u-boot/board/nvidia/common/Makefile
/openbmc/u-boot/board/nvidia/common/board.c
/openbmc/u-boot/board/nvidia/common/board.h
/openbmc/u-boot/board/nvidia/common/uart-spi-switch.c
/openbmc/u-boot/board/nvidia/harmony/Makefile
/openbmc/u-boot/board/nvidia/harmony/harmony.c
/openbmc/u-boot/board/nvidia/seaboard/Makefile
/openbmc/u-boot/board/nvidia/seaboard/seaboard.c
/openbmc/u-boot/board/nvidia/ventana/Makefile
/openbmc/u-boot/board/openrisc/openrisc-generic/Makefile
/openbmc/u-boot/board/openrisc/openrisc-generic/config.mk
/openbmc/u-boot/board/openrisc/openrisc-generic/openrisc-generic.c
/openbmc/u-boot/board/openrisc/openrisc-generic/or1ksim.cfg
/openbmc/u-boot/board/openrisc/openrisc-generic/u-boot.lds
/openbmc/u-boot/board/overo/overo.c
/openbmc/u-boot/board/overo/overo.h
/openbmc/u-boot/board/sbc8548/ddr.c
/openbmc/u-boot/board/sbc8548/law.c
/openbmc/u-boot/board/sbc8548/sbc8548.c
/openbmc/u-boot/board/sbc8548/tlb.c
/openbmc/u-boot/board/technexion/twister/Makefile
/openbmc/u-boot/board/technexion/twister/twister.c
/openbmc/u-boot/board/technexion/twister/twister.h
/openbmc/u-boot/board/ti/am335x/evm.c
/openbmc/u-boot/board/ti/am335x/mux.c
/openbmc/u-boot/board/ti/beagle/beagle.c
/openbmc/u-boot/board/timll/devkit8000/devkit8000.c
/openbmc/u-boot/board/ttcontrol/vision2/vision2.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/cmd_bdinfo.c
/openbmc/u-boot/common/cmd_fpga.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/cmd_sf.c
/openbmc/u-boot/common/console.c
/openbmc/u-boot/common/env_common.c
/openbmc/u-boot/common/env_flash.c
/openbmc/u-boot/common/env_mgdisk.c
/openbmc/u-boot/common/env_mmc.c
/openbmc/u-boot/common/env_nand.c
/openbmc/u-boot/common/env_nowhere.c
/openbmc/u-boot/common/env_nvram.c
/openbmc/u-boot/common/env_onenand.c
/openbmc/u-boot/common/env_sf.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/main.c
/openbmc/u-boot/common/menu.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/doc/README.SPL
/openbmc/u-boot/doc/README.atmel_mci
/openbmc/u-boot/doc/README.davinci
/openbmc/u-boot/doc/README.imximage
/openbmc/u-boot/doc/README.menu
/openbmc/u-boot/doc/README.mx6qsabrelite
/openbmc/u-boot/doc/README.nand
/openbmc/u-boot/doc/README.sbc8548
/openbmc/u-boot/doc/git-mailrc
/openbmc/u-boot/doc/mkimage.1
/openbmc/u-boot/drivers/fpga/spartan3.c
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/da8xx_gpio.c
/openbmc/u-boot/drivers/gpio/mpc83xx_gpio.c
/openbmc/u-boot/drivers/gpio/mvgpio.c
/openbmc/u-boot/drivers/gpio/mxc_gpio.c
/openbmc/u-boot/drivers/gpio/mxs_gpio.c
/openbmc/u-boot/drivers/gpio/s5p_gpio.c
/openbmc/u-boot/drivers/gpio/tegra2_gpio.c
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.c
/openbmc/u-boot/drivers/i2c/omap24xx_i2c.h
/openbmc/u-boot/drivers/mmc/arm_pl180_mmci.c
/openbmc/u-boot/drivers/mmc/bfin_sdh.c
/openbmc/u-boot/drivers/mmc/davinci_mmc.c
/openbmc/u-boot/drivers/mmc/fsl_esdhc.c
/openbmc/u-boot/drivers/mmc/ftsdc010_esdhc.c
/openbmc/u-boot/drivers/mmc/gen_atmel_mci.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mmc_spi.c
/openbmc/u-boot/drivers/mmc/mv_sdhci.c
/openbmc/u-boot/drivers/mmc/mxcmmc.c
/openbmc/u-boot/drivers/mmc/mxsmmc.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/pxa_mmc_gen.c
/openbmc/u-boot/drivers/mmc/s5p_mmc.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/sh_mmcif.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.h
/openbmc/u-boot/drivers/mtd/cfi_flash.c
/openbmc/u-boot/drivers/mtd/jedec_flash.c
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/mtd/nand/fsl_elbc_nand.c
/openbmc/u-boot/drivers/mtd/nand/nand.c
/openbmc/u-boot/drivers/mtd/nand/nand_base.c
/openbmc/u-boot/drivers/mtd/nand/nand_bbt.c
/openbmc/u-boot/drivers/mtd/nand/nand_bch.c
/openbmc/u-boot/drivers/mtd/nand/nand_ids.c
/openbmc/u-boot/drivers/mtd/nand/nand_spl_simple.c
/openbmc/u-boot/drivers/mtd/spi/Makefile
/openbmc/u-boot/drivers/mtd/spi/spi_spl_load.c
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/calxedaxgmac.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fec_mxc.h
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/net/phy/micrel.c
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/kirkwood_spi.c
/openbmc/u-boot/drivers/spi/mxs_spi.c
/openbmc/u-boot/drivers/spi/tegra2_spi.c
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-marvell.c
/openbmc/u-boot/examples/standalone/stubs.c
/openbmc/u-boot/fs/ext2/ext2fs.c
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/include/asm-generic/gpio.h
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/HWW1U1A.h
/openbmc/u-boot/include/configs/MIP405.h
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1_P2_RDB.h
/openbmc/u-boot/include/configs/P2020COME.h
/openbmc/u-boot/include/configs/P2020DS.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/PATI.h
/openbmc/u-boot/include/configs/PIP405.h
/openbmc/u-boot/include/configs/PM826.h
/openbmc/u-boot/include/configs/PM828.h
/openbmc/u-boot/include/configs/PMC440.h
/openbmc/u-boot/include/configs/SIMPC8313.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/acadia.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/aria.h
/openbmc/u-boot/include/configs/at91sam9m10g45ek.h
/openbmc/u-boot/include/configs/bamboo.h
/openbmc/u-boot/include/configs/bf526-ezbrd.h
/openbmc/u-boot/include/configs/bf527-ad7160-eval.h
/openbmc/u-boot/include/configs/bf527-ezkit.h
/openbmc/u-boot/include/configs/bf548-ezkit.h
/openbmc/u-boot/include/configs/cam_enc_4xx.h
/openbmc/u-boot/include/configs/canyonlands.h
/openbmc/u-boot/include/configs/cm-bf527.h
/openbmc/u-boot/include/configs/cm_t35.h
/openbmc/u-boot/include/configs/coreboot.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/cpu9260.h
/openbmc/u-boot/include/configs/da830evm.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/davinci_dm355leopard.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/dig297.h
/openbmc/u-boot/include/configs/dns325.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/eb_cpux9k2.h
/openbmc/u-boot/include/configs/ecovec.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/efikamx.h
/openbmc/u-boot/include/configs/enbw_cmc.h
/openbmc/u-boot/include/configs/ethernut5.h
/openbmc/u-boot/include/configs/flea3.h
/openbmc/u-boot/include/configs/harmony.h
/openbmc/u-boot/include/configs/hawkboard.h
/openbmc/u-boot/include/configs/highbank.h
/openbmc/u-boot/include/configs/igep0020.h
/openbmc/u-boot/include/configs/igep0030.h
/openbmc/u-boot/include/configs/kilauea.h
/openbmc/u-boot/include/configs/km/km8321-common.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/mecp5123.h
/openbmc/u-boot/include/configs/medcom.h
/openbmc/u-boot/include/configs/mpc5121ads.h
/openbmc/u-boot/include/configs/mv-common.h
/openbmc/u-boot/include/configs/mx28evk.h
/openbmc/u-boot/include/configs/mx6qarm2.h
/openbmc/u-boot/include/configs/mx6qsabrelite.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/omap3_evm_common.h
/openbmc/u-boot/include/configs/omap3_evm_quick_nand.h
/openbmc/u-boot/include/configs/omap3_logic.h
/openbmc/u-boot/include/configs/omap3_mvblx.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap3_pandora.h
/openbmc/u-boot/include/configs/omap3_sdp3430.h
/openbmc/u-boot/include/configs/omap3_zoom1.h
/openbmc/u-boot/include/configs/omap3_zoom2.h
/openbmc/u-boot/include/configs/openrisc-generic.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/paz00.h
/openbmc/u-boot/include/configs/pdm360ng.h
/openbmc/u-boot/include/configs/plutux.h
/openbmc/u-boot/include/configs/pm9261.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/qi_lb60.h
/openbmc/u-boot/include/configs/sbc8548.h
/openbmc/u-boot/include/configs/seaboard.h
/openbmc/u-boot/include/configs/sequoia.h
/openbmc/u-boot/include/configs/smdk2410.h
/openbmc/u-boot/include/configs/smdk6400.h
/openbmc/u-boot/include/configs/tam3517-common.h
/openbmc/u-boot/include/configs/tegra2-common.h
/openbmc/u-boot/include/configs/tnetv107x_evm.h
/openbmc/u-boot/include/configs/tricorder.h
/openbmc/u-boot/include/configs/tt01.h
/openbmc/u-boot/include/configs/tuxx1.h
/openbmc/u-boot/include/configs/twister.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/environment.h
/openbmc/u-boot/include/gdsys_fpga.h
/openbmc/u-boot/include/i2c.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/linux/bch.h
/openbmc/u-boot/include/linux/mtd/bbm.h
/openbmc/u-boot/include/linux/mtd/nand.h
/openbmc/u-boot/include/linux/mtd/nand_bch.h
/openbmc/u-boot/include/linux/mtd/nand_ecc.h
/openbmc/u-boot/include/linux/string.h
/openbmc/u-boot/include/mc13783.h
/openbmc/u-boot/include/menu.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/nand.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/phy.h
/openbmc/u-boot/include/serial.h
/openbmc/u-boot/include/spartan3.h
/openbmc/u-boot/include/spi_flash.h
/openbmc/u-boot/include/vsprintf.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/bch.c
/openbmc/u-boot/lib/string.c
/openbmc/u-boot/lib/vsprintf.c
/openbmc/u-boot/nand_spl/nand_boot.c
/openbmc/u-boot/net/eth.c
/openbmc/u-boot/post/Makefile
/openbmc/u-boot/post/lib_powerpc/fpu/Makefile
/openbmc/u-boot/post/lib_powerpc/fpu/darwin-ldouble.c
/openbmc/u-boot/post/lib_powerpc/multi.c
/openbmc/u-boot/spl/Makefile
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/env/fw_env.h
/openbmc/u-boot/tools/envcrc.c
/openbmc/u-boot/tools/imximage.c
/openbmc/u-boot/tools/imximage.h
/openbmc/u-boot/tools/mkenvimage.c
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/mxsboot.c
d26982cb14-Dec-2011 Holger Brunck <holger.brunck@keymile.com>

km/common: add toolchain variable

Add a variable "toolchain" and configure the rootpath
for the nfsargs with this variable.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Wolfgang Den

km/common: add toolchain variable

Add a variable "toolchain" and configure the rootpath
for the nfsargs with this variable.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
cc: Wolfgang Denk <wd@denx.de>

show more ...


/openbmc/u-boot/CREDITS
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/cpu/arm920t/s3c24x0/Makefile
/openbmc/u-boot/arch/arm/cpu/arm920t/s3c24x0/cpu_info.c
/openbmc/u-boot/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/cache.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/mx28_init.h
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_boot.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/spl_power_init.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/start.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/u-boot-spl.lds
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/exynos/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/imx-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/imx-common/cpu.c
/openbmc/u-boot/arch/arm/cpu/armv7/imx-common/speed.c
/openbmc/u-boot/arch/arm/cpu/armv7/imx-common/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/iomux-v3.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/mx6/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/start.S
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/ap20.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/ap20.h
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/pxa/usb.c
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/da8xx-fb.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/adc.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/clk.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/mmc.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/pwm.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/sromc.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-exynos/uart.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/crm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/ccm_regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/iomux-v3.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/mx6x_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/clocks.h
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/pxa-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-s5pc1xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/u-boot-arm.h
/openbmc/u-boot/arch/arm/lib/bootm.c
/openbmc/u-boot/arch/arm/lib/eabi_compat.c
/openbmc/u-boot/arch/avr32/cpu/interrupts.c
/openbmc/u-boot/arch/mips/lib/board.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/serdes.c
/openbmc/u-boot/arch/powerpc/lib/Makefile
/openbmc/u-boot/arch/powerpc/lib/_ashldi3.S
/openbmc/u-boot/arch/powerpc/lib/_ashrdi3.S
/openbmc/u-boot/arch/powerpc/lib/_lshrdi3.S
/openbmc/u-boot/arch/powerpc/lib/bootm.c
/openbmc/u-boot/arch/sandbox/config.mk
/openbmc/u-boot/arch/sandbox/cpu/Makefile
/openbmc/u-boot/arch/sandbox/cpu/cpu.c
/openbmc/u-boot/arch/sandbox/cpu/os.c
/openbmc/u-boot/arch/sandbox/lib/board.c
/openbmc/u-boot/arch/sh/lib/ashrsi3.S
/openbmc/u-boot/board/LaCie/edminiv2/edminiv2.c
/openbmc/u-boot/board/apollon/apollon.c
/openbmc/u-boot/board/apollon/sys_info.c
/openbmc/u-boot/board/calao/sbc35_a9g20/sbc35_a9g20.c
/openbmc/u-boot/board/calao/tny_a9260/tny_a9260.c
/openbmc/u-boot/board/denx/m28evk/Makefile
/openbmc/u-boot/board/denx/m28evk/m28evk.c
/openbmc/u-boot/board/denx/m28evk/spl_boot.c
/openbmc/u-boot/board/denx/m28evk/u-boot.bd
/openbmc/u-boot/board/efikamx/Makefile
/openbmc/u-boot/board/efikamx/efikamx-usb.c
/openbmc/u-boot/board/efikamx/efikamx.c
/openbmc/u-boot/board/eltec/elppc/misc.c
/openbmc/u-boot/board/esd/cpci750/mv_eth.c
/openbmc/u-boot/board/exmeritus/hww1u1a/Makefile
/openbmc/u-boot/board/exmeritus/hww1u1a/ddr.c
/openbmc/u-boot/board/exmeritus/hww1u1a/gpios.h
/openbmc/u-boot/board/exmeritus/hww1u1a/hww1u1a.c
/openbmc/u-boot/board/exmeritus/hww1u1a/law.c
/openbmc/u-boot/board/exmeritus/hww1u1a/tlb.c
/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c
/openbmc/u-boot/board/freescale/mx53loco/mx53loco.c
/openbmc/u-boot/board/freescale/mx6qarm2/Makefile
/openbmc/u-boot/board/freescale/mx6qarm2/imximage.cfg
/openbmc/u-boot/board/freescale/mx6qarm2/mx6qarm2.c
/openbmc/u-boot/board/intercontrol/digsy_mtc/digsy_mtc.c
scripts/README
scripts/develop-common.txt
/openbmc/u-boot/board/lubbock/lubbock.c
/openbmc/u-boot/board/mpl/common/isa.c
/openbmc/u-boot/board/nvidia/common/board.c
/openbmc/u-boot/board/nvidia/common/board.h
/openbmc/u-boot/board/nvidia/harmony/harmony.c
/openbmc/u-boot/board/nvidia/seaboard/seaboard.c
/openbmc/u-boot/board/nvidia/ventana/Makefile
/openbmc/u-boot/board/qemu-mips/qemu-mips.c
/openbmc/u-boot/board/renesas/r7780mp/r7780mp.c
/openbmc/u-boot/board/ronetix/pm9261/pm9261.c
/openbmc/u-boot/board/ronetix/pm9263/pm9263.c
/openbmc/u-boot/board/ronetix/pm9g45/pm9g45.c
/openbmc/u-boot/board/samsung/goni/goni.c
/openbmc/u-boot/board/samsung/origen/lowlevel_init.S
/openbmc/u-boot/board/samsung/origen/mem_setup.S
/openbmc/u-boot/board/samsung/origen/origen.c
/openbmc/u-boot/board/samsung/origen/origen_setup.h
/openbmc/u-boot/board/samsung/smdkv310/lowlevel_init.S
/openbmc/u-boot/board/samsung/smdkv310/mem_setup.S
/openbmc/u-boot/board/samsung/smdkv310/smdkv310.c
/openbmc/u-boot/board/samsung/universal_c210/lowlevel_init.S
/openbmc/u-boot/board/samsung/universal_c210/universal.c
/openbmc/u-boot/board/sandbox/sandbox/sandbox.c
/openbmc/u-boot/board/shmin/shmin.c
/openbmc/u-boot/board/ti/omap1610inn/flash.c
/openbmc/u-boot/board/ti/omap2420h4/omap2420h4.c
/openbmc/u-boot/board/ti/omap730p2/flash.c
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/w7o/flash.c
/openbmc/u-boot/board/w7o/fpga.c
/openbmc/u-boot/board/w7o/vpd.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/cmd_net.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/cmd_pxe.c
/openbmc/u-boot/common/cmd_usb.c
/openbmc/u-boot/common/console.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/common/usb_kbd.c
/openbmc/u-boot/doc/README.m28
/openbmc/u-boot/doc/README.menu
/openbmc/u-boot/doc/README.p3060qds
/openbmc/u-boot/doc/README.pxe
/openbmc/u-boot/doc/README.scrapyard
/openbmc/u-boot/doc/README.sh7757lcr
/openbmc/u-boot/drivers/gpio/da8xx_gpio.c
/openbmc/u-boot/drivers/gpio/mxc_gpio.c
/openbmc/u-boot/drivers/gpio/tegra2_gpio.c
/openbmc/u-boot/drivers/mmc/pxa_mmc.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.h
/openbmc/u-boot/drivers/mtd/nand/nand_spl_load.c
/openbmc/u-boot/drivers/mtd/nand/nand_spl_simple.c
/openbmc/u-boot/drivers/net/at91_emac.c
/openbmc/u-boot/drivers/net/e1000.c
/openbmc/u-boot/drivers/net/e1000_spi.c
/openbmc/u-boot/drivers/net/inca-ip_sw.c
/openbmc/u-boot/drivers/net/ne2000_base.c
/openbmc/u-boot/drivers/net/sh_eth.h
/openbmc/u-boot/drivers/power/twl4030.c
/openbmc/u-boot/drivers/serial/Makefile
/openbmc/u-boot/drivers/serial/usbtty.c
/openbmc/u-boot/drivers/usb/gadget/Makefile
/openbmc/u-boot/drivers/usb/gadget/core.c
/openbmc/u-boot/drivers/usb/gadget/ep0.c
/openbmc/u-boot/drivers/usb/gadget/epautoconf.c
/openbmc/u-boot/drivers/usb/gadget/gadget_chips.h
/openbmc/u-boot/drivers/usb/gadget/mv_udc.c
/openbmc/u-boot/drivers/usb/gadget/pxa27x_udc.c
/openbmc/u-boot/drivers/usb/gadget/regs-otg.h
/openbmc/u-boot/drivers/usb/gadget/s3c_udc_otg.c
/openbmc/u-boot/drivers/usb/gadget/s3c_udc_otg_xfer_dma.c
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-hcd.c
/openbmc/u-boot/drivers/usb/host/ehci-mx5.c
/openbmc/u-boot/drivers/usb/host/ehci-mxc.c
/openbmc/u-boot/drivers/usb/host/ohci-hcd.c
/openbmc/u-boot/drivers/usb/musb/musb_udc.c
/openbmc/u-boot/drivers/usb/ulpi/Makefile
/openbmc/u-boot/drivers/usb/ulpi/ulpi-viewport.c
/openbmc/u-boot/drivers/usb/ulpi/ulpi.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/fs/reiserfs/reiserfs.c
/openbmc/u-boot/fs/yaffs2/yaffs_guts.c
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/HWW1U1A.h
/openbmc/u-boot/include/configs/P2020COME.h
/openbmc/u-boot/include/configs/apollon.h
/openbmc/u-boot/include/configs/digsy_mtc.h
/openbmc/u-boot/include/configs/efikamx.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53loco.h
/openbmc/u-boot/include/configs/mx6qarm2.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/origen.h
/openbmc/u-boot/include/configs/pm9261.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sbc35_a9g20.h
/openbmc/u-boot/include/configs/smdkv310.h
/openbmc/u-boot/include/configs/tegra2-common.h
/openbmc/u-boot/include/configs/tny_a9260.h
/openbmc/u-boot/include/configs/ventana.h
/openbmc/u-boot/include/max8998_pmic.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/os.h
/openbmc/u-boot/include/pci_ids.h
/openbmc/u-boot/include/twl4030.h
/openbmc/u-boot/include/usb/ehci-fsl.h
/openbmc/u-boot/include/usb/lin_gadget_compat.h
/openbmc/u-boot/include/usb/mv_udc.h
/openbmc/u-boot/include/usb/s3c_udc.h
/openbmc/u-boot/include/usb/ulpi.h
/openbmc/u-boot/nand_spl/nand_boot.c
/openbmc/u-boot/post/post.c
/openbmc/u-boot/tools/setlocalversion
67eee06c15-Nov-2011 Kim Phillips <kim.phillips@freescale.com>

mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning

Configuring for kmeter1 board...
km83xx_i2c.c: In function 'i2c_make_abort':
km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used [-Wunuse

mpc83xx: km83xx_i2c - fix gcc 4.6 compiler warning

Configuring for kmeter1 board...
km83xx_i2c.c: In function 'i2c_make_abort':
km83xx_i2c.c:44:8: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Acked-by: Heiko Schocher <hs@denx.de>

show more ...


/openbmc/u-boot/.gitignore
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/api/Makefile
/openbmc/u-boot/api/api.c
/openbmc/u-boot/api/api_display.c
/openbmc/u-boot/api/api_private.h
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/generic.c
/openbmc/u-boot/arch/arm/cpu/arm920t/a320/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/dm365_lowlevel.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/clock.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/iomux.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/mx28.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx28/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/clocks-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/emif-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/hwinit-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/mem-common.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/emif.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/emif.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/hwinit.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap5/sdram_elpida.c
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/pwm.c
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/aintc_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/da850_lowlevel.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/ddr2_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/emif_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/pll_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/dma.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/iomux-mx28.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/iomux.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-apbh.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-base.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-bch.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-clkctrl.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-common.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-gpmi.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-ocotp.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-pinctrl.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-power.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-rtc.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-ssp.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-timrot.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-usb.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/regs-usbphy.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx28/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/clocks.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/clocks.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/gpio.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/i2c.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mmc_host_def.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/mux_omap5.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/omap.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/pxa-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-uart.h
/openbmc/u-boot/arch/arm/include/asm/armv7.h
/openbmc/u-boot/arch/arm/include/asm/emif.h
/openbmc/u-boot/arch/arm/include/asm/mach-types.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/nds32/cpu/n1213/u-boot.lds
/openbmc/u-boot/arch/nds32/include/asm/mach-types.h
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/i2c.c
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/pci.c
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/spd_sdram.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/start.S
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/tlb.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/video.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/options.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fdt.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/fsl_lbc.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/40x_spd_sdram.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_pcie.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/cmd_ecctest.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/iop480_uart.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/usb_ohci.c
/openbmc/u-boot/arch/powerpc/include/asm/config_mpc85xx.h
/openbmc/u-boot/arch/powerpc/include/asm/mmu.h
/openbmc/u-boot/arch/powerpc/include/asm/processor.h
/openbmc/u-boot/board/AndesTech/adp-ag101p/Makefile
/openbmc/u-boot/board/AndesTech/adp-ag101p/adp-ag101p.c
/openbmc/u-boot/board/armltd/integrator/arm-ebi.h
/openbmc/u-boot/board/armltd/integrator/integrator-sc.h
/openbmc/u-boot/board/armltd/integrator/integrator.c
/openbmc/u-boot/board/cm4008/flash.c
/openbmc/u-boot/board/cm41xx/flash.c
/openbmc/u-boot/board/davedenx/qong/qong.c
/openbmc/u-boot/board/davinci/dm6467evm/dm6467evm.c
/openbmc/u-boot/board/denx/m28evk/Makefile
/openbmc/u-boot/board/denx/m28evk/m28_init.h
/openbmc/u-boot/board/denx/m28evk/m28evk.c
/openbmc/u-boot/board/denx/m28evk/mem_init.c
/openbmc/u-boot/board/denx/m28evk/mmc_boot.c
/openbmc/u-boot/board/denx/m28evk/power_init.c
/openbmc/u-boot/board/denx/m28evk/start.S
/openbmc/u-boot/board/denx/m28evk/u-boot-spl.lds
/openbmc/u-boot/board/denx/m28evk/u-boot.bd
/openbmc/u-boot/board/esd/common/auto_update.c
/openbmc/u-boot/board/esd/cpci750/cpci750.c
/openbmc/u-boot/board/esd/cpci750/sdram_init.c
/openbmc/u-boot/board/esd/dasa_sim/cmd_dasa_sim.c
/openbmc/u-boot/board/esd/pci405/cmd_pci405.c
/openbmc/u-boot/board/evb64260/eth.c
/openbmc/u-boot/board/evb64260/evb64260.c
/openbmc/u-boot/board/evb64260/i2c.c
/openbmc/u-boot/board/evb64260/sdram_init.c
/openbmc/u-boot/board/evb64260/zuma_pbb_mbox.c
/openbmc/u-boot/board/freescale/common/cds_pci_ft.c
/openbmc/u-boot/board/freescale/common/ics307_clk.c
/openbmc/u-boot/board/freescale/common/ics307_clk.h
/openbmc/u-boot/board/freescale/common/ngpixis.c
/openbmc/u-boot/board/freescale/common/pixis.c
/openbmc/u-boot/board/freescale/corenet_ds/eth_hydra.c
/openbmc/u-boot/board/freescale/corenet_ds/eth_p4080.c
/openbmc/u-boot/board/freescale/mpc8360emds/mpc8360emds.c
/openbmc/u-boot/board/freescale/mpc8548cds/mpc8548cds.c
/openbmc/u-boot/board/freescale/mpc8568mds/mpc8568mds.c
/openbmc/u-boot/board/freescale/mpc8569mds/mpc8569mds.c
/openbmc/u-boot/board/freescale/mpc8572ds/tlb.c
/openbmc/u-boot/board/freescale/p1010rdb/p1010rdb.c
/openbmc/u-boot/board/freescale/p1_p2_rdb/p1_p2_rdb.c
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/law.c
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c
/openbmc/u-boot/board/freescale/p2041rdb/eth.c
/openbmc/u-boot/board/gdsys/405ep/dlvision-10g.c
km83xx/km83xx_i2c.c
/openbmc/u-boot/board/mcc200/lcd.c
/openbmc/u-boot/board/mpl/mip405/mip405.c
/openbmc/u-boot/board/mpl/pip405/pip405.c
/openbmc/u-boot/board/mpl/vcma9/vcma9.c
/openbmc/u-boot/board/ronetix/pm9261/pm9261.c
/openbmc/u-boot/board/ronetix/pm9263/pm9263.c
/openbmc/u-boot/board/ronetix/pm9g45/pm9g45.c
/openbmc/u-boot/board/sbc8548/sbc8548.c
/openbmc/u-boot/board/sbc8560/sbc8560.c
/openbmc/u-boot/board/syteco/zmx25/zmx25.c
/openbmc/u-boot/board/ti/omap5_evm/Makefile
/openbmc/u-boot/board/ti/omap5_evm/evm.c
/openbmc/u-boot/board/ti/omap5_evm/mux_data.h
/openbmc/u-boot/board/ti/panda/Makefile
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/ti/panda/panda_mux_data.h
/openbmc/u-boot/board/ti/sdp4430/Makefile
/openbmc/u-boot/board/ti/sdp4430/sdp.c
/openbmc/u-boot/board/ti/sdp4430/sdp4430_mux_data.h
/openbmc/u-boot/board/vpac270/vpac270.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/cmd_bmp.c
/openbmc/u-boot/common/cmd_fdc.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/cmd_universe.c
/openbmc/u-boot/common/env_dataflash.c
/openbmc/u-boot/common/env_eeprom.c
/openbmc/u-boot/common/env_flash.c
/openbmc/u-boot/common/env_mmc.c
/openbmc/u-boot/common/env_nand.c
/openbmc/u-boot/common/env_nvram.c
/openbmc/u-boot/common/env_onenand.c
/openbmc/u-boot/common/env_sf.c
/openbmc/u-boot/common/fdt_support.c
/openbmc/u-boot/common/lcd.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/doc/README.m28
/openbmc/u-boot/drivers/bios_emulator/x86emu/ops.c
/openbmc/u-boot/drivers/block/ahci.c
/openbmc/u-boot/drivers/block/sata_dwc.c
/openbmc/u-boot/drivers/block/sata_sil3114.c
/openbmc/u-boot/drivers/block/sym53c8xx.c
/openbmc/u-boot/drivers/dma/Makefile
/openbmc/u-boot/drivers/dma/apbh_dma.c
/openbmc/u-boot/drivers/fpga/ivm_core.c
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/mxs_gpio.c
/openbmc/u-boot/drivers/i2c/Makefile
/openbmc/u-boot/drivers/i2c/fsl_i2c.c
/openbmc/u-boot/drivers/i2c/mxs_i2c.c
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/arm_pl180_mmci.c
/openbmc/u-boot/drivers/mmc/davinci_mmc.c
/openbmc/u-boot/drivers/mmc/mxsmmc.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.h
/openbmc/u-boot/drivers/mtd/dataflash.c
/openbmc/u-boot/drivers/mtd/nand/Makefile
/openbmc/u-boot/drivers/mtd/nand/mxs_nand.c
/openbmc/u-boot/drivers/mtd/onenand/Makefile
/openbmc/u-boot/drivers/mtd/onenand/onenand_base.c
/openbmc/u-boot/drivers/mtd/onenand/onenand_spl.c
/openbmc/u-boot/drivers/net/4xx_enet.c
/openbmc/u-boot/drivers/net/at91_emac.c
/openbmc/u-boot/drivers/net/davinci_emac.c
/openbmc/u-boot/drivers/net/enc28j60.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/fm/fm.c
/openbmc/u-boot/drivers/net/tsec.c
/openbmc/u-boot/drivers/qe/uec.c
/openbmc/u-boot/drivers/rtc/Makefile
/openbmc/u-boot/drivers/rtc/mxsrtc.c
/openbmc/u-boot/drivers/rtc/s3c24x0_rtc.c
/openbmc/u-boot/drivers/serial/serial_pxa.c
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/atmel_spi.c
/openbmc/u-boot/drivers/spi/mxs_spi.c
/openbmc/u-boot/drivers/usb/host/Makefile
/openbmc/u-boot/drivers/usb/host/ehci-fsl.c
/openbmc/u-boot/drivers/usb/host/ehci-mxs.c
/openbmc/u-boot/drivers/video/bus_vcxk.c
/openbmc/u-boot/drivers/video/cfb_console.c
/openbmc/u-boot/drivers/video/ct69000.c
/openbmc/u-boot/drivers/video/da8xx-fb.c
/openbmc/u-boot/drivers/video/fsl_diu_fb.c
/openbmc/u-boot/drivers/video/mx3fb.c
/openbmc/u-boot/drivers/video/sed156x.c
/openbmc/u-boot/examples/api/demo.c
/openbmc/u-boot/examples/api/glue.c
/openbmc/u-boot/examples/api/glue.h
/openbmc/u-boot/fs/yaffs2/yaffs_guts.c
/openbmc/u-boot/fs/yaffs2/yaffs_tagscompat.c
/openbmc/u-boot/include/.gitignore
/openbmc/u-boot/include/andestech/andes_pcu.h
/openbmc/u-boot/include/api_public.h
/openbmc/u-boot/include/config_phylib_all_drivers.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8569MDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1_P2_RDB.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/adp-ag101p.h
/openbmc/u-boot/include/configs/da850_am18xxevm.h
/openbmc/u-boot/include/configs/davinci_dm6467Tevm.h
/openbmc/u-boot/include/configs/davinci_dm6467evm.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/integratorap.h
/openbmc/u-boot/include/configs/integratorcp.h
/openbmc/u-boot/include/configs/m28evk.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap4_common.h
/openbmc/u-boot/include/configs/omap5_evm.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/pm9261.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/pm9g45.h
/openbmc/u-boot/include/configs/vpac270.h
/openbmc/u-boot/include/fdt_support.h
/openbmc/u-boot/include/lcd.h
/openbmc/u-boot/include/onenand_uboot.h
/openbmc/u-boot/include/search.h
/openbmc/u-boot/include/synopsys/dwcddr21mctl.h
/openbmc/u-boot/include/video_font.h
/openbmc/u-boot/include/video_font_data.h
/openbmc/u-boot/lib/hashtable.c
/openbmc/u-boot/nand_spl/nand_boot.c
/openbmc/u-boot/post/lib_powerpc/fpu/20001122-1.c
/openbmc/u-boot/spl/Makefile
/openbmc/u-boot/tools/.gitignore
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/bmp_logo.c
/openbmc/u-boot/tools/mxsboot.c
55449a0d10-Nov-2011 Andreas Huber <andreas.huber@keymile.com>

powerpc/83xx: fix sdram initialization for keymile boards

commit b11f53f3 (keymile: Fix Coding style issues for keymile boards)
introduces a bug according the SDRAM initialization for all
km83xx boa

powerpc/83xx: fix sdram initialization for keymile boards

commit b11f53f3 (keymile: Fix Coding style issues for keymile boards)
introduces a bug according the SDRAM initialization for all
km83xx boards.

im->ddr.sdram_cfg |= SDRAM_CFG_MEM_EN;
was replaced with
out_be32(&im->ddr.sdram_cfg, SDRAM_CFG_MEM_EN);
and this is wrong, because this overwrites the intial value
CONFIG_SYS_DDR_SDRAM_CFG.

Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Acked-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

e792affe14-Sep-2011 Holger Brunck <holger.brunck@keymile.com>

powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c

The common code should be valid for more than one architecture.
Therefore this code was reorganized and moved to the new
file km83xx_i2c.c

powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c

The common code should be valid for more than one architecture.
Therefore this code was reorganized and moved to the new
file km83xx_i2c.c

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1136/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1176/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1176/s3c64xx/config.mk
/openbmc/u-boot/arch/arm/cpu/arm720t/config.mk
/openbmc/u-boot/arch/arm/cpu/arm920t/config.mk
/openbmc/u-boot/arch/arm/cpu/arm925t/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/at91/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/et1011c.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/psc.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/dram.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/pantheon/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm946es/config.mk
/openbmc/u-boot/arch/arm/cpu/arm_intcm/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/emif4.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/sys_info.c
/openbmc/u-boot/arch/arm/cpu/armv7/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/gpio.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/omap4_mux_data.h
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/board.c
/openbmc/u-boot/arch/arm/cpu/ixp/config.mk
/openbmc/u-boot/arch/arm/cpu/lh7a40x/config.mk
/openbmc/u-boot/arch/arm/cpu/pxa/config.mk
/openbmc/u-boot/arch/arm/cpu/s3c44b0/config.mk
/openbmc/u-boot/arch/arm/cpu/sa1100/config.mk
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clocks_am33xx.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/emac_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/dma.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/omap3.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap4.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-orion5x/orion5x.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/mfp.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/pantheon.h
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-mmc.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/arm/lib/board.c
/openbmc/u-boot/arch/microblaze/include/asm/io.h
/openbmc/u-boot/arch/nds32/include/asm/cache.h
/openbmc/u-boot/arch/nds32/include/asm/io.h
/openbmc/u-boot/arch/nds32/lib/board.c
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/serial.c
/openbmc/u-boot/arch/powerpc/cpu/mpc824x/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/config.mk
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/interrupts.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_pci.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_pcie.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_uart.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/denali_data_eye.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c
/openbmc/u-boot/arch/powerpc/include/asm/immap_83xx.h
/openbmc/u-boot/arch/powerpc/lib/board.c
/openbmc/u-boot/arch/sandbox/cpu/os.c
/openbmc/u-boot/arch/sandbox/cpu/start.c
/openbmc/u-boot/arch/sandbox/include/asm/cache.h
/openbmc/u-boot/arch/sandbox/lib/board.c
/openbmc/u-boot/arch/sh/lib/board.c
/openbmc/u-boot/arch/x86/config.mk
/openbmc/u-boot/arch/x86/cpu/sc520/sc520.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_car.S
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_pci.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_reset.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_sdram.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_ssi.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_timer.c
/openbmc/u-boot/arch/x86/cpu/start16.S
/openbmc/u-boot/arch/x86/include/asm/arch-sc520/pci.h
/openbmc/u-boot/arch/x86/include/asm/arch-sc520/sc520.h
/openbmc/u-boot/arch/x86/include/asm/arch-sc520/ssi.h
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/lib/realmode.c
/openbmc/u-boot/arch/x86/lib/zimage.c
/openbmc/u-boot/board/Marvell/dkb/dkb.c
/openbmc/u-boot/board/Marvell/gplugd/gplugd.c
/openbmc/u-boot/board/Marvell/include/mv_gen_reg.h
/openbmc/u-boot/board/cpc45/pd67290.c
/openbmc/u-boot/board/dave/PPChameleonEVB/flash.c
/openbmc/u-boot/board/davinci/da8xxevm/da830evm.c
/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c
/openbmc/u-boot/board/eNET/eNET.c
/openbmc/u-boot/board/eNET/eNET_pci.c
/openbmc/u-boot/board/eNET/eNET_start16.S
/openbmc/u-boot/board/esd/pmc405de/pmc405de.c
/openbmc/u-boot/board/esd/pmc440/cmd_pmc440.c
/openbmc/u-boot/board/freescale/mpc5121ads/mpc5121ads.c
/openbmc/u-boot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c
/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c
/openbmc/u-boot/board/freescale/p1022ds/diu.c
/openbmc/u-boot/board/g2000/strataflash.c
/openbmc/u-boot/board/highbank/Makefile
/openbmc/u-boot/board/highbank/highbank.c
/openbmc/u-boot/board/imx31_phycore/imx31_phycore.c
/openbmc/u-boot/board/jse/flash.c
common/common.c
common/common.h
km83xx/Makefile
km83xx/km83xx_i2c.c
/openbmc/u-boot/board/logicpd/zoom2/debug_board.c
/openbmc/u-boot/board/logicpd/zoom2/zoom2.c
/openbmc/u-boot/board/nvidia/common/board.c
/openbmc/u-boot/board/overo/overo.c
/openbmc/u-boot/board/overo/overo.h
/openbmc/u-boot/board/prodrive/p3mx/mv_eth.c
/openbmc/u-boot/board/r360mpi/flash.c
/openbmc/u-boot/board/siemens/SCM/Makefile
/openbmc/u-boot/board/spc1920/hpi.c
/openbmc/u-boot/board/st-ericsson/u8500/u8500_href.c
/openbmc/u-boot/board/ti/am335x/Makefile
/openbmc/u-boot/board/ti/am335x/common_def.h
/openbmc/u-boot/board/ti/am335x/evm.c
/openbmc/u-boot/board/ti/am335x/mux.c
/openbmc/u-boot/board/ti/beagle/beagle.c
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/ti/panda/panda_mux_data.h
/openbmc/u-boot/board/tqc/tqm834x/tqm834x.c
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/cmd_ide.c
/openbmc/u-boot/common/cmd_mem.c
/openbmc/u-boot/common/cmd_mtdparts.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/config.mk
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/doc/README.SPL
/openbmc/u-boot/doc/README.omap3
/openbmc/u-boot/drivers/block/ahci.c
/openbmc/u-boot/drivers/block/sata_sil3114.c
/openbmc/u-boot/drivers/dma/Makefile
/openbmc/u-boot/drivers/dma/omap3_dma.c
/openbmc/u-boot/drivers/fpga/lattice.c
/openbmc/u-boot/drivers/gpio/mvmfp.c
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mv_sdhci.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/pxa_mmc.c
/openbmc/u-boot/drivers/mmc/pxa_mmc_gen.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.c
/openbmc/u-boot/drivers/mtd/cfi_flash.c
/openbmc/u-boot/drivers/mtd/jedec_flash.c
/openbmc/u-boot/drivers/mtd/nand/s3c2410_nand.c
/openbmc/u-boot/drivers/net/4xx_enet.c
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/davinci_emac.c
/openbmc/u-boot/drivers/net/e1000.c
/openbmc/u-boot/drivers/net/e1000.h
/openbmc/u-boot/drivers/net/e1000_spi.c
/openbmc/u-boot/drivers/net/eepro100.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/ks8695eth.c
/openbmc/u-boot/drivers/net/ns8382x.c
/openbmc/u-boot/drivers/pci/fsl_pci_init.c
/openbmc/u-boot/drivers/pcmcia/i82365.c
/openbmc/u-boot/drivers/pcmcia/tqm8xx_pcmcia.c
/openbmc/u-boot/drivers/rtc/ds1337.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/sandbox.c
/openbmc/u-boot/drivers/serial/serial.c
/openbmc/u-boot/drivers/spi/fsl_espi.c
/openbmc/u-boot/drivers/spi/kirkwood_spi.c
/openbmc/u-boot/drivers/usb/eth/smsc95xx.c
/openbmc/u-boot/drivers/video/bus_vcxk.c
/openbmc/u-boot/drivers/video/cfb_console.c
/openbmc/u-boot/examples/standalone/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/yaffs2/yaffs_guts.c
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/PCIPPC2.h
/openbmc/u-boot/include/configs/PCIPPC6.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/cerf250.h
/openbmc/u-boot/include/configs/colibri_pxa270.h
/openbmc/u-boot/include/configs/da830evm.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/davinci_dm365evm.h
/openbmc/u-boot/include/configs/davinci_dm6467evm.h
/openbmc/u-boot/include/configs/davinci_dvevm.h
/openbmc/u-boot/include/configs/davinci_schmoogie.h
/openbmc/u-boot/include/configs/davinci_sffsdr.h
/openbmc/u-boot/include/configs/davinci_sonata.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/dkb.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/efikamx.h
/openbmc/u-boot/include/configs/hawkboard.h
/openbmc/u-boot/include/configs/highbank.h
/openbmc/u-boot/include/configs/imx31_phycore.h
/openbmc/u-boot/include/configs/jadecpu.h
/openbmc/u-boot/include/configs/lubbock.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/mpc7448hpc2.h
/openbmc/u-boot/include/configs/ms7750se.h
/openbmc/u-boot/include/configs/mx1ads.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53evk.h
/openbmc/u-boot/include/configs/nhk8815.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap4_common.h
/openbmc/u-boot/include/configs/omap4_panda.h
/openbmc/u-boot/include/configs/p3mx.h
/openbmc/u-boot/include/configs/pleb2.h
/openbmc/u-boot/include/configs/ppmc7xx.h
/openbmc/u-boot/include/configs/pxa255_idp.h
/openbmc/u-boot/include/configs/qong.h
/openbmc/u-boot/include/configs/r2dplus.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sh7757lcr.h
/openbmc/u-boot/include/configs/tegra2-common.h
/openbmc/u-boot/include/configs/trizepsiv.h
/openbmc/u-boot/include/configs/tx25.h
/openbmc/u-boot/include/configs/u8500_href.h
/openbmc/u-boot/include/configs/vision2.h
/openbmc/u-boot/include/configs/xaeniax.h
/openbmc/u-boot/include/configs/zipitz2.h
/openbmc/u-boot/include/configs/zmx25.h
/openbmc/u-boot/include/i2c.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/lcd.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/os.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/lib/lzma/LzmaTools.c
/openbmc/u-boot/lib/zlib/inffast.c
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/rarp.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/post/post.c
/openbmc/u-boot/spl/Makefile
37605c4613-Sep-2011 Holger Brunck <holger.brunck@keymile.com>

arm/km: adapt bootcounter evaluation

The bootcounter (stored in the RAM) is not enough protected with the 4 Bytes
BOOTCOUNT_MAGIC against bit errors due to short power loss or holding a system
in RE

arm/km: adapt bootcounter evaluation

The bootcounter (stored in the RAM) is not enough protected with the 4 Bytes
BOOTCOUNT_MAGIC against bit errors due to short power loss or holding a system
in RESET. It has been seen, that the bootcounter value has been changed due to
a bit flip on a system holding in RESET, but the BOOTCOUNT_MAGIC was still valid.

A bit pattern with 4000 bytes (after BOOTCOUNT_MAGIC) has been implemented,
which should be enough to detect a bit error.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

f0d6425713-Sep-2011 Holger Brunck <holger.brunck@keymile.com>

arm/km: trigger reconfiguration for the Xilinx FPGA

The Xilinx FPGA must be reconfigured each time the unit
reboots. The FPGA is connected to the GPIO pin 39 from kirkwood.
This patch triggers this

arm/km: trigger reconfiguration for the Xilinx FPGA

The Xilinx FPGA must be reconfigured each time the unit
reboots. The FPGA is connected to the GPIO pin 39 from kirkwood.
This patch triggers this pin for km_kirkwood_pci targets.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

8620ca2a01-Nov-2011 Valentin Longchamp <[valentin.longchamp@keymile.com]>

ARM: Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards

We got dropped from Linux mach-types.h because of a lack of mainline
support and this is needed since the last Linux/u-boot mach-types
s

ARM: Reintroduce MACH_TYPE_KM_KIRKWOOD for keymile ARM boards

We got dropped from Linux mach-types.h because of a lack of mainline
support and this is needed since the last Linux/u-boot mach-types
synchro.

This patch also defines CONFIG_MACH_TYPE for all keymile boards, as
this is a mandatory CONFIG for ARM boards now. The initialization
of gd->bd->bi_arch_number is removed form km_arm.c, our board file.

Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>

show more ...

6264800e26-Sep-2011 Holger Brunck <holger.brunck@keymile.com>

arm/km/mgcoge3un: enhance "waitforne" feature

The mgcoge3un waits to be released from mgcoge3ne at startup.
This patch enhances this feature with the possibility to interrupt
this wait if a key is p

arm/km/mgcoge3un: enhance "waitforne" feature

The mgcoge3un waits to be released from mgcoge3ne at startup.
This patch enhances this feature with the possibility to interrupt
this wait if a key is pressed.

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com>
cc: Prafulla Wadaskar <prafulla@marvell.com>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1136/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/devices.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/generic.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/generic.c
/openbmc/u-boot/arch/arm/cpu/arm1176/config.mk
/openbmc/u-boot/arch/arm/cpu/arm1176/s3c64xx/config.mk
/openbmc/u-boot/arch/arm/cpu/arm720t/config.mk
/openbmc/u-boot/arch/arm/cpu/arm920t/config.mk
/openbmc/u-boot/arch/arm/cpu/arm925t/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/at91/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/config.mk
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/et1011c.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/arm926ejs/davinci/psc.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/dram.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/orion5x/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/pantheon/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm946es/config.mk
/openbmc/u-boot/arch/arm/cpu/arm_intcm/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/ddr.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/emif4.c
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/lowlevel_init.S
/openbmc/u-boot/arch/arm/cpu/armv7/am33xx/sys_info.c
/openbmc/u-boot/arch/arm/cpu/armv7/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/highbank/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/config.mk
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/gpio.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap-common/spl.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap3/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/board.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/clocks.c
/openbmc/u-boot/arch/arm/cpu/armv7/omap4/omap4_mux_data.h
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/board.c
/openbmc/u-boot/arch/arm/cpu/ixp/config.mk
/openbmc/u-boot/arch/arm/cpu/lh7a40x/config.mk
/openbmc/u-boot/arch/arm/cpu/pxa/config.mk
/openbmc/u-boot/arch/arm/cpu/s3c44b0/config.mk
/openbmc/u-boot/arch/arm/cpu/sa1100/config.mk
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/clocks_am33xx.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/ddr_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-am33xx/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/emac_defs.h
/openbmc/u-boot/arch/arm/include/asm/arch-davinci/hardware.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/lowlevel_macro.S
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/mx35_pins.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/dma.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/omap3.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/omap4.h
/openbmc/u-boot/arch/arm/include/asm/arch-omap4/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-orion5x/orion5x.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/mfp.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/pantheon.h
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/regs-mmc.h
/openbmc/u-boot/arch/arm/include/asm/omap_common.h
/openbmc/u-boot/arch/arm/lib/board.c
/openbmc/u-boot/arch/microblaze/include/asm/io.h
/openbmc/u-boot/arch/nds32/include/asm/cache.h
/openbmc/u-boot/arch/nds32/include/asm/io.h
/openbmc/u-boot/arch/nds32/lib/board.c
/openbmc/u-boot/arch/powerpc/cpu/mpc512x/serial.c
/openbmc/u-boot/arch/powerpc/cpu/mpc824x/Makefile
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/config.mk
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/interrupts.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/ddr1_dimm_params.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/ddr2_dimm_params.c
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/ddr/ddr3_dimm_params.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/44x_spd_ddr.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_pci.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_pcie.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/4xx_uart.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/denali_data_eye.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/denali_spd_ddr2.c
/openbmc/u-boot/arch/powerpc/lib/board.c
/openbmc/u-boot/arch/sandbox/cpu/os.c
/openbmc/u-boot/arch/sandbox/cpu/start.c
/openbmc/u-boot/arch/sandbox/include/asm/cache.h
/openbmc/u-boot/arch/sandbox/lib/board.c
/openbmc/u-boot/arch/sh/lib/board.c
/openbmc/u-boot/arch/x86/config.mk
/openbmc/u-boot/arch/x86/cpu/sc520/sc520.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_car.S
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_pci.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_reset.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_sdram.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_ssi.c
/openbmc/u-boot/arch/x86/cpu/sc520/sc520_timer.c
/openbmc/u-boot/arch/x86/cpu/start16.S
/openbmc/u-boot/arch/x86/include/asm/arch-sc520/pci.h
/openbmc/u-boot/arch/x86/include/asm/arch-sc520/sc520.h
/openbmc/u-boot/arch/x86/include/asm/arch-sc520/ssi.h
/openbmc/u-boot/arch/x86/include/asm/u-boot-x86.h
/openbmc/u-boot/arch/x86/lib/realmode.c
/openbmc/u-boot/arch/x86/lib/zimage.c
/openbmc/u-boot/board/CarMediaLab/flea3/Makefile
/openbmc/u-boot/board/CarMediaLab/flea3/flea3.c
/openbmc/u-boot/board/CarMediaLab/flea3/lowlevel_init.S
/openbmc/u-boot/board/LaCie/netspace_v2/netspace_v2.c
/openbmc/u-boot/board/Marvell/dkb/dkb.c
/openbmc/u-boot/board/Marvell/dreamplug/dreamplug.c
/openbmc/u-boot/board/Marvell/gplugd/gplugd.c
/openbmc/u-boot/board/Marvell/include/mv_gen_reg.h
/openbmc/u-boot/board/Seagate/dockstar/dockstar.c
/openbmc/u-boot/board/cpc45/pd67290.c
/openbmc/u-boot/board/dave/PPChameleonEVB/flash.c
/openbmc/u-boot/board/davedenx/qong/qong.c
/openbmc/u-boot/board/davinci/da8xxevm/da830evm.c
/openbmc/u-boot/board/davinci/da8xxevm/da850evm.c
/openbmc/u-boot/board/eNET/eNET.c
/openbmc/u-boot/board/eNET/eNET_pci.c
/openbmc/u-boot/board/eNET/eNET_start16.S
/openbmc/u-boot/board/esd/pmc405de/pmc405de.c
/openbmc/u-boot/board/esd/pmc440/cmd_pmc440.c
/openbmc/u-boot/board/freescale/mpc5121ads/mpc5121ads.c
/openbmc/u-boot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/openbmc/u-boot/board/freescale/mx31pdk/mx31pdk.c
/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c
/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.h
/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c
/openbmc/u-boot/board/freescale/p1022ds/diu.c
/openbmc/u-boot/board/g2000/strataflash.c
/openbmc/u-boot/board/hale/tt01/Makefile
/openbmc/u-boot/board/hale/tt01/lowlevel_init.S
/openbmc/u-boot/board/hale/tt01/tt01.c
/openbmc/u-boot/board/highbank/Makefile
/openbmc/u-boot/board/highbank/highbank.c
/openbmc/u-boot/board/imx31_phycore/imx31_phycore.c
/openbmc/u-boot/board/jse/flash.c
/openbmc/u-boot/board/karo/tx25/tx25.c
km_arm/km_arm.c
/openbmc/u-boot/board/logicpd/zoom2/debug_board.c
/openbmc/u-boot/board/logicpd/zoom2/zoom2.c
/openbmc/u-boot/board/nvidia/common/board.c
/openbmc/u-boot/board/overo/overo.c
/openbmc/u-boot/board/overo/overo.h
/openbmc/u-boot/board/prodrive/p3mx/mv_eth.c
/openbmc/u-boot/board/r360mpi/flash.c
/openbmc/u-boot/board/samsung/origen/Makefile
/openbmc/u-boot/board/samsung/smdkv310/Makefile
/openbmc/u-boot/board/samsung/smdkv310/mmc_boot.c
/openbmc/u-boot/board/samsung/smdkv310/smdkv310.c
/openbmc/u-boot/board/samsung/smdkv310/tools/mkv310_image.c
/openbmc/u-boot/board/samsung/universal_c210/universal.c
/openbmc/u-boot/board/siemens/SCM/Makefile
/openbmc/u-boot/board/spc1920/hpi.c
/openbmc/u-boot/board/st-ericsson/u8500/u8500_href.c
/openbmc/u-boot/board/ti/am335x/Makefile
/openbmc/u-boot/board/ti/am335x/common_def.h
/openbmc/u-boot/board/ti/am335x/evm.c
/openbmc/u-boot/board/ti/am335x/mux.c
/openbmc/u-boot/board/ti/beagle/beagle.c
/openbmc/u-boot/board/ti/panda/panda.c
/openbmc/u-boot/board/ti/panda/panda_mux_data.h
/openbmc/u-boot/board/tqc/tqm834x/tqm834x.c
/openbmc/u-boot/board/ttcontrol/vision2/vision2.c
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/Makefile
/openbmc/u-boot/common/cmd_ide.c
/openbmc/u-boot/common/cmd_mem.c
/openbmc/u-boot/common/cmd_mtdparts.c
/openbmc/u-boot/common/usb.c
/openbmc/u-boot/common/usb_storage.c
/openbmc/u-boot/config.mk
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/doc/README.SPL
/openbmc/u-boot/doc/README.omap3
/openbmc/u-boot/drivers/block/ahci.c
/openbmc/u-boot/drivers/block/sata_sil3114.c
/openbmc/u-boot/drivers/dma/Makefile
/openbmc/u-boot/drivers/dma/omap3_dma.c
/openbmc/u-boot/drivers/fpga/lattice.c
/openbmc/u-boot/drivers/gpio/mvmfp.c
/openbmc/u-boot/drivers/i2c/mxc_i2c.c
/openbmc/u-boot/drivers/misc/pmic_fsl.c
/openbmc/u-boot/drivers/misc/pmic_spi.c
/openbmc/u-boot/drivers/mmc/Makefile
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/mv_sdhci.c
/openbmc/u-boot/drivers/mmc/omap_hsmmc.c
/openbmc/u-boot/drivers/mmc/pxa_mmc.c
/openbmc/u-boot/drivers/mmc/pxa_mmc_gen.c
/openbmc/u-boot/drivers/mmc/sdhci.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.c
/openbmc/u-boot/drivers/mtd/cfi_flash.c
/openbmc/u-boot/drivers/mtd/jedec_flash.c
/openbmc/u-boot/drivers/mtd/nand/s3c2410_nand.c
/openbmc/u-boot/drivers/net/4xx_enet.c
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/davinci_emac.c
/openbmc/u-boot/drivers/net/e1000.c
/openbmc/u-boot/drivers/net/e1000.h
/openbmc/u-boot/drivers/net/e1000_spi.c
/openbmc/u-boot/drivers/net/eepro100.c
/openbmc/u-boot/drivers/net/fec_mxc.c
/openbmc/u-boot/drivers/net/ks8695eth.c
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/net/ns8382x.c
/openbmc/u-boot/drivers/pci/fsl_pci_init.c
/openbmc/u-boot/drivers/pcmcia/i82365.c
/openbmc/u-boot/drivers/pcmcia/tqm8xx_pcmcia.c
/openbmc/u-boot/drivers/rtc/Makefile
/openbmc/u-boot/drivers/rtc/ds1337.c
/openbmc/u-boot/drivers/rtc/mc13xxx-rtc.c
/openbmc/u-boot/drivers/rtc/mvrtc.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/sandbox.c
/openbmc/u-boot/drivers/serial/serial.c
/openbmc/u-boot/drivers/spi/fsl_espi.c
/openbmc/u-boot/drivers/spi/kirkwood_spi.c
/openbmc/u-boot/drivers/usb/eth/smsc95xx.c
/openbmc/u-boot/drivers/video/bus_vcxk.c
/openbmc/u-boot/drivers/video/cfb_console.c
/openbmc/u-boot/examples/standalone/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/yaffs2/yaffs_guts.c
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/PCIPPC2.h
/openbmc/u-boot/include/configs/PCIPPC6.h
/openbmc/u-boot/include/configs/VCMA9.h
/openbmc/u-boot/include/configs/am335x_evm.h
/openbmc/u-boot/include/configs/cerf250.h
/openbmc/u-boot/include/configs/colibri_pxa270.h
/openbmc/u-boot/include/configs/da830evm.h
/openbmc/u-boot/include/configs/da850evm.h
/openbmc/u-boot/include/configs/davinci_dm365evm.h
/openbmc/u-boot/include/configs/davinci_dm6467evm.h
/openbmc/u-boot/include/configs/davinci_dvevm.h
/openbmc/u-boot/include/configs/davinci_schmoogie.h
/openbmc/u-boot/include/configs/davinci_sffsdr.h
/openbmc/u-boot/include/configs/davinci_sonata.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/dkb.h
/openbmc/u-boot/include/configs/ea20.h
/openbmc/u-boot/include/configs/edminiv2.h
/openbmc/u-boot/include/configs/efikamx.h
/openbmc/u-boot/include/configs/flea3.h
/openbmc/u-boot/include/configs/gplugd.h
/openbmc/u-boot/include/configs/hawkboard.h
/openbmc/u-boot/include/configs/highbank.h
/openbmc/u-boot/include/configs/imx31_litekit.h
/openbmc/u-boot/include/configs/imx31_phycore.h
/openbmc/u-boot/include/configs/jadecpu.h
/openbmc/u-boot/include/configs/lubbock.h
/openbmc/u-boot/include/configs/mgcoge3un.h
/openbmc/u-boot/include/configs/microblaze-generic.h
/openbmc/u-boot/include/configs/mpc7448hpc2.h
/openbmc/u-boot/include/configs/ms7750se.h
/openbmc/u-boot/include/configs/mx1ads.h
/openbmc/u-boot/include/configs/mx31ads.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53ard.h
/openbmc/u-boot/include/configs/mx53evk.h
/openbmc/u-boot/include/configs/mx53loco.h
/openbmc/u-boot/include/configs/mx53smd.h
/openbmc/u-boot/include/configs/nhk8815.h
/openbmc/u-boot/include/configs/omap3_beagle.h
/openbmc/u-boot/include/configs/omap3_overo.h
/openbmc/u-boot/include/configs/omap4_common.h
/openbmc/u-boot/include/configs/omap4_panda.h
/openbmc/u-boot/include/configs/origen.h
/openbmc/u-boot/include/configs/p3mx.h
/openbmc/u-boot/include/configs/pleb2.h
/openbmc/u-boot/include/configs/ppmc7xx.h
/openbmc/u-boot/include/configs/pxa255_idp.h
/openbmc/u-boot/include/configs/qong.h
/openbmc/u-boot/include/configs/r2dplus.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/s5pc210_universal.h
/openbmc/u-boot/include/configs/sandbox.h
/openbmc/u-boot/include/configs/sh7757lcr.h
/openbmc/u-boot/include/configs/smdkv310.h
/openbmc/u-boot/include/configs/tegra2-common.h
/openbmc/u-boot/include/configs/trizepsiv.h
/openbmc/u-boot/include/configs/tt01.h
/openbmc/u-boot/include/configs/tx25.h
/openbmc/u-boot/include/configs/u8500_href.h
/openbmc/u-boot/include/configs/vision2.h
/openbmc/u-boot/include/configs/xaeniax.h
/openbmc/u-boot/include/configs/zipitz2.h
/openbmc/u-boot/include/configs/zmx25.h
/openbmc/u-boot/include/i2c.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/lcd.h
/openbmc/u-boot/include/mmc.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/os.h
/openbmc/u-boot/include/sdhci.h
/openbmc/u-boot/lib/lzma/LzmaTools.c
/openbmc/u-boot/lib/zlib/inffast.c
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/rarp.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/post/post.c
/openbmc/u-boot/spl/Makefile
a7efd71918-Oct-2011 Lei Wen <[leiwen@marvell.com]>

ARM: kirkwood: reduce dependence of including platform file

For files like the drivers/serial/serial.c, it must include the
platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the
defini

ARM: kirkwood: reduce dependence of including platform file

For files like the drivers/serial/serial.c, it must include the
platform file, as the CONFIG_SYS_NS16550_COM1 must reference to the
definition in the platform definition files.

Include the platform definition file in the config file, so that it
would decouple the dependence for the driver files.

Signed-off-by: Lei Wen <leiwen@marvell.com>

show more ...


/openbmc/u-boot/.gitignore
/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/generic.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/timer.c
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/dram.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/dram.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/mpp.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/kirkwood/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/generic.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/reset.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/reset.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/timer.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/pantheon/cpu.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/pantheon/dram.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/pantheon/timer.c
/openbmc/u-boot/arch/arm/cpu/armv7/mx5/soc.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/ap20.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/clock.c
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/pinmux.c
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/armada100.h
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/cpu.h
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/mfp.h
/openbmc/u-boot/arch/arm/include/asm/arch-armada100/spi.h
/openbmc/u-boot/arch/arm/include/asm/arch-kirkwood/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-kirkwood/kirkwood.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/imx-regs.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx31/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/sys_proto.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/config.h
/openbmc/u-boot/arch/arm/include/asm/arch-pantheon/pantheon.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/clk_rst.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/clock.h
/openbmc/u-boot/arch/arm/include/asm/arch-tegra2/pinmux.h
/openbmc/u-boot/arch/arm/include/asm/global_data.h
/openbmc/u-boot/arch/arm/include/asm/mach-types.h
/openbmc/u-boot/arch/arm/lib/board.c
/openbmc/u-boot/board/Marvell/aspenite/aspenite.c
/openbmc/u-boot/board/Marvell/dreamplug/Makefile
/openbmc/u-boot/board/Marvell/dreamplug/dreamplug.c
/openbmc/u-boot/board/Marvell/dreamplug/dreamplug.h
/openbmc/u-boot/board/Marvell/dreamplug/kwbimage.cfg
/openbmc/u-boot/board/Marvell/gplugd/gplugd.c
/openbmc/u-boot/board/Marvell/guruplug/guruplug.c
/openbmc/u-boot/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
/openbmc/u-boot/board/Marvell/openrd/openrd.c
/openbmc/u-boot/board/Marvell/rd6281a/rd6281a.c
/openbmc/u-boot/board/Marvell/sheevaplug/sheevaplug.c
/openbmc/u-boot/board/altera/nios2-generic/nios2-generic.c
/openbmc/u-boot/board/davedenx/qong/qong.c
/openbmc/u-boot/board/efikamx/efikamx.c
/openbmc/u-boot/board/freescale/mx31ads/mx31ads.c
/openbmc/u-boot/board/freescale/mx31pdk/mx31pdk.c
/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c
/openbmc/u-boot/board/freescale/mx51evk/mx51evk.c
/openbmc/u-boot/board/freescale/mx53evk/mx53evk.c
/openbmc/u-boot/board/hymod/bsp.c
/openbmc/u-boot/board/hymod/fetch.c
/openbmc/u-boot/board/imx31_phycore/imx31_phycore.c
/openbmc/u-boot/board/karo/tx25/tx25.c
km_arm/km_arm.c
/openbmc/u-boot/board/logicpd/imx27lite/imx27lite.c
/openbmc/u-boot/board/logicpd/imx31_litekit/imx31_litekit.c
/openbmc/u-boot/board/nvidia/common/board.c
/openbmc/u-boot/board/nvidia/common/board.h
/openbmc/u-boot/board/nvidia/harmony/harmony.c
/openbmc/u-boot/board/nvidia/seaboard/seaboard.c
/openbmc/u-boot/board/samsung/goni/goni.c
/openbmc/u-boot/board/timll/devkit8000/devkit8000.c
/openbmc/u-boot/board/ttcontrol/vision2/vision2.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/cmd_elf.c
/openbmc/u-boot/common/cmd_log.c
/openbmc/u-boot/common/cmd_net.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/hush.c
/openbmc/u-boot/common/update.c
/openbmc/u-boot/config.mk
/openbmc/u-boot/disk/part_efi.c
/openbmc/u-boot/doc/README.arm-caches
/openbmc/u-boot/doc/README.fdt-control
/openbmc/u-boot/drivers/gpio/kw_gpio.c
/openbmc/u-boot/drivers/i2c/mxc_i2c.c
/openbmc/u-boot/drivers/misc/Makefile
/openbmc/u-boot/drivers/misc/pmic_core.c
/openbmc/u-boot/drivers/misc/pmic_fsl.c
/openbmc/u-boot/drivers/misc/pmic_i2c.c
/openbmc/u-boot/drivers/misc/pmic_max8998.c
/openbmc/u-boot/drivers/misc/pmic_spi.c
/openbmc/u-boot/drivers/mmc/mmc.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.c
/openbmc/u-boot/drivers/mmc/tegra2_mmc.h
/openbmc/u-boot/drivers/net/altera_tse.c
/openbmc/u-boot/drivers/net/mvgbe.c
/openbmc/u-boot/drivers/rtc/mc13783-rtc.c
/openbmc/u-boot/drivers/spi/Makefile
/openbmc/u-boot/drivers/spi/armada100_spi.c
/openbmc/u-boot/drivers/spi/kirkwood_spi.c
/openbmc/u-boot/drivers/usb/host/ehci-kirkwood.c
/openbmc/u-boot/dts/Makefile
/openbmc/u-boot/fs/ext2/dev.c
/openbmc/u-boot/fs/fat/Makefile
/openbmc/u-boot/fs/fat/fat.c
/openbmc/u-boot/fs/fat/fat_write.c
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/devkit8000.h
/openbmc/u-boot/include/configs/dreamplug.h
/openbmc/u-boot/include/configs/efikamx.h
/openbmc/u-boot/include/configs/gplugd.h
/openbmc/u-boot/include/configs/imx31_litekit.h
/openbmc/u-boot/include/configs/mx31ads.h
/openbmc/u-boot/include/configs/mx31pdk.h
/openbmc/u-boot/include/configs/mx35pdk.h
/openbmc/u-boot/include/configs/mx51evk.h
/openbmc/u-boot/include/configs/mx53evk.h
/openbmc/u-boot/include/configs/qong.h
/openbmc/u-boot/include/configs/s5p_goni.h
/openbmc/u-boot/include/configs/tegra2-common.h
/openbmc/u-boot/include/configs/vision2.h
/openbmc/u-boot/include/fat.h
/openbmc/u-boot/include/fdtdec.h
/openbmc/u-boot/include/fsl_pmic.h
/openbmc/u-boot/include/max8998_pmic.h
/openbmc/u-boot/include/net.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/pmic.h
/openbmc/u-boot/lib/Makefile
/openbmc/u-boot/lib/fdtdec.c
/openbmc/u-boot/lib/vsprintf.c
/openbmc/u-boot/net/bootp.c
/openbmc/u-boot/net/net.c
/openbmc/u-boot/net/tftp.c
/openbmc/u-boot/net/tftp.h
/openbmc/u-boot/post/post.c
d47031e624-Oct-2011 Wolfgang Denk <wd@denx.de>

Revert "km_arm: enable POST for these boards"

This reverts commit a2da616311151ecfab8b8fcc510686fc3c0c9a21.
THis was applied by accident - a more recent version of this change
was already present, s

Revert "km_arm: enable POST for these boards"

This reverts commit a2da616311151ecfab8b8fcc510686fc3c0c9a21.
THis was applied by accident - a more recent version of this change
was already present, see commit
9400f8f 2011-10-05 22:03:11 +0200 km_arm: enable POST for these boards

Signed-off-by: Wolfgang Denk <wd@denx.de>

show more ...


/openbmc/u-boot/MAINTAINERS
/openbmc/u-boot/MAKEALL
/openbmc/u-boot/Makefile
/openbmc/u-boot/README
/openbmc/u-boot/arch/arm/cpu/arm920t/s3c24x0/usb_ohci.c
/openbmc/u-boot/arch/arm/cpu/arm926ejs/armada100/Makefile
/openbmc/u-boot/arch/arm/cpu/arm926ejs/pantheon/Makefile
/openbmc/u-boot/arch/arm/cpu/armv7/tegra2/Makefile
/openbmc/u-boot/arch/arm/include/asm/cache.h
/openbmc/u-boot/arch/arm/lib/board.c
/openbmc/u-boot/arch/avr32/include/asm/cache.h
/openbmc/u-boot/arch/avr32/lib/board.c
/openbmc/u-boot/arch/blackfin/lib/board.c
/openbmc/u-boot/arch/m68k/include/asm/cache.h
/openbmc/u-boot/arch/m68k/lib/board.c
/openbmc/u-boot/arch/microblaze/include/asm/cache.h
/openbmc/u-boot/arch/microblaze/lib/board.c
/openbmc/u-boot/arch/mips/cpu/mips32/au1x00/au1x00_usb_ohci.c
/openbmc/u-boot/arch/mips/include/asm/cache.h
/openbmc/u-boot/arch/mips/lib/board.c
/openbmc/u-boot/arch/nds32/config.mk
/openbmc/u-boot/arch/nds32/cpu/n1213/Makefile
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/Makefile
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/asm-offsets.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/cpu.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/lowlevel_init.S
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/timer.c
/openbmc/u-boot/arch/nds32/cpu/n1213/ag101/watchdog.S
/openbmc/u-boot/arch/nds32/cpu/n1213/start.S
/openbmc/u-boot/arch/nds32/cpu/n1213/u-boot.lds
/openbmc/u-boot/arch/nds32/include/asm/arch-ag101/ag101.h
/openbmc/u-boot/arch/nds32/include/asm/bitops.h
/openbmc/u-boot/arch/nds32/include/asm/byteorder.h
/openbmc/u-boot/arch/nds32/include/asm/cache.h
/openbmc/u-boot/arch/nds32/include/asm/config.h
/openbmc/u-boot/arch/nds32/include/asm/global_data.h
/openbmc/u-boot/arch/nds32/include/asm/io.h
/openbmc/u-boot/arch/nds32/include/asm/mach-types.h
/openbmc/u-boot/arch/nds32/include/asm/macro.h
/openbmc/u-boot/arch/nds32/include/asm/posix_types.h
/openbmc/u-boot/arch/nds32/include/asm/processor.h
/openbmc/u-boot/arch/nds32/include/asm/ptrace.h
/openbmc/u-boot/arch/nds32/include/asm/string.h
/openbmc/u-boot/arch/nds32/include/asm/system.h
/openbmc/u-boot/arch/nds32/include/asm/types.h
/openbmc/u-boot/arch/nds32/include/asm/u-boot-nds32.h
/openbmc/u-boot/arch/nds32/include/asm/u-boot.h
/openbmc/u-boot/arch/nds32/include/asm/unaligned.h
/openbmc/u-boot/arch/nds32/lib/Makefile
/openbmc/u-boot/arch/nds32/lib/board.c
/openbmc/u-boot/arch/nds32/lib/bootm.c
/openbmc/u-boot/arch/nds32/lib/interrupts.c
/openbmc/u-boot/arch/nios2/include/asm/cache.h
/openbmc/u-boot/arch/powerpc/cpu/mpc5xxx/usb_ohci.c
/openbmc/u-boot/arch/powerpc/cpu/ppc4xx/usb_ohci.c
/openbmc/u-boot/arch/powerpc/include/asm/4xx_pcie.h
/openbmc/u-boot/arch/powerpc/include/asm/cache.h
/openbmc/u-boot/arch/powerpc/lib/board.c
/openbmc/u-boot/arch/sh/include/asm/cache.h
/openbmc/u-boot/arch/sparc/include/asm/cache.h
/openbmc/u-boot/arch/sparc/lib/board.c
/openbmc/u-boot/arch/x86/include/asm/cache.h
/openbmc/u-boot/arch/x86/lib/board.c
/openbmc/u-boot/board/AndesTech/adp-ag101/Makefile
/openbmc/u-boot/board/AndesTech/adp-ag101/adp-ag101.c
/openbmc/u-boot/board/Marvell/aspenite/Makefile
/openbmc/u-boot/board/Marvell/dkb/Makefile
/openbmc/u-boot/board/Marvell/gplugd/Makefile
/openbmc/u-boot/board/amcc/taishan/lcd.c
/openbmc/u-boot/board/cm_t35/Makefile
/openbmc/u-boot/board/davinci/ea20/Makefile
/openbmc/u-boot/board/freescale/mx35pdk/mx35pdk.c
/openbmc/u-boot/board/freescale/p1023rds/Makefile
/openbmc/u-boot/board/karo/tx25/tx25.c
km_arm/km_arm.c
/openbmc/u-boot/board/linkstation/hwctl.c
/openbmc/u-boot/board/matrix_vision/mergerbox/Makefile
/openbmc/u-boot/board/nvidia/harmony/Makefile
/openbmc/u-boot/board/nvidia/seaboard/Makefile
/openbmc/u-boot/board/samsung/origen/Makefile
/openbmc/u-boot/board/samsung/smdkv310/Makefile
/openbmc/u-boot/board/sandbox/sandbox/Makefile
/openbmc/u-boot/board/shmin/Makefile
/openbmc/u-boot/board/xilinx/microblaze-generic/microblaze-generic.c
/openbmc/u-boot/boards.cfg
/openbmc/u-boot/common/cmd_bdinfo.c
/openbmc/u-boot/common/cmd_bootm.c
/openbmc/u-boot/common/cmd_dtt.c
/openbmc/u-boot/common/cmd_nvedit.c
/openbmc/u-boot/common/cmd_ximg.c
/openbmc/u-boot/common/command.c
/openbmc/u-boot/common/env_common.c
/openbmc/u-boot/common/env_embedded.c
/openbmc/u-boot/common/image.c
/openbmc/u-boot/common/lynxkdi.c
/openbmc/u-boot/config.mk
/openbmc/u-boot/doc/README.N1213
/openbmc/u-boot/doc/README.NDS32
/openbmc/u-boot/doc/README.ag101
/openbmc/u-boot/doc/README.scrapyard
/openbmc/u-boot/doc/README.standalone
/openbmc/u-boot/doc/README.usb
/openbmc/u-boot/drivers/block/Makefile
/openbmc/u-boot/drivers/block/fsl_sata.c
/openbmc/u-boot/drivers/block/ftide020.c
/openbmc/u-boot/drivers/block/sata_sil.c
/openbmc/u-boot/drivers/block/sata_sil.h
/openbmc/u-boot/drivers/gpio/Makefile
/openbmc/u-boot/drivers/gpio/pca9698.c
/openbmc/u-boot/drivers/mtd/spi/eon.c
/openbmc/u-boot/drivers/net/Makefile
/openbmc/u-boot/drivers/net/dc2114x.c
/openbmc/u-boot/drivers/net/e1000.c
/openbmc/u-boot/drivers/net/ftgmac100.c
/openbmc/u-boot/drivers/net/ne2000.c
/openbmc/u-boot/drivers/net/ne2000_base.c
/openbmc/u-boot/drivers/net/smc911x.c
/openbmc/u-boot/drivers/net/xilinx_emaclite.c
/openbmc/u-boot/drivers/serial/ns16550.c
/openbmc/u-boot/drivers/serial/serial_pl01x.c
/openbmc/u-boot/drivers/serial/serial_xuartlite.c
/openbmc/u-boot/drivers/usb/host/ohci-hcd.c
/openbmc/u-boot/drivers/usb/host/sl811-hcd.c
/openbmc/u-boot/examples/api/Makefile
/openbmc/u-boot/examples/standalone/nds32.lds
/openbmc/u-boot/examples/standalone/stubs.c
/openbmc/u-boot/examples/standalone/x86-testapp.c
/openbmc/u-boot/include/common.h
/openbmc/u-boot/include/configs/DB64360.h
/openbmc/u-boot/include/configs/DB64460.h
/openbmc/u-boot/include/configs/MPC8313ERDB.h
/openbmc/u-boot/include/configs/MPC8323ERDB.h
/openbmc/u-boot/include/configs/MPC8349EMDS.h
/openbmc/u-boot/include/configs/MPC8349ITX.h
/openbmc/u-boot/include/configs/MPC8360ERDK.h
/openbmc/u-boot/include/configs/MPC837XERDB.h
/openbmc/u-boot/include/configs/MPC8536DS.h
/openbmc/u-boot/include/configs/MPC8540ADS.h
/openbmc/u-boot/include/configs/MPC8541CDS.h
/openbmc/u-boot/include/configs/MPC8544DS.h
/openbmc/u-boot/include/configs/MPC8548CDS.h
/openbmc/u-boot/include/configs/MPC8555CDS.h
/openbmc/u-boot/include/configs/MPC8560ADS.h
/openbmc/u-boot/include/configs/MPC8568MDS.h
/openbmc/u-boot/include/configs/MPC8569MDS.h
/openbmc/u-boot/include/configs/MPC8572DS.h
/openbmc/u-boot/include/configs/MPC8610HPCD.h
/openbmc/u-boot/include/configs/MPC8641HPCN.h
/openbmc/u-boot/include/configs/P1010RDB.h
/openbmc/u-boot/include/configs/P1022DS.h
/openbmc/u-boot/include/configs/P1023RDS.h
/openbmc/u-boot/include/configs/P1_P2_RDB.h
/openbmc/u-boot/include/configs/P2020DS.h
/openbmc/u-boot/include/configs/P2041RDB.h
/openbmc/u-boot/include/configs/PN62.h
/openbmc/u-boot/include/configs/RPXlite_DW.h
/openbmc/u-boot/include/configs/RRvision.h
/openbmc/u-boot/include/configs/SBC8540.h
/openbmc/u-boot/include/configs/SIMPC8313.h
/openbmc/u-boot/include/configs/adp-ag101.h
/openbmc/u-boot/include/configs/am3517_crane.h
/openbmc/u-boot/include/configs/am3517_evm.h
/openbmc/u-boot/include/configs/aria.h
/openbmc/u-boot/include/configs/bct-brettl2.h
/openbmc/u-boot/include/configs/bf537-minotaur.h
/openbmc/u-boot/include/configs/bf537-srv1.h
/openbmc/u-boot/include/configs/bfin_adi_common.h
/openbmc/u-boot/include/configs/blackstamp.h
/openbmc/u-boot/include/configs/blackvme.h
/openbmc/u-boot/include/configs/corenet_ds.h
/openbmc/u-boot/include/configs/debris.h
/openbmc/u-boot/include/configs/dnp5370.h
/openbmc/u-boot/include/configs/gr_cpci_ax2000.h
/openbmc/u-boot/include/configs/gr_ep2s60.h
/openbmc/u-boot/include/configs/gr_xc3s_1500.h
/openbmc/u-boot/include/configs/grsim.h
/openbmc/u-boot/include/configs/grsim_leon2.h
/openbmc/u-boot/include/configs/idmr.h
/openbmc/u-boot/include/configs/inka4x0.h
/openbmc/u-boot/include/configs/km/keymile-common.h
/openbmc/u-boot/include/configs/km/km_arm.h
/openbmc/u-boot/include/configs/mecp5123.h
/openbmc/u-boot/include/configs/mpc5121ads.h
/openbmc/u-boot/include/configs/mpc7448hpc2.h
/openbmc/u-boot/include/configs/mpr2.h
/openbmc/u-boot/include/configs/ms7720se.h
/openbmc/u-boot/include/configs/ns9750dev.h
/openbmc/u-boot/include/configs/omap3_evm.h
/openbmc/u-boot/include/configs/p1_p2_rdb_pc.h
/openbmc/u-boot/include/configs/pm9263.h
/openbmc/u-boot/include/configs/quantum.h
/openbmc/u-boot/include/configs/sbc8349.h
/openbmc/u-boot/include/configs/sbc8548.h
/openbmc/u-boot/include/configs/sbc8560.h
/openbmc/u-boot/include/configs/sbc8641d.h
/openbmc/u-boot/include/configs/stxgp3.h
/openbmc/u-boot/include/configs/stxssa.h
/openbmc/u-boot/include/configs/vme8349.h
/openbmc/u-boot/include/dtt.h
/openbmc/u-boot/include/image.h
/openbmc/u-boot/include/netdev.h
/openbmc/u-boot/include/ns16550.h
/openbmc/u-boot/include/pca9698.h
/openbmc/u-boot/include/pci_ids.h
/openbmc/u-boot/lib/time.c
/openbmc/u-boot/net/dns.c
/openbmc/u-boot/post/drivers/memory.c
/openbmc/u-boot/tools/Makefile
/openbmc/u-boot/tools/aisimage.c
/openbmc/u-boot/tools/aisimage.h
/openbmc/u-boot/tools/default_image.c
/openbmc/u-boot/tools/env/fw_env.c
/openbmc/u-boot/tools/mkimage.c
/openbmc/u-boot/tools/mkimage.h

12345678910