From bdf5e20a263d1a8485835c991b4f0a2ecd9fd60f Mon Sep 17 00:00:00 2001 From: lothar Date: Mon, 28 Feb 2011 14:50:47 +0000 Subject: [PATCH] imported Ka-Ro specific additions to U-Boot 2009.08 for TX28 --- .gitignore | 66 + CHANGELOG | 68734 +++++++++++++++- CHANGELOG-before-U-Boot-1.1.5 | 14 + CREDITS | 108 +- MAINTAINERS | 878 +- MAKEALL | 857 +- Makefile | 2484 +- README | 1786 +- api/Makefile | 39 + api/README | 55 + api/api.c | 664 + api/api_net.c | 108 + api/api_platform-arm.c | 55 + api/api_platform-ppc.c | 74 + api/api_private.h | 48 + api/api_storage.c | 390 + board/AtmarkTechno/suzaku/flash.c | 2 +- board/AtmarkTechno/suzaku/suzaku.c | 2 +- board/AtmarkTechno/suzaku/u-boot.lds | 6 +- board/BuS/EB+MCF-EV123/EB+MCF-EV123.c | 200 +- board/BuS/EB+MCF-EV123/Makefile | 2 +- board/BuS/EB+MCF-EV123/cfm_flash.c | 18 +- board/BuS/EB+MCF-EV123/cfm_flash.h | 2 +- board/BuS/EB+MCF-EV123/config.mk | 2 +- board/BuS/EB+MCF-EV123/flash.c | 24 +- board/BuS/EB+MCF-EV123/u-boot.lds | 16 +- board/LEOX/elpt860/README.LEOX | 2 +- board/LEOX/elpt860/elpt860.c | 56 +- board/LEOX/elpt860/flash.c | 38 +- board/LEOX/elpt860/u-boot.lds | 18 +- board/LEOX/elpt860/u-boot.lds.debug | 11 +- board/MAI/AmigaOneG3SE/AmigaOneG3SE.c | 99 +- board/MAI/AmigaOneG3SE/Makefile | 2 +- board/MAI/AmigaOneG3SE/articiaS_pci.c | 12 +- board/MAI/AmigaOneG3SE/cmd_boota.c | 6 +- board/MAI/AmigaOneG3SE/enet.c | 730 +- board/MAI/AmigaOneG3SE/flash.c | 4 +- board/MAI/AmigaOneG3SE/flash_new.c | 46 +- board/MAI/AmigaOneG3SE/i8259.h | 28 +- board/MAI/AmigaOneG3SE/interrupts.c | 10 +- board/MAI/AmigaOneG3SE/ps2kbd.c | 471 +- board/MAI/AmigaOneG3SE/serial.c | 12 +- board/MAI/AmigaOneG3SE/start.txt | 4 +- board/MAI/AmigaOneG3SE/u-boot.lds | 17 +- board/MAI/AmigaOneG3SE/usb_uhci.c | 14 +- board/MAI/AmigaOneG3SE/via686.c | 10 +- board/MAI/AmigaOneG3SE/video.c | 7 +- board/MAI/menu/cmd_menu.c | 4 +- board/Marvell/common/bootseq.txt | 6 +- board/Marvell/common/flash.c | 24 +- board/Marvell/common/i2c.c | 27 +- board/Marvell/common/intel_flash.c | 4 +- board/Marvell/common/intel_flash.h | 2 +- board/Marvell/common/misc.S | 18 +- board/Marvell/common/ns16550.c | 6 +- board/Marvell/common/ns16550.h | 2 +- board/Marvell/common/serial.c | 26 +- board/Marvell/db64360/db64360.c | 151 +- board/Marvell/db64360/mpsc.c | 8 +- board/Marvell/db64360/mpsc.h | 6 +- board/Marvell/db64360/mv_eth.c | 62 +- board/Marvell/db64360/mv_eth.h | 3 +- board/Marvell/db64360/pci.c | 26 +- board/Marvell/db64360/sdram_init.c | 30 +- board/Marvell/db64360/u-boot.lds | 18 +- board/Marvell/db64460/db64460.c | 151 +- board/Marvell/db64460/mpsc.c | 8 +- board/Marvell/db64460/mpsc.h | 6 +- board/Marvell/db64460/mv_eth.c | 62 +- board/Marvell/db64460/mv_eth.h | 2 +- board/Marvell/db64460/pci.c | 26 +- board/Marvell/db64460/sdram_init.c | 30 +- board/Marvell/db64460/u-boot.lds | 18 +- board/Marvell/mv88f6281gtw_ge/Makefile | 51 + board/Marvell/mv88f6281gtw_ge/config.mk | 25 + .../Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 141 + .../Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h | 36 + board/Marvell/rd6281a/Makefile | 51 + board/Marvell/rd6281a/config.mk | 25 + board/Marvell/rd6281a/rd6281a.c | 179 + board/Marvell/rd6281a/rd6281a.h | 41 + board/Marvell/sheevaplug/Makefile | 51 + board/Marvell/sheevaplug/config.mk | 25 + board/Marvell/sheevaplug/sheevaplug.c | 155 + board/Marvell/sheevaplug/sheevaplug.h | 41 + board/RPXClassic/RPXClassic.c | 35 +- board/RPXClassic/eccx.c | 2 +- board/RPXClassic/flash.c | 18 +- board/RPXClassic/u-boot.lds | 18 +- board/RPXClassic/u-boot.lds.debug | 11 +- board/RPXlite/RPXlite.c | 16 +- board/RPXlite/flash.c | 26 +- board/RPXlite/u-boot.lds | 18 +- board/RPXlite/u-boot.lds.debug | 11 +- board/RPXlite_dw/README | 2 +- board/RPXlite_dw/RPXlite_dw.c | 20 +- board/RPXlite_dw/flash.c | 24 +- board/RPXlite_dw/u-boot.lds | 18 +- board/RPXlite_dw/u-boot.lds.debug | 11 +- board/RRvision/RRvision.c | 28 +- board/RRvision/flash.c | 32 +- board/RRvision/u-boot.lds | 18 +- board/a3000/Makefile | 2 +- board/a3000/a3000.c | 12 +- board/a3000/flash.c | 50 +- board/actux1/Makefile | 50 + board/actux1/actux1.c | 160 + board/actux1/actux1_hw.h | 57 + board/actux1/config.mk | 6 + board/actux1/u-boot.lds | 70 + board/actux2/Makefile | 50 + board/actux2/actux2.c | 136 + board/actux2/actux2_hw.h | 59 + board/actux2/config.mk | 6 + board/actux2/u-boot.lds | 75 + board/actux3/Makefile | 50 + board/actux3/actux3.c | 164 + board/actux3/actux3_hw.h | 60 + board/actux3/config.mk | 6 + board/actux3/u-boot.lds | 75 + board/actux4/Makefile | 50 + board/actux4/actux4.c | 132 + board/actux4/actux4_hw.h | 49 + board/actux4/config.mk | 4 + board/adder/Makefile | 2 +- board/adder/adder.c | 23 +- board/adder/u-boot.lds | 15 +- board/afeb9260/Makefile | 55 + board/afeb9260/afeb9260.c | 187 + board/afeb9260/config.mk | 1 + board/afeb9260/partition.c | 36 + board/alaska/Makefile | 2 +- board/alaska/alaska.c | 68 +- board/alaska/flash.c | 88 +- board/altera/common/AMDLV065D.c | 14 +- board/altera/common/epled.c | 6 +- board/altera/common/flash.c | 12 +- board/altera/dk1c20/Makefile | 2 +- board/altera/dk1c20/dk1c20.c | 12 +- board/altera/dk1c20/flash.c | 8 +- board/altera/dk1c20/u-boot.lds | 4 +- board/altera/dk1s10/Makefile | 2 +- board/altera/dk1s10/dk1s10.c | 2 +- board/altera/dk1s10/flash.c | 6 +- board/altera/dk1s10/u-boot.lds | 4 +- board/altera/dk1s10/vectors.S | 8 +- board/altera/ep1c20/Makefile | 2 +- board/altera/ep1c20/ep1c20.c | 2 +- board/altera/ep1c20/u-boot.lds | 7 +- board/altera/ep1s10/Makefile | 2 +- board/altera/ep1s10/ep1s10.c | 2 +- board/altera/ep1s10/u-boot.lds | 7 +- board/altera/ep1s40/Makefile | 2 +- board/altera/ep1s40/ep1s40.c | 2 +- board/altera/ep1s40/u-boot.lds | 7 +- board/amcc/acadia/Makefile | 51 + board/amcc/acadia/acadia.c | 118 + board/amcc/acadia/cmd_acadia.c | 101 + board/amcc/acadia/config.mk | 36 + board/amcc/acadia/memory.c | 110 + board/amcc/acadia/pll.c | 195 + board/amcc/acadia/u-boot-nand.lds | 135 + board/amcc/acadia/u-boot.lds | 135 + board/amcc/bamboo/Makefile | 6 +- board/amcc/bamboo/bamboo.c | 585 +- board/amcc/bamboo/bamboo.h | 10 - board/amcc/bamboo/config.mk | 8 +- board/amcc/bamboo/flash.c | 30 +- board/amcc/bamboo/init.S | 182 +- board/amcc/bamboo/u-boot-nand.lds | 135 + board/amcc/bamboo/u-boot.lds | 32 +- board/amcc/bubinga/Makefile | 2 +- board/amcc/bubinga/bubinga.c | 31 +- board/amcc/bubinga/flash.c | 26 +- board/amcc/bubinga/u-boot.lds | 29 +- board/amcc/canyonlands/Makefile | 53 + board/amcc/canyonlands/canyonlands.c | 618 + board/amcc/canyonlands/chip_config.c | 89 + board/amcc/canyonlands/config.mk | 41 + board/amcc/canyonlands/init.S | 140 + board/amcc/canyonlands/u-boot-nand.lds | 135 + board/amcc/canyonlands/u-boot.lds | 142 + board/amcc/common/flash.c | 252 +- board/amcc/ebony/Makefile | 2 +- board/amcc/ebony/config.mk | 2 +- board/amcc/ebony/ebony.c | 52 +- board/amcc/ebony/flash.c | 22 +- board/amcc/ebony/init.S | 77 +- board/amcc/ebony/u-boot.lds | 29 +- board/amcc/katmai/Makefile | 51 + board/amcc/katmai/cmd_katmai.c | 218 + board/amcc/katmai/config.mk | 38 + board/amcc/katmai/init.S | 118 + board/amcc/katmai/katmai.c | 456 + board/amcc/katmai/u-boot.lds | 139 + board/amcc/kilauea/Makefile | 51 + board/amcc/kilauea/chip_config.c | 89 + board/amcc/kilauea/config.mk | 32 + board/amcc/kilauea/kilauea.c | 376 + board/amcc/kilauea/u-boot-nand.lds | 135 + board/amcc/kilauea/u-boot.lds | 135 + board/amcc/luan/Makefile | 2 +- board/amcc/luan/config.mk | 2 +- board/amcc/luan/flash.c | 20 +- board/amcc/luan/init.S | 170 +- board/amcc/luan/luan.c | 216 +- board/amcc/luan/u-boot.lds | 29 +- board/amcc/makalu/Makefile | 50 + board/amcc/makalu/cmd_pll.c | 297 + board/amcc/makalu/config.mk | 24 + board/amcc/makalu/init.S | 31 + board/amcc/makalu/makalu.c | 332 + board/amcc/makalu/u-boot.lds | 135 + board/amcc/ocotea/Makefile | 2 +- board/amcc/ocotea/config.mk | 2 +- board/amcc/ocotea/flash.c | 24 +- board/amcc/ocotea/init.S | 82 +- board/amcc/ocotea/ocotea.c | 98 +- board/amcc/ocotea/ocotea.h | 10 +- board/amcc/ocotea/u-boot.lds | 29 +- board/amcc/redwood/Makefile | 50 + board/amcc/redwood/config.mk | 42 + board/amcc/redwood/init.S | 77 + board/amcc/redwood/redwood.c | 456 + board/amcc/redwood/redwood.h | 50 + board/amcc/redwood/u-boot.lds | 146 + board/amcc/sequoia/Makefile | 4 +- board/amcc/sequoia/cmd_sequoia.c | 231 + board/amcc/sequoia/config.mk | 6 +- board/amcc/sequoia/init.S | 113 +- board/amcc/sequoia/sdram.c | 73 +- board/amcc/sequoia/sequoia.c | 499 +- board/amcc/sequoia/u-boot-nand.lds | 18 +- board/amcc/sequoia/u-boot-ram.lds | 126 + board/amcc/sequoia/u-boot.lds | 18 +- board/amcc/taihu/Makefile | 49 + board/amcc/taihu/config.mk | 24 + board/amcc/taihu/flash.c | 1083 + board/amcc/taihu/lcd.c | 257 + board/amcc/taihu/taihu.c | 200 + board/amcc/taihu/u-boot.lds | 135 + board/amcc/taihu/update.c | 132 + board/amcc/taishan/Makefile | 51 + board/amcc/taishan/config.mk | 44 + board/amcc/taishan/init.S | 97 + board/amcc/taishan/lcd.c | 380 + board/amcc/taishan/showinfo.c | 236 + board/amcc/taishan/taishan.c | 320 + board/amcc/taishan/u-boot.lds | 142 + board/amcc/taishan/update.c | 78 + board/amcc/walnut/Makefile | 2 +- board/amcc/walnut/flash.c | 18 +- board/amcc/walnut/u-boot.lds | 29 +- board/amcc/walnut/walnut.c | 18 +- board/amcc/yosemite/Makefile | 2 +- board/amcc/yosemite/config.mk | 2 +- board/amcc/yosemite/init.S | 20 +- board/amcc/yosemite/u-boot.lds | 29 +- board/amcc/yosemite/yosemite.c | 134 +- board/amcc/yucca/Makefile | 2 +- board/amcc/yucca/cmd_yucca.c | 30 +- board/amcc/yucca/config.mk | 2 +- board/amcc/yucca/flash.c | 258 +- board/amcc/yucca/init.S | 155 +- board/amcc/yucca/u-boot.lds | 21 +- board/amcc/yucca/yucca.c | 565 +- board/amirix/ap1000/Makefile | 2 +- board/amirix/ap1000/ap1000.c | 28 +- board/amirix/ap1000/flash.c | 16 +- board/amirix/ap1000/init.S | 4 - board/amirix/ap1000/pci.c | 8 +- board/amirix/ap1000/powerspan.c | 4 +- board/amirix/ap1000/serial.c | 28 +- board/amirix/ap1000/u-boot.lds | 20 +- board/apollon/Makefile | 49 + board/apollon/apollon.c | 469 + board/apollon/config.mk | 25 + board/apollon/lowlevel_init.S | 337 + board/apollon/mem.c | 237 + board/apollon/mem.h | 170 + board/apollon/sys_info.c | 403 + board/armadillo/Makefile | 2 +- board/armadillo/flash.c | 18 +- board/armadillo/lowlevel_init.S | 4 +- board/armltd/integrator/Makefile | 58 + board/armltd/integrator/config.mk | 5 + board/armltd/integrator/integrator.c | 135 + board/armltd/integrator/lowlevel_init.S | 213 + board/armltd/integrator/pci.c | 396 + board/armltd/integrator/split_by_variant.sh | 235 + board/armltd/integrator/timer.c | 200 + board/armltd/versatile/Makefile | 51 + board/armltd/versatile/config.mk | 5 + board/armltd/versatile/lowlevel_init.S | 34 + board/armltd/versatile/split_by_variant.sh | 42 + board/armltd/versatile/versatile.c | 91 + board/assabet/Makefile | 2 +- board/assabet/assabet.c | 2 +- board/atc/atc.c | 39 +- board/atc/config.mk | 2 +- board/atc/flash.c | 36 +- board/atc/ti113x.c | 10 +- board/atmel/at91cap9adk/Makefile | 56 + board/atmel/at91cap9adk/at91cap9adk.c | 359 + board/atmel/at91cap9adk/config.mk | 1 + board/atmel/at91cap9adk/led.c | 43 + board/atmel/at91cap9adk/partition.c | 39 + board/atmel/at91rm9200dk/Makefile | 56 + board/atmel/at91rm9200dk/at91rm9200dk.c | 152 + board/atmel/at91rm9200dk/config.mk | 1 + board/atmel/at91rm9200dk/flash.c | 502 + board/atmel/at91rm9200dk/led.c | 80 + board/atmel/at91rm9200dk/mux.c | 29 + board/atmel/at91rm9200dk/partition.c | 40 + board/atmel/at91rm9200ek/Makefile | 56 + board/atmel/at91rm9200ek/at91rm9200ek.c | 86 + board/atmel/at91rm9200ek/config.mk | 1 + board/atmel/at91rm9200ek/led.c | 89 + board/atmel/at91rm9200ek/misc.c | 50 + board/atmel/at91rm9200ek/mux.c | 38 + board/atmel/at91rm9200ek/partition.c | 38 + board/atmel/at91sam9260ek/Makefile | 56 + board/atmel/at91sam9260ek/at91sam9260ek.c | 199 + board/atmel/at91sam9260ek/config.mk | 1 + board/atmel/at91sam9260ek/led.c | 41 + board/atmel/at91sam9260ek/partition.c | 40 + board/atmel/at91sam9261ek/Makefile | 56 + board/atmel/at91sam9261ek/at91sam9261ek.c | 291 + board/atmel/at91sam9261ek/config.mk | 1 + board/atmel/at91sam9261ek/led.c | 43 + board/atmel/at91sam9261ek/partition.c | 40 + board/atmel/at91sam9263ek/Makefile | 56 + board/atmel/at91sam9263ek/at91sam9263ek.c | 303 + board/atmel/at91sam9263ek/config.mk | 1 + board/atmel/at91sam9263ek/led.c | 44 + board/atmel/at91sam9263ek/partition.c | 39 + board/atmel/at91sam9m10g45ek/Makefile | 55 + .../atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 334 + board/atmel/at91sam9m10g45ek/config.mk | 1 + board/atmel/at91sam9m10g45ek/led.c | 41 + board/atmel/at91sam9rlek/Makefile | 56 + board/atmel/at91sam9rlek/at91sam9rlek.c | 205 + board/atmel/at91sam9rlek/config.mk | 1 + board/atmel/at91sam9rlek/led.c | 43 + board/atmel/at91sam9rlek/partition.c | 39 + board/atmel/atngw100/Makefile | 40 + board/atmel/atngw100/atngw100.c | 128 + board/atmel/atngw100/config.mk | 3 + board/atmel/atngw100/u-boot.lds | 72 + board/atmel/atstk1000/Makefile | 9 +- board/atmel/atstk1000/atstk1000.c | 86 +- board/atmel/atstk1000/flash.c | 51 +- board/atmel/atstk1000/u-boot.lds | 33 +- board/atum8548/Makefile | 57 + board/atum8548/atum8548.c | 379 + board/atum8548/config.mk | 33 + board/atum8548/ddr.c | 83 + board/atum8548/law.c | 61 + board/atum8548/tlb.c | 90 + board/atum8548/u-boot.lds | 143 + board/avnet/fx12mm/.gitignore | 1 + board/avnet/fx12mm/Makefile | 27 + board/avnet/fx12mm/config.mk | 26 + board/avnet/fx12mm/fx12mm.c | 52 + board/avnet/fx12mm/xparameters.h | 51 + board/avnet/v5fx30teval/.gitignore | 1 + board/avnet/v5fx30teval/Makefile | 27 + board/avnet/v5fx30teval/config.mk | 26 + board/avnet/v5fx30teval/v5fx30teval.c | 28 + board/avnet/v5fx30teval/xparameters.h | 33 + board/barco/barco.c | 40 +- board/barco/barco_svc.h | 18 +- board/barco/early_init.S | 96 +- board/barco/flash.c | 40 +- board/barco/speed.h | 8 +- board/bc3450/Makefile | 2 +- board/bc3450/bc3450.c | 86 +- board/bc3450/cmd_bc3450.c | 57 +- board/bf518f-ezbrd/Makefile | 54 + board/bf518f-ezbrd/bf518f-ezbrd.c | 164 + board/bf518f-ezbrd/config.mk | 33 + board/bf526-ezbrd/Makefile | 55 + board/bf526-ezbrd/bf526-ezbrd.c | 77 + board/bf526-ezbrd/config.mk | 33 + board/bf526-ezbrd/status-led.c | 56 + board/bf527-ezkit/Makefile | 55 + board/bf527-ezkit/bf527-ezkit.c | 77 + board/bf527-ezkit/config.mk | 33 + board/bf527-ezkit/video.c | 317 + board/bf533-ezkit/Makefile | 54 + board/bf533-ezkit/bf533-ezkit.c | 59 + board/bf533-ezkit/config.mk | 34 + board/bf533-ezkit/flash-defines.h | 124 + board/bf533-ezkit/flash.c | 489 + board/bf533-ezkit/psd4256.h | 67 + board/bf533-stamp/Makefile | 55 + board/bf533-stamp/bf533-stamp.c | 285 + board/bf533-stamp/bf533-stamp.h | 53 + board/bf533-stamp/config.mk | 34 + board/bf533-stamp/video.c | 167 + board/bf533-stamp/video.h | 25 + board/bf537-minotaur/Makefile | 54 + board/bf537-minotaur/bf537-minotaur.c | 56 + board/bf537-minotaur/config.mk | 31 + board/bf537-pnav/Makefile | 54 + board/bf537-pnav/bf537-pnav.c | 56 + board/bf537-pnav/config.mk | 30 + board/bf537-srv1/Makefile | 54 + board/bf537-srv1/bf537-srv1.c | 56 + board/bf537-srv1/config.mk | 31 + board/bf537-stamp/Makefile | 57 + board/bf537-stamp/bf537-stamp.c | 116 + board/bf537-stamp/cmd_bf537led.c | 201 + board/bf537-stamp/config.mk | 35 + board/bf537-stamp/ide-cf.c | 66 + board/bf537-stamp/post-memory.c | 318 + board/bf537-stamp/post.c | 244 + board/bf537-stamp/spi_flash.c | 996 + board/bf538f-ezkit/Makefile | 54 + board/bf538f-ezkit/bf538f-ezkit.c | 27 + board/bf538f-ezkit/config.mk | 34 + board/bf548-ezkit/Makefile | 55 + board/bf548-ezkit/bf548-ezkit.c | 87 + board/bf548-ezkit/config.mk | 38 + board/bf548-ezkit/video.c | 327 + board/bf561-ezkit/Makefile | 54 + board/bf561-ezkit/bf561-ezkit.c | 45 + board/bf561-ezkit/config.mk | 34 + board/blackstamp/Makefile | 54 + board/blackstamp/blackstamp.c | 46 + board/blackstamp/config.mk | 30 + board/bmw/README | 34 +- board/bmw/bmw.c | 12 +- board/bmw/early_init.S | 48 +- board/bmw/flash.c | 36 +- board/bmw/m48t59y.c | 8 +- board/bmw/ns16550.c | 6 +- board/bmw/ns16550.h | 2 +- board/bmw/serial.c | 4 +- board/c2mon/c2mon.c | 28 +- board/c2mon/flash.c | 54 +- board/c2mon/pcmcia.c | 34 +- board/c2mon/u-boot.lds | 18 +- board/c2mon/u-boot.lds.debug | 11 +- board/canmb/Makefile | 2 +- board/canmb/canmb.c | 36 +- board/cerf250/Makefile | 2 +- board/cerf250/flash.c | 22 +- board/cerf250/lowlevel_init.S | 268 +- board/cm-bf527/Makefile | 54 + board/cm-bf527/cm-bf527.c | 79 + board/cm-bf527/config.mk | 33 + board/cm-bf527/gpio.c | 74 + board/cm-bf527/gpio_cfi_flash.c | 63 + board/cm-bf527/gpio_cfi_flash.h | 10 + board/cm-bf533/Makefile | 54 + board/cm-bf533/cm-bf533.c | 25 + board/cm-bf533/config.mk | 34 + board/cm-bf537e/Makefile | 54 + board/cm-bf537e/cm-bf537e.c | 59 + board/cm-bf537e/config.mk | 34 + board/cm-bf537e/flash.c | 34 + board/cm-bf537e/gpio_cfi_flash.c | 60 + board/cm-bf537e/gpio_cfi_flash.h | 10 + board/cm-bf548/Makefile | 55 + board/cm-bf548/cm-bf548.c | 89 + board/cm-bf548/config.mk | 37 + board/cm-bf548/video.c | 339 + board/cm-bf561/Makefile | 54 + board/cm-bf561/cm-bf561.c | 25 + board/cm-bf561/config.mk | 34 + board/cm4008/Makefile | 2 +- board/cm4008/flash.c | 18 +- board/cm41xx/Makefile | 2 +- board/cm41xx/flash.c | 18 +- board/cm5200/Makefile | 50 + board/cm5200/cm5200.c | 415 + board/cm5200/cm5200.h | 184 + board/cm5200/cmd_cm5200.c | 448 + board/cm5200/config.mk | 26 + board/cm5200/fwupdate.c | 200 + board/cm5200/fwupdate.h | 47 + board/cm5200/u-boot.lds | 121 + board/cmc_pu2/Makefile | 4 +- board/cmc_pu2/cmc_pu2.c | 6 +- board/cmc_pu2/flash.c | 32 +- board/cmc_pu2/load_sernum_ethaddr.c | 25 +- board/cmi/Makefile | 2 +- board/cmi/cmi.c | 4 +- board/cmi/flash.c | 50 +- board/cobra5272/cobra5272.c | 9 +- board/cobra5272/flash.c | 22 +- board/cobra5272/u-boot.lds | 16 +- board/cogent/Makefile | 2 +- board/cogent/README | 8 +- board/cogent/config.mk | 2 + board/cogent/flash.c | 38 +- board/cogent/lcd.c | 4 +- board/cogent/lcd.h | 2 +- board/cogent/mb.c | 2 +- board/cogent/mb.h | 44 +- board/cogent/serial.c | 2 +- board/cogent/u-boot.lds | 18 +- board/cogent/u-boot.lds.debug | 11 +- board/cpc45/cpc45.c | 20 +- board/cpc45/flash.c | 54 +- board/cpc45/pd67290.c | 14 +- board/cpc45/plx9030.c | 6 +- board/cpu86/config.mk | 2 +- board/cpu86/cpu86.c | 37 +- board/cpu86/cpu86.h | 26 +- board/cpu86/flash.c | 46 +- board/cpu87/config.mk | 2 +- board/cpu87/cpu87.c | 51 +- board/cpu87/cpu87.h | 26 +- board/cpu87/flash.c | 46 +- board/cradle/Makefile | 2 +- board/cradle/flash.c | 22 +- board/cradle/lowlevel_init.S | 86 +- board/cray/L1/L1.c | 33 +- board/cray/L1/L1.h | 4 +- board/cray/L1/Makefile | 2 +- board/cray/L1/bootscript.hush | 2 +- board/cray/L1/flash.c | 10 +- board/cray/L1/init.S | 15 +- board/cray/L1/u-boot.lds | 22 +- board/cray/L1/u-boot.lds.debug | 11 +- board/csb226/Makefile | 2 +- board/csb226/flash.c | 22 +- board/csb226/lowlevel_init.S | 72 +- board/csb272/Makefile | 2 +- board/csb272/csb272.c | 15 +- board/csb272/init.S | 6 +- board/csb272/u-boot.lds | 22 +- board/csb472/Makefile | 2 +- board/csb472/csb472.c | 11 +- board/csb472/init.S | 6 +- board/csb472/u-boot.lds | 22 +- board/csb637/Makefile | 2 +- board/csb637/csb637.c | 4 +- board/cu824/cu824.c | 10 +- board/cu824/flash.c | 56 +- board/dave/B2/B2.c | 8 +- board/dave/B2/Makefile | 2 +- board/dave/B2/flash.c | 8 +- board/dave/PPChameleonEVB/Makefile | 2 +- board/dave/PPChameleonEVB/PPChameleonEVB.c | 39 +- board/dave/PPChameleonEVB/flash.c | 6 +- board/dave/PPChameleonEVB/nand.c | 64 +- board/dave/PPChameleonEVB/u-boot.lds | 24 +- board/dave/common/flash.c | 126 +- board/dave/common/fpga.c | 22 +- board/dave/common/pci.c | 24 +- board/davedenx/aria/Makefile | 50 + board/davedenx/aria/aria.c | 201 + board/davedenx/aria/config.mk | 23 + board/davedenx/qong/Makefile | 53 + board/davedenx/qong/config.mk | 1 + board/davedenx/qong/lowlevel_init.S | 172 + board/davedenx/qong/qong.c | 166 + board/davedenx/qong/qong_fpga.h | 40 + board/davinci/common/Makefile | 53 + board/davinci/common/misc.c | 111 + board/davinci/common/misc.h | 29 + board/davinci/dm355evm/Makefile | 52 + board/davinci/dm355evm/config.mk | 11 + board/davinci/dm355evm/dm355evm.c | 116 + board/davinci/dvevm/Makefile | 52 + board/davinci/dvevm/board_init.S | 29 + board/davinci/dvevm/config.mk | 39 + board/davinci/dvevm/dvevm.c | 103 + board/davinci/schmoogie/Makefile | 52 + board/davinci/schmoogie/board_init.S | 29 + board/davinci/schmoogie/config.mk | 39 + board/davinci/schmoogie/schmoogie.c | 134 + board/davinci/sffsdr/Makefile | 52 + board/davinci/sffsdr/board_init.S | 29 + board/davinci/sffsdr/config.mk | 23 + board/davinci/sffsdr/sffsdr.c | 147 + board/davinci/sonata/Makefile | 52 + board/davinci/sonata/board_init.S | 100 + board/davinci/sonata/config.mk | 39 + board/davinci/sonata/sonata.c | 102 + board/dbau1x00/dbau1x00.c | 14 +- board/dbau1x00/flash.c | 2 +- board/dbau1x00/lowlevel_init.S | 7 +- board/dbau1x00/u-boot.lds | 29 +- board/delta/Makefile | 2 +- board/delta/delta.c | 23 +- board/delta/lowlevel_init.S | 12 +- board/delta/nand.c | 82 +- board/digsy_mtc/Makefile | 32 + board/digsy_mtc/cmd_mtc.c | 388 + board/digsy_mtc/cmd_mtc.h | 61 + board/digsy_mtc/config.mk | 24 + board/digsy_mtc/digsy_mtc.c | 318 + board/digsy_mtc/eeprom.h | 32 + board/digsy_mtc/is42s16800a-7t.h | 27 + board/dnp1110/Makefile | 2 +- board/dnp1110/flash.c | 22 +- board/eNET/Makefile | 57 + board/eNET/config.mk | 24 + board/eNET/eNET.c | 167 + board/eNET/eNET_start.S | 50 + board/eNET/eNET_start16.S | 90 + board/eNET/hardware.h | 35 + board/eNET/u-boot.lds | 90 + board/eXalion/eXalion.c | 19 +- board/earthlcd/favr-32-ezkit/Makefile | 42 + board/earthlcd/favr-32-ezkit/config.mk | 4 + board/earthlcd/favr-32-ezkit/favr-32-ezkit.c | 96 + board/earthlcd/favr-32-ezkit/flash.c | 230 + board/earthlcd/favr-32-ezkit/u-boot.lds | 70 + board/eltec/bab7xx/Makefile | 2 +- board/eltec/bab7xx/asm_init.S | 30 +- board/eltec/bab7xx/bab7xx.c | 18 +- board/eltec/bab7xx/flash.c | 12 +- board/eltec/bab7xx/l2cache.c | 6 +- board/eltec/bab7xx/misc.c | 16 +- board/eltec/bab7xx/pci.c | 34 +- board/eltec/bab7xx/srom.h | 4 +- board/eltec/bab7xx/u-boot.lds | 18 +- board/eltec/elppc/Makefile | 2 +- board/eltec/elppc/asm_init.S | 28 +- board/eltec/elppc/eepro100_srom.c | 99 +- board/eltec/elppc/elppc.c | 14 +- board/eltec/elppc/flash.c | 12 +- board/eltec/elppc/misc.c | 20 +- board/eltec/elppc/pci.c | 32 +- board/eltec/elppc/srom.h | 4 +- board/eltec/elppc/u-boot.lds | 18 +- board/eltec/mhpc/flash.c | 28 +- board/eltec/mhpc/mhpc.c | 26 +- board/eltec/mhpc/u-boot.lds | 18 +- board/eltec/mhpc/u-boot.lds.debug | 11 +- board/emk/common/flash.c | 36 +- board/emk/common/vpd.c | 8 +- board/emk/top5200/Makefile | 2 +- board/emk/top5200/top5200.c | 44 +- board/emk/top860/top860.c | 10 +- board/emk/top860/u-boot.lds | 16 +- board/emk/top860/u-boot.lds.debug | 11 +- board/ep7312/Makefile | 2 +- board/ep7312/flash.c | 20 +- board/ep8248/Makefile | 2 +- board/ep8248/ep8248.c | 102 +- board/ep8260/Makefile | 2 +- board/ep8260/config.mk | 2 +- board/ep8260/ep8260.c | 62 +- board/ep8260/flash.c | 32 +- board/ep8260/mii_phy.c | 4 +- board/ep82xxm/Makefile | 2 +- board/ep82xxm/ep82xxm.c | 300 +- board/ep88x/Makefile | 2 +- board/ep88x/ep88x.c | 16 +- board/ep88x/u-boot.lds | 17 +- board/eric/Makefile | 2 +- board/eric/eric.c | 12 +- board/eric/flash.c | 233 +- board/eric/init.S | 6 +- board/eric/u-boot.lds | 22 +- board/esd/adciop/Makefile | 2 +- board/esd/adciop/adciop.c | 8 +- board/esd/adciop/flash.c | 2 +- board/esd/adciop/u-boot.lds | 20 +- board/esd/apc405/Makefile | 6 +- board/esd/apc405/apc405.c | 371 +- board/esd/apc405/fpgadata.c | 4284 +- board/esd/apc405/logo_640_480_24bpp.c | 800 +- board/esd/apc405/u-boot.lds | 31 +- board/esd/ar405/Makefile | 2 +- board/esd/ar405/ar405.c | 124 +- board/esd/ar405/flash.c | 4 +- board/esd/ar405/u-boot.lds | 45 +- board/esd/ash405/Makefile | 6 +- board/esd/ash405/ash405.c | 81 +- board/esd/ash405/flash.c | 4 +- board/esd/ash405/u-boot.lds | 31 +- board/esd/canbt/Makefile | 2 +- board/esd/canbt/canbt.c | 26 +- board/esd/canbt/flash.c | 2 +- board/esd/canbt/u-boot.lds | 43 +- board/esd/cms700/Makefile | 7 +- board/esd/cms700/cms700.c | 102 +- board/esd/cms700/config.mk | 7 +- board/esd/cms700/flash.c | 4 +- board/esd/cms700/u-boot.lds | 31 +- board/esd/common/auto_update.c | 297 +- board/esd/common/auto_update.h | 15 +- board/esd/common/cmd_loadpci.c | 38 +- board/esd/common/esd405ep_nand.c | 85 + board/esd/common/flash.c | 138 +- board/esd/common/fpga.c | 369 +- board/esd/common/lcd.c | 160 +- board/esd/common/lcd.h | 14 +- board/esd/common/pci.c | 24 +- board/esd/common/s1d13505_640_480_16bpp.h | 65 + board/esd/common/xilinx_jtag/micro.c | 26 +- board/esd/common/xilinx_jtag/ports.c | 15 +- board/esd/common/xilinx_jtag/ports.h | 10 +- board/esd/cpci2dp/Makefile | 2 +- board/esd/cpci2dp/cpci2dp.c | 61 +- board/esd/cpci2dp/flash.c | 2 +- board/esd/cpci2dp/u-boot.lds | 31 +- board/esd/cpci405/Makefile | 3 +- board/esd/cpci405/config.mk | 16 - board/esd/cpci405/cpci405.c | 470 +- board/esd/cpci405/flash.c | 2 +- board/esd/cpci405/u-boot.lds | 31 +- board/esd/cpci5200/Makefile | 6 +- board/esd/cpci5200/cpci5200.c | 43 +- board/esd/cpci5200/strataflash.c | 22 +- board/esd/cpci750/cpci750.c | 361 +- board/esd/cpci750/i2c.c | 24 +- board/esd/cpci750/ide.c | 16 +- board/esd/cpci750/local.h | 2 +- board/esd/cpci750/misc.S | 26 +- board/esd/cpci750/mpsc.c | 8 +- board/esd/cpci750/mpsc.h | 6 +- board/esd/cpci750/mv_eth.c | 62 +- board/esd/cpci750/mv_eth.h | 2 +- board/esd/cpci750/pci.c | 87 +- board/esd/cpci750/sdram_init.c | 304 +- board/esd/cpci750/serial.c | 4 +- board/esd/cpci750/u-boot.lds | 18 +- board/esd/cpciiser4/Makefile | 2 +- board/esd/cpciiser4/cpciiser4.c | 22 +- board/esd/cpciiser4/flash.c | 2 +- board/esd/cpciiser4/u-boot.lds | 31 +- board/esd/dasa_sim/Makefile | 2 +- board/esd/dasa_sim/cmd_dasa_sim.c | 29 +- board/esd/dasa_sim/config.mk | 12 +- board/esd/dasa_sim/dasa_sim.c | 30 +- board/esd/dasa_sim/eeprom.c | 18 +- board/esd/dasa_sim/flash.c | 2 +- board/esd/dasa_sim/u-boot.lds | 45 +- board/esd/dp405/Makefile | 2 +- board/esd/dp405/config.mk | 7 +- board/esd/dp405/dp405.c | 84 +- board/esd/dp405/flash.c | 4 +- board/esd/dp405/u-boot.lds | 32 +- board/esd/du405/Makefile | 2 +- board/esd/du405/du405.c | 29 +- board/esd/du405/flash.c | 2 +- board/esd/du405/u-boot.lds | 31 +- board/esd/du440/Makefile | 51 + board/esd/du440/config.mk | 37 + board/esd/du440/du440.c | 1056 + board/esd/du440/du440.h | 43 + board/esd/du440/init.S | 81 + board/esd/du440/u-boot.lds | 140 + board/esd/hh405/Makefile | 7 +- board/esd/hh405/flash.c | 4 +- board/esd/hh405/hh405.c | 240 +- board/esd/hh405/u-boot.lds | 31 +- board/esd/hub405/Makefile | 6 +- board/esd/hub405/flash.c | 4 +- board/esd/hub405/hub405.c | 116 +- board/esd/hub405/u-boot.lds | 32 +- board/esd/mecp5123/Makefile | 50 + board/esd/mecp5123/config.mk | 23 + board/esd/mecp5123/mecp5123.c | 278 + board/esd/mecp5200/Makefile | 51 + board/esd/mecp5200/config.mk | 44 + board/esd/mecp5200/mecp5200.c | 267 + board/esd/mecp5200/mt46v16m16-75.h | 37 + board/esd/meesc/Makefile | 55 + board/esd/meesc/config.mk | 1 + board/esd/meesc/meesc.c | 198 + board/esd/meesc/partition.c | 37 + board/esd/ocrtc/Makefile | 2 +- board/esd/ocrtc/cmd_ocrtc.c | 12 +- board/esd/ocrtc/flash.c | 2 +- board/esd/ocrtc/ocrtc.c | 32 - board/esd/ocrtc/u-boot.lds | 20 +- board/esd/pci405/Makefile | 2 +- board/esd/pci405/cmd_pci405.c | 879 +- board/esd/pci405/flash.c | 2 +- board/esd/pci405/pci405.c | 104 +- board/esd/pci405/u-boot.lds | 31 +- board/esd/pci405/writeibm.S | 4 + board/esd/pf5200/Makefile | 6 +- board/esd/pf5200/flash.c | 32 +- board/esd/pf5200/pf5200.c | 55 +- board/esd/plu405/Makefile | 7 +- board/esd/plu405/config.mk | 3 +- board/esd/plu405/flash.c | 4 +- board/esd/plu405/fpgadata.c | 2339 +- board/esd/plu405/plu405.c | 249 +- board/esd/plu405/u-boot.lds | 33 +- board/esd/pmc405/Makefile | 2 +- board/esd/pmc405/config.mk | 6 +- board/esd/pmc405/pmc405.c | 160 +- board/esd/pmc405/u-boot.lds | 31 +- board/esd/pmc405de/Makefile | 53 + board/esd/pmc405de/chip_config.c | 61 + board/esd/pmc405de/config.mk | 23 + board/esd/pmc405de/pmc405de.c | 521 + board/esd/pmc405de/u-boot.lds | 133 + board/esd/pmc440/Makefile | 56 + board/esd/pmc440/cmd_pmc440.c | 557 + board/esd/pmc440/config.mk | 41 + board/esd/pmc440/fpga.c | 462 + board/esd/pmc440/fpga.h | 47 + board/esd/pmc440/init.S | 122 + board/esd/pmc440/pmc440.c | 979 + board/esd/pmc440/pmc440.h | 151 + board/esd/pmc440/sdram.c | 115 + board/esd/pmc440/u-boot-nand.lds | 135 + board/esd/pmc440/u-boot.lds | 140 + board/esd/tasreg/flash.c | 8 +- board/esd/tasreg/tasreg.c | 63 +- board/esd/tasreg/u-boot.lds | 17 +- board/esd/vme8349/Makefile | 54 + board/esd/vme8349/caddy.c | 194 + board/esd/vme8349/caddy.h | 77 + board/esd/vme8349/config.mk | 28 + board/esd/vme8349/pci.c | 119 + board/esd/vme8349/vme8349.c | 140 + board/esd/voh405/Makefile | 6 +- board/esd/voh405/flash.c | 4 +- board/esd/voh405/u-boot.lds | 32 +- board/esd/voh405/voh405.c | 200 +- board/esd/vom405/Makefile | 2 +- board/esd/vom405/config.mk | 8 +- board/esd/vom405/flash.c | 4 +- board/esd/vom405/u-boot.lds | 31 +- board/esd/vom405/vom405.c | 49 +- board/esd/wuh405/Makefile | 6 +- board/esd/wuh405/flash.c | 4 +- board/esd/wuh405/u-boot.lds | 31 +- board/esd/wuh405/wuh405.c | 79 +- board/espt/Makefile | 50 + board/espt/config.mk | 9 + board/espt/espt.c | 50 + board/espt/lowlevel_init.S | 334 + board/esteem192e/esteem192e.c | 16 +- board/esteem192e/flash.c | 1040 +- board/esteem192e/u-boot.lds | 18 +- board/etin/debris/debris.c | 25 +- board/etin/debris/flash.c | 13 +- board/etin/debris/phantom.c | 12 +- board/etin/debris/speed.h | 4 +- board/etin/kvme080/kvme080.c | 39 +- board/etx094/etx094.c | 48 +- board/etx094/flash.c | 50 +- board/etx094/u-boot.lds | 18 +- board/etx094/u-boot.lds.debug | 11 +- board/evb4510/Makefile | 2 +- board/evb4510/flash.c | 16 +- board/evb64260/bootseq.txt | 6 +- board/evb64260/eth.c | 13 +- board/evb64260/evb64260.c | 102 +- board/evb64260/flash.c | 45 +- board/evb64260/intel_flash.c | 4 +- board/evb64260/intel_flash.h | 2 +- board/evb64260/local.h | 2 +- board/evb64260/misc.S | 18 +- board/evb64260/mpsc.c | 8 +- board/evb64260/mpsc.h | 6 +- board/evb64260/pci.c | 20 +- board/evb64260/sdram_init.c | 8 +- board/evb64260/serial.c | 40 +- board/evb64260/u-boot.lds | 18 +- board/evb64260/zuma_pbb.c | 22 +- board/evb64260/zuma_pbb_mbox.c | 6 +- board/exbitgen/Makefile | 2 +- board/exbitgen/exbitgen.c | 13 +- board/exbitgen/exbitgen.h | 18 +- board/exbitgen/flash.c | 32 +- board/exbitgen/init.S | 12 +- board/exbitgen/u-boot.lds | 20 +- board/fads/config.mk | 2 +- board/fads/fads.c | 56 +- board/fads/fads.h | 227 +- board/fads/flash.c | 50 +- board/fads/pcmcia.c | 10 +- board/fads/u-boot.lds | 17 +- board/fads/u-boot.lds.debug | 11 +- board/flagadm/flagadm.c | 18 +- board/flagadm/flash.c | 42 +- board/flagadm/u-boot.lds | 16 +- board/flagadm/u-boot.lds.debug | 11 +- board/freescale/common/Makefile | 65 + board/freescale/common/cadmus.c | 95 + board/freescale/common/cadmus.h | 54 + board/freescale/common/cds_pci_ft.c | 72 + board/freescale/common/cds_via.c | 109 + board/freescale/common/eeprom.h | 50 + board/freescale/common/fsl_diu_fb.c | 580 + board/freescale/common/fsl_diu_fb.h | 69 + board/freescale/common/fsl_logo_bmp.c | 878 + board/freescale/common/pixis.c | 560 + board/freescale/common/pixis.h | 31 + board/freescale/common/pq-mds-pib.c | 102 + board/freescale/common/pq-mds-pib.h | 9 + board/freescale/common/sgmii_riser.c | 88 + board/freescale/common/sgmii_riser.h | 16 + board/freescale/common/sys_eeprom.c | 483 + board/freescale/common/via.h | 18 + board/freescale/m5208evbe/Makefile | 44 + board/freescale/m5208evbe/config.mk | 25 + board/freescale/m5208evbe/m5208evbe.c | 94 + board/freescale/m5208evbe/u-boot.lds | 142 + board/freescale/m52277evb/Makefile | 44 + board/freescale/m52277evb/config.mk | 27 + board/freescale/m52277evb/m52277evb.c | 104 + board/freescale/m52277evb/u-boot.spa | 144 + board/freescale/m52277evb/u-boot.stm | 136 + board/freescale/m5235evb/Makefile | 44 + board/freescale/m5235evb/config.mk | 28 + board/freescale/m5235evb/m5235evb.c | 120 + board/freescale/m5235evb/u-boot.16 | 144 + board/freescale/m5235evb/u-boot.32 | 152 + board/freescale/m5249evb/Makefile | 44 + board/freescale/m5249evb/config.mk | 25 + board/freescale/m5249evb/m5249evb.c | 113 + board/freescale/m5249evb/u-boot.lds | 143 + board/freescale/m5253demo/Makefile | 44 + board/freescale/m5253demo/config.mk | 25 + board/freescale/m5253demo/flash.c | 467 + board/freescale/m5253demo/m5253demo.c | 149 + board/freescale/m5253demo/u-boot.lds | 143 + board/freescale/m5253evbe/Makefile | 44 + board/freescale/m5253evbe/config.mk | 25 + board/freescale/m5253evbe/m5253evbe.c | 137 + board/freescale/m5253evbe/u-boot.lds | 142 + board/freescale/m5271evb/Makefile | 44 + board/freescale/m5271evb/config.mk | 25 + board/freescale/m5271evb/m5271evb.c | 123 + board/freescale/m5271evb/u-boot.lds | 143 + board/freescale/m5272c3/Makefile | 44 + board/freescale/m5272c3/config.mk | 25 + board/freescale/m5272c3/m5272c3.c | 51 + board/freescale/m5272c3/u-boot.lds | 142 + board/freescale/m5275evb/Makefile | 44 + board/freescale/m5275evb/config.mk | 25 + board/freescale/m5275evb/m5275evb.c | 112 + board/freescale/m5275evb/u-boot.lds | 139 + board/freescale/m5282evb/Makefile | 44 + board/freescale/m5282evb/config.mk | 25 + board/freescale/m5282evb/m5282evb.c | 100 + board/freescale/m5282evb/u-boot.lds | 140 + board/freescale/m53017evb/Makefile | 44 + board/freescale/m53017evb/config.mk | 25 + board/freescale/m53017evb/m53017evb.c | 94 + board/freescale/m53017evb/u-boot.lds | 142 + board/freescale/m5329evb/Makefile | 44 + board/freescale/m5329evb/config.mk | 25 + board/freescale/m5329evb/m5329evb.c | 88 + board/freescale/m5329evb/nand.c | 89 + board/freescale/m5329evb/u-boot.lds | 142 + board/freescale/m5373evb/Makefile | 44 + board/freescale/m5373evb/config.mk | 25 + board/freescale/m5373evb/m5373evb.c | 88 + board/freescale/m5373evb/nand.c | 93 + board/freescale/m5373evb/u-boot.lds | 142 + board/freescale/m54451evb/Makefile | 44 + board/freescale/m54451evb/config.mk | 27 + board/freescale/m54451evb/m54451evb.c | 108 + board/freescale/m54451evb/u-boot.spa | 146 + board/freescale/m54451evb/u-boot.stm | 149 + board/freescale/m54455evb/Makefile | 44 + board/freescale/m54455evb/config.mk | 27 + board/freescale/m54455evb/m54455evb.c | 221 + board/freescale/m54455evb/u-boot.atm | 143 + board/freescale/m54455evb/u-boot.int | 140 + board/freescale/m54455evb/u-boot.stm | 136 + board/freescale/m547xevb/Makefile | 44 + board/freescale/m547xevb/config.mk | 25 + board/freescale/m547xevb/m547xevb.c | 118 + board/freescale/m547xevb/u-boot.lds | 141 + board/freescale/m548xevb/Makefile | 44 + board/freescale/m548xevb/config.mk | 25 + board/freescale/m548xevb/m548xevb.c | 115 + board/freescale/m548xevb/u-boot.lds | 141 + board/freescale/mpc5121ads/Makefile | 53 + board/freescale/mpc5121ads/README | 7 + board/freescale/mpc5121ads/config.mk | 23 + board/freescale/mpc5121ads/mpc5121ads.c | 260 + board/freescale/mpc7448hpc2/Makefile | 52 + board/freescale/mpc7448hpc2/asm_init.S | 918 + board/freescale/mpc7448hpc2/config.mk | 28 + board/freescale/mpc7448hpc2/mpc7448hpc2.c | 104 + board/freescale/mpc7448hpc2/tsi108_init.c | 665 + board/freescale/mpc7448hpc2/u-boot.lds | 134 + board/freescale/mpc8260ads/Makefile | 51 + board/freescale/mpc8260ads/config.mk | 37 + board/freescale/mpc8260ads/flash.c | 492 + board/freescale/mpc8260ads/mpc8260ads.c | 573 + board/freescale/mpc8266ads/Makefile | 50 + board/freescale/mpc8266ads/config.mk | 32 + board/freescale/mpc8266ads/flash.c | 509 + board/freescale/mpc8266ads/mpc8266ads.c | 586 + board/freescale/mpc8313erdb/Makefile | 50 + board/freescale/mpc8313erdb/config.mk | 7 + board/freescale/mpc8313erdb/mpc8313erdb.c | 162 + board/freescale/mpc8313erdb/sdram.c | 134 + board/freescale/mpc8315erdb/Makefile | 50 + board/freescale/mpc8315erdb/config.mk | 1 + board/freescale/mpc8315erdb/mpc8315erdb.c | 222 + board/freescale/mpc8315erdb/sdram.c | 120 + board/freescale/mpc8323erdb/Makefile | 50 + board/freescale/mpc8323erdb/config.mk | 28 + board/freescale/mpc8323erdb/mpc8323erdb.c | 221 + board/freescale/mpc832xemds/Makefile | 52 + board/freescale/mpc832xemds/config.mk | 28 + board/freescale/mpc832xemds/mpc832xemds.c | 170 + board/freescale/mpc832xemds/pci.c | 155 + board/freescale/mpc8349emds/Makefile | 52 + board/freescale/mpc8349emds/config.mk | 28 + board/freescale/mpc8349emds/mpc8349emds.c | 297 + board/freescale/mpc8349emds/pci.c | 209 + board/freescale/mpc8349itx/Makefile | 50 + board/freescale/mpc8349itx/config.mk | 31 + board/freescale/mpc8349itx/mpc8349itx.c | 402 + board/freescale/mpc8349itx/pci.c | 121 + board/freescale/mpc8360emds/Makefile | 52 + board/freescale/mpc8360emds/config.mk | 28 + board/freescale/mpc8360emds/mpc8360emds.c | 362 + board/freescale/mpc8360emds/pci.c | 153 + board/freescale/mpc8360erdk/Makefile | 52 + board/freescale/mpc8360erdk/config.mk | 28 + board/freescale/mpc8360erdk/mpc8360erdk.c | 356 + board/freescale/mpc8360erdk/nand.c | 92 + board/freescale/mpc837xemds/Makefile | 52 + board/freescale/mpc837xemds/config.mk | 28 + board/freescale/mpc837xemds/mpc837xemds.c | 342 + board/freescale/mpc837xemds/pci.c | 153 + board/freescale/mpc837xemds/pci.h | 6 + board/freescale/mpc837xerdb/Makefile | 52 + board/freescale/mpc837xerdb/config.mk | 28 + board/freescale/mpc837xerdb/mpc837xerdb.c | 217 + board/freescale/mpc837xerdb/pci.c | 114 + board/freescale/mpc8536ds/Makefile | 54 + board/freescale/mpc8536ds/config.mk | 32 + board/freescale/mpc8536ds/ddr.c | 88 + board/freescale/mpc8536ds/law.c | 44 + board/freescale/mpc8536ds/mpc8536ds.c | 707 + board/freescale/mpc8536ds/tlb.c | 76 + board/freescale/mpc8536ds/u-boot.lds | 143 + board/freescale/mpc8540ads/Makefile | 53 + board/freescale/mpc8540ads/config.mk | 33 + board/freescale/mpc8540ads/ddr.c | 76 + board/freescale/mpc8540ads/law.c | 58 + board/freescale/mpc8540ads/mpc8540ads.c | 307 + board/freescale/mpc8540ads/tlb.c | 130 + board/freescale/mpc8540ads/u-boot.lds | 146 + board/freescale/mpc8541cds/Makefile | 54 + board/freescale/mpc8541cds/config.mk | 30 + board/freescale/mpc8541cds/ddr.c | 82 + board/freescale/mpc8541cds/law.c | 58 + board/freescale/mpc8541cds/mpc8541cds.c | 492 + board/freescale/mpc8541cds/tlb.c | 112 + board/freescale/mpc8541cds/u-boot.lds | 143 + board/freescale/mpc8544ds/Makefile | 54 + board/freescale/mpc8544ds/config.mk | 32 + board/freescale/mpc8544ds/ddr.c | 86 + board/freescale/mpc8544ds/law.c | 42 + board/freescale/mpc8544ds/mpc8544ds.c | 507 + board/freescale/mpc8544ds/tlb.c | 91 + board/freescale/mpc8544ds/u-boot.lds | 143 + board/freescale/mpc8548cds/Makefile | 54 + board/freescale/mpc8548cds/config.mk | 32 + board/freescale/mpc8548cds/ddr.c | 83 + board/freescale/mpc8548cds/law.c | 73 + board/freescale/mpc8548cds/mpc8548cds.c | 464 + board/freescale/mpc8548cds/tlb.c | 104 + board/freescale/mpc8548cds/u-boot.lds | 143 + board/freescale/mpc8555cds/Makefile | 54 + board/freescale/mpc8555cds/config.mk | 30 + board/freescale/mpc8555cds/ddr.c | 82 + board/freescale/mpc8555cds/law.c | 58 + board/freescale/mpc8555cds/mpc8555cds.c | 494 + board/freescale/mpc8555cds/tlb.c | 112 + board/freescale/mpc8555cds/u-boot.lds | 143 + board/freescale/mpc8560ads/Makefile | 53 + board/freescale/mpc8560ads/config.mk | 32 + board/freescale/mpc8560ads/ddr.c | 76 + board/freescale/mpc8560ads/law.c | 58 + board/freescale/mpc8560ads/mpc8560ads.c | 528 + board/freescale/mpc8560ads/tlb.c | 130 + board/freescale/mpc8560ads/u-boot.lds | 146 + board/freescale/mpc8568mds/Makefile | 55 + board/freescale/mpc8568mds/bcsr.c | 77 + board/freescale/mpc8568mds/bcsr.h | 109 + board/freescale/mpc8568mds/config.mk | 30 + board/freescale/mpc8568mds/ddr.c | 84 + board/freescale/mpc8568mds/law.c | 62 + board/freescale/mpc8568mds/mpc8568mds.c | 494 + board/freescale/mpc8568mds/tlb.c | 100 + board/freescale/mpc8568mds/u-boot.lds | 143 + board/freescale/mpc8569mds/Makefile | 55 + board/freescale/mpc8569mds/bcsr.c | 66 + board/freescale/mpc8569mds/bcsr.h | 82 + board/freescale/mpc8569mds/config.mk | 30 + board/freescale/mpc8569mds/ddr.c | 84 + board/freescale/mpc8569mds/law.c | 59 + board/freescale/mpc8569mds/mpc8569mds.c | 453 + board/freescale/mpc8569mds/tlb.c | 103 + board/freescale/mpc8569mds/u-boot.lds | 143 + board/freescale/mpc8572ds/Makefile | 54 + board/freescale/mpc8572ds/config.mk | 32 + board/freescale/mpc8572ds/ddr.c | 150 + board/freescale/mpc8572ds/law.c | 42 + board/freescale/mpc8572ds/mpc8572ds.c | 617 + board/freescale/mpc8572ds/tlb.c | 90 + board/freescale/mpc8572ds/u-boot.lds | 143 + board/freescale/mpc8610hpcd/Makefile | 53 + board/freescale/mpc8610hpcd/config.mk | 25 + board/freescale/mpc8610hpcd/ddr.c | 85 + board/freescale/mpc8610hpcd/law.c | 44 + board/freescale/mpc8610hpcd/mpc8610hpcd.c | 491 + board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 198 + board/freescale/mpc8610hpcd/u-boot.lds | 133 + board/freescale/mpc8641hpcn/Makefile | 53 + board/freescale/mpc8641hpcn/config.mk | 31 + board/freescale/mpc8641hpcn/ddr.c | 167 + board/freescale/mpc8641hpcn/law.c | 68 + board/freescale/mpc8641hpcn/mpc8641hpcn.c | 392 + board/freescale/mpc8641hpcn/u-boot.lds | 134 + board/freescale/mx23_evk/Makefile | 52 + board/freescale/mx23_evk/config.mk | 6 + board/freescale/mx23_evk/lowlevel_init.S | 36 + board/freescale/mx23_evk/mx23_evk.c | 158 + board/freescale/mx23_evk/u-boot.lds | 51 + board/freescale/mx25_3stack/Makefile | 53 + board/freescale/mx25_3stack/config.mk | 3 + board/freescale/mx25_3stack/dcdheader.S | 99 + board/freescale/mx25_3stack/lowlevel_init.S | 97 + board/freescale/mx25_3stack/mx25_3stack.c | 489 + board/freescale/mx25_3stack/u-boot.lds | 62 + board/freescale/mx28_evk/Makefile | 52 + board/freescale/mx28_evk/config.mk | 6 + board/freescale/mx28_evk/lowlevel_init.S | 36 + board/freescale/mx28_evk/mx28_evk.c | 253 + board/freescale/mx28_evk/u-boot.lds | 51 + board/freescale/mx31_3stack/Makefile | 47 + board/freescale/mx31_3stack/config.mk | 3 + board/freescale/mx31_3stack/lowlevel_init.S | 248 + board/freescale/mx31_3stack/mx31_3stack.c | 75 + board/freescale/mx31_3stack/u-boot.lds | 72 + board/freescale/mx31ads/Makefile | 47 + board/freescale/mx31ads/config.mk | 3 + board/freescale/mx31ads/lowlevel_init.S | 281 + board/freescale/mx31ads/mx31ads.c | 106 + board/freescale/mx31ads/u-boot.lds | 70 + board/freescale/mx31pdk/Makefile | 52 + board/freescale/mx31pdk/config.mk | 5 + board/freescale/mx31pdk/lowlevel_init.S | 93 + board/freescale/mx31pdk/mx31pdk.c | 73 + board/freescale/mx35_3stack/Makefile | 50 + .../freescale/mx35_3stack/board-mx35_3stack.h | 107 + board/freescale/mx35_3stack/config.mk | 3 + board/freescale/mx35_3stack/flash_header.S | 108 + board/freescale/mx35_3stack/lowlevel_init.S | 441 + board/freescale/mx35_3stack/mx35_3stack.c | 460 + board/freescale/mx35_3stack/u-boot.lds | 77 + board/freescale/mx50_arm2/Makefile | 49 + board/freescale/mx50_arm2/config.mk | 7 + board/freescale/mx50_arm2/flash_header.S | 791 + board/freescale/mx50_arm2/lowlevel_init.S | 207 + board/freescale/mx50_arm2/mx50_arm2.c | 950 + board/freescale/mx50_arm2/u-boot.lds | 73 + board/freescale/mx51_3stack/Makefile | 49 + .../freescale/mx51_3stack/board-mx51_3stack.h | 64 + board/freescale/mx51_3stack/config.mk | 3 + board/freescale/mx51_3stack/flash_header.S | 113 + board/freescale/mx51_3stack/lowlevel_init.S | 365 + board/freescale/mx51_3stack/mx51_3stack.c | 1102 + board/freescale/mx51_3stack/u-boot.lds | 73 + board/freescale/mx51_bbg/Makefile | 49 + board/freescale/mx51_bbg/board-imx51.h | 64 + board/freescale/mx51_bbg/config.mk | 7 + board/freescale/mx51_bbg/flash_header.S | 112 + board/freescale/mx51_bbg/lowlevel_init.S | 326 + board/freescale/mx51_bbg/mx51_bbg.c | 1145 + board/freescale/mx51_bbg/u-boot.lds | 73 + board/freescale/mx53_evk/Makefile | 49 + board/freescale/mx53_evk/config.mk | 3 + board/freescale/mx53_evk/flash_header.S | 250 + board/freescale/mx53_evk/lowlevel_init.S | 219 + board/freescale/mx53_evk/mx53_evk.c | 850 + board/freescale/mx53_evk/u-boot.lds | 73 + board/freescale/p2020ds/Makefile | 54 + board/freescale/p2020ds/config.mk | 32 + board/freescale/p2020ds/ddr.c | 130 + board/freescale/p2020ds/law.c | 42 + board/freescale/p2020ds/p2020ds.c | 658 + board/freescale/p2020ds/tlb.c | 95 + board/freescale/p2020ds/u-boot.lds | 143 + board/funkwerk/vovpn-gw/Makefile | 2 +- board/funkwerk/vovpn-gw/flash.c | 30 +- board/funkwerk/vovpn-gw/m88e6060.c | 2 +- board/funkwerk/vovpn-gw/vovpn-gw.c | 46 +- board/g2000/Makefile | 2 +- board/g2000/g2000.c | 74 +- board/g2000/strataflash.c | 26 +- board/g2000/u-boot.lds | 32 +- board/gaisler/gr_cpci_ax2000/Makefile | 52 + board/gaisler/gr_cpci_ax2000/config.mk | 37 + board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c | 39 + board/gaisler/gr_cpci_ax2000/u-boot.lds | 158 + board/gaisler/gr_ep2s60/Makefile | 52 + board/gaisler/gr_ep2s60/config.mk | 35 + board/gaisler/gr_ep2s60/gr_ep2s60.c | 39 + board/gaisler/gr_ep2s60/u-boot.lds | 158 + board/gaisler/gr_xc3s_1500/Makefile | 52 + board/gaisler/gr_xc3s_1500/config.mk | 34 + board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c | 39 + board/gaisler/gr_xc3s_1500/u-boot.lds | 160 + board/gaisler/grsim/Makefile | 50 + board/gaisler/grsim/config.mk | 34 + board/gaisler/grsim/grsim.c | 43 + board/gaisler/grsim/u-boot.lds | 159 + board/gaisler/grsim_leon2/Makefile | 50 + board/gaisler/grsim_leon2/config.mk | 34 + board/gaisler/grsim_leon2/grsim_leon2.c | 43 + board/gaisler/grsim_leon2/u-boot.lds | 157 + board/gcplus/Makefile | 2 +- board/gcplus/flash.c | 22 +- board/gdsys/compactcenter/Makefile | 53 + board/gdsys/compactcenter/chip_config.c | 87 + board/gdsys/compactcenter/compactcenter.c | 289 + board/gdsys/compactcenter/config.mk | 41 + board/gdsys/compactcenter/init.S | 97 + board/gdsys/compactcenter/u-boot.lds | 144 + board/gdsys/dlvision/Makefile | 51 + board/gdsys/dlvision/config.mk | 24 + board/gdsys/dlvision/dlvision.c | 137 + board/gdsys/dlvision/u-boot.lds | 132 + board/gdsys/gdppc440etx/Makefile | 51 + board/gdsys/gdppc440etx/config.mk | 44 + board/gdsys/gdppc440etx/gdppc440etx.c | 323 + board/gdsys/gdppc440etx/init.S | 75 + board/gdsys/gdppc440etx/u-boot.lds | 142 + board/gdsys/neo/Makefile | 51 + board/gdsys/neo/config.mk | 24 + board/gdsys/neo/neo.c | 101 + board/gdsys/neo/u-boot.lds | 130 + board/gen860t/README | 2 - board/gen860t/beeper.c | 106 +- board/gen860t/beeper.h | 2 - board/gen860t/flash.c | 84 +- board/gen860t/fpga.c | 12 +- board/gen860t/fpga.h | 2 - board/gen860t/gen860t.c | 24 +- board/gen860t/ioport.c | 16 +- board/gen860t/ioport.h | 2 - board/gen860t/u-boot-flashenv.lds | 18 +- board/gen860t/u-boot.lds | 16 +- board/genietv/flash.c | 26 +- board/genietv/genietv.c | 52 +- board/genietv/u-boot.lds | 20 +- board/genietv/u-boot.lds.debug | 13 +- board/gth/ee_access.c | 14 +- board/gth/ee_dev.h | 8 +- board/gth/flash.c | 44 +- board/gth/gth.c | 20 +- board/gth/pcmcia.c | 14 +- board/gth/u-boot.lds | 18 +- board/gth2/flash.c | 2 +- board/gth2/gth2.c | 24 +- board/gth2/lowlevel_init.S | 9 +- board/gth2/u-boot.lds | 28 +- board/gw8260/Makefile | 2 +- board/gw8260/flash.c | 28 +- board/gw8260/gw8260.c | 58 +- board/hermes/flash.c | 24 +- board/hermes/hermes.c | 25 +- board/hermes/u-boot.lds | 18 +- board/hermes/u-boot.lds.debug | 11 +- board/hidden_dragon/early_init.S | 96 +- board/hidden_dragon/flash.c | 40 +- board/hidden_dragon/hidden_dragon.c | 10 +- board/hidden_dragon/speed.h | 4 +- board/hmi1001/Makefile | 2 +- board/hmi1001/config.mk | 1 + board/hmi1001/hmi1001.c | 60 +- board/hymod/bsp.c | 20 +- board/hymod/config.mk | 2 + board/hymod/eeprom.c | 8 +- board/hymod/env.c | 4 +- board/hymod/flash.c | 28 +- board/hymod/hymod.c | 38 +- board/hymod/input.c | 2 +- board/hymod/u-boot.lds | 20 +- board/hymod/u-boot.lds.debug | 11 +- board/ibf-dsp561/Makefile | 54 + board/ibf-dsp561/config.mk | 31 + board/ibf-dsp561/ibf-dsp561.c | 25 + board/icecube/Makefile | 2 +- board/icecube/flash.c | 38 +- board/icecube/icecube.c | 115 +- board/icu862/flash.c | 44 +- board/icu862/icu862.c | 28 +- board/icu862/pcmcia.c | 36 +- board/icu862/u-boot.lds | 18 +- board/icu862/u-boot.lds.debug | 11 +- board/idmr/Makefile | 44 + board/idmr/config.mk | 25 + board/idmr/flash.c | 356 + board/idmr/idmr.c | 168 + board/idmr/u-boot.lds | 143 + board/ids8247/config.mk | 2 +- board/ids8247/flash.c | 44 +- board/ids8247/ids8247.c | 209 +- board/impa7/Makefile | 2 +- board/impa7/flash.c | 20 +- board/imx31_litekit/Makefile | 51 + board/imx31_litekit/config.mk | 1 + board/imx31_litekit/imx31_litekit.c | 87 + board/imx31_litekit/lowlevel_init.S | 103 + board/imx31_phycore/Makefile | 51 + board/imx31_phycore/config.mk | 1 + board/imx31_phycore/imx31_phycore.c | 140 + board/imx31_phycore/lowlevel_init.S | 104 + board/incaip/flash.c | 34 +- board/incaip/incaip.c | 31 +- board/incaip/lowlevel_init.S | 15 +- board/incaip/u-boot.lds | 29 +- board/inka4x0/Makefile | 6 +- board/inka4x0/config.mk | 1 + board/inka4x0/hyb25d512160bf-5.h | 32 + board/inka4x0/inka4x0.c | 229 +- board/inka4x0/inkadiag.c | 514 + board/inka4x0/k4h511638c.h | 32 + board/inka4x0/mt46v16m16-75.h | 7 +- board/inka4x0/mt46v32m16-75.h | 32 + board/inka4x0/mt48lc16m16a2-75.h | 19 +- board/innokom/Makefile | 2 +- board/innokom/flash.c | 30 +- board/innokom/innokom.c | 2 +- board/innokom/lowlevel_init.S | 72 +- board/ip860/flash.c | 44 +- board/ip860/ip860.c | 56 +- board/ip860/u-boot.lds | 18 +- board/ip860/u-boot.lds.debug | 11 +- board/iphase4539/Makefile | 2 +- board/iphase4539/flash.c | 36 +- board/iphase4539/iphase4539.c | 12 +- board/ispan/Makefile | 2 +- board/ispan/ispan.c | 140 +- board/ivm/flash.c | 50 +- board/ivm/ivm.c | 72 +- board/ivm/u-boot.lds | 18 +- board/ivm/u-boot.lds.debug | 11 +- board/ixdp425/Makefile | 2 +- board/ixdp425/config.mk | 4 +- board/ixdp425/flash.c | 40 +- board/ixdp425/ixdp425.c | 33 +- board/jse/Makefile | 2 +- board/jse/flash.c | 10 +- board/jse/init.S | 14 +- board/jse/jse.c | 18 +- board/jse/sdram.c | 4 +- board/jse/u-boot.lds | 18 +- board/jupiter/Makefile | 51 + board/jupiter/config.mk | 41 + board/jupiter/jupiter.c | 313 + board/karo/tx28/Makefile | 52 + board/karo/tx28/config.mk | 6 + board/karo/tx28/lowlevel_init.S | 36 + board/karo/tx28/tx28.c | 260 + board/karo/tx28/u-boot.lds | 51 + board/kb9202/Makefile | 2 +- board/kb9202/kb9202.c | 4 +- board/keymile/common/common.c | 595 + board/keymile/common/common.h | 30 + board/keymile/common/keymile_hdlc_enet.c | 620 + board/keymile/common/keymile_hdlc_enet.h | 129 + board/keymile/km8xx/Makefile | 48 + board/keymile/km8xx/config.mk | 28 + board/keymile/km8xx/km8xx.c | 234 + board/keymile/km8xx/km8xx_hdlc_enet.c | 278 + board/keymile/km8xx/u-boot.lds | 144 + board/keymile/kmeter1/Makefile | 53 + board/keymile/kmeter1/config.mk | 24 + board/keymile/kmeter1/kmeter1.c | 255 + board/keymile/mgcoge/Makefile | 54 + board/keymile/mgcoge/config.mk | 24 + board/keymile/mgcoge/mgcoge.c | 387 + board/keymile/mgcoge/mgcoge_hdlc_enet.c | 276 + board/korat/Makefile | 51 + board/korat/config.mk | 47 + board/korat/init.S | 95 + board/korat/korat.c | 802 + board/korat/u-boot-F7FC.lds | 141 + board/korat/u-boot.lds | 143 + board/kup/common/flash.c | 34 +- board/kup/common/kup.c | 6 +- board/kup/common/kup.h | 2 + board/kup/common/load_sernum_ethaddr.c | 16 +- board/kup/common/pcmcia.c | 30 +- board/kup/kup4k/kup4k.c | 27 +- board/kup/kup4k/u-boot.lds | 18 +- board/kup/kup4k/u-boot.lds.debug | 11 +- board/kup/kup4x/kup4x.c | 28 +- board/kup/kup4x/u-boot.lds | 18 +- board/kup/kup4x/u-boot.lds.debug | 11 +- board/lantec/flash.c | 64 +- board/lantec/lantec.c | 22 +- board/lantec/u-boot.lds | 18 +- board/lantec/u-boot.lds.debug | 11 +- board/lart/Makefile | 2 +- board/lart/flash.c | 20 +- board/linkstation/Makefile | 43 + board/linkstation/avr.c | 293 + board/linkstation/config.mk | 50 + board/linkstation/hwctl.c | 135 + board/linkstation/ide.c | 99 + board/linkstation/linkstation.c | 136 + board/logodl/Makefile | 2 +- board/logodl/flash.c | 30 +- board/logodl/logodl.c | 9 +- board/logodl/lowlevel_init.S | 72 +- board/lpc2292sodimm/Makefile | 51 + board/lpc2292sodimm/config.mk | 30 + board/lpc2292sodimm/flash.c | 252 + board/lpc2292sodimm/lowlevel_init.S | 87 + board/lpc2292sodimm/lpc2292sodimm.c | 57 + board/lpd7a40x/Makefile | 2 +- board/lpd7a40x/flash.c | 30 +- board/lpd7a40x/lowlevel_init.S | 4 +- board/lpd7a40x/lpd7a40x.c | 2 +- board/lubbock/Makefile | 2 +- board/lubbock/flash.c | 22 +- board/lubbock/lowlevel_init.S | 68 +- board/lwmon/flash.c | 90 +- board/lwmon/lwmon.c | 110 +- board/lwmon/pcmcia.c | 44 +- board/lwmon/u-boot.lds | 18 +- board/lwmon/u-boot.lds.debug | 11 +- board/lwmon5/Makefile | 51 + board/lwmon5/config.mk | 39 + board/lwmon5/init.S | 90 + board/lwmon5/kbd.c | 458 + board/lwmon5/lwmon5.c | 599 + board/lwmon5/sdram.c | 244 + board/lwmon5/u-boot.lds | 143 + board/m501sk/Makefile | 50 + board/m501sk/config.mk | 1 + board/m501sk/eeprom.c | 102 + board/m501sk/m501sk.c | 189 + board/m501sk/m501sk.h | 167 + board/matrix_vision/common/Makefile | 54 + board/matrix_vision/common/mv_common.c | 126 + board/matrix_vision/common/mv_common.h | 25 + board/matrix_vision/mvbc_p/Makefile | 50 + board/matrix_vision/mvbc_p/config.mk | 30 + board/matrix_vision/mvbc_p/fpga.c | 177 + board/matrix_vision/mvbc_p/fpga.h | 34 + board/matrix_vision/mvbc_p/mvbc_p.c | 272 + board/matrix_vision/mvbc_p/mvbc_p.h | 43 + board/matrix_vision/mvbc_p/mvbc_p_autoscript | 48 + board/matrix_vision/mvblm7/Makefile | 48 + board/matrix_vision/mvblm7/config.mk | 25 + board/matrix_vision/mvblm7/fpga.c | 188 + board/matrix_vision/mvblm7/fpga.h | 34 + board/matrix_vision/mvblm7/mvblm7.c | 152 + board/matrix_vision/mvblm7/mvblm7.h | 20 + board/matrix_vision/mvblm7/mvblm7_autoscript | 43 + board/matrix_vision/mvblm7/pci.c | 108 + board/mbx8xx/csr.h | 4 +- board/mbx8xx/flash.c | 18 +- board/mbx8xx/mbx8xx.c | 61 +- board/mbx8xx/pcmcia.c | 16 +- board/mbx8xx/u-boot.lds | 16 +- board/mbx8xx/u-boot.lds.debug | 11 +- board/mbx8xx/vpd.c | 6 +- board/mcc200/Makefile | 4 +- board/mcc200/auto_update.c | 544 + board/mcc200/lcd.c | 33 +- board/mcc200/mcc200.c | 75 +- board/micronas/vct/Makefile | 57 + board/micronas/vct/bcu.h | 170 + board/micronas/vct/config.mk | 31 + board/micronas/vct/dcgu.c | 258 + board/micronas/vct/dcgu.h | 179 + board/micronas/vct/ebi.c | 48 + board/micronas/vct/ebi.h | 95 + board/micronas/vct/ebi_nor_flash.c | 131 + board/micronas/vct/ebi_onenand.c | 198 + board/micronas/vct/ebi_smc911x.c | 108 + board/micronas/vct/ehci.c | 110 + board/micronas/vct/gpio.c | 88 + board/micronas/vct/scc.c | 669 + board/micronas/vct/scc.h | 205 + board/micronas/vct/smc_eeprom.c | 394 + board/micronas/vct/top.c | 289 + board/micronas/vct/u-boot.lds | 71 + board/micronas/vct/vct.c | 127 + board/micronas/vct/vct.h | 104 + board/micronas/vct/vcth/reg_dcgu.h | 36 + board/micronas/vct/vcth/reg_ebi.h | 242 + board/micronas/vct/vcth/reg_fwsram.h | 73 + board/micronas/vct/vcth/reg_gpio.h | 32 + board/micronas/vct/vcth/reg_scc.h | 102 + board/micronas/vct/vcth/reg_usbh.h | 33 + board/micronas/vct/vcth/reg_wdt.h | 24 + board/micronas/vct/vcth2/reg_ebi.h | 290 + board/micronas/vct/vctv/reg_dcgu.h | 25 + board/micronas/vct/vctv/reg_ebi.h | 290 + board/micronas/vct/vctv/reg_gpio.h | 32 + board/micronas/vct/vctv/reg_wdt.h | 24 + board/mimc/mimc200/Makefile | 40 + board/mimc/mimc200/config.mk | 3 + board/mimc/mimc200/mimc200.c | 211 + board/mimc/mimc200/u-boot.lds | 72 + board/miromico/hammerhead/Makefile | 40 + board/miromico/hammerhead/config.mk | 3 + board/miromico/hammerhead/hammerhead.c | 109 + board/miromico/hammerhead/u-boot.lds | 72 + board/ml2/Makefile | 2 +- board/ml2/flash.c | 16 +- board/ml2/init.S | 4 - board/ml2/ml2.c | 2 +- board/ml2/serial.c | 34 +- board/ml2/u-boot.lds | 21 +- board/ml2/u-boot.lds.debug | 11 +- board/modnet50/Makefile | 2 +- board/modnet50/flash.c | 24 +- board/motionpro/Makefile | 50 + board/motionpro/config.mk | 30 + board/motionpro/motionpro.c | 234 + board/mousse/config.mk | 2 + board/mousse/flash.c | 2 +- board/mousse/m48t59y.c | 8 +- board/mousse/mousse.c | 13 +- board/mousse/mousse.h | 16 +- board/mousse/u-boot.lds | 16 +- board/mousse/u-boot.lds.ram | 9 +- board/mousse/u-boot.lds.rom | 11 +- board/mp2usb/Makefile | 2 +- board/mp2usb/flash.c | 30 +- board/mp2usb/mp2usb.c | 4 +- board/mpc8540eval/Makefile | 17 +- board/mpc8540eval/ddr.c | 73 + board/mpc8540eval/flash.c | 64 +- board/mpc8540eval/law.c | 54 + board/mpc8540eval/mpc8540eval.c | 139 +- board/mpc8540eval/tlb.c | 78 + board/mpc8540eval/u-boot.lds | 18 +- board/mpl/common/common_util.c | 154 +- board/mpl/common/common_util.h | 5 +- board/mpl/common/flash.c | 44 +- board/mpl/common/isa.c | 38 +- board/mpl/common/kbd.c | 270 +- board/mpl/common/memtst.c | 16 +- board/mpl/common/pci.c | 4 +- board/mpl/common/pci_parts.h | 36 +- board/mpl/common/usb_uhci.c | 10 +- board/mpl/mip405/Makefile | 2 +- board/mpl/mip405/cmd_mip405.c | 14 +- board/mpl/mip405/init.S | 15 +- board/mpl/mip405/mip405.c | 30 +- board/mpl/mip405/mip405.h | 28 +- board/mpl/mip405/u-boot.lds | 22 +- board/mpl/pati/Makefile | 2 +- board/mpl/pati/cmd_pati.c | 16 +- board/mpl/pati/pati.c | 28 +- board/mpl/pati/pati.h | 50 +- board/mpl/pati/pci_eeprom.h | 102 +- board/mpl/pip405/Makefile | 2 +- board/mpl/pip405/cmd_pip405.c | 14 +- board/mpl/pip405/init.S | 15 +- board/mpl/pip405/pip405.c | 15 +- board/mpl/pip405/pip405.h | 22 +- board/mpl/pip405/u-boot.lds | 20 +- board/mpl/pip405/u-boot.lds.debug | 11 +- board/mpl/vcma9/Makefile | 2 +- board/mpl/vcma9/cmd_vcma9.c | 26 +- board/mpl/vcma9/flash.c | 26 +- board/mpl/vcma9/lowlevel_init.S | 142 +- board/mpl/vcma9/vcma9.c | 9 +- board/mpl/vcma9/vcma9.h | 4 +- board/mpr2/Makefile | 58 + board/mpr2/config.mk | 37 + board/mpr2/lowlevel_init.S | 131 + board/mpr2/mpr2.c | 161 + board/ms7720se/Makefile | 55 + board/ms7720se/config.mk | 34 + board/ms7720se/lowlevel_init.S | 196 + board/ms7720se/ms7720se.c | 59 + board/ms7722se/Makefile | 52 + board/ms7722se/config.mk | 31 + board/ms7722se/lowlevel_init.S | 239 + board/ms7722se/ms7722se.c | 59 + board/ms7750se/Makefile | 47 + board/ms7750se/config.mk | 23 + board/ms7750se/lowlevel_init.S | 154 + board/ms7750se/ms7750se.c | 51 + board/muas3001/Makefile | 50 + board/muas3001/config.mk | 24 + board/muas3001/muas3001.c | 398 + board/mucmc52/Makefile | 53 + board/mucmc52/config.mk | 45 + board/mucmc52/mucmc52.c | 400 + board/munices/Makefile | 50 + board/munices/config.mk | 38 + board/munices/mt48lc16m16a2-75.h | 43 + board/munices/munices.c | 170 + board/munices/u-boot.lds | 121 + board/musenki/flash.c | 68 +- board/musenki/musenki.c | 12 +- board/mvblue/flash.c | 18 +- board/mvblue/mvblue.c | 26 +- board/mx1ads/Makefile | 2 +- board/mx1ads/lowlevel_init.S | 10 +- board/mx1ads/mx1ads.c | 4 +- board/mx1ads/syncflash.c | 84 +- board/mx1fs2/Makefile | 2 +- board/mx1fs2/flash.c | 32 +- board/mx1fs2/lowlevel_init.S | 52 +- board/mx1fs2/mx1fs2.c | 2 +- board/nc650/config.mk | 3 +- board/nc650/flash.c | 64 +- board/nc650/nand.c | 85 +- board/nc650/nc650.c | 34 +- board/nc650/u-boot.lds | 16 +- board/nc650/u-boot.lds.debug | 9 +- board/netphone/flash.c | 38 +- board/netphone/netphone.c | 46 +- board/netphone/phone_console.c | 38 +- board/netphone/u-boot.lds | 20 +- board/netphone/u-boot.lds.debug | 11 +- board/netstal/common/fixed_sdram.c | 105 + board/netstal/common/nm.h | 44 + board/netstal/common/nm_bsp.c | 117 + board/netstal/hcu4/Makefile | 51 + board/netstal/hcu4/README.txt | 59 + board/netstal/hcu4/config.mk | 28 + board/netstal/hcu4/hcu4.c | 209 + board/netstal/hcu4/u-boot.lds | 138 + board/netstal/hcu5/Makefile | 52 + board/netstal/hcu5/README.txt | 171 + board/netstal/hcu5/config.mk | 30 + board/netstal/hcu5/hcu5.c | 516 + board/netstal/hcu5/init.S | 106 + board/netstal/hcu5/sdram.c | 283 + board/netstal/hcu5/u-boot.lds | 142 + board/netstal/mcu25/Makefile | 51 + board/netstal/mcu25/README.txt | 59 + board/netstal/mcu25/config.mk | 27 + board/netstal/mcu25/mcu25.c | 208 + board/netstal/mcu25/u-boot.lds | 138 + board/netstar/Makefile | 25 +- board/netstar/crcek.S | 4 +- board/netstar/crcit.c | 14 +- board/netstar/eeprom.c | 5 +- board/netstar/eeprom.lds | 6 +- board/netstar/eeprom_start.S | 4 +- board/netstar/netstar.c | 58 +- board/netstar/setup.S | 2 +- board/netta/codec.c | 6 +- board/netta/dsp.c | 14 +- board/netta/flash.c | 30 +- board/netta/netta.c | 31 +- board/netta/pcmcia.c | 56 +- board/netta/u-boot.lds | 22 +- board/netta/u-boot.lds.debug | 11 +- board/netta2/flash.c | 30 +- board/netta2/netta2.c | 50 +- board/netta2/u-boot.lds | 22 +- board/netta2/u-boot.lds.debug | 11 +- board/netvia/flash.c | 30 +- board/netvia/netvia.c | 31 +- board/netvia/u-boot.lds | 22 +- board/netvia/u-boot.lds.debug | 11 +- board/ns9750dev/Makefile | 2 +- board/ns9750dev/flash.c | 22 +- board/ns9750dev/ns9750dev.c | 2 +- board/nx823/flash.c | 37 +- board/nx823/nx823.c | 90 +- board/nx823/u-boot.lds | 18 +- board/nx823/u-boot.lds.debug | 11 +- board/o2dnt/Makefile | 2 +- board/o2dnt/flash.c | 42 +- board/o2dnt/o2dnt.c | 23 +- board/omap1510inn/Makefile | 2 +- board/omap1510inn/config.mk | 2 +- board/omap1610inn/Makefile | 2 +- board/omap1610inn/config.mk | 2 +- board/omap1610inn/flash.c | 28 +- board/omap1610inn/lowlevel_init.S | 16 +- board/omap1610inn/omap1610innovator.c | 4 +- board/omap2420h4/Makefile | 2 +- board/omap2420h4/mem.c | 6 +- board/omap2420h4/omap2420h4.c | 29 +- board/omap3/beagle/Makefile | 49 + board/omap3/beagle/beagle.c | 143 + board/omap3/beagle/beagle.h | 384 + board/omap3/beagle/config.mk | 33 + board/omap3/evm/Makefile | 47 + board/omap3/evm/config.mk | 33 + board/omap3/evm/evm.c | 133 + board/omap3/evm/evm.h | 393 + board/omap3/overo/Makefile | 48 + board/omap3/overo/config.mk | 29 + board/omap3/overo/overo.c | 79 + board/omap3/overo/overo.h | 381 + board/omap3/pandora/Makefile | 49 + board/omap3/pandora/config.mk | 33 + board/omap3/pandora/pandora.c | 96 + board/omap3/pandora/pandora.h | 401 + board/omap3/zoom1/Makefile | 49 + board/omap3/zoom1/config.mk | 33 + board/omap3/zoom1/zoom1.c | 88 + board/omap3/zoom1/zoom1.h | 132 + board/omap3/zoom2/Makefile | 53 + board/omap3/zoom2/config.mk | 33 + board/omap3/zoom2/debug_board.c | 59 + board/omap3/zoom2/led.c | 129 + board/omap3/zoom2/zoom2.c | 182 + board/omap3/zoom2/zoom2.h | 158 + board/omap3/zoom2/zoom2_serial.c | 130 + board/omap3/zoom2/zoom2_serial.h | 75 + board/omap5912osk/Makefile | 2 +- board/omap5912osk/config.mk | 2 +- board/omap5912osk/lowlevel_init.S | 6 +- board/omap730p2/Makefile | 2 +- board/omap730p2/config.mk | 2 +- board/omap730p2/flash.c | 22 +- board/omap730p2/lowlevel_init.S | 10 +- board/oxc/flash.c | 28 +- board/oxc/oxc.c | 38 +- board/pb1x00/Makefile | 2 +- board/pb1x00/flash.c | 2 +- board/pb1x00/lowlevel_init.S | 391 + board/pb1x00/pb1x00.c | 16 +- board/pb1x00/u-boot.lds | 28 +- board/pcippc2/cpc710_init_ram.c | 370 +- board/pcippc2/cpc710_pci.c | 4 +- board/pcippc2/flash.c | 34 +- board/pcippc2/fpga_serial.h | 10 +- board/pcippc2/i2c.c | 2 +- board/pcippc2/pcippc2.c | 20 +- board/pcippc2/pcippc2.h | 6 +- board/pcippc2/sconsole.c | 2 +- board/pcippc2/sconsole.h | 27 +- board/pcippc2/u-boot.lds | 18 +- board/pcs440ep/Makefile | 2 +- board/pcs440ep/config.mk | 5 +- board/pcs440ep/flash.c | 155 +- board/pcs440ep/init.S | 41 +- board/pcs440ep/pcs440ep.c | 621 +- board/pcs440ep/u-boot.lds | 17 +- board/phytec/pcm030/Makefile | 50 + board/phytec/pcm030/config.mk | 41 + board/phytec/pcm030/mt46v32m16-75.h | 37 + board/phytec/pcm030/pcm030.c | 219 + board/pleb2/Makefile | 2 +- board/pleb2/flash.c | 48 +- board/pleb2/lowlevel_init.S | 84 +- board/pm520/Makefile | 2 +- board/pm520/flash.c | 86 +- board/pm520/pm520.c | 48 +- board/pm826/flash.c | 28 +- board/pm826/pm826.c | 39 +- board/pm828/flash.c | 28 +- board/pm828/pm828.c | 39 +- board/pm854/Makefile | 13 +- board/pm854/ddr.c | 73 + board/pm854/law.c | 58 + board/pm854/pm854.c | 76 +- board/pm854/tlb.c | 117 + board/pm854/u-boot.lds | 18 +- board/pm856/Makefile | 13 +- board/pm856/ddr.c | 73 + board/pm856/law.c | 58 + board/pm856/pm856.c | 74 +- board/pm856/tlb.c | 117 + board/pm856/u-boot.lds | 18 +- board/pn62/cmd_pn62.c | 30 +- board/pn62/pn62.c | 35 +- board/pn62/pn62.h | 28 +- board/ppmc7xx/Makefile | 2 +- board/ppmc7xx/flash.c | 26 +- board/ppmc7xx/pci.c | 32 +- board/ppmc7xx/ppmc7xx.c | 10 +- board/ppmc7xx/u-boot.lds | 18 +- board/ppmc8260/Makefile | 2 +- board/ppmc8260/ppmc8260.c | 36 +- board/ppmc8260/strataflash.c | 22 +- board/prodrive/alpr/Makefile | 51 + board/prodrive/alpr/alpr.c | 301 + board/prodrive/alpr/config.mk | 44 + board/prodrive/alpr/fpga.c | 257 + board/prodrive/alpr/init.S | 112 + board/prodrive/alpr/nand.c | 154 + board/prodrive/alpr/u-boot.lds | 142 + board/prodrive/common/flash.c | 132 +- board/prodrive/common/fpga.c | 10 +- board/prodrive/p3mx/64460.h | 52 + board/prodrive/p3mx/Makefile | 55 + board/prodrive/p3mx/config.mk | 28 + board/prodrive/p3mx/eth.h | 43 + board/prodrive/p3mx/misc.S | 245 + board/prodrive/p3mx/mpsc.c | 1013 + board/prodrive/p3mx/mpsc.h | 156 + board/prodrive/p3mx/mv_eth.c | 3344 + board/prodrive/p3mx/mv_eth.h | 840 + board/prodrive/p3mx/mv_regs.h | 1125 + board/prodrive/p3mx/p3mx.c | 862 + board/prodrive/p3mx/p3mx.h | 33 + board/prodrive/p3mx/pci.c | 1025 + board/prodrive/p3mx/ppc_error_no.h | 164 + board/prodrive/p3mx/sdram_init.c | 434 + board/prodrive/p3mx/serial.c | 107 + board/prodrive/p3mx/serial.h | 89 + board/prodrive/p3mx/u-boot.lds | 136 + board/prodrive/p3p440/Makefile | 2 +- board/prodrive/p3p440/config.mk | 2 +- board/prodrive/p3p440/init.S | 12 +- board/prodrive/p3p440/p3p440.c | 36 +- board/prodrive/p3p440/p3p440.h | 10 +- board/prodrive/p3p440/u-boot.lds | 29 +- board/prodrive/pdnb3/Makefile | 2 +- board/prodrive/pdnb3/config.mk | 4 +- board/prodrive/pdnb3/flash.c | 22 +- board/prodrive/pdnb3/nand.c | 60 +- board/prodrive/pdnb3/pdnb3.c | 77 +- board/psyent/common/AMDLV065D.c | 14 +- board/psyent/pci5441/Makefile | 2 +- board/psyent/pci5441/pci5441.c | 2 +- board/psyent/pci5441/u-boot.lds | 7 +- board/psyent/pk1c20/Makefile | 2 +- board/psyent/pk1c20/led.c | 6 +- board/psyent/pk1c20/pk1c20.c | 2 +- board/psyent/pk1c20/u-boot.lds | 7 +- board/purple/flash.c | 30 +- board/purple/lowlevel_init.S | 3 +- board/purple/purple.c | 82 +- board/purple/sconsole.c | 2 +- board/purple/sconsole.h | 23 +- board/purple/u-boot.lds | 31 +- board/pxa255_idp/Makefile | 4 +- board/pxa255_idp/config.mk | 2 +- board/pxa255_idp/lowlevel_init.S | 496 + board/pxa255_idp/pxa_idp.c | 6 +- board/pxa255_idp/pxa_reg_calcs.out | 30 +- board/pxa255_idp/pxa_reg_calcs.py | 12 +- board/qemu-mips/Makefile | 45 + board/qemu-mips/README | 15 + board/qemu-mips/config.mk | 10 + board/qemu-mips/lowlevel_init.S | 40 + board/qemu-mips/qemu-mips.c | 89 + board/qemu-mips/u-boot.lds | 72 + board/quad100hd/Makefile | 51 + board/quad100hd/config.mk | 24 + board/quad100hd/nand.c | 69 + board/quad100hd/quad100hd.c | 88 + board/quad100hd/u-boot.lds | 132 + board/quantum/fpga.c | 10 +- board/quantum/fpga.h | 1 - board/quantum/quantum.c | 24 +- board/quantum/u-boot.lds | 18 +- board/quantum/u-boot.lds.debug | 11 +- board/r360mpi/flash.c | 50 +- board/r360mpi/pcmcia.c | 28 +- board/r360mpi/r360mpi.c | 46 +- board/r360mpi/u-boot.lds | 20 +- board/rattler/Makefile | 2 +- board/rattler/rattler.c | 92 +- board/rbc823/flash.c | 26 +- board/rbc823/kbd.c | 28 +- board/rbc823/rbc823.c | 36 +- board/rbc823/u-boot.lds | 18 +- board/renesas/MigoR/Makefile | 52 + board/renesas/MigoR/config.mk | 31 + board/renesas/MigoR/lowlevel_init.S | 208 + board/renesas/MigoR/migo_r.c | 53 + board/renesas/ap325rxa/Makefile | 51 + board/renesas/ap325rxa/ap325rxa.c | 172 + board/renesas/ap325rxa/config.mk | 26 + board/renesas/ap325rxa/cpld-ap325rxa.c | 206 + board/renesas/ap325rxa/lowlevel_init.S | 184 + board/renesas/r2dplus/Makefile | 47 + board/renesas/r2dplus/config.mk | 23 + board/renesas/r2dplus/lowlevel_init.S | 115 + board/renesas/r2dplus/r2dplus.c | 84 + board/renesas/r7780mp/Makefile | 48 + board/renesas/r7780mp/config.mk | 27 + board/renesas/r7780mp/lowlevel_init.S | 371 + board/renesas/r7780mp/r7780mp.c | 85 + board/renesas/r7780mp/r7780mp.h | 54 + board/renesas/rsk7203/Makefile | 49 + board/renesas/rsk7203/config.mk | 28 + board/renesas/rsk7203/lowlevel_init.S | 202 + board/renesas/rsk7203/rsk7203.c | 83 + board/renesas/sh7763rdp/Makefile | 51 + board/renesas/sh7763rdp/config.mk | 11 + board/renesas/sh7763rdp/lowlevel_init.S | 274 + board/renesas/sh7763rdp/sh7763rdp.c | 77 + board/renesas/sh7785lcr/Makefile | 42 + board/renesas/sh7785lcr/config.mk | 29 + board/renesas/sh7785lcr/lowlevel_init.S | 385 + board/renesas/sh7785lcr/rtl8169.h | 57 + board/renesas/sh7785lcr/rtl8169_mac.c | 348 + board/renesas/sh7785lcr/selfcheck.c | 172 + board/renesas/sh7785lcr/sh7785lcr.c | 87 + board/rmu/flash.c | 38 +- board/rmu/rmu.c | 18 +- board/rmu/u-boot.lds | 18 +- board/rmu/u-boot.lds.debug | 11 +- board/ronetix/pm9261/Makefile | 57 + board/ronetix/pm9261/config.mk | 1 + board/ronetix/pm9261/led.c | 44 + board/ronetix/pm9261/partition.c | 47 + board/ronetix/pm9261/pm9261.c | 288 + board/ronetix/pm9263/Makefile | 57 + board/ronetix/pm9263/config.mk | 1 + board/ronetix/pm9263/led.c | 43 + board/ronetix/pm9263/partition.c | 47 + board/ronetix/pm9263/pm9263.c | 427 + board/rpxsuper/Makefile | 2 +- board/rpxsuper/flash.c | 28 +- board/rpxsuper/mii_phy.c | 4 +- board/rpxsuper/rpxsuper.c | 38 +- board/rsdproto/config.mk | 2 + board/rsdproto/flash.c | 76 +- board/rsdproto/rsdproto.c | 18 +- board/rsdproto/u-boot.lds | 16 +- board/sacsng/Makefile | 2 +- board/sacsng/clkinit.c | 28 +- board/sacsng/flash.c | 46 +- board/sacsng/sacsng.c | 67 +- board/samsung/smdk2400/Makefile | 51 + board/samsung/smdk2400/config.mk | 25 + board/samsung/smdk2400/flash.c | 490 + board/samsung/smdk2400/lowlevel_init.S | 163 + board/samsung/smdk2400/smdk2400.c | 112 + board/samsung/smdk2410/Makefile | 51 + board/samsung/smdk2410/config.mk | 25 + board/samsung/smdk2410/flash.c | 433 + board/samsung/smdk2410/lowlevel_init.S | 167 + board/samsung/smdk2410/smdk2410.c | 123 + board/samsung/smdk6400/.gitignore | 5 + board/samsung/smdk6400/Makefile | 54 + board/samsung/smdk6400/config.mk | 32 + board/samsung/smdk6400/lowlevel_init.S | 323 + board/samsung/smdk6400/smdk6400.c | 119 + board/samsung/smdk6400/u-boot-nand.lds | 62 + board/sandburst/common/flash.c | 12 +- board/sandburst/common/ppc440gx_i2c.c | 31 +- board/sandburst/common/ppc440gx_i2c.h | 8 +- board/sandburst/common/sb_common.c | 34 +- board/sandburst/common/sb_common.h | 1 + board/sandburst/karef/Makefile | 2 +- board/sandburst/karef/config.mk | 2 +- board/sandburst/karef/init.S | 16 +- board/sandburst/karef/karef.c | 115 +- board/sandburst/karef/u-boot.lds | 22 +- board/sandburst/karef/u-boot.lds.debug | 15 +- board/sandburst/metrobox/Makefile | 2 +- board/sandburst/metrobox/config.mk | 2 +- board/sandburst/metrobox/init.S | 16 +- board/sandburst/metrobox/metrobox.c | 111 +- board/sandburst/metrobox/u-boot.lds | 22 +- board/sandburst/metrobox/u-boot.lds.debug | 15 +- board/sandpoint/early_init.S | 96 +- board/sandpoint/flash.c | 40 +- board/sandpoint/sandpoint.c | 12 +- board/sandpoint/speed.h | 4 +- board/sbc2410x/Makefile | 2 +- board/sbc2410x/config.mk | 2 +- board/sbc2410x/flash.c | 26 +- board/sbc2410x/sbc2410x.c | 11 +- board/sbc405/Makefile | 2 +- board/sbc405/sbc405.c | 2 +- board/sbc405/strataflash.c | 26 +- board/sbc405/u-boot.lds | 22 +- board/sbc8240/flash.c | 10 +- board/sbc8240/sbc8240.c | 16 +- board/sbc8260/Makefile | 2 +- board/sbc8260/flash.c | 28 +- board/sbc8260/sbc8260.c | 24 +- board/sbc8349/Makefile | 51 + board/sbc8349/config.mk | 27 + board/sbc8349/pci.c | 88 + board/sbc8349/sbc8349.c | 242 + board/sbc8548/Makefile | 56 + board/sbc8548/config.mk | 32 + board/sbc8548/ddr.c | 83 + board/sbc8548/law.c | 57 + board/sbc8548/sbc8548.c | 522 + board/sbc8548/tlb.c | 108 + board/sbc8548/u-boot.lds | 145 + board/sbc8560/Makefile | 13 +- board/sbc8560/ddr.c | 73 + board/sbc8560/law.c | 60 + board/sbc8560/sbc8560.c | 155 +- board/sbc8560/tlb.c | 65 + board/sbc8560/u-boot.lds | 19 +- board/sbc8641d/Makefile | 53 + board/sbc8641d/config.mk | 30 + board/sbc8641d/ddr.c | 91 + board/sbc8641d/law.c | 58 + board/sbc8641d/sbc8641d.c | 418 + board/sbc8641d/u-boot.lds | 133 + board/sc3/Makefile | 51 + board/sc3/config.mk | 24 + board/sc3/init.S | 385 + board/sc3/sc3.c | 790 + board/sc3/sc3.h | 117 + board/sc3/sc3nand.c | 90 + board/sc3/u-boot.lds | 148 + board/sc520_cdp/Makefile | 2 +- board/sc520_cdp/flash.c | 12 +- board/sc520_cdp/flash_old.c | 12 +- board/sc520_cdp/sc520_cdp.c | 53 +- board/sc520_cdp/sc520_cdp_asm.S | 6 +- board/sc520_cdp/u-boot.lds | 12 +- board/sc520_spunk/Makefile | 4 +- board/sc520_spunk/flash.c | 46 +- board/sc520_spunk/sc520_spunk.c | 39 +- board/sc520_spunk/sc520_spunk_asm.S | 6 +- board/sc520_spunk/u-boot.lds | 12 +- board/scb9328/Makefile | 2 +- board/scb9328/flash.c | 27 +- board/scb9328/lowlevel_init.S | 38 +- board/scb9328/scb9328.c | 8 + board/shannon/Makefile | 2 +- board/shannon/flash.c | 32 +- board/sheldon/simpc8313/Makefile | 50 + board/sheldon/simpc8313/config.mk | 13 + board/sheldon/simpc8313/sdram.c | 193 + board/sheldon/simpc8313/simpc8313.c | 134 + board/siemens/CCM/Makefile | 13 +- board/siemens/CCM/ccm.c | 82 +- board/siemens/CCM/flash.c | 38 +- board/siemens/CCM/fpga_ccm.c | 4 +- board/siemens/CCM/u-boot.lds | 18 +- board/siemens/CCM/u-boot.lds.debug | 11 +- board/siemens/IAD210/IAD210.c | 45 +- board/siemens/IAD210/atm.c | 31 +- board/siemens/IAD210/atm.h | 4 +- board/siemens/IAD210/flash.c | 18 +- board/siemens/IAD210/u-boot.lds | 18 +- board/siemens/SCM/Makefile | 13 +- board/siemens/SCM/config.mk | 2 +- board/siemens/SCM/flash.c | 26 +- board/siemens/SCM/fpga_scm.c | 14 +- board/siemens/SCM/scm.c | 76 +- board/siemens/SCM/scm.h | 36 +- board/siemens/SMN42/Makefile | 51 + board/siemens/SMN42/config.mk | 30 + board/siemens/SMN42/flash.c | 475 + board/siemens/SMN42/lowlevel_init.S | 123 + board/siemens/SMN42/smn42.c | 57 + board/siemens/common/fpga.c | 58 +- board/siemens/pcu_e/flash.c | 50 +- board/siemens/pcu_e/pcu_e.c | 138 +- board/siemens/pcu_e/u-boot.lds | 18 +- board/siemens/pcu_e/u-boot.lds.debug | 11 +- board/sixnet/flash.c | 44 +- board/sixnet/sixnet.c | 47 +- board/sixnet/u-boot.lds | 18 +- board/sl8245/Makefile | 2 +- board/sl8245/flash.c | 54 +- board/sl8245/sl8245.c | 19 +- board/snmc/qs850/flash.c | 22 +- board/snmc/qs850/qs850.c | 35 +- board/snmc/qs850/u-boot.lds | 18 +- board/snmc/qs860t/flash.c | 275 +- board/snmc/qs860t/qs860t.c | 40 +- board/snmc/qs860t/u-boot.lds | 18 +- board/socrates/Makefile | 58 + board/socrates/config.mk | 29 + board/socrates/ddr.c | 83 + board/socrates/law.c | 60 + board/socrates/nand.c | 198 + board/socrates/sdram.c | 125 + board/socrates/socrates.c | 480 + board/socrates/tlb.c | 121 + board/socrates/u-boot.lds | 149 + board/socrates/upm_table.h | 75 + board/sorcery/Makefile | 2 +- board/sorcery/sorcery.c | 12 +- board/spc1920/Makefile | 2 +- board/spc1920/config.mk | 2 +- board/spc1920/hpi.c | 612 + board/spc1920/hpi.h | 28 + board/spc1920/pld.h | 2 +- board/spc1920/spc1920.c | 72 +- board/spc1920/u-boot.lds | 18 +- board/spd8xx/flash.c | 2 +- board/spd8xx/spd8xx.c | 44 +- board/spd8xx/u-boot.lds | 18 +- board/spd8xx/u-boot.lds.debug | 11 +- board/ssv/adnpesc1/Makefile | 2 +- board/ssv/adnpesc1/adnpesc1.c | 35 +- board/ssv/adnpesc1/config.mk | 2 +- board/ssv/adnpesc1/flash.c | 8 +- board/ssv/adnpesc1/u-boot.lds | 4 +- board/ssv/adnpesc1/vectors.S | 8 +- board/ssv/common/cmd_sled.c | 14 +- board/ssv/common/flash.c | 22 +- board/ssv/common/post.c | 8 +- board/ssv/common/wd_pio.c | 10 +- board/st/nhk8815/Makefile | 55 + board/st/nhk8815/config.mk | 26 + board/st/nhk8815/nhk8815.c | 91 + board/st/nhk8815/platform.S | 340 + board/stxgp3/Makefile | 16 +- board/stxgp3/ddr.c | 76 + board/stxgp3/flash.c | 44 +- board/stxgp3/law.c | 58 + board/stxgp3/stxgp3.c | 29 +- board/stxgp3/tlb.c | 130 + board/stxgp3/u-boot.lds | 19 +- board/stxssa/Makefile | 53 + board/stxssa/config.mk | 33 + board/stxssa/ddr.c | 76 + board/stxssa/law.c | 60 + board/stxssa/stxssa.c | 409 + board/stxssa/tlb.c | 106 + board/stxssa/u-boot.lds | 154 + board/stxxtc/stxxtc.c | 46 +- board/stxxtc/u-boot.lds | 22 +- board/stxxtc/u-boot.lds.debug | 11 +- board/svm_sc8xx/flash.c | 68 +- board/svm_sc8xx/svm_sc8xx.c | 17 +- board/svm_sc8xx/u-boot.lds | 18 +- board/svm_sc8xx/u-boot.lds.debug | 11 +- board/sx1/Makefile | 2 +- board/tb0229/flash.c | 58 +- board/tb0229/lowlevel_init.S | 1 - board/tb0229/tb0229.c | 23 +- board/tb0229/u-boot.lds | 29 +- board/tb0229/vr4131-pci.c | 58 +- board/tcm-bf537/Makefile | 54 + board/tcm-bf537/config.mk | 34 + board/tcm-bf537/flash.c | 37 + board/tcm-bf537/gpio_cfi_flash.c | 62 + board/tcm-bf537/gpio_cfi_flash.h | 10 + board/tcm-bf537/tcm-bf537.c | 59 + board/total5200/Makefile | 2 +- board/total5200/sdram.c | 28 +- board/total5200/total5200.c | 35 +- board/tqc/tqm5200/Makefile | 53 + board/tqc/tqm5200/cam5200_flash.c | 786 + board/tqc/tqm5200/cmd_stk52xx.c | 1248 + board/tqc/tqm5200/cmd_tb5200.c | 104 + board/tqc/tqm5200/config.mk | 46 + board/tqc/tqm5200/mt48lc16m16a2-75.h | 47 + board/tqc/tqm5200/tqm5200.c | 758 + board/tqc/tqm8260/Makefile | 47 + board/tqc/tqm8260/config.mk | 34 + board/tqc/tqm8260/tqm8260.c | 368 + board/tqc/tqm8272/Makefile | 47 + board/tqc/tqm8272/config.mk | 34 + board/tqc/tqm8272/nand.c | 276 + board/tqc/tqm8272/tqm8272.c | 957 + board/tqc/tqm8272/tqm8272.h | 53 + board/tqc/tqm834x/Makefile | 54 + board/tqc/tqm834x/config.mk | 23 + board/tqc/tqm834x/pci.c | 116 + board/tqc/tqm834x/tqm834x.c | 444 + board/tqc/tqm85xx/Makefile | 56 + board/tqc/tqm85xx/config.mk | 31 + board/tqc/tqm85xx/law.c | 86 + board/tqc/tqm85xx/nand.c | 472 + board/tqc/tqm85xx/sdram.c | 457 + board/tqc/tqm85xx/tlb.c | 261 + board/tqc/tqm85xx/tqm85xx.c | 727 + board/tqc/tqm85xx/u-boot.lds | 146 + board/tqc/tqm8xx/Makefile | 44 + board/tqc/tqm8xx/config.mk | 28 + board/tqc/tqm8xx/load_sernum_ethaddr.c | 105 + board/tqc/tqm8xx/tqm8xx.c | 646 + board/tqc/tqm8xx/u-boot.lds | 141 + board/tqc/tqm8xx/u-boot.lds.debug | 136 + board/trab/Makefile | 8 +- board/trab/auto_update.c | 145 +- board/trab/cmd_trab.c | 52 +- board/trab/config.mk | 4 +- board/trab/flash.c | 40 +- board/trab/lowlevel_init.S | 4 +- board/trab/memory.c | 16 +- board/trab/rs485.c | 2 +- board/trab/rs485.h | 2 +- board/trab/trab.c | 22 +- board/trab/trab_fkt.c | 43 +- board/trab/tsc2000.c | 12 +- board/trab/tsc2000.h | 95 +- board/trab/u-boot.lds | 9 +- board/trab/vfd.c | 12 +- board/trizepsiv/Makefile | 51 + board/trizepsiv/config.mk | 3 + board/trizepsiv/conxs.c | 157 + board/trizepsiv/eeprom.c | 85 + board/trizepsiv/lowlevel_init.S | 503 + board/trizepsiv/pxavoltage.S | 29 + board/uc100/pcmcia.c | 26 +- board/uc100/u-boot.lds | 18 +- board/uc100/u-boot.lds.debug | 11 +- board/uc100/uc100.c | 24 +- board/uc101/Makefile | 50 + board/uc101/config.mk | 42 + board/uc101/uc101.c | 373 + board/utx8245/flash.c | 52 +- board/utx8245/utx8245.c | 10 +- board/v37/flash.c | 32 +- board/v37/u-boot.lds | 18 +- board/v37/v37.c | 14 +- board/v38b/Makefile | 2 +- board/v38b/config.mk | 2 +- board/v38b/ethaddr.c | 91 +- board/v38b/v38b.c | 136 +- board/voiceblue/Makefile | 15 +- board/voiceblue/config.mk | 15 - board/voiceblue/eeprom.c | 5 +- board/voiceblue/eeprom.lds | 6 +- board/voiceblue/setup.S | 4 +- board/voiceblue/voiceblue.c | 2 +- board/w7o/Makefile | 2 +- board/w7o/cmd_vpd.c | 12 +- board/w7o/flash.c | 22 +- board/w7o/init.S | 22 +- board/w7o/post1.S | 64 +- board/w7o/post2.c | 14 +- board/w7o/u-boot.lds | 16 +- board/w7o/u-boot.lds.debug | 11 +- board/w7o/vpd.c | 6 +- board/w7o/w7o.c | 14 +- board/w7o/w7o.h | 3 - board/w7o/watchdog.c | 2 +- board/wepep250/Makefile | 2 +- board/wepep250/flash.c | 27 +- board/wepep250/lowlevel_init.S | 8 +- board/westel/amx860/amx860.c | 4 +- board/westel/amx860/flash.c | 64 +- board/westel/amx860/u-boot.lds | 18 +- board/westel/amx860/u-boot.lds.debug | 11 +- board/xaeniax/Makefile | 2 +- board/xaeniax/flash.c | 22 +- board/xaeniax/lowlevel_init.S | 66 +- board/xes/common/Makefile | 58 + board/xes/common/actl_nand.c | 65 + board/xes/common/fsl_8xxx_clk.c | 59 + board/xes/common/fsl_8xxx_ddr.c | 46 + board/xes/common/fsl_8xxx_pci.c | 435 + board/xes/xpedite1000/Makefile | 51 + board/xes/xpedite1000/config.mk | 42 + board/xes/xpedite1000/init.S | 93 + board/xes/xpedite1000/u-boot.lds | 152 + board/xes/xpedite1000/u-boot.lds.debug | 141 + board/xes/xpedite1000/xpedite1000.c | 244 + board/xes/xpedite5170/Makefile | 52 + board/xes/xpedite5170/config.mk | 32 + board/xes/xpedite5170/ddr.c | 168 + board/xes/xpedite5170/law.c | 52 + board/xes/xpedite5170/u-boot.lds | 132 + board/xes/xpedite5170/xpedite5170.c | 111 + board/xes/xpedite5200/Makefile | 55 + board/xes/xpedite5200/config.mk | 34 + board/xes/xpedite5200/ddr.c | 91 + board/xes/xpedite5200/law.c | 51 + board/xes/xpedite5200/tlb.c | 85 + board/xes/xpedite5200/u-boot.lds | 143 + board/xes/xpedite5200/xpedite5200.c | 125 + board/xes/xpedite5370/Makefile | 45 + board/xes/xpedite5370/config.mk | 35 + board/xes/xpedite5370/ddr.c | 270 + board/xes/xpedite5370/law.c | 54 + board/xes/xpedite5370/tlb.c | 94 + board/xes/xpedite5370/u-boot.lds | 143 + board/xes/xpedite5370/xpedite5370.c | 128 + board/xilinx/common/xdma_channel.c | 10 +- board/xilinx/common/xdma_channel.h | 4 +- board/xilinx/microblaze-generic/Makefile | 50 + board/xilinx/microblaze-generic/config.mk | 32 + .../microblaze-generic/microblaze-generic.c | 69 + board/xilinx/microblaze-generic/u-boot.lds | 68 + board/xilinx/microblaze-generic/xparameters.h | 71 + board/xilinx/ml300/Makefile | 6 +- board/xilinx/ml300/init.S | 4 - board/xilinx/ml300/ml300.c | 8 +- board/xilinx/ml300/serial.c | 21 +- board/xilinx/ml300/u-boot.lds | 22 +- board/xilinx/ml300/u-boot.lds.debug | 11 +- board/xilinx/ml507/.gitignore | 1 + board/xilinx/ml507/Makefile | 27 + board/xilinx/ml507/config.mk | 26 + board/xilinx/ml507/ml507.c | 28 + board/xilinx/ml507/xparameters.h | 34 + board/xilinx/ppc405-generic/.gitignore | 1 + board/xilinx/ppc405-generic/Makefile | 60 + board/xilinx/ppc405-generic/config.mk | 25 + board/xilinx/ppc405-generic/u-boot-ram.lds | 132 + board/xilinx/ppc405-generic/u-boot-rom.lds | 142 + .../ppc405-generic/xilinx_ppc405_generic.c | 59 + board/xilinx/ppc405-generic/xparameters.h | 36 + board/xilinx/ppc440-generic/.gitignore | 1 + board/xilinx/ppc440-generic/Makefile | 62 + board/xilinx/ppc440-generic/config.mk | 25 + board/xilinx/ppc440-generic/init.S | 45 + board/xilinx/ppc440-generic/u-boot-ram.lds | 133 + board/xilinx/ppc440-generic/u-boot-rom.lds | 143 + .../ppc440-generic/xilinx_ppc440_generic.c | 52 + board/xilinx/ppc440-generic/xparameters.h | 34 + board/xilinx/xilinx_enet/emac_adapter.c | 18 +- board/xilinx/xilinx_enet/xemac.h | 2 +- board/xilinx/xilinx_enet/xemac_g.c | 2 +- board/xilinx/xilinx_iic/iic_adapter.c | 24 +- board/xm250/Makefile | 2 +- board/xm250/flash.c | 26 +- board/xm250/lowlevel_init.S | 86 +- board/xm250/xm250.c | 8 - board/xsengine/Makefile | 2 +- board/xsengine/flash.c | 16 +- board/xsengine/lowlevel_init.S | 72 +- board/xsengine/xsengine.c | 2 +- board/zeus/Makefile | 51 + board/zeus/config.mk | 24 + board/zeus/u-boot.lds | 131 + board/zeus/update.c | 105 + board/zeus/zeus.c | 443 + board/zpc1900/Makefile | 2 +- board/zpc1900/zpc1900.c | 62 +- board/zylonite/Makefile | 2 +- board/zylonite/flash.c | 22 +- board/zylonite/lowlevel_init.S | 16 +- board/zylonite/nand.c | 80 +- common/Makefile | 171 +- common/bedbug.c | 4 - common/cmd_ambapp.c | 279 + common/cmd_bdinfo.c | 268 +- common/cmd_bedbug.c | 41 +- common/cmd_bmp.c | 147 +- common/cmd_boot.c | 39 +- common/cmd_bootldr.c | 174 + common/cmd_bootm.c | 2299 +- common/cmd_cache.c | 20 +- common/cmd_clk.c | 90 + common/cmd_console.c | 17 +- common/cmd_cplbinfo.c | 59 + common/cmd_dataflash_mmc_mux.c | 65 + common/cmd_date.c | 50 +- common/cmd_dcr.c | 30 +- common/cmd_df.c | 37 + common/cmd_diag.c | 10 +- common/cmd_display.c | 16 +- common/cmd_dtt.c | 20 +- common/cmd_eeprom.c | 111 +- common/cmd_elf.c | 158 +- common/cmd_ext2.c | 143 +- common/cmd_fat.c | 58 +- common/cmd_fdc.c | 258 +- common/cmd_fdos.c | 18 +- common/cmd_fdt.c | 844 + common/cmd_flash.c | 240 +- common/cmd_fpga.c | 163 +- common/cmd_i2c.c | 1262 +- common/cmd_ide.c | 532 +- common/cmd_iim.c | 95 + common/cmd_immap.c | 86 +- common/cmd_irq.c | 49 + common/cmd_itest.c | 11 +- common/cmd_jffs2.c | 1922 +- common/cmd_license.c | 60 + common/cmd_load.c | 161 +- common/cmd_log.c | 172 +- common/cmd_mac.c | 27 +- common/cmd_mem.c | 426 +- common/cmd_mfsl.c | 412 + common/cmd_mgdisk.c | 76 + common/cmd_mii.c | 158 +- common/cmd_misc.c | 22 +- common/cmd_mmc.c | 326 +- common/cmd_mp.c | 94 + common/cmd_mtdparts.c | 1893 + common/cmd_nand.c | 799 +- common/cmd_net.c | 162 +- common/cmd_nvedit.c | 287 +- common/cmd_onenand.c | 501 + common/cmd_otp.c | 237 + common/cmd_pata.c | 203 + common/cmd_pci.c | 21 +- common/cmd_pcmcia.c | 18 +- common/cmd_portio.c | 18 +- common/cmd_reginfo.c | 202 +- common/cmd_reiser.c | 64 +- common/cmd_sata.c | 210 + common/cmd_scsi.c | 109 +- common/cmd_setexpr.c | 70 + common/cmd_sf.c | 192 + common/cmd_source.c | 257 + common/cmd_spi.c | 53 +- common/cmd_spibootldr.c | 36 + common/cmd_strings.c | 47 + common/cmd_terminal.c | 92 + common/cmd_tsi148.c | 491 + common/cmd_ubi.c | 624 + common/cmd_ubifs.c | 151 + common/cmd_universe.c | 8 +- common/cmd_usb.c | 668 +- common/cmd_vfd.c | 18 +- common/cmd_ximg.c | 175 +- common/cmd_yaffs2.c | 213 + common/command.c | 172 +- common/console.c | 510 +- common/ddr_spd.c | 114 + common/dlmalloc.c | 24 +- common/env_common.c | 80 +- common/env_dataflash.c | 27 +- common/env_eeprom.c | 31 +- common/env_embedded.c | 214 + common/env_flash.c | 114 +- common/env_mgdisk.c | 91 + common/env_mmc.c | 162 + common/env_nand.c | 238 +- common/env_nowhere.c | 6 - common/env_nvram.c | 47 +- common/env_onenand.c | 127 + common/env_sf.c | 155 + common/exports.c | 14 +- common/fdt_support.c | 694 + common/flash.c | 24 +- common/hush.c | 95 +- common/hwconfig.c | 210 + common/image.c | 3079 + common/iomux.c | 175 + common/kallsyms.c | 44 + common/kgdb.c | 21 +- common/lcd.c | 324 +- common/lynxkdi.c | 50 +- common/main.c | 282 +- common/memsize.c | 17 + common/miiphyutil.c | 317 +- common/modem.c | 118 + common/serial.c | 67 +- common/stdio.c | 251 + common/system_map.c | 8 + common/update.c | 315 + common/usb.c | 789 +- common/usb_kbd.c | 84 +- common/usb_storage.c | 771 +- common/xyzModem.c | 2 +- config.mk | 134 +- cpu/74xx_7xx/cache.S | 39 +- cpu/74xx_7xx/config.mk | 2 +- cpu/74xx_7xx/cpu.c | 61 +- cpu/74xx_7xx/cpu_init.c | 2 + cpu/74xx_7xx/interrupts.c | 2 +- cpu/74xx_7xx/kgdb.S | 14 +- cpu/74xx_7xx/speed.c | 57 +- cpu/74xx_7xx/start.S | 201 +- cpu/74xx_7xx/traps.c | 12 +- cpu/arm1136/Makefile | 2 +- cpu/arm1136/config.mk | 3 +- cpu/arm1136/cpu.c | 164 +- cpu/arm1136/mx31/Makefile | 49 + cpu/arm1136/mx31/devices.c | 56 + cpu/arm1136/mx31/generic.c | 101 + cpu/arm1136/mx31/nand_load.S | 160 + cpu/arm1136/mx31/timer.c | 170 + cpu/arm1136/mx35/Makefile | 48 + cpu/arm1136/mx35/crm_regs.h | 258 + cpu/arm1136/mx35/generic.c | 388 + cpu/arm1136/mx35/iomux.c | 149 + cpu/arm1136/mx35/mxc_nand_load.S | 261 + cpu/arm1136/mx35/serial.c | 220 + cpu/arm1136/mx35/timer.c | 132 + cpu/arm1136/omap24xx/Makefile | 47 + cpu/arm1136/omap24xx/reset.S | 42 + cpu/arm1136/omap24xx/timer.c | 158 + cpu/arm1136/start.S | 249 +- cpu/arm1136/u-boot.lds | 64 + cpu/arm1176/Makefile | 50 + cpu/arm1176/config.mk | 33 + cpu/arm1176/cpu.c | 68 + cpu/arm1176/s3c64xx/Makefile | 50 + cpu/arm1176/s3c64xx/config.mk | 33 + cpu/arm1176/s3c64xx/cpu_init.S | 135 + cpu/arm1176/s3c64xx/reset.S | 34 + cpu/arm1176/s3c64xx/speed.c | 145 + cpu/arm1176/s3c64xx/timer.c | 177 + cpu/arm1176/start.S | 469 + cpu/arm1176/u-boot.lds | 56 + cpu/arm720t/Makefile | 2 +- cpu/arm720t/config.mk | 1 - cpu/arm720t/cpu.c | 191 +- cpu/arm720t/interrupts.c | 223 +- cpu/arm720t/lpc2292/Makefile | 50 + cpu/arm720t/lpc2292/flash.c | 249 + cpu/arm720t/lpc2292/iap_entry.S | 7 + cpu/arm720t/lpc2292/mmc.c | 131 + cpu/arm720t/lpc2292/mmc_hw.c | 233 + cpu/arm720t/lpc2292/mmc_hw.h | 29 + cpu/arm720t/lpc2292/spi.c | 40 + cpu/arm720t/s3c4510b/Makefile | 45 + cpu/arm720t/s3c4510b/cache.c | 86 + cpu/arm720t/start.S | 81 +- cpu/arm720t/u-boot.lds | 56 + cpu/arm920t/Makefile | 8 +- cpu/arm920t/at91rm9200/Makefile | 14 +- cpu/arm920t/at91rm9200/bcm5221.c | 4 +- cpu/arm920t/at91rm9200/dm9161.c | 15 +- cpu/arm920t/at91rm9200/ether.c | 43 +- cpu/arm920t/at91rm9200/i2c.c | 18 +- cpu/arm920t/at91rm9200/lowlevel_init.S | 154 +- cpu/arm920t/at91rm9200/lxt972.c | 19 +- cpu/arm920t/at91rm9200/reset.c | 71 + cpu/arm920t/at91rm9200/spi.c | 151 + cpu/arm920t/at91rm9200/timer.c | 160 + cpu/arm920t/at91rm9200/usb.c | 53 + cpu/arm920t/config.mk | 3 +- cpu/arm920t/cpu.c | 143 +- cpu/arm920t/imx/Makefile | 4 +- cpu/arm920t/imx/timer.c | 138 + cpu/arm920t/interrupts.c | 139 +- cpu/arm920t/ks8695/Makefile | 3 +- cpu/arm920t/ks8695/timer.c | 108 + cpu/arm920t/s3c24x0/Makefile | 12 +- cpu/arm920t/s3c24x0/interrupts.c | 181 +- cpu/arm920t/s3c24x0/timer.c | 218 + cpu/arm920t/s3c24x0/usb.c | 72 + cpu/arm920t/s3c24x0/usb_ohci.c | 48 +- cpu/arm920t/s3c24x0/usb_ohci.h | 301 +- cpu/arm920t/start.S | 119 +- cpu/arm920t/u-boot.lds | 64 + cpu/arm925t/Makefile | 5 +- cpu/arm925t/config.mk | 3 +- cpu/arm925t/cpu.c | 115 +- cpu/arm925t/start.S | 36 +- cpu/arm925t/timer.c | 137 + cpu/arm925t/u-boot.lds | 59 + cpu/arm926ejs/Makefile | 2 +- cpu/arm926ejs/at91/Makefile | 62 + cpu/arm926ejs/at91/at91cap9_devices.c | 191 + cpu/arm926ejs/at91/at91sam9260_devices.c | 184 + cpu/arm926ejs/at91/at91sam9261_devices.c | 148 + cpu/arm926ejs/at91/at91sam9263_devices.c | 199 + cpu/arm926ejs/at91/at91sam9m10g45_devices.c | 175 + cpu/arm926ejs/at91/at91sam9rl_devices.c | 113 + cpu/arm926ejs/at91/clock.c | 209 + cpu/arm926ejs/at91/config.mk | 1 + cpu/arm926ejs/at91/cpu.c | 54 + cpu/arm926ejs/at91/led.c | 64 + cpu/arm926ejs/at91/lowlevel_init.S | 278 + cpu/arm926ejs/at91/reset.c | 42 + cpu/arm926ejs/at91/timer.c | 140 + cpu/arm926ejs/config.mk | 5 +- cpu/arm926ejs/cpu.c | 118 +- cpu/arm926ejs/davinci/Makefile | 57 + cpu/arm926ejs/davinci/config.mk | 33 + cpu/arm926ejs/davinci/cpu.c | 143 + cpu/arm926ejs/davinci/dm355.c | 45 + cpu/arm926ejs/davinci/dm644x.c | 96 + cpu/arm926ejs/davinci/dp83848.c | 143 + cpu/arm926ejs/davinci/lowlevel_init.S | 707 + cpu/arm926ejs/davinci/lxt972.c | 128 + cpu/arm926ejs/davinci/psc.c | 135 + cpu/arm926ejs/davinci/reset.S | 81 + cpu/arm926ejs/davinci/timer.c | 147 + cpu/arm926ejs/kirkwood/Makefile | 49 + cpu/arm926ejs/kirkwood/cpu.c | 311 + cpu/arm926ejs/kirkwood/dram.c | 58 + cpu/arm926ejs/kirkwood/mpp.c | 80 + cpu/arm926ejs/kirkwood/timer.c | 168 + cpu/arm926ejs/mx23/Makefile | 47 + cpu/arm926ejs/mx23/config.mk | 2 + cpu/arm926ejs/mx23/reset.S | 45 + cpu/arm926ejs/mx23/spi.c | 255 + cpu/arm926ejs/mx23/timer.c | 245 + cpu/arm926ejs/mx25/Makefile | 45 + cpu/arm926ejs/mx25/generic.c | 136 + cpu/arm926ejs/mx25/gpio.c | 113 + cpu/arm926ejs/mx25/iomux.c | 153 + cpu/arm926ejs/mx25/serial.c | 231 + cpu/arm926ejs/mx25/timer.c | 132 + cpu/arm926ejs/mx27/Makefile | 44 + cpu/arm926ejs/mx27/generic.c | 266 + cpu/arm926ejs/mx27/reset.c | 57 + cpu/arm926ejs/mx27/timer.c | 193 + cpu/arm926ejs/mx28/Makefile | 47 + cpu/arm926ejs/mx28/config.mk | 2 + cpu/arm926ejs/mx28/generic.c | 215 + cpu/arm926ejs/mx28/mmcops.c | 555 + cpu/arm926ejs/mx28/pinctrl.c | 141 + cpu/arm926ejs/mx28/reset.S | 44 + cpu/arm926ejs/mx28/serial.c | 107 + cpu/arm926ejs/mx28/timer.c | 234 + cpu/arm926ejs/nomadik/Makefile | 46 + cpu/arm926ejs/nomadik/gpio.c | 99 + cpu/arm926ejs/nomadik/reset.S | 14 + cpu/arm926ejs/nomadik/timer.c | 70 + cpu/arm926ejs/omap/Makefile | 2 +- cpu/arm926ejs/omap/cpuinfo.c | 241 + cpu/arm926ejs/omap/reset.S | 2 +- cpu/arm926ejs/omap/timer.c | 21 +- cpu/arm926ejs/start.S | 31 +- cpu/arm926ejs/u-boot.lds | 56 + cpu/arm926ejs/versatile/reset.S | 2 +- cpu/arm926ejs/versatile/timer.c | 54 +- cpu/arm946es/Makefile | 3 +- cpu/arm946es/config.mk | 8 +- cpu/arm946es/cpu.c | 120 +- cpu/arm946es/start.S | 24 +- cpu/arm946es/u-boot.lds | 56 + cpu/arm_cortexa8/Makefile | 47 + cpu/arm_cortexa8/config.mk | 43 + cpu/arm_cortexa8/cpu.c | 169 + cpu/arm_cortexa8/mx50/Makefile | 48 + cpu/arm_cortexa8/mx50/cache.c | 44 + cpu/arm_cortexa8/mx50/crm_regs.h | 646 + cpu/arm_cortexa8/mx50/generic.c | 1013 + cpu/arm_cortexa8/mx50/interrupts.c | 39 + cpu/arm_cortexa8/mx50/iomux.c | 137 + cpu/arm_cortexa8/mx50/serial.c | 226 + cpu/arm_cortexa8/mx50/timer.c | 127 + cpu/arm_cortexa8/mx51/Makefile | 51 + cpu/arm_cortexa8/mx51/cache.c | 44 + cpu/arm_cortexa8/mx51/crm_regs.h | 669 + cpu/arm_cortexa8/mx51/generic.c | 279 + cpu/arm_cortexa8/mx51/interrupts.c | 47 + cpu/arm_cortexa8/mx51/iomux.c | 199 + cpu/arm_cortexa8/mx51/mxc_nand_load.S | 167 + cpu/arm_cortexa8/mx51/serial.c | 226 + cpu/arm_cortexa8/mx51/timer.c | 127 + cpu/arm_cortexa8/mx53/Makefile | 48 + cpu/arm_cortexa8/mx53/cache.c | 44 + cpu/arm_cortexa8/mx53/crm_regs.h | 752 + cpu/arm_cortexa8/mx53/generic.c | 993 + cpu/arm_cortexa8/mx53/interrupts.c | 39 + cpu/arm_cortexa8/mx53/iomux.c | 148 + cpu/arm_cortexa8/mx53/serial.c | 226 + cpu/arm_cortexa8/mx53/timer.c | 127 + cpu/arm_cortexa8/omap3/Makefile | 55 + cpu/arm_cortexa8/omap3/board.c | 355 + cpu/arm_cortexa8/omap3/cache.c | 95 + cpu/arm_cortexa8/omap3/clock.c | 404 + cpu/arm_cortexa8/omap3/gpio.c | 185 + cpu/arm_cortexa8/omap3/lowlevel_init.S | 361 + cpu/arm_cortexa8/omap3/mem.c | 276 + cpu/arm_cortexa8/omap3/reset.S | 36 + cpu/arm_cortexa8/omap3/sys_info.c | 299 + cpu/arm_cortexa8/omap3/syslib.c | 72 + cpu/arm_cortexa8/omap3/timer.c | 138 + cpu/arm_cortexa8/start.S | 506 + cpu/arm_cortexa8/u-boot.lds | 58 + cpu/arm_intcm/Makefile | 2 +- cpu/arm_intcm/config.mk | 8 +- cpu/arm_intcm/cpu.c | 43 +- cpu/arm_intcm/start.S | 24 +- cpu/arm_intcm/u-boot.lds | 56 + cpu/at32ap/Makefile | 20 +- cpu/at32ap/at32ap700x/Makefile | 43 + cpu/at32ap/at32ap700x/clk.c | 98 + cpu/at32ap/at32ap700x/portmux.c | 294 + cpu/at32ap/at32ap700x/sm.h | 204 + cpu/at32ap/cache.c | 10 +- cpu/at32ap/cpu.c | 40 +- cpu/at32ap/exception.c | 8 +- cpu/at32ap/hsdramc.c | 135 +- cpu/at32ap/hsdramc1.h | 8 +- cpu/at32ap/hsmc3.h | 8 +- cpu/at32ap/interrupts.c | 36 +- cpu/at32ap/pio2.h | 8 +- cpu/at32ap/portmux-gpio.c | 107 + cpu/at32ap/portmux-pio.c | 92 + cpu/at32ap/start.S | 244 +- cpu/blackfin/.gitignore | 1 + cpu/blackfin/Makefile | 73 + cpu/blackfin/bootrom-asm-offsets.awk | 41 + cpu/blackfin/bootrom-asm-offsets.c.in | 12 + cpu/blackfin/cache.S | 87 + cpu/blackfin/cpu.c | 113 + cpu/blackfin/cpu.h | 38 + cpu/blackfin/initcode.c | 556 + cpu/blackfin/interrupt.S | 33 + cpu/blackfin/interrupts.c | 156 + cpu/blackfin/jtag-console.c | 132 + cpu/blackfin/os_log.c | 30 + cpu/blackfin/reset.c | 106 + cpu/blackfin/serial.c | 191 + cpu/blackfin/serial.h | 254 + cpu/blackfin/start.S | 234 + cpu/blackfin/traps.c | 354 + cpu/blackfin/watchdog.c | 25 + cpu/i386/Makefile | 5 +- cpu/i386/cpu.c | 21 + cpu/i386/exceptions.c | 229 + cpu/i386/interrupts.c | 443 +- cpu/i386/resetvec.S | 37 + cpu/i386/sc520/Makefile | 56 + cpu/i386/sc520/sc520.c | 239 + cpu/i386/sc520/sc520_asm.S | 581 + cpu/i386/sc520/sc520_pci.c | 171 + cpu/i386/sc520/sc520_ssi.c | 92 + cpu/i386/sc520/sc520_timer.c | 82 + cpu/i386/serial.c | 11 +- cpu/i386/start.S | 79 +- cpu/i386/start16.S | 82 +- cpu/ixp/Makefile | 9 +- cpu/ixp/config.mk | 1 - cpu/ixp/cpu.c | 114 +- cpu/ixp/interrupts.c | 191 +- cpu/ixp/npe/IxEthAcc.c | 6 +- cpu/ixp/npe/IxEthAccCommon.c | 22 +- cpu/ixp/npe/IxEthAccDataPlane.c | 2 +- cpu/ixp/npe/IxEthAccMac.c | 6 +- cpu/ixp/npe/IxEthAccMii.c | 2 +- cpu/ixp/npe/IxFeatureCtrl.c | 2 +- cpu/ixp/npe/IxNpeDl.c | 32 - cpu/ixp/npe/IxNpeDlImageMgr.c | 48 +- cpu/ixp/npe/IxNpeDlNpeMgrUtils.c | 6 +- cpu/ixp/npe/IxOsalIoMem.c | 4 +- cpu/ixp/npe/IxQMgrAqmIf.c | 2 +- cpu/ixp/npe/IxQMgrQAccess.c | 2 +- cpu/ixp/npe/Makefile | 14 +- cpu/ixp/npe/include/IxDmaAcc.h | 12 +- cpu/ixp/npe/include/IxEthAcc.h | 6 +- cpu/ixp/npe/include/IxEthAccMii_p.h | 6 +- cpu/ixp/npe/include/IxEthAcc_p.h | 2 +- cpu/ixp/npe/include/IxEthDB_p.h | 2 - cpu/ixp/npe/include/IxEthMii.h | 14 +- cpu/ixp/npe/include/IxI2cDrv.h | 4 +- cpu/ixp/npe/include/IxOsalAssert.h | 2 +- cpu/ixp/npe/include/IxOsalBackwardBufferMgt.h | 2 +- cpu/ixp/npe/include/IxOsalBackwardMemMap.h | 2 +- cpu/ixp/npe/include/IxOsalIoMem.h | 2 +- cpu/ixp/npe/include/IxOsalMemAccess.h | 6 +- cpu/ixp/npe/include/IxOsalTypes.h | 2 +- cpu/ixp/npe/include/IxQMgr.h | 4 +- cpu/ixp/npe/include/IxQMgrAqmIf_p.h | 10 +- cpu/ixp/npe/include/IxQueueAssignments.h | 2 +- cpu/ixp/npe/include/npe.h | 6 +- cpu/ixp/npe/miiphy.c | 4 +- cpu/ixp/npe/npe.c | 64 +- cpu/ixp/start.S | 44 +- cpu/ixp/timer.c | 58 +- cpu/ixp/u-boot.lds | 56 + cpu/leon2/Makefile | 54 + cpu/leon2/config.mk | 26 + cpu/leon2/cpu.c | 66 + cpu/leon2/cpu_init.c | 142 + cpu/leon2/interrupts.c | 217 + cpu/leon2/prom.c | 1047 + cpu/leon2/serial.c | 165 + cpu/leon2/start.S | 662 + cpu/leon3/Makefile | 54 + cpu/leon3/ambapp.c | 359 + cpu/leon3/config.mk | 26 + cpu/leon3/cpu.c | 75 + cpu/leon3/cpu_init.c | 254 + cpu/leon3/interrupts.c | 219 + cpu/leon3/prom.c | 1078 + cpu/leon3/serial.c | 139 + cpu/leon3/start.S | 617 + cpu/leon3/usb_uhci.c | 1313 + cpu/leon3/usb_uhci.h | 184 + cpu/lh7a40x/Makefile | 2 +- cpu/lh7a40x/config.mk | 3 +- cpu/lh7a40x/cpu.c | 140 +- cpu/lh7a40x/start.S | 34 +- cpu/lh7a40x/timer.c | 193 + cpu/lh7a40x/u-boot.lds | 56 + cpu/mcf5227x/Makefile | 48 + cpu/mcf5227x/config.mk | 31 + cpu/mcf5227x/cpu.c | 77 + cpu/mcf5227x/cpu_init.c | 207 + cpu/mcf5227x/interrupts.c | 52 + cpu/mcf5227x/speed.c | 140 + cpu/mcf5227x/start.S | 597 + cpu/mcf523x/Makefile | 48 + cpu/mcf523x/config.mk | 31 + cpu/mcf523x/cpu.c | 124 + cpu/mcf523x/cpu_init.c | 167 + cpu/mcf523x/interrupts.c | 49 + cpu/mcf523x/speed.c | 53 + cpu/mcf523x/start.S | 342 + cpu/mcf52x2/Makefile | 4 +- cpu/mcf52x2/config.mk | 37 + cpu/mcf52x2/cpu.c | 349 +- cpu/mcf52x2/cpu_init.c | 785 +- cpu/mcf52x2/interrupts.c | 192 +- cpu/mcf52x2/speed.c | 67 +- cpu/mcf52x2/start.S | 219 +- cpu/mcf532x/Makefile | 48 + cpu/mcf532x/config.mk | 31 + cpu/mcf532x/cpu.c | 165 + cpu/mcf532x/cpu_init.c | 338 + cpu/mcf532x/interrupts.c | 49 + cpu/mcf532x/speed.c | 272 + cpu/mcf532x/start.S | 348 + cpu/mcf5445x/Makefile | 48 + cpu/mcf5445x/config.mk | 37 + cpu/mcf5445x/cpu.c | 112 + cpu/mcf5445x/cpu_init.c | 239 + cpu/mcf5445x/interrupts.c | 52 + cpu/mcf5445x/pci.c | 164 + cpu/mcf5445x/speed.c | 217 + cpu/mcf5445x/start.S | 654 + cpu/mcf547x_8x/Makefile | 48 + cpu/mcf547x_8x/config.mk | 37 + cpu/mcf547x_8x/cpu.c | 164 + cpu/mcf547x_8x/cpu_init.c | 159 + cpu/mcf547x_8x/interrupts.c | 50 + cpu/mcf547x_8x/pci.c | 167 + cpu/mcf547x_8x/slicetimer.c | 112 + cpu/mcf547x_8x/speed.c | 48 + cpu/mcf547x_8x/start.S | 363 + cpu/microblaze/Makefile | 3 +- cpu/microblaze/cache.c | 62 + cpu/microblaze/exception.c | 74 + cpu/microblaze/interrupts.c | 194 +- cpu/microblaze/irq.S | 172 + cpu/microblaze/start.S | 122 +- cpu/microblaze/timer.c | 73 + cpu/mips/Makefile | 14 +- cpu/mips/asc_serial.c | 7 +- cpu/mips/au1x00_eth.c | 142 +- cpu/mips/au1x00_serial.c | 6 +- cpu/mips/au1x00_usb_ohci.c | 19 +- cpu/mips/au1x00_usb_ohci.h | 272 +- cpu/mips/cache.S | 260 +- cpu/mips/config.mk | 7 +- cpu/mips/cpu.c | 86 +- cpu/mips/incaip_clock.c | 4 +- cpu/mips/incaip_wdt.S | 5 +- cpu/mips/start.S | 157 +- cpu/mpc512x/Makefile | 63 + cpu/mpc512x/asm-offsets.h | 15 + cpu/mpc512x/config.mk | 29 + cpu/mpc512x/cpu.c | 213 + cpu/mpc512x/cpu_init.c | 92 + cpu/mpc512x/diu.c | 189 + cpu/mpc512x/fixed_sdram.c | 113 + cpu/mpc512x/i2c.c | 403 + cpu/mpc512x/ide.c | 128 + cpu/mpc512x/iim.c | 394 + cpu/mpc512x/interrupts.c | 61 + cpu/mpc512x/iopin.c | 49 + cpu/mpc512x/pci.c | 227 + cpu/mpc512x/serial.c | 193 + cpu/mpc512x/speed.c | 156 + cpu/mpc512x/start.S | 737 + cpu/mpc512x/traps.c | 211 + cpu/mpc512x/u-boot.lds | 121 + cpu/mpc5xx/config.mk | 7 +- cpu/mpc5xx/cpu.c | 18 +- cpu/mpc5xx/cpu_init.c | 52 +- cpu/mpc5xx/interrupts.c | 16 +- cpu/mpc5xx/serial.c | 16 +- cpu/mpc5xx/speed.c | 8 +- cpu/mpc5xx/spi.c | 34 +- cpu/mpc5xx/start.S | 49 +- cpu/mpc5xx/traps.c | 20 +- cpu/mpc5xx/u-boot.lds | 138 + cpu/mpc5xxx/Makefile | 4 +- cpu/mpc5xxx/config.mk | 5 +- cpu/mpc5xxx/cpu.c | 77 +- cpu/mpc5xxx/cpu_init.c | 122 +- cpu/mpc5xxx/firmware_sc_task_bestcomm.impl.S | 8 +- cpu/mpc5xxx/i2c.c | 58 +- cpu/mpc5xxx/ide.c | 17 +- cpu/mpc5xxx/interrupts.c | 4 +- cpu/mpc5xxx/pci_mpc5200.c | 12 +- cpu/mpc5xxx/serial.c | 4 +- cpu/mpc5xxx/speed.c | 17 +- cpu/mpc5xxx/start.S | 69 +- cpu/mpc5xxx/traps.c | 16 +- cpu/mpc5xxx/u-boot-customlayout.lds | 134 + cpu/mpc5xxx/u-boot.lds | 123 + cpu/mpc5xxx/usb.c | 54 + cpu/mpc5xxx/usb_ohci.c | 14 +- cpu/mpc5xxx/usb_ohci.h | 8 +- cpu/mpc8220/config.mk | 5 +- cpu/mpc8220/cpu.c | 15 +- cpu/mpc8220/cpu_init.c | 66 +- cpu/mpc8220/dramSetup.c | 14 +- cpu/mpc8220/fec.c | 6 +- cpu/mpc8220/i2c.c | 16 - cpu/mpc8220/i2cCore.c | 2 +- cpu/mpc8220/interrupts.c | 2 +- cpu/mpc8220/pci.c | 6 +- cpu/mpc8220/speed.c | 26 +- cpu/mpc8220/start.S | 41 +- cpu/mpc8220/traps.c | 16 +- cpu/mpc8220/u-boot.lds | 123 + cpu/mpc824x/Makefile | 2 +- cpu/mpc824x/config.mk | 5 +- cpu/mpc824x/cpu.c | 12 +- cpu/mpc824x/cpu_init.c | 234 +- cpu/mpc824x/drivers/epic/epic1.c | 4 +- cpu/mpc824x/drivers/epic/epic2.S | 2 +- cpu/mpc824x/drivers/errors.h | 30 +- cpu/mpc824x/drivers/i2c/i2c.c | 18 +- cpu/mpc824x/interrupts.c | 6 +- cpu/mpc824x/pci.c | 2 +- cpu/mpc824x/start.S | 97 +- cpu/mpc824x/traps.c | 4 +- cpu/mpc824x/u-boot.lds | 123 + cpu/mpc8260/Makefile | 8 +- cpu/mpc8260/bedbug_603e.c | 7 +- cpu/mpc8260/commproc.c | 18 +- cpu/mpc8260/config.mk | 5 +- cpu/mpc8260/cpu.c | 70 +- cpu/mpc8260/cpu_init.c | 120 +- cpu/mpc8260/ether_fcc.c | 36 +- cpu/mpc8260/ether_scc.c | 71 +- cpu/mpc8260/i2c.c | 77 +- cpu/mpc8260/interrupts.c | 16 +- cpu/mpc8260/kgdb.S | 12 +- cpu/mpc8260/pci.c | 121 +- cpu/mpc8260/serial_scc.c | 14 +- cpu/mpc8260/serial_smc.c | 165 +- cpu/mpc8260/speed.c | 59 +- cpu/mpc8260/speed.h | 4 +- cpu/mpc8260/spi.c | 20 +- cpu/mpc8260/start.S | 129 +- cpu/mpc8260/traps.c | 20 +- cpu/mpc8260/u-boot.lds | 123 + cpu/mpc83xx/Makefile | 20 +- cpu/mpc83xx/config.mk | 7 +- cpu/mpc83xx/cpu.c | 323 +- cpu/mpc83xx/cpu_init.c | 466 +- cpu/mpc83xx/ecc.c | 390 + cpu/mpc83xx/fdt.c | 104 + cpu/mpc83xx/interrupts.c | 15 +- cpu/mpc83xx/nand_init.c | 112 + cpu/mpc83xx/pci.c | 241 + cpu/mpc83xx/pcie.c | 317 + cpu/mpc83xx/qe_io.c | 82 + cpu/mpc83xx/serdes.c | 145 + cpu/mpc83xx/spd_sdram.c | 916 +- cpu/mpc83xx/speed.c | 495 +- cpu/mpc83xx/start.S | 616 +- cpu/mpc83xx/traps.c | 36 +- cpu/mpc83xx/u-boot.lds | 122 + cpu/mpc85xx/Makefile | 28 +- cpu/mpc85xx/commproc.c | 34 +- cpu/mpc85xx/config.mk | 4 +- cpu/mpc85xx/cpu.c | 360 +- cpu/mpc85xx/cpu_init.c | 268 +- cpu/mpc85xx/ddr-gen1.c | 89 + cpu/mpc85xx/ddr-gen2.c | 74 + cpu/mpc85xx/ddr-gen3.c | 117 + cpu/mpc85xx/ether_fcc.c | 78 +- cpu/mpc85xx/fdt.c | 329 + cpu/mpc85xx/interrupts.c | 144 +- cpu/mpc85xx/mp.c | 216 + cpu/mpc85xx/mp.h | 20 + cpu/mpc85xx/mpc8536_serdes.c | 180 + cpu/mpc85xx/pci.c | 108 +- cpu/mpc85xx/qe_io.c | 85 + cpu/mpc85xx/release.S | 213 + cpu/mpc85xx/serial_scc.c | 35 +- cpu/mpc85xx/speed.c | 162 +- cpu/mpc85xx/start.S | 775 +- cpu/mpc85xx/tlb.c | 190 + cpu/mpc85xx/traps.c | 121 +- cpu/mpc86xx/Makefile | 24 +- cpu/mpc86xx/cache.S | 20 +- cpu/mpc86xx/config.mk | 2 +- cpu/mpc86xx/cpu.c | 336 +- cpu/mpc86xx/cpu_init.c | 135 +- cpu/mpc86xx/ddr-8641.c | 85 + cpu/mpc86xx/fdt.c | 57 + cpu/mpc86xx/interrupts.c | 147 +- cpu/mpc86xx/mp.c | 83 + cpu/mpc86xx/release.S | 167 + cpu/mpc86xx/speed.c | 40 +- cpu/mpc86xx/start.S | 526 +- cpu/mpc86xx/traps.c | 32 +- cpu/mpc8xx/Makefile | 33 +- cpu/mpc8xx/bedbug_860.c | 6 +- cpu/mpc8xx/commproc.c | 12 +- cpu/mpc8xx/config.mk | 2 +- cpu/mpc8xx/cpu.c | 56 +- cpu/mpc8xx/cpu_init.c | 126 +- cpu/mpc8xx/fdt.c | 46 + cpu/mpc8xx/fec.c | 173 +- cpu/mpc8xx/i2c.c | 67 +- cpu/mpc8xx/interrupts.c | 16 +- cpu/mpc8xx/kgdb.S | 12 +- cpu/mpc8xx/lcd.c | 52 +- cpu/mpc8xx/scc.c | 24 +- cpu/mpc8xx/serial.c | 241 +- cpu/mpc8xx/speed.c | 58 +- cpu/mpc8xx/spi.c | 40 +- cpu/mpc8xx/start.S | 31 +- cpu/mpc8xx/traps.c | 16 +- cpu/mpc8xx/upatch.c | 104 +- cpu/mpc8xx/video.c | 28 +- cpu/mpc8xxx/ddr/Makefile | 35 + cpu/mpc8xxx/ddr/common_timing_params.h | 53 + cpu/mpc8xxx/ddr/ctrl_regs.c | 1365 + cpu/mpc8xxx/ddr/ddr.h | 81 + cpu/mpc8xxx/ddr/ddr1_dimm_params.c | 343 + cpu/mpc8xxx/ddr/ddr2_dimm_params.c | 339 + cpu/mpc8xxx/ddr/ddr3_dimm_params.c | 314 + cpu/mpc8xxx/ddr/lc_common_dimm_params.c | 468 + cpu/mpc8xxx/ddr/main.c | 479 + cpu/mpc8xxx/ddr/options.c | 291 + cpu/mpc8xxx/ddr/util.c | 205 + cpu/nios/asmi.c | 10 +- cpu/nios/cpu.c | 2 +- cpu/nios/interrupts.c | 24 +- cpu/nios/serial.c | 8 +- cpu/nios/spi.c | 99 +- cpu/nios/start.S | 21 +- cpu/nios2/cpu.c | 8 +- cpu/nios2/epcs.c | 6 +- cpu/nios2/interrupts.c | 27 +- cpu/nios2/serial.c | 8 +- cpu/nios2/start.S | 37 +- cpu/nios2/sysid.c | 12 +- cpu/ppc4xx/40x_spd_sdram.c | 465 + cpu/ppc4xx/44x_spd_ddr.c | 1248 + cpu/ppc4xx/44x_spd_ddr2.c | 3284 + cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c | 1249 + cpu/ppc4xx/4xx_pci.c | 648 + cpu/ppc4xx/4xx_pcie.c | 1171 + cpu/ppc4xx/4xx_uart.c | 878 + cpu/ppc4xx/Makefile | 52 +- cpu/ppc4xx/bedbug_405.c | 6 +- cpu/ppc4xx/cache.S | 235 + cpu/ppc4xx/cmd_chip_config.c | 142 + cpu/ppc4xx/commproc.c | 22 +- cpu/ppc4xx/config.mk | 10 +- cpu/ppc4xx/cpu.c | 407 +- cpu/ppc4xx/cpu_init.c | 468 +- cpu/ppc4xx/dcr.S | 4 +- cpu/ppc4xx/denali_data_eye.c | 389 + cpu/ppc4xx/denali_spd_ddr2.c | 1256 + cpu/ppc4xx/ecc.c | 122 + cpu/ppc4xx/ecc.h | 69 + cpu/ppc4xx/fdt.c | 171 + cpu/ppc4xx/gpio.c | 255 + cpu/ppc4xx/i2c.c | 457 +- cpu/ppc4xx/interrupts.c | 587 +- cpu/ppc4xx/iop480_uart.c | 237 + cpu/ppc4xx/kgdb.S | 14 +- cpu/ppc4xx/miiphy.c | 377 +- cpu/ppc4xx/sdram.c | 222 +- cpu/ppc4xx/sdram.h | 22 +- cpu/ppc4xx/speed.c | 494 +- cpu/ppc4xx/start.S | 1823 +- cpu/ppc4xx/tlb.c | 352 + cpu/ppc4xx/traps.c | 212 +- cpu/ppc4xx/uic.c | 180 + cpu/ppc4xx/usb.c | 66 + cpu/ppc4xx/usb_ohci.c | 24 +- cpu/ppc4xx/usb_ohci.h | 8 +- cpu/ppc4xx/usbdev.c | 6 +- cpu/ppc4xx/usbdev.h | 44 +- cpu/ppc4xx/xilinx_irq.c | 100 + cpu/pxa/Makefile | 7 +- cpu/pxa/config.mk | 4 +- cpu/pxa/cpu.c | 95 +- cpu/pxa/i2c.c | 31 +- cpu/pxa/pxafb.c | 32 +- cpu/pxa/start.S | 79 +- cpu/pxa/timer.c | 128 + cpu/pxa/u-boot.lds | 56 + cpu/pxa/usb.c | 112 + cpu/s3c44b0/Makefile | 5 +- cpu/s3c44b0/cache.c | 90 + cpu/s3c44b0/config.mk | 1 - cpu/s3c44b0/cpu.c | 437 +- cpu/s3c44b0/start.S | 8 +- cpu/s3c44b0/timer.c | 136 + cpu/s3c44b0/u-boot.lds | 56 + cpu/sa1100/Makefile | 4 +- cpu/sa1100/config.mk | 1 - cpu/sa1100/cpu.c | 91 +- cpu/sa1100/start.S | 34 +- cpu/sa1100/timer.c | 110 + cpu/sa1100/u-boot.lds | 59 + cpu/sh2/Makefile | 54 + cpu/sh2/cache.c | 112 + cpu/sh2/config.mk | 26 + cpu/sh2/cpu.c | 98 + cpu/sh2/interrupts.c | 39 + cpu/sh2/start.S | 78 + cpu/sh2/u-boot.lds | 95 + cpu/sh2/watchdog.c | 33 + cpu/sh3/Makefile | 57 + cpu/sh3/cache.c | 112 + cpu/sh3/config.mk | 31 + cpu/sh3/cpu.c | 84 + cpu/sh3/interrupts.c | 42 + cpu/sh3/start.S | 77 + cpu/sh3/u-boot.lds | 102 + cpu/sh3/watchdog.c | 33 + cpu/sh4/Makefile | 54 + cpu/sh4/cache.c | 108 + cpu/sh4/config.mk | 28 + cpu/sh4/cpu.c | 93 + cpu/sh4/interrupts.c | 38 + cpu/sh4/start.S | 74 + cpu/sh4/u-boot.lds | 99 + cpu/sh4/watchdog.c | 71 + disk/Makefile | 10 +- disk/part.c | 229 +- disk/part_amiga.c | 15 +- disk/part_dos.c | 30 +- disk/part_efi.c | 428 + disk/part_efi.h | 138 + disk/part_iso.c | 36 +- disk/part_iso.h | 102 +- disk/part_mac.c | 14 +- doc/I2C_Edge_Conditions | 2 +- doc/README-i386 | 8 +- doc/README-integrator | 4 +- doc/README.AVR32 | 24 +- doc/README.AVR32-port-muxing | 208 + doc/README.JFFS2 | 14 +- doc/README.JFFS2_NAND | 2 +- doc/README.LED | 78 + doc/README.Lite5200B_low_power | 22 + doc/README.MBX | 4 +- doc/README.MPC866 | 4 +- doc/README.NetConsole | 27 +- doc/README.PIP405 | 52 +- doc/README.PXA_CF | 34 +- doc/README.RPXlite | 6 +- doc/README.SNTP | 4 +- doc/README.TQM8260 | 2 +- doc/README.adnpesc1 | 16 +- doc/README.adnpesc1_base32 | 152 +- doc/README.alaska8220 | 8 +- doc/README.at91 | 124 + doc/README.atum8548 | 29 + doc/README.autoboot | 15 +- doc/README.bamboo | 62 + doc/README.bedbug | 10 - doc/README.blackfin | 46 + doc/README.bus_vcxk | 84 + doc/README.cmi | 6 +- doc/README.console | 6 +- doc/README.dk1c20_std32 | 104 +- doc/README.dk1s10_mldk20 | 78 +- doc/README.dk1s10_std32 | 104 +- doc/README.dk1s40_std32 | 104 +- doc/README.dk20k200_std32 | 60 +- doc/README.dns | 62 + doc/README.ebony | 22 +- doc/README.enetaddr | 99 + doc/README.fsl-ddr | 69 + doc/README.generic_usb_ohci | 63 + doc/README.imx31 | 29 + doc/README.iomux | 106 + doc/README.kmeter1 | 91 + doc/README.korat | 64 + doc/README.lynxkdi | 6 +- doc/README.m52277evb | 231 + doc/README.m5253evbe | 103 + doc/README.m53017evb | 181 + doc/README.m5373evb | 327 + doc/README.m54455evb | 410 + doc/README.m5475evb | 273 + doc/README.m68k | 62 +- doc/README.marubun-pcmcia | 65 + doc/README.mflash | 94 + doc/README.mips | 57 + doc/README.modnet50 | 4 +- doc/README.mpc7448hpc2 | 184 + doc/README.mpc8313erdb | 111 + doc/README.mpc8315erdb | 80 + doc/README.mpc8323erdb | 71 + doc/README.mpc832xemds | 128 + doc/README.mpc8349itx | 187 + doc/README.mpc8360emds | 147 + doc/README.mpc837xemds | 104 + doc/README.mpc837xerdb | 97 + doc/README.mpc83xx.ddrecc | 154 + doc/README.mpc8544ds | 122 + doc/README.mpc8569mds | 77 + doc/README.mpc8572ds | 166 + doc/README.mpc8610hpcd | 73 + doc/README.mpc8641hpcn | 143 +- doc/README.mvbc_p | 73 + doc/README.mvblm7 | 84 + doc/README.nand | 155 +- doc/README.nand-boot-ppc440 | 2 +- doc/README.nhk8815 | 32 + doc/README.nios | 50 +- doc/README.nios_CONFIG_SYS_NIOS_CPU | 140 + doc/README.omap3 | 158 + doc/README.phytec.pcm030 | 42 + doc/README.ppc440 | 47 +- doc/README.qemu_mips | 164 + doc/README.sata | 68 + doc/README.sbc8349 | 127 + doc/README.sbc8548 | 27 + doc/README.sbc8641d | 28 + doc/README.serial_multi | 2 +- doc/README.sh | 104 + doc/README.sh7785lcr | 123 + doc/README.sha1 | 57 + doc/README.silent | 2 +- doc/README.simpc8313 | 80 + doc/README.standalone | 22 +- doc/README.update | 90 + doc/README.usb | 6 +- doc/README.video | 2 +- doc/README.xpedite1k | 6 +- doc/README.zeus | 73 + doc/feature-removal-schedule.txt | 58 + doc/uImage.FIT/command_syntax_extensions.txt | 191 + doc/uImage.FIT/howto.txt | 297 + doc/uImage.FIT/kernel.its | 34 + doc/uImage.FIT/kernel_fdt.its | 48 + doc/uImage.FIT/multi.its | 126 + doc/uImage.FIT/source_file_format.txt | 262 + doc/uImage.FIT/update3.its | 41 + doc/uImage.FIT/update_uboot.its | 21 + drivers/bios_emulator/Makefile | 38 + drivers/bios_emulator/atibios.c | 335 + drivers/bios_emulator/besys.c | 720 + drivers/bios_emulator/bios.c | 322 + drivers/bios_emulator/biosemu.c | 372 + drivers/bios_emulator/biosemui.h | 169 + drivers/bios_emulator/include/biosemu.h | 392 + drivers/bios_emulator/include/x86emu.h | 201 + drivers/bios_emulator/include/x86emu/debug.h | 209 + drivers/bios_emulator/include/x86emu/decode.h | 88 + drivers/bios_emulator/include/x86emu/ops.h | 45 + .../bios_emulator/include/x86emu/prim_asm.h | 970 + .../bios_emulator/include/x86emu/prim_ops.h | 141 + drivers/bios_emulator/include/x86emu/regs.h | 340 + .../bios_emulator/include/x86emu/x86emui.h | 101 + drivers/bios_emulator/x86emu/debug.c | 462 + drivers/bios_emulator/x86emu/decode.c | 1144 + drivers/bios_emulator/x86emu/ops.c | 5433 ++ drivers/bios_emulator/x86emu/ops2.c | 1771 + drivers/bios_emulator/x86emu/prim_ops.c | 2447 + drivers/bios_emulator/x86emu/sys.c | 323 + drivers/block/Makefile | 58 + drivers/block/ahci.c | 698 + drivers/block/ata_piix.c | 756 + drivers/block/ata_piix.h | 94 + drivers/block/dwc_ahsata.c | 1119 + drivers/block/dwc_ahsata.h | 333 + drivers/block/fsl_sata.c | 908 + drivers/block/fsl_sata.h | 328 + drivers/block/libata.c | 158 + drivers/block/mg_disk.c | 582 + drivers/block/mg_disk_prv.h | 144 + drivers/block/mxc_ata.c | 454 + drivers/block/mxc_ata.h | 90 + drivers/block/pata_bfin.c | 1201 + drivers/block/pata_bfin.h | 173 + drivers/block/sata_dwc.c | 2110 + drivers/block/sata_dwc.h | 477 + drivers/block/sata_sil3114.c | 839 + drivers/block/sata_sil3114.h | 147 + drivers/block/sil680.c | 107 + drivers/block/sym53c8xx.c | 870 + drivers/block/systemace.c | 255 + drivers/dma/MCD_dmaApi.c | 1023 + drivers/dma/MCD_tasks.c | 2430 + drivers/dma/MCD_tasksInit.c | 242 + drivers/dma/Makefile | 47 + drivers/dma/fsl_dma.c | 178 + drivers/fpga/ACEX1K.c | 362 + drivers/fpga/Makefile | 58 + drivers/fpga/altera.c | 283 + drivers/fpga/cyclon2.c | 301 + drivers/fpga/fpga.c | 335 + drivers/fpga/spartan2.c | 653 + drivers/fpga/spartan3.c | 660 + drivers/fpga/stratixII.c | 231 + drivers/fpga/virtex2.c | 554 + drivers/fpga/xilinx.c | 307 + drivers/gpio/Makefile | 49 + drivers/gpio/kw_gpio.c | 151 + drivers/gpio/mx31_gpio.c | 73 + drivers/gpio/pca953x.c | 227 + drivers/hwmon/Makefile | 59 + drivers/hwmon/adm1021.c | 201 + drivers/hwmon/adt7460.c | 83 + drivers/hwmon/ds1621.c | 189 + drivers/hwmon/ds1722.c | 137 + drivers/hwmon/ds1775.c | 156 + drivers/hwmon/lm63.c | 174 + drivers/hwmon/lm73.c | 178 + drivers/hwmon/lm75.c | 184 + drivers/hwmon/lm81.c | 144 + drivers/i2c/Makefile | 57 + drivers/i2c/bfin-twi_i2c.c | 285 + drivers/i2c/davinci_i2c.c | 329 + drivers/i2c/fsl_i2c.c | 433 + drivers/i2c/kirkwood_i2c.c | 483 + drivers/i2c/mxc_i2c.c | 289 + drivers/i2c/omap1510_i2c.c | 277 + drivers/i2c/omap24xx_i2c.c | 405 + drivers/i2c/s3c24x0_i2c.c | 442 + drivers/i2c/s3c44b0_i2c.c | 315 + drivers/i2c/soft_i2c.c | 428 + drivers/i2c/tsi108_i2c.c | 290 + drivers/input/Makefile | 51 + drivers/input/i8042.c | 670 + drivers/input/keyboard.c | 301 + drivers/input/mxc_keyb.c | 598 + drivers/input/pc_keyb.c | 252 + drivers/input/ps2mult.c | 462 + drivers/input/ps2ser.c | 328 + drivers/misc/Makefile | 52 + drivers/misc/ali512x.c | 418 + drivers/misc/ds4510.c | 426 + drivers/misc/fsl_law.c | 184 + drivers/misc/imx_iim.c | 343 + drivers/misc/ns87308.c | 117 + drivers/misc/status_led.c | 127 + drivers/misc/twl4030_led.c | 52 + drivers/mmc/Makefile | 55 + drivers/mmc/atmel_mci.c | 533 + drivers/mmc/atmel_mci.h | 201 + drivers/mmc/bfin_sdh.c | 536 + drivers/mmc/bfin_sdh.h | 59 + drivers/mmc/fsl_esdhc.c | 367 + drivers/mmc/imx_esdhc.c | 505 + drivers/mmc/imx_ssp_mmc.c | 385 + drivers/mmc/mmc.c | 1298 + drivers/mmc/mxcmmc.c | 522 + drivers/mmc/omap3_mmc.c | 538 + drivers/mmc/pxa_mmc.c | 646 + drivers/mmc/pxa_mmc.h | 138 + drivers/mtd/Makefile | 54 + drivers/mtd/at45.c | 559 + drivers/mtd/cfi_flash.c | 2126 + drivers/mtd/cfi_mtd.c | 283 + drivers/mtd/dataflash.c | 463 + drivers/mtd/jedec_flash.c | 353 + drivers/mtd/mtdconcat.c | 807 + drivers/mtd/mtdcore.c | 144 + drivers/mtd/mtdpart.c | 492 + drivers/mtd/mw_eeprom.c | 236 + drivers/mtd/nand/Makefile | 69 + drivers/mtd/nand/atmel_nand.c | 78 + drivers/mtd/nand/bfin_nand.c | 386 + drivers/mtd/nand/davinci_nand.c | 245 + drivers/mtd/nand/diskonchip.c | 1779 + drivers/mtd/nand/fsl_elbc_nand.c | 831 + drivers/mtd/nand/fsl_upm.c | 200 + drivers/mtd/nand/kirkwood_nand.c | 82 + drivers/mtd/nand/mpc5121_nfc.c | 692 + drivers/mtd/nand/mx31_nand.c | 968 + drivers/mtd/nand/mxc_nand.c | 1348 + drivers/mtd/nand/nand.c | 96 + drivers/mtd/nand/nand_base.c | 2964 + drivers/mtd/nand/nand_bbt.c | 1234 + drivers/mtd/nand/nand_device_info.c | 2296 + drivers/mtd/nand/nand_device_info.h | 144 + drivers/mtd/nand/nand_ecc.c | 219 + drivers/mtd/nand/nand_ids.c | 148 + drivers/mtd/nand/nand_plat.c | 53 + drivers/mtd/nand/nand_util.c | 611 + drivers/mtd/nand/ndfc.c | 217 + drivers/mtd/nand/nomadik.c | 221 + drivers/mtd/nand/omap_gpmc.c | 344 + drivers/mtd/nand/s3c2410_nand.c | 171 + drivers/mtd/nand/s3c64xx.c | 319 + drivers/mtd/onenand/Makefile | 45 + drivers/mtd/onenand/onenand_base.c | 2200 + drivers/mtd/onenand/onenand_bbt.c | 262 + drivers/mtd/onenand/onenand_uboot.c | 54 + drivers/mtd/spi/Makefile | 55 + drivers/mtd/spi/atmel.c | 550 + drivers/mtd/spi/eeprom_m95xxx.c | 116 + drivers/mtd/spi/imx_spi_nor_atmel.c | 532 + drivers/mtd/spi/imx_spi_nor_sst.c | 564 + drivers/mtd/spi/macronix.c | 337 + drivers/mtd/spi/spansion.c | 350 + drivers/mtd/spi/spi_flash.c | 177 + drivers/mtd/spi/spi_flash_internal.h | 52 + drivers/mtd/spi/sst.c | 374 + drivers/mtd/spi/stmicro.c | 350 + drivers/mtd/ubi/Makefile | 51 + drivers/mtd/ubi/build.c | 1192 + drivers/mtd/ubi/crc32.c | 518 + drivers/mtd/ubi/crc32defs.h | 32 + drivers/mtd/ubi/crc32table.h | 136 + drivers/mtd/ubi/debug.c | 192 + drivers/mtd/ubi/debug.h | 152 + drivers/mtd/ubi/eba.c | 1256 + drivers/mtd/ubi/io.c | 1274 + drivers/mtd/ubi/kapi.c | 638 + drivers/mtd/ubi/misc.c | 106 + drivers/mtd/ubi/scan.c | 1360 + drivers/mtd/ubi/scan.h | 165 + drivers/mtd/ubi/ubi-media.h | 372 + drivers/mtd/ubi/ubi.h | 641 + drivers/mtd/ubi/upd.c | 441 + drivers/mtd/ubi/vmt.c | 862 + drivers/mtd/ubi/vtbl.c | 837 + drivers/mtd/ubi/wl.c | 1670 + drivers/net/3c589.c | 517 + drivers/net/3c589.h | 435 + drivers/net/4xx_enet.c | 2072 + drivers/net/5701rls.c | 46 + drivers/net/5701rls.h | 198 + drivers/net/8390.h | 124 + drivers/net/Makefile | 95 + drivers/net/ax88180.c | 727 + drivers/net/ax88180.h | 412 + drivers/net/ax88796.c | 156 + drivers/net/ax88796.h | 81 + drivers/net/bcm570x.c | 1598 + drivers/net/bcm570x_autoneg.c | 439 + drivers/net/bcm570x_autoneg.h | 408 + drivers/net/bcm570x_bits.h | 57 + drivers/net/bcm570x_debug.h | 109 + drivers/net/bcm570x_lm.h | 434 + drivers/net/bcm570x_mm.h | 158 + drivers/net/bcm570x_queue.h | 387 + drivers/net/bfin_mac.c | 515 + drivers/net/bfin_mac.h | 66 + drivers/net/cs8900.c | 289 + drivers/net/cs8900.h | 257 + drivers/net/davinci_emac.c | 625 + drivers/net/dc2114x.c | 768 + drivers/net/dm9000x.c | 633 + drivers/net/dm9000x.h | 140 + drivers/net/dnet.c | 395 + drivers/net/dnet.h | 166 + drivers/net/e1000.c | 5229 ++ drivers/net/e1000.h | 2583 + drivers/net/eepro100.c | 944 + drivers/net/enc28j60.c | 982 + drivers/net/enc28j60_eth.c | 1016 + drivers/net/fsl_mcdmafec.c | 588 + drivers/net/ftmac100.c | 278 + drivers/net/ftmac100.h | 154 + drivers/net/greth.c | 662 + drivers/net/greth.h | 97 + drivers/net/inca-ip_sw.c | 813 + drivers/net/kirkwood_egiga.c | 704 + drivers/net/kirkwood_egiga.h | 505 + drivers/net/ks8695eth.c | 228 + drivers/net/lan91c96.c | 907 + drivers/net/lan91c96.h | 643 + drivers/net/macb.c | 626 + drivers/net/macb.h | 275 + drivers/net/mcffec.c | 626 + drivers/net/mcfmii.c | 332 + drivers/net/mpc512x_fec.c | 813 + drivers/net/mpc512x_fec.h | 98 + drivers/net/mpc5xxx_fec.c | 1062 + drivers/net/mpc5xxx_fec.h | 282 + drivers/net/mxc_fec.c | 921 + drivers/net/natsemi.c | 878 + drivers/net/ne2000.c | 259 + drivers/net/ne2000.h | 94 + drivers/net/ne2000_base.c | 757 + drivers/net/ne2000_base.h | 308 + drivers/net/netarm_eth.c | 350 + drivers/net/netarm_eth.h | 42 + drivers/net/netconsole.c | 262 + drivers/net/nicext.h | 109 + drivers/net/ns7520_eth.c | 850 + drivers/net/ns8382x.c | 859 + drivers/net/ns9750_eth.c | 790 + drivers/net/pcnet.c | 537 + drivers/net/phy/Makefile | 47 + drivers/net/phy/miiphybb.c | 242 + drivers/net/phy/mv88e61xx.c | 418 + drivers/net/phy/mv88e61xx.h | 62 + drivers/net/plb2800_eth.c | 391 + drivers/net/rtl8019.c | 271 + drivers/net/rtl8019.h | 114 + drivers/net/rtl8139.c | 545 + drivers/net/rtl8169.c | 915 + drivers/net/s3c4510b_eth.c | 241 + drivers/net/s3c4510b_eth.h | 302 + drivers/net/sh_eth.c | 680 + drivers/net/sh_eth.h | 448 + drivers/net/sk98lin/Makefile | 108 + drivers/net/sk98lin/h/lm80.h | 200 + drivers/net/sk98lin/h/skaddr.h | 428 + drivers/net/sk98lin/h/skcsum.h | 264 + drivers/net/sk98lin/h/skdebug.h | 122 + drivers/net/sk98lin/h/skdrv1st.h | 267 + drivers/net/sk98lin/h/skdrv2nd.h | 564 + drivers/net/sk98lin/h/skerror.h | 83 + drivers/net/sk98lin/h/skgedrv.h | 75 + drivers/net/sk98lin/h/skgehw.h | 2339 + drivers/net/sk98lin/h/skgehwt.h | 77 + drivers/net/sk98lin/h/skgei2c.h | 302 + drivers/net/sk98lin/h/skgeinit.h | 1116 + drivers/net/sk98lin/h/skgepnm2.h | 465 + drivers/net/sk98lin/h/skgepnmi.h | 1116 + drivers/net/sk98lin/h/skgesirq.h | 197 + drivers/net/sk98lin/h/ski2c.h | 295 + drivers/net/sk98lin/h/skqueue.h | 150 + drivers/net/sk98lin/h/skrlmt.h | 566 + drivers/net/sk98lin/h/sktimer.h | 102 + drivers/net/sk98lin/h/sktypes.h | 90 + drivers/net/sk98lin/h/skversion.h | 55 + drivers/net/sk98lin/h/skvpd.h | 338 + drivers/net/sk98lin/h/xmac_ii.h | 1741 + drivers/net/sk98lin/skaddr.c | 1878 + drivers/net/sk98lin/skcsum.c | 928 + drivers/net/sk98lin/skge.c | 4863 ++ drivers/net/sk98lin/skgehwt.c | 218 + drivers/net/sk98lin/skgeinit.c | 2370 + drivers/net/sk98lin/skgemib.c | 1059 + drivers/net/sk98lin/skgepnmi.c | 8309 ++ drivers/net/sk98lin/skgesirq.c | 2416 + drivers/net/sk98lin/ski2c.c | 1504 + drivers/net/sk98lin/sklm80.c | 291 + drivers/net/sk98lin/skproc.c | 513 + drivers/net/sk98lin/skqueue.c | 241 + drivers/net/sk98lin/skrlmt.c | 3507 + drivers/net/sk98lin/sktimer.c | 296 + drivers/net/sk98lin/skvpd.c | 1328 + drivers/net/sk98lin/skxmac2.c | 4395 + drivers/net/sk98lin/u-boot_compat.h | 98 + drivers/net/sk98lin/uboot_drv.c | 138 + drivers/net/sk98lin/uboot_skb.c | 117 + drivers/net/smc91111.c | 1572 + drivers/net/smc91111.h | 788 + drivers/net/smc911x.c | 275 + drivers/net/smc911x.h | 525 + drivers/net/tigon3.c | 5697 ++ drivers/net/tigon3.h | 3339 + drivers/net/tsec.c | 1928 + drivers/net/tsi108_eth.c | 1032 + drivers/net/uli526x.c | 993 + drivers/net/vsc7385.c | 96 + drivers/net/xilinx_emac.c | 464 + drivers/net/xilinx_emaclite.c | 354 + drivers/pci/Makefile | 53 + drivers/pci/fsl_pci_init.c | 356 + drivers/pci/pci.c | 645 + drivers/pci/pci_auto.c | 424 + drivers/pci/pci_indirect.c | 136 + drivers/pci/pci_ixp.c | 571 + drivers/pci/pci_sh4.c | 98 + drivers/pci/pci_sh7751.c | 203 + drivers/pci/pci_sh7780.c | 108 + drivers/pci/tsi108_pci.c | 182 + drivers/pci/w83c553f.c | 222 + drivers/pcmcia/Makefile | 52 + drivers/pcmcia/i82365.c | 1010 + drivers/pcmcia/marubun_pcmcia.c | 114 + drivers/pcmcia/mpc8xx_pcmcia.c | 302 + drivers/pcmcia/pxa_pcmcia.c | 93 + drivers/pcmcia/rpx_pcmcia.c | 73 + drivers/pcmcia/ti_pci1410a.c | 665 + drivers/pcmcia/tqm8xx_pcmcia.c | 330 + drivers/power/Makefile | 47 + drivers/power/twl4030.c | 115 + drivers/qe/Makefile | 45 + drivers/qe/fdt.c | 90 + drivers/qe/qe.c | 484 + drivers/qe/qe.h | 299 + drivers/qe/uccf.c | 402 + drivers/qe/uccf.h | 130 + drivers/qe/uec.c | 1396 + drivers/qe/uec.h | 767 + drivers/qe/uec_phy.c | 841 + drivers/qe/uec_phy.h | 272 + drivers/rtc/Makefile | 80 + drivers/rtc/bfin_rtc.c | 122 + drivers/rtc/date.c | 156 + drivers/rtc/ds12887.c | 242 + drivers/rtc/ds1302.c | 332 + drivers/rtc/ds1306.c | 477 + drivers/rtc/ds1307.c | 209 + drivers/rtc/ds1337.c | 204 + drivers/rtc/ds1374.c | 260 + drivers/rtc/ds1556.c | 208 + drivers/rtc/ds164x.c | 204 + drivers/rtc/ds174x.c | 205 + drivers/rtc/ds3231.c | 199 + drivers/rtc/isl1208.c | 172 + drivers/rtc/m41t11.c | 209 + drivers/rtc/m41t60.c | 264 + drivers/rtc/m41t62.c | 141 + drivers/rtc/m48t35ax.c | 170 + drivers/rtc/max6900.c | 135 + drivers/rtc/mc13783-rtc.c | 117 + drivers/rtc/mc146818.c | 181 + drivers/rtc/mcfrtc.c | 125 + drivers/rtc/mk48t59.c | 238 + drivers/rtc/mpc5xxx.c | 144 + drivers/rtc/mpc8xx.c | 77 + drivers/rtc/pcf8563.c | 150 + drivers/rtc/pl031.c | 125 + drivers/rtc/rs5c372.c | 305 + drivers/rtc/rtc4543.c | 118 + drivers/rtc/rx8025.c | 239 + drivers/rtc/s3c24x0_rtc.c | 182 + drivers/rtc/s3c44b0_rtc.c | 101 + drivers/rtc/x1205.c | 182 + drivers/serial/Makefile | 74 + drivers/serial/arm_dcc.c | 170 + drivers/serial/at91rm9200_usart.c | 118 + drivers/serial/atmel_usart.c | 99 + drivers/serial/atmel_usart.h | 314 + drivers/serial/mcfuart.c | 131 + drivers/serial/ns16550.c | 82 + drivers/serial/ns9750_serial.c | 210 + drivers/serial/s3c4510b_uart.c | 212 + drivers/serial/s3c4510b_uart.h | 109 + drivers/serial/s3c64xx.c | 172 + drivers/serial/serial.c | 331 + drivers/serial/serial_clps7111.c | 121 + drivers/serial/serial_imx.c | 221 + drivers/serial/serial_ixp.c | 125 + drivers/serial/serial_ks8695.c | 117 + drivers/serial/serial_lh7a40x.c | 184 + drivers/serial/serial_lpc2292.c | 104 + drivers/serial/serial_max3100.c | 298 + drivers/serial/serial_mxc.c | 247 + drivers/serial/serial_netarm.c | 195 + drivers/serial/serial_pl01x.c | 223 + drivers/serial/serial_pl01x.h | 137 + drivers/serial/serial_pxa.c | 385 + drivers/serial/serial_s3c24x0.c | 300 + drivers/serial/serial_s3c44b0.c | 218 + drivers/serial/serial_sa1100.c | 160 + drivers/serial/serial_sh.c | 239 + drivers/serial/serial_xuartlite.c | 77 + drivers/serial/stmp3xxx_dbguart.c | 114 + drivers/serial/stmp3xxx_dbguart.h | 61 + drivers/serial/usbtty.c | 1009 + drivers/serial/usbtty.h | 83 + drivers/spi/Makefile | 58 + drivers/spi/atmel_dataflash_spi.c | 158 + drivers/spi/atmel_spi.c | 210 + drivers/spi/atmel_spi.h | 95 + drivers/spi/bfin_spi.c | 373 + drivers/spi/cf_spi.c | 357 + drivers/spi/imx_cspi.c | 255 + drivers/spi/imx_ecspi.c | 302 + drivers/spi/imx_spi_cpld.c | 118 + drivers/spi/imx_spi_pmic.c | 131 + drivers/spi/kirkwood_spi.c | 185 + drivers/spi/mpc52xx_spi.c | 109 + drivers/spi/mpc8xxx_spi.c | 181 + drivers/spi/mxc_spi.c | 249 + drivers/spi/soft_spi.c | 193 + drivers/twserial/Makefile | 46 + drivers/twserial/soft_tws.c | 111 + drivers/usb/gadget/Makefile | 53 + drivers/usb/gadget/core.c | 683 + drivers/usb/gadget/ep0.c | 597 + drivers/usb/gadget/ep0.h | 39 + drivers/usb/gadget/mpc8xx_udc.c | 1399 + drivers/usb/gadget/omap1510_udc.c | 1567 + drivers/usb/gadget/pxa27x_udc.c | 702 + drivers/usb/host/Makefile | 60 + drivers/usb/host/ehci-core.h | 29 + drivers/usb/host/ehci-fsl.c | 79 + drivers/usb/host/ehci-hcd.c | 883 + drivers/usb/host/ehci-ixp4xx.c | 50 + drivers/usb/host/ehci-kirkwood.c | 107 + drivers/usb/host/ehci-pci.c | 65 + drivers/usb/host/ehci-vct.c | 58 + drivers/usb/host/ehci.h | 194 + drivers/usb/host/isp116x-hcd.c | 1441 + drivers/usb/host/isp116x.h | 489 + drivers/usb/host/ohci-at91.c | 82 + drivers/usb/host/ohci-hcd.c | 2016 + drivers/usb/host/ohci.h | 483 + drivers/usb/host/r8a66597-hcd.c | 945 + drivers/usb/host/r8a66597.h | 659 + drivers/usb/host/s3c64xx-hcd.c | 45 + drivers/usb/host/sl811-hcd.c | 734 + drivers/usb/host/sl811.h | 104 + drivers/usb/musb/Makefile | 47 + drivers/usb/musb/davinci.c | 106 + drivers/usb/musb/davinci.h | 86 + drivers/usb/musb/musb_core.c | 141 + drivers/usb/musb/musb_core.h | 310 + drivers/usb/musb/musb_hcd.c | 823 + drivers/usb/musb/musb_hcd.h | 55 + drivers/video/Makefile | 60 + drivers/video/ati_ids.h | 211 + drivers/video/ati_radeon_fb.c | 777 + drivers/video/ati_radeon_fb.h | 282 + drivers/video/atmel_lcdfb.c | 163 + drivers/video/bus_vcxk.c | 439 + drivers/video/cfb_console.c | 1420 + drivers/video/ct69000.c | 1281 + drivers/video/mb862xx.c | 432 + drivers/video/mx2fb.c | 125 + drivers/video/mx3fb.c | 856 + drivers/video/mxc_epdc_fb.c | 446 + drivers/video/mxc_epdc_fb.h | 299 + drivers/video/s6e63d6.c | 76 + drivers/video/sed13806.c | 307 + drivers/video/sed156x.c | 562 + drivers/video/sm501.c | 146 + drivers/video/smiLynxEM.c | 854 + drivers/video/videomodes.c | 208 + drivers/video/videomodes.h | 88 + drivers/watchdog/Makefile | 46 + drivers/watchdog/at91sam9_wdt.c | 79 + examples/api/.gitignore | 2 + examples/api/Makefile | 91 + examples/api/crt0.S | 71 + examples/api/demo.c | 300 + examples/api/glue.c | 404 + examples/api/glue.h | 80 + examples/api/libgenwrap.c | 95 + examples/standalone/.gitignore | 11 + examples/standalone/82559_eeprom.c | 357 + examples/standalone/Makefile | 198 + examples/standalone/README.smc91111_eeprom | 246 + examples/standalone/eepro100_eeprom.c | 215 + examples/standalone/hello_world.c | 54 + examples/standalone/interrupt.c | 81 + examples/standalone/mem_to_mem_idma2intr.c | 384 + examples/standalone/mips.lds | 59 + examples/standalone/nios.lds | 61 + examples/standalone/nios2.lds | 133 + examples/standalone/ppc_longjmp.S | 79 + examples/standalone/ppc_setjmp.S | 83 + examples/standalone/sched.c | 369 + examples/standalone/smc91111_eeprom.c | 395 + examples/standalone/smc911x_eeprom.c | 383 + examples/standalone/sparc.lds | 61 + examples/standalone/stubs.c | 225 + examples/standalone/test_burst.c | 319 + examples/standalone/test_burst.h | 38 + examples/standalone/test_burst_lib.S | 170 + examples/standalone/timer.c | 349 + examples/standalone/x86-testapp.c | 87 + fs/Makefile | 11 +- fs/cramfs/Makefile | 7 +- fs/cramfs/cramfs.c | 5 - fs/cramfs/uncompress.c | 26 +- fs/ext2/Makefile | 6 +- fs/ext2/dev.c | 19 +- fs/ext2/ext2fs.c | 59 +- fs/fat/Makefile | 6 +- fs/fat/fat.c | 118 +- fs/fat/file.c | 4 - fs/fdos/Makefile | 6 +- fs/fdos/dev.c | 5 - fs/fdos/fat.c | 4 - fs/fdos/fdos.c | 5 +- fs/fdos/fs.c | 4 - fs/fdos/subdir.c | 3 - fs/fdos/vfat.c | 5 - fs/jffs2/Makefile | 14 +- fs/jffs2/compr_lzari.c | 3 - fs/jffs2/compr_lzo.c | 4 - fs/jffs2/compr_rtime.c | 4 - fs/jffs2/compr_rubin.c | 4 - fs/jffs2/compr_zlib.c | 6 +- fs/jffs2/jffs2_1pass.c | 771 +- fs/jffs2/jffs2_nand_1pass.c | 26 +- fs/jffs2/jffs2_private.h | 5 +- fs/jffs2/mini_inflate.c | 5 - fs/jffs2/summary.h | 163 + fs/reiserfs/Makefile | 6 +- fs/reiserfs/dev.c | 6 +- fs/reiserfs/mode_string.c | 4 - fs/reiserfs/reiserfs.c | 4 - fs/reiserfs/reiserfs_private.h | 140 +- fs/ubifs/Makefile | 52 + fs/ubifs/budget.c | 113 + fs/ubifs/crc16.c | 60 + fs/ubifs/crc16.h | 29 + fs/ubifs/debug.c | 156 + fs/ubifs/debug.h | 392 + fs/ubifs/io.c | 316 + fs/ubifs/key.h | 557 + fs/ubifs/log.c | 104 + fs/ubifs/lprops.c | 842 + fs/ubifs/lpt.c | 1105 + fs/ubifs/lpt_commit.c | 171 + fs/ubifs/master.c | 341 + fs/ubifs/misc.h | 310 + fs/ubifs/orphan.c | 316 + fs/ubifs/recovery.c | 1225 + fs/ubifs/replay.c | 1070 + fs/ubifs/sb.c | 346 + fs/ubifs/scan.c | 362 + fs/ubifs/super.c | 1200 + fs/ubifs/tnc.c | 2767 + fs/ubifs/tnc_misc.c | 435 + fs/ubifs/ubifs-media.h | 775 + fs/ubifs/ubifs.c | 709 + fs/ubifs/ubifs.h | 2146 + fs/yaffs2/Makefile | 55 + fs/yaffs2/README-linux | 201 + fs/yaffs2/devextras.h | 275 + fs/yaffs2/yaffs_checkptrw.c | 405 + fs/yaffs2/yaffs_checkptrw.h | 34 + fs/yaffs2/yaffs_ecc.c | 333 + fs/yaffs2/yaffs_ecc.h | 44 + fs/yaffs2/yaffs_flashif.h | 31 + fs/yaffs2/yaffs_guts.c | 7491 ++ fs/yaffs2/yaffs_guts.h | 908 + fs/yaffs2/yaffs_malloc.h | 25 + fs/yaffs2/yaffs_mtdif.c | 246 + fs/yaffs2/yaffs_mtdif.h | 27 + fs/yaffs2/yaffs_mtdif2.c | 235 + fs/yaffs2/yaffs_mtdif2.h | 29 + fs/yaffs2/yaffs_nand.c | 134 + fs/yaffs2/yaffs_nand.h | 43 + fs/yaffs2/yaffs_nandemul2k.h | 39 + fs/yaffs2/yaffs_packedtags1.c | 55 + fs/yaffs2/yaffs_packedtags1.h | 37 + fs/yaffs2/yaffs_packedtags2.c | 185 + fs/yaffs2/yaffs_packedtags2.h | 38 + fs/yaffs2/yaffs_qsort.c | 163 + fs/yaffs2/yaffs_qsort.h | 23 + fs/yaffs2/yaffs_ramdisk.h | 32 + fs/yaffs2/yaffs_tagscompat.c | 533 + fs/yaffs2/yaffs_tagscompat.h | 40 + fs/yaffs2/yaffs_tagsvalidity.c | 31 + fs/yaffs2/yaffs_tagsvalidity.h | 24 + fs/yaffs2/yaffscfg.c | 420 + fs/yaffs2/yaffscfg.h | 45 + fs/yaffs2/yaffsfs.c | 1510 + fs/yaffs2/yaffsfs.h | 231 + fs/yaffs2/yaffsinterface.h | 21 + fs/yaffs2/ydirectenv.h | 92 + fs/yaffs2/yportenv.h | 193 + include/.gitignore | 9 + include/405_mal.h | 7 +- include/4xx_i2c.h | 123 + include/74xx_7xx.h | 39 +- include/ACEX1K.h | 25 +- include/MCD_dma.h | 386 + include/MCD_progCheck.h | 27 + include/MCD_tasksInit.h | 60 + include/SA-1100.h | 3394 +- include/_exports.h | 15 +- include/addr_map.h | 29 + include/ahci.h | 26 +- include/ali512x.h | 54 + include/altera.h | 31 +- include/ambapp.h | 394 + include/api_public.h | 155 + include/armcoremodule.h | 10 +- include/asm-arm/arch-arm720t/hardware.h | 4 +- .../asm-arm/arch-arm720t/netarm_mem_module.h | 18 +- .../asm-arm/arch-arm720t/netarm_ser_module.h | 32 +- include/asm-arm/arch-at91/at91_common.h | 39 + include/asm-arm/arch-at91/at91_pio.h | 49 + include/asm-arm/arch-at91/at91_pit.h | 32 + include/asm-arm/arch-at91/at91_pmc.h | 120 + include/asm-arm/arch-at91/at91_rstc.h | 41 + include/asm-arm/arch-at91/at91_spi.h | 105 + include/asm-arm/arch-at91/at91_wdt.h | 38 + include/asm-arm/arch-at91/at91cap9.h | 142 + include/asm-arm/arch-at91/at91cap9_matrix.h | 132 + include/asm-arm/arch-at91/at91sam9260.h | 133 + .../asm-arm/arch-at91/at91sam9260_matrix.h | 80 + include/asm-arm/arch-at91/at91sam9261.h | 109 + .../asm-arm/arch-at91/at91sam9261_matrix.h | 64 + include/asm-arm/arch-at91/at91sam9263.h | 132 + .../asm-arm/arch-at91/at91sam9263_matrix.h | 129 + include/asm-arm/arch-at91/at91sam9_matrix.h | 30 + include/asm-arm/arch-at91/at91sam9_sdramc.h | 87 + include/asm-arm/arch-at91/at91sam9_smc.h | 76 + include/asm-arm/arch-at91/at91sam9g45.h | 139 + .../asm-arm/arch-at91/at91sam9g45_matrix.h | 153 + include/asm-arm/arch-at91/at91sam9rl.h | 120 + include/asm-arm/arch-at91/at91sam9rl_matrix.h | 96 + include/asm-arm/arch-at91/clk.h | 63 + include/asm-arm/arch-at91/gpio.h | 367 + include/asm-arm/arch-at91/hardware.h | 77 + include/asm-arm/arch-at91/io.h | 40 + include/asm-arm/arch-at91/memory-map.h | 35 + include/asm-arm/arch-at91rm9200/AT91RM9200.h | 550 +- include/asm-arm/arch-at91rm9200/hardware.h | 2 - include/asm-arm/arch-davinci/emac_defs.h | 341 + include/asm-arm/arch-davinci/emif_defs.h | 61 + include/asm-arm/arch-davinci/hardware.h | 196 + include/asm-arm/arch-davinci/i2c_defs.h | 94 + include/asm-arm/arch-davinci/nand_defs.h | 45 + include/asm-arm/arch-imx/imx-regs.h | 177 +- include/asm-arm/arch-ixp/ixp425.h | 76 +- include/asm-arm/arch-kirkwood/cpu.h | 167 + include/asm-arm/arch-kirkwood/gpio.h | 51 + include/asm-arm/arch-kirkwood/kirkwood.h | 71 + include/asm-arm/arch-kirkwood/kw88f6192.h | 37 + include/asm-arm/arch-kirkwood/kw88f6281.h | 37 + include/asm-arm/arch-kirkwood/mpp.h | 303 + include/asm-arm/arch-kirkwood/spi.h | 56 + include/asm-arm/arch-lpc2292/hardware.h | 33 + .../asm-arm/arch-lpc2292/lpc2292_registers.h | 225 + include/asm-arm/arch-lpc2292/spi.h | 82 + include/asm-arm/arch-mx23/clkctrl.h | 64 + include/asm-arm/arch-mx23/dbguart.h | 30 + include/asm-arm/arch-mx23/mx23.h | 40 + include/asm-arm/arch-mx23/ocotp.h | 69 + include/asm-arm/arch-mx23/pinmux.h | 42 + include/asm-arm/arch-mx23/spi.h | 69 + include/asm-arm/arch-mx23/ssp.h | 100 + include/asm-arm/arch-mx23/timrot.h | 63 + include/asm-arm/arch-mx25/gpio.h | 33 + include/asm-arm/arch-mx25/imx_spi_cpld.h | 46 + include/asm-arm/arch-mx25/iomux.h | 220 + include/asm-arm/arch-mx25/mx25-regs.h | 380 + include/asm-arm/arch-mx25/mx25.h | 46 + include/asm-arm/arch-mx25/mx25_pins.h | 259 + include/asm-arm/arch-mx25/mxc_nand.h | 228 + include/asm-arm/arch-mx27/asm-offsets.h | 16 + include/asm-arm/arch-mx27/clock.h | 39 + include/asm-arm/arch-mx27/imx-regs.h | 507 + include/asm-arm/arch-mx27/mxcmmc.h | 25 + include/asm-arm/arch-mx28/mx28.h | 123 + include/asm-arm/arch-mx28/pinctrl.h | 222 + include/asm-arm/arch-mx28/regs-clkctrl.h | 635 + include/asm-arm/arch-mx28/regs-enet.h | 3562 + include/asm-arm/arch-mx28/regs-ocotp.h | 239 + include/asm-arm/arch-mx28/regs-pinctrl.h | 2674 + include/asm-arm/arch-mx28/regs-ssp.h | 471 + include/asm-arm/arch-mx28/regs-timrot.h | 293 + include/asm-arm/arch-mx28/regs-uartdbg.h | 301 + include/asm-arm/arch-mx31/mx31-regs.h | 355 + include/asm-arm/arch-mx31/mx31.h | 53 + include/asm-arm/arch-mx35/iomux.h | 290 + include/asm-arm/arch-mx35/mmu.h | 172 + include/asm-arm/arch-mx35/mx35.h | 297 + include/asm-arm/arch-mx35/mx35_pins.h | 342 + include/asm-arm/arch-mx35/mxc_nand.h | 228 + include/asm-arm/arch-mx50/imx_spi_pmic.h | 33 + include/asm-arm/arch-mx50/iomux.h | 230 + include/asm-arm/arch-mx50/mmu.h | 174 + include/asm-arm/arch-mx50/mx50.h | 331 + include/asm-arm/arch-mx50/mx50_pins.h | 285 + include/asm-arm/arch-mx51/imx_spi_pmic.h | 33 + include/asm-arm/arch-mx51/iomux.h | 240 + include/asm-arm/arch-mx51/keypad.h | 65 + include/asm-arm/arch-mx51/mmu.h | 215 + include/asm-arm/arch-mx51/mx51.h | 493 + include/asm-arm/arch-mx51/mx51_pins.h | 370 + include/asm-arm/arch-mx51/mxc_nand.h | 391 + include/asm-arm/arch-mx53/iomux.h | 249 + include/asm-arm/arch-mx53/mmu.h | 174 + include/asm-arm/arch-mx53/mx53.h | 438 + include/asm-arm/arch-mx53/mx53_pins.h | 374 + include/asm-arm/arch-nomadik/gpio.h | 42 + include/asm-arm/arch-nomadik/mtu.h | 66 + include/asm-arm/arch-omap24xx/bits.h | 48 + include/asm-arm/arch-omap24xx/clocks.h | 112 + include/asm-arm/arch-omap24xx/i2c.h | 151 + include/asm-arm/arch-omap24xx/mem.h | 156 + include/asm-arm/arch-omap24xx/mux.h | 176 + include/asm-arm/arch-omap24xx/omap2420.h | 246 + include/asm-arm/arch-omap24xx/sizes.h | 49 + include/asm-arm/arch-omap24xx/sys_info.h | 82 + include/asm-arm/arch-omap24xx/sys_proto.h | 54 + include/asm-arm/arch-omap3/clocks.h | 62 + include/asm-arm/arch-omap3/clocks_omap3.h | 285 + include/asm-arm/arch-omap3/cpu.h | 456 + include/asm-arm/arch-omap3/gpio.h | 86 + include/asm-arm/arch-omap3/i2c.h | 184 + include/asm-arm/arch-omap3/mem.h | 227 + include/asm-arm/arch-omap3/mmc.h | 235 + include/asm-arm/arch-omap3/mmc_host_def.h | 184 + include/asm-arm/arch-omap3/mux.h | 412 + include/asm-arm/arch-omap3/omap3.h | 184 + include/asm-arm/arch-omap3/omap_gpmc.h | 83 + include/asm-arm/arch-omap3/sys_proto.h | 67 + include/asm-arm/arch-pxa/bitfield.h | 44 +- include/asm-arm/arch-pxa/pxa-regs.h | 354 +- include/asm-arm/arch-s3c24x0/memory.h | 10 +- include/asm-arm/arch-s3c4510b/hardware.h | 272 + include/asm-arm/arch-s3c64xx/hardware.h | 63 + include/asm-arm/arch-sa1100/bitfield.h | 44 +- include/asm-arm/bitops.h | 81 +- include/asm-arm/cache-cp15.h | 88 + include/asm-arm/cache.h | 45 + include/asm-arm/clock.h | 44 + include/asm-arm/config.h | 24 + include/asm-arm/dma-mapping.h | 50 + include/asm-arm/errno.h | 139 +- include/asm-arm/fec.h | 284 + include/asm-arm/global_data.h | 8 +- include/asm-arm/imx_iim.h | 71 + include/asm-arm/io.h | 37 +- include/asm-arm/mach-types.h | 29913 ++++++- include/asm-arm/macro.h | 74 + include/asm-arm/mmu.h | 118 + include/asm-arm/proc-armv/system.h | 30 - include/asm-arm/system.h | 84 + include/asm-arm/types.h | 9 +- include/asm-arm/u-boot-arm.h | 10 +- include/asm-arm/u-boot.h | 7 +- include/asm-arm/unaligned.h | 18 + include/asm-avr32/arch-at32ap700x/addrspace.h | 84 + .../asm-avr32/arch-at32ap700x/cacheflush.h | 83 + .../asm-avr32/arch-at32ap700x/chip-features.h | 40 + include/asm-avr32/arch-at32ap700x/clk.h | 191 + include/asm-avr32/arch-at32ap700x/gpio-impl.h | 86 + include/asm-avr32/arch-at32ap700x/gpio.h | 64 + include/asm-avr32/arch-at32ap700x/hmatrix.h | 61 + .../asm-avr32/arch-at32ap700x/memory-map.h | 86 + include/asm-avr32/arch-at32ap700x/portmux.h | 92 + include/asm-avr32/arch-common/portmux-gpio.h | 114 + include/asm-avr32/arch-common/portmux-pio.h | 138 + include/asm-avr32/config.h | 24 + include/asm-avr32/dma-mapping.h | 2 +- include/asm-avr32/errno.h | 133 +- include/asm-avr32/global_data.h | 13 +- include/asm-avr32/hmatrix-common.h | 131 + include/asm-avr32/initcalls.h | 3 - include/asm-avr32/io.h | 23 +- include/asm-avr32/sdram.h | 30 +- include/asm-avr32/sections.h | 7 - include/asm-avr32/string.h | 2 +- include/asm-avr32/sysreg.h | 6 +- include/asm-avr32/types.h | 9 +- include/asm-avr32/u-boot.h | 12 - include/asm-blackfin/bfin_logo_230x230.h | 2377 + include/asm-blackfin/bitops.h | 80 +- include/asm-blackfin/blackfin.h | 49 +- include/asm-blackfin/blackfin_cdef.h | 67 + include/asm-blackfin/blackfin_def.h | 105 + include/asm-blackfin/blackfin_local.h | 218 + include/asm-blackfin/byteorder.h | 6 +- include/asm-blackfin/config-pre.h | 74 + include/asm-blackfin/config.h | 149 + include/asm-blackfin/cplb.h | 52 +- include/asm-blackfin/delay.h | 12 +- include/asm-blackfin/entry.h | 144 +- include/asm-blackfin/errno.h | 157 +- include/asm-blackfin/global_data.h | 27 +- include/asm-blackfin/io.h | 133 +- include/asm-blackfin/linkage.h | 24 +- .../mach-bf527/ADSP-EDN-BF52x-extended_cdef.h | 1505 + .../mach-bf527/ADSP-EDN-BF52x-extended_def.h | 509 + include/asm-blackfin/mach-bf527/BF522_cdef.h | 341 + include/asm-blackfin/mach-bf527/BF522_def.h | 138 + include/asm-blackfin/mach-bf527/BF523_cdef.h | 341 + include/asm-blackfin/mach-bf527/BF523_def.h | 138 + include/asm-blackfin/mach-bf527/BF524_cdef.h | 848 + include/asm-blackfin/mach-bf527/BF524_def.h | 307 + include/asm-blackfin/mach-bf527/BF525_cdef.h | 848 + include/asm-blackfin/mach-bf527/BF525_def.h | 307 + include/asm-blackfin/mach-bf527/BF526_cdef.h | 1085 + include/asm-blackfin/mach-bf527/BF526_def.h | 386 + include/asm-blackfin/mach-bf527/BF527_cdef.h | 1085 + include/asm-blackfin/mach-bf527/BF527_def.h | 386 + include/asm-blackfin/mach-bf527/anomaly.h | 206 + include/asm-blackfin/mach-bf527/def_local.h | 1 + include/asm-blackfin/mach-bf527/ports.h | 60 + include/asm-blackfin/mach-bf533/BF531_cdef.h | 14 + include/asm-blackfin/mach-bf533/BF531_def.h | 23 + include/asm-blackfin/mach-bf533/BF532_cdef.h | 14 + include/asm-blackfin/mach-bf533/BF532_def.h | 23 + include/asm-blackfin/mach-bf533/BF533_cdef.h | 14 + include/asm-blackfin/mach-bf533/BF533_def.h | 29 + include/asm-blackfin/mach-bf533/anomaly.h | 338 + include/asm-blackfin/mach-bf533/def_local.h | 1 + include/asm-blackfin/mach-bf533/ports.h | 10 + .../mach-bf537/ADSP-EDN-BF534-extended_cdef.h | 2750 + .../mach-bf537/ADSP-EDN-BF534-extended_def.h | 924 + include/asm-blackfin/mach-bf537/BF534_cdef.h | 14 + include/asm-blackfin/mach-bf537/BF534_def.h | 29 + include/asm-blackfin/mach-bf537/BF536_cdef.h | 251 + include/asm-blackfin/mach-bf537/BF536_def.h | 102 + include/asm-blackfin/mach-bf537/BF537_cdef.h | 251 + include/asm-blackfin/mach-bf537/BF537_def.h | 108 + include/asm-blackfin/mach-bf537/anomaly.h | 182 + include/asm-blackfin/mach-bf537/def_local.h | 1 + include/asm-blackfin/mach-bf537/ports.h | 28 + .../mach-bf548/ADSP-EDN-BF542-extended_cdef.h | 4378 + .../mach-bf548/ADSP-EDN-BF542-extended_def.h | 1467 + .../mach-bf548/ADSP-EDN-BF544-extended_cdef.h | 4972 ++ .../mach-bf548/ADSP-EDN-BF544-extended_def.h | 1665 + .../mach-bf548/ADSP-EDN-BF547-extended_cdef.h | 3615 + .../mach-bf548/ADSP-EDN-BF547-extended_def.h | 1213 + .../mach-bf548/ADSP-EDN-BF548-extended_cdef.h | 5787 ++ .../mach-bf548/ADSP-EDN-BF548-extended_def.h | 1937 + .../mach-bf548/ADSP-EDN-BF549-extended_cdef.h | 6135 ++ .../mach-bf548/ADSP-EDN-BF549-extended_def.h | 2053 + include/asm-blackfin/mach-bf548/BF541_cdef.h | 323 + include/asm-blackfin/mach-bf548/BF541_def.h | 117 + include/asm-blackfin/mach-bf548/BF542_cdef.h | 323 + include/asm-blackfin/mach-bf548/BF542_def.h | 132 + include/asm-blackfin/mach-bf548/BF544_cdef.h | 323 + include/asm-blackfin/mach-bf548/BF544_def.h | 132 + include/asm-blackfin/mach-bf548/BF547_cdef.h | 323 + include/asm-blackfin/mach-bf548/BF547_def.h | 126 + include/asm-blackfin/mach-bf548/BF548_cdef.h | 323 + include/asm-blackfin/mach-bf548/BF548_def.h | 132 + include/asm-blackfin/mach-bf548/BF549_cdef.h | 323 + include/asm-blackfin/mach-bf548/BF549_def.h | 132 + include/asm-blackfin/mach-bf548/anomaly.h | 201 + include/asm-blackfin/mach-bf548/def_local.h | 1 + include/asm-blackfin/mach-bf548/ports.h | 106 + include/asm-blackfin/mach-bf561/BF561_cdef.h | 464 + include/asm-blackfin/mach-bf561/BF561_def.h | 173 + include/asm-blackfin/mach-bf561/anomaly.h | 294 + include/asm-blackfin/mach-bf561/def_local.h | 12 + include/asm-blackfin/mach-bf561/ports.h | 44 + .../ADSP-EDN-DUAL-CORE-extended_cdef.h | 1988 + .../ADSP-EDN-DUAL-CORE-extended_def.h | 670 + .../mach-common/ADSP-EDN-core_cdef.h | 73 + .../mach-common/ADSP-EDN-core_def.h | 31 + .../mach-common/ADSP-EDN-extended_cdef.h | 1607 + .../mach-common/ADSP-EDN-extended_def.h | 543 + .../asm-blackfin/mach-common/bits/bootrom.h | 261 + include/asm-blackfin/mach-common/bits/core.h | 109 + include/asm-blackfin/mach-common/bits/dma.h | 58 + include/asm-blackfin/mach-common/bits/ebiu.h | 440 + include/asm-blackfin/mach-common/bits/emac.h | 220 + include/asm-blackfin/mach-common/bits/eppi.h | 70 + .../asm-blackfin/mach-common/bits/lockbox.h | 62 + include/asm-blackfin/mach-common/bits/mpu.h | 116 + include/asm-blackfin/mach-common/bits/otp.h | 71 + include/asm-blackfin/mach-common/bits/pata.h | 220 + include/asm-blackfin/mach-common/bits/pll.h | 96 + .../asm-blackfin/mach-common/bits/ports-a.h | 25 + .../asm-blackfin/mach-common/bits/ports-b.h | 25 + .../asm-blackfin/mach-common/bits/ports-c.h | 25 + .../asm-blackfin/mach-common/bits/ports-d.h | 25 + .../asm-blackfin/mach-common/bits/ports-e.h | 25 + .../asm-blackfin/mach-common/bits/ports-f.h | 25 + .../asm-blackfin/mach-common/bits/ports-g.h | 25 + .../asm-blackfin/mach-common/bits/ports-h.h | 25 + .../asm-blackfin/mach-common/bits/ports-i.h | 25 + .../asm-blackfin/mach-common/bits/ports-j.h | 25 + include/asm-blackfin/mach-common/bits/ppi.h | 38 + include/asm-blackfin/mach-common/bits/rtc.h | 42 + include/asm-blackfin/mach-common/bits/sdh.h | 122 + include/asm-blackfin/mach-common/bits/spi.h | 67 + include/asm-blackfin/mach-common/bits/sport.h | 89 + include/asm-blackfin/mach-common/bits/timer.h | 78 + include/asm-blackfin/mach-common/bits/trace.h | 19 + include/asm-blackfin/mach-common/bits/twi.h | 77 + include/asm-blackfin/mach-common/bits/uart.h | 98 + .../asm-blackfin/mach-common/bits/watchdog.h | 19 + include/asm-blackfin/mmc.h | 1 + include/asm-blackfin/net.h | 28 + include/asm-blackfin/posix_types.h | 29 +- include/asm-blackfin/processor.h | 147 +- include/asm-blackfin/ptrace.h | 6 +- include/asm-blackfin/shared_resources.h | 8 +- include/asm-blackfin/string.h | 17 +- include/asm-blackfin/system.h | 173 +- include/asm-blackfin/traps.h | 6 +- include/asm-blackfin/types.h | 15 +- include/asm-blackfin/u-boot.h | 19 +- include/asm-generic/errno.h | 155 + include/asm-i386/byteorder.h | 4 +- include/asm-i386/config.h | 24 + include/asm-i386/global_data.h | 12 +- include/asm-i386/ic/pci.h | 49 + include/asm-i386/ic/sc520.h | 412 +- include/asm-i386/ic/ssi.h | 34 + include/asm-i386/interrupt.h | 73 + include/asm-i386/io.h | 33 + include/asm-i386/pci.h | 1 - include/asm-i386/string.h | 2 + include/asm-i386/types.h | 9 +- include/asm-i386/u-boot-i386.h | 13 + include/asm-i386/u-boot.h | 3 +- include/asm-i386/zimage.h | 1 - include/asm-m68k/bitops.h | 39 + include/asm-m68k/byteorder.h | 102 +- include/asm-m68k/coldfire/ata.h | 79 + include/asm-m68k/coldfire/crossbar.h | 79 + include/asm-m68k/coldfire/dspi.h | 158 + include/asm-m68k/coldfire/edma.h | 177 + include/asm-m68k/coldfire/eport.h | 139 + include/asm-m68k/coldfire/flexbus.h | 120 + include/asm-m68k/coldfire/flexcan.h | 219 + include/asm-m68k/coldfire/intctrl.h | 246 + include/asm-m68k/coldfire/lcd.h | 213 + include/asm-m68k/coldfire/mdha.h | 102 + include/asm-m68k/coldfire/pwm.h | 115 + include/asm-m68k/coldfire/qspi.h | 111 + include/asm-m68k/coldfire/rng.h | 52 + include/asm-m68k/coldfire/skha.h | 121 + include/asm-m68k/coldfire/ssi.h | 169 + include/asm-m68k/config.h | 24 + include/asm-m68k/errno.h | 1 + include/asm-m68k/fec.h | 316 +- include/asm-m68k/fsl_i2c.h | 77 + include/asm-m68k/fsl_mcdmafec.h | 167 + include/asm-m68k/global_data.h | 23 +- include/asm-m68k/immap.h | 456 + include/asm-m68k/immap_520x.h | 212 + include/asm-m68k/immap_5227x.h | 254 + include/asm-m68k/immap_5235.h | 236 + include/asm-m68k/immap_5249.h | 26 +- include/asm-m68k/immap_5253.h | 52 + include/asm-m68k/immap_5271.h | 111 +- include/asm-m68k/immap_5272.h | 667 +- include/asm-m68k/immap_5275.h | 367 + include/asm-m68k/immap_5282.h | 144 +- include/asm-m68k/immap_5301x.h | 324 + include/asm-m68k/immap_5329.h | 402 + include/asm-m68k/immap_5445x.h | 352 + include/asm-m68k/immap_547x_8x.h | 275 + include/asm-m68k/io.h | 260 +- include/asm-m68k/m520x.h | 358 + include/asm-m68k/m5227x.h | 565 + include/asm-m68k/m5235.h | 602 + include/asm-m68k/m5249.h | 192 +- include/asm-m68k/m5253.h | 73 + include/asm-m68k/m5271.h | 168 +- include/asm-m68k/m5272.h | 221 +- include/asm-m68k/m5275.h | 195 + include/asm-m68k/m5282.h | 595 +- include/asm-m68k/m5301x.h | 608 + include/asm-m68k/m5329.h | 1050 + include/asm-m68k/m5445x.h | 904 + include/asm-m68k/m547x_8x.h | 434 + include/asm-m68k/ptrace.h | 44 +- include/asm-m68k/rtc.h | 109 + include/asm-m68k/timer.h | 118 + include/asm-m68k/types.h | 11 +- include/asm-m68k/u-boot.h | 43 +- include/asm-m68k/uart.h | 171 + include/asm-microblaze/asm.h | 98 + include/asm-microblaze/byteorder.h | 4 +- include/asm-microblaze/config.h | 24 + include/asm-microblaze/errno.h | 1 + include/asm-microblaze/global_data.h | 6 +- include/asm-microblaze/io.h | 35 + include/asm-microblaze/microblaze_intc.h | 43 + include/asm-microblaze/microblaze_timer.h | 41 + include/asm-microblaze/types.h | 9 +- include/asm-microblaze/u-boot.h | 3 +- include/asm-mips/addrspace.h | 175 +- include/asm-mips/asm.h | 409 + include/asm-mips/au1x00.h | 8 +- include/asm-mips/bitops.h | 64 +- include/asm-mips/byteorder.h | 60 +- include/asm-mips/cachectl.h | 10 +- include/asm-mips/cacheops.h | 78 +- include/asm-mips/config.h | 24 + include/asm-mips/errno.h | 143 + include/asm-mips/global_data.h | 8 +- include/asm-mips/io.h | 50 +- include/asm-mips/isadep.h | 5 +- include/asm-mips/mipsregs.h | 1433 +- include/asm-mips/processor.h | 249 +- include/asm-mips/ptrace.h | 67 +- include/asm-mips/reboot.h | 14 + include/asm-mips/reg.h | 134 +- include/asm-mips/regdef.h | 126 +- include/asm-mips/string.h | 162 +- include/asm-mips/types.h | 44 +- include/asm-mips/u-boot.h | 3 +- include/asm-nios/config.h | 24 + include/asm-nios/global_data.h | 6 +- include/asm-nios/io.h | 47 +- include/asm-nios/types.h | 9 +- include/asm-nios/u-boot.h | 3 +- include/asm-nios2/config.h | 24 + include/asm-nios2/global_data.h | 6 +- include/asm-nios2/io.h | 42 +- include/asm-nios2/types.h | 9 +- include/asm-nios2/u-boot.h | 3 +- include/asm-ppc/4xx_pci.h | 52 + include/asm-ppc/4xx_pcie.h | 417 + include/asm-ppc/5xx_immap.h | 36 +- include/asm-ppc/bitops.h | 54 +- include/asm-ppc/cache.h | 32 +- include/asm-ppc/config.h | 41 + include/asm-ppc/cpm_8260.h | 36 +- include/asm-ppc/e300.h | 103 +- include/asm-ppc/errno.h | 139 +- include/asm-ppc/fsl_ddr_dimm_params.h | 91 + include/asm-ppc/fsl_ddr_sdram.h | 202 + include/asm-ppc/fsl_dma.h | 141 + include/asm-ppc/fsl_i2c.h | 4 - include/asm-ppc/fsl_law.h | 86 + include/asm-ppc/fsl_lbc.h | 484 + include/asm-ppc/fsl_pci.h | 158 + include/asm-ppc/fsl_serdes.h | 21 + include/asm-ppc/global_data.h | 84 +- include/asm-ppc/gpio.h | 119 + include/asm-ppc/immap_512x.h | 1232 + include/asm-ppc/immap_83xx.h | 1835 +- include/asm-ppc/immap_85xx.h | 345 +- include/asm-ppc/immap_86xx.h | 160 +- include/asm-ppc/immap_qe.h | 621 + include/asm-ppc/interrupt.h | 36 + include/asm-ppc/io.h | 210 +- include/asm-ppc/iopin_8260.h | 40 +- include/asm-ppc/iopin_85xx.h | 40 +- include/asm-ppc/iopin_8xx.h | 128 +- include/asm-ppc/mmu.h | 442 +- include/asm-ppc/mp.h | 30 + include/asm-ppc/mpc512x.h | 57 + include/asm-ppc/mpc8xxx_spi.h | 48 + include/asm-ppc/ppc4xx-ebc.h | 187 + include/asm-ppc/ppc4xx-isram.h | 75 + include/asm-ppc/ppc4xx-sdram.h | 1426 + include/asm-ppc/ppc4xx-uic.h | 316 + include/asm-ppc/ppc4xx_config.h | 42 + include/asm-ppc/processor.h | 594 +- include/asm-ppc/ptrace.h | 2 +- include/asm-ppc/sigcontext.h | 2 +- include/asm-ppc/status_led.h | 6 +- include/asm-ppc/types.h | 16 +- include/asm-ppc/u-boot.h | 46 +- include/asm-ppc/unaligned.h | 16 + include/asm-ppc/xilinx_irq.h | 36 + include/asm-sh/bitops.h | 151 + include/asm-sh/byteorder.h | 30 + include/asm-sh/cache.h | 35 + include/asm-sh/clk.h | 35 + include/asm-sh/config.h | 24 + include/asm-sh/cpu_sh2.h | 40 + include/asm-sh/cpu_sh3.h | 42 + include/asm-sh/cpu_sh4.h | 82 + include/asm-sh/cpu_sh7203.h | 41 + include/asm-sh/cpu_sh7710.h | 64 + include/asm-sh/cpu_sh7720.h | 230 + include/asm-sh/cpu_sh7722.h | 1337 + include/asm-sh/cpu_sh7723.h | 209 + include/asm-sh/cpu_sh7750.h | 196 + include/asm-sh/cpu_sh7763.h | 51 + include/asm-sh/cpu_sh7780.h | 503 + include/asm-sh/cpu_sh7785.h | 156 + include/asm-sh/errno.h | 1 + include/asm-sh/global_data.h | 54 + include/asm-sh/io.h | 270 + include/asm-sh/irqflags.h | 126 + include/asm-sh/macro.h | 52 + include/asm-sh/pci.h | 48 + include/asm-sh/posix_types.h | 123 + include/asm-sh/processor.h | 12 + include/asm-sh/ptrace.h | 112 + include/asm-sh/string.h | 162 + include/asm-sh/system.h | 275 + include/asm-sh/types.h | 62 + include/asm-sh/u-boot.h | 41 + include/asm-sparc/arch-leon2/asi.h | 36 + include/asm-sparc/arch-leon3/asi.h | 36 + include/asm-sparc/asi.h | 32 + include/asm-sparc/asmmacro.h | 45 + include/asm-sparc/atomic.h | 29 + include/asm-sparc/bitops.h | 29 + include/asm-sparc/byteorder.h | 37 + include/asm-sparc/cache.h | 31 + include/asm-sparc/config.h | 24 + include/asm-sparc/errno.h | 1 + include/asm-sparc/global_data.h | 89 + include/asm-sparc/io.h | 98 + include/asm-sparc/irq.h | 49 + include/asm-sparc/leon.h | 42 + include/asm-sparc/leon2.h | 236 + include/asm-sparc/leon3.h | 36 + include/asm-sparc/machines.h | 92 + include/asm-sparc/page.h | 43 + include/asm-sparc/posix_types.h | 139 + include/asm-sparc/processor.h | 116 + include/asm-sparc/prom.h | 297 + include/asm-sparc/psr.h | 97 + include/asm-sparc/ptrace.h | 181 + include/asm-sparc/srmmu.h | 301 + include/asm-sparc/stack.h | 162 + include/asm-sparc/string.h | 55 + include/asm-sparc/types.h | 74 + include/asm-sparc/u-boot.h | 62 + include/asm-sparc/winmacro.h | 151 + include/at45.h | 69 + include/ata.h | 16 +- include/atmel_lcdc.h | 177 + include/bcd.h | 20 + include/bcm5221.h | 2 +- include/bedbug/ppc.h | 2 +- include/bedbug/tables.h | 604 +- include/bus_vcxk.h | 36 + include/clps7111.h | 2 +- include/command.h | 43 +- include/common.h | 229 +- include/commproc.h | 66 +- include/compiler.h | 125 + include/config_cmd_all.h | 89 + include/config_cmd_default.h | 42 + include/configs/A3000.h | 265 +- include/configs/ADCIOP.h | 136 +- include/configs/ADNPESC1.h | 539 +- include/configs/ADNPESC1_base_32.h | 396 +- include/configs/ADS860.h | 28 +- include/configs/AMX860.h | 157 +- include/configs/AP1000.h | 198 +- include/configs/APC405.h | 501 +- include/configs/AR405.h | 180 +- include/configs/ASH405.h | 292 +- include/configs/ATUM8548.h | 453 + include/configs/Adder.h | 144 +- include/configs/AdderUSB.h | 51 + include/configs/Alaska8220.h | 298 +- include/configs/AmigaOneG3SE.h | 249 +- include/configs/B2.h | 115 +- include/configs/BAB7xx.h | 357 +- include/configs/BC3450.h | 349 +- include/configs/BMW.h | 251 +- include/configs/CANBT.h | 154 +- include/configs/CATcenter.h | 383 +- include/configs/CCM.h | 238 +- include/configs/CMS700.h | 316 +- include/configs/CPC45.h | 323 +- include/configs/CPCI2DP.h | 197 +- include/configs/CPCI405.h | 257 +- include/configs/CPCI4052.h | 377 +- include/configs/CPCI405AB.h | 364 +- include/configs/CPCI405DT.h | 362 +- include/configs/CPCI750.h | 482 +- include/configs/CPCIISER4.h | 183 +- include/configs/CPU86.h | 326 +- include/configs/CPU87.h | 334 +- include/configs/CRAYL1.h | 200 +- include/configs/CU824.h | 260 +- include/configs/DASA_SIM.h | 136 +- include/configs/DB64360.h | 349 +- include/configs/DB64460.h | 345 +- include/configs/DK1C20.h | 407 +- include/configs/DK1C20_safe_32.h | 2 +- include/configs/DK1C20_standard_32.h | 256 +- include/configs/DK1S10.h | 398 +- include/configs/DK1S10_mtx_ldk_20.h | 178 +- include/configs/DK1S10_safe_32.h | 2 +- include/configs/DK1S10_standard_32.h | 250 +- include/configs/DP405.h | 247 +- include/configs/DU405.h | 224 +- include/configs/DU440.h | 435 + include/configs/EB+MCF-EV123.h | 282 +- include/configs/ELPPC.h | 242 +- include/configs/ELPT860.h | 181 +- include/configs/EP1C20.h | 161 +- include/configs/EP1S10.h | 156 +- include/configs/EP1S40.h | 156 +- include/configs/EP88x.h | 139 +- include/configs/ERIC.h | 217 +- include/configs/ESTEEM192E.h | 165 +- include/configs/ETX094.h | 186 +- include/configs/EVB64260.h | 281 +- include/configs/EXBITGEN.h | 155 +- include/configs/FADS823.h | 188 +- include/configs/FADS850SAR.h | 154 +- include/configs/FADS860T.h | 18 +- include/configs/FLAGADM.h | 157 +- include/configs/FPS850L.h | 290 +- include/configs/FPS860L.h | 320 +- include/configs/G2000.h | 282 +- include/configs/GEN860T.h | 345 +- include/configs/GENIETV.h | 167 +- include/configs/GTH.h | 173 +- include/configs/HH405.h | 382 +- include/configs/HIDDEN_DRAGON.h | 325 +- include/configs/HMI10.h | 264 +- include/configs/HUB405.h | 291 +- include/configs/IAD210.h | 172 +- include/configs/ICU862.h | 228 +- include/configs/IDS8247.h | 332 +- include/configs/IP860.h | 217 +- include/configs/IPHASE4539.h | 171 +- include/configs/ISPAN.h | 222 +- include/configs/IVML24.h | 243 +- include/configs/IVMS8.h | 230 +- include/configs/IceCube.h | 310 +- include/configs/JSE.h | 198 +- include/configs/KAREF.h | 206 +- include/configs/KUP4K.h | 230 +- include/configs/KUP4X.h | 228 +- include/configs/LANTEC.h | 216 +- include/configs/M5208EVBE.h | 223 + include/configs/M52277EVB.h | 328 + include/configs/M5235EVB.h | 264 + include/configs/M5249EVB.h | 194 + include/configs/M5253DEMO.h | 256 + include/configs/M5253EVBE.h | 200 + include/configs/M5271EVB.h | 214 +- include/configs/M5272C3.h | 244 +- include/configs/M5275EVB.h | 228 + include/configs/M5282EVB.h | 204 +- include/configs/M53017EVB.h | 253 + include/configs/M5329EVB.h | 266 + include/configs/M5373EVB.h | 266 + include/configs/M54451EVB.h | 332 + include/configs/M54455EVB.h | 458 + include/configs/M5475EVB.h | 311 + include/configs/M5485EVB.h | 297 + include/configs/MBX.h | 178 +- include/configs/MBX860T.h | 151 +- include/configs/METROBOX.h | 208 +- include/configs/MHPC.h | 189 +- include/configs/MIP405.h | 252 +- include/configs/ML2.h | 177 +- include/configs/MOUSSE.h | 251 +- include/configs/MPC8260ADS.h | 501 +- include/configs/MPC8266ADS.h | 334 +- include/configs/MPC8313ERDB.h | 642 + include/configs/MPC8315ERDB.h | 604 + include/configs/MPC8323ERDB.h | 591 + include/configs/MPC832XEMDS.h | 585 + include/configs/MPC8349EMDS.h | 637 +- include/configs/MPC8349ITX.h | 756 + include/configs/MPC8360EMDS.h | 626 + include/configs/MPC8360ERDK.h | 575 + include/configs/MPC837XEMDS.h | 683 + include/configs/MPC837XERDB.h | 717 + include/configs/MPC8536DS.h | 669 + include/configs/MPC8540ADS.h | 416 +- include/configs/MPC8540EVAL.h | 298 +- include/configs/MPC8541CDS.h | 353 +- include/configs/MPC8544DS.h | 551 + include/configs/MPC8548CDS.h | 541 +- include/configs/MPC8555CDS.h | 355 +- include/configs/MPC8560ADS.h | 479 +- include/configs/MPC8568MDS.h | 540 + include/configs/MPC8569MDS.h | 539 + include/configs/MPC8572DS.h | 710 + include/configs/MPC8610HPCD.h | 696 + include/configs/MPC8641HPCN.h | 851 +- include/configs/MPC86xADS.h | 12 +- include/configs/MPC885ADS.h | 10 +- include/configs/MUSENKI.h | 243 +- include/configs/MVBC_P.h | 326 + include/configs/MVBLM7.h | 469 + include/configs/MVBLUE.h | 308 +- include/configs/MVS1.h | 240 +- include/configs/MigoR.h | 147 + include/configs/NC650.h | 247 +- include/configs/NETPHONE.h | 357 +- include/configs/NETTA.h | 399 +- include/configs/NETTA2.h | 351 +- include/configs/NETVIA.h | 263 +- include/configs/NSCU.h | 273 +- include/configs/NX823.h | 187 +- include/configs/OCRTC.h | 221 +- include/configs/ORSG.h | 221 +- include/configs/OXC.h | 251 +- include/configs/P2020DS.h | 740 + include/configs/P3G4.h | 272 +- include/configs/PATI.h | 173 +- include/configs/PCI405.h | 300 +- include/configs/PCI5441.h | 144 +- include/configs/PCIPPC2.h | 187 +- include/configs/PCIPPC6.h | 199 +- include/configs/PIP405.h | 238 +- include/configs/PK1C20.h | 193 +- include/configs/PLU405.h | 451 +- include/configs/PM520.h | 266 +- include/configs/PM826.h | 298 +- include/configs/PM828.h | 285 +- include/configs/PM854.h | 327 +- include/configs/PM856.h | 328 +- include/configs/PMC405.h | 415 +- include/configs/PMC405DE.h | 378 + include/configs/PMC440.h | 530 + include/configs/PN62.h | 238 +- include/configs/PPChameleonEVB.h | 436 +- include/configs/QS823.h | 211 +- include/configs/QS850.h | 211 +- include/configs/QS860T.h | 207 +- include/configs/R360MPI.h | 247 +- include/configs/RBC823.h | 261 +- include/configs/RPXClassic.h | 212 +- include/configs/RPXlite.h | 185 +- include/configs/RPXlite_DW.h | 229 +- include/configs/RPXsuper.h | 269 +- include/configs/RRvision.h | 217 +- include/configs/Rattler.h | 213 +- include/configs/SBC8540.h | 309 +- include/configs/SCM.h | 331 +- include/configs/SIMPC8313.h | 547 + include/configs/SL8245.h | 233 +- include/configs/SM850.h | 216 +- include/configs/SMN42.h | 203 + include/configs/SPD823TS.h | 219 +- include/configs/SX1.h | 118 +- include/configs/SXNI855T.h | 246 +- include/configs/Sandpoint8240.h | 324 +- include/configs/Sandpoint8245.h | 327 +- include/configs/TASREG.h | 223 +- include/configs/TB5200.h | 310 +- include/configs/TK885D.h | 519 + include/configs/TOP5200.h | 278 +- include/configs/TOP860.h | 218 +- include/configs/TQM5200.h | 524 +- include/configs/TQM823L.h | 289 +- include/configs/TQM823M.h | 279 +- include/configs/TQM8260.h | 293 +- include/configs/TQM8272.h | 765 + include/configs/TQM834x.h | 502 +- include/configs/TQM850L.h | 275 +- include/configs/TQM850M.h | 278 +- include/configs/TQM855L.h | 278 +- include/configs/TQM855M.h | 296 +- include/configs/TQM85xx.h | 593 +- include/configs/TQM860L.h | 278 +- include/configs/TQM860M.h | 289 +- include/configs/TQM862L.h | 279 +- include/configs/TQM862M.h | 281 +- include/configs/TQM866M.h | 321 +- include/configs/TQM885D.h | 316 +- include/configs/Total5200.h | 271 +- include/configs/VCMA9.h | 188 +- include/configs/VOH405.h | 369 +- include/configs/VOM405.h | 283 +- include/configs/VoVPN-GW.h | 271 +- include/configs/W7OLMC.h | 214 +- include/configs/W7OLMG.h | 224 +- include/configs/WUH405.h | 287 +- include/configs/XPEDITE1000.h | 356 + include/configs/XPEDITE5170.h | 756 + include/configs/XPEDITE5200.h | 547 + include/configs/XPEDITE5370.h | 597 + include/configs/Yukon8220.h | 308 +- include/configs/ZPC1900.h | 231 +- include/configs/ZUMA.h | 243 +- include/configs/acadia.h | 374 + include/configs/actux1.h | 245 + include/configs/actux2.h | 222 + include/configs/actux3.h | 222 + include/configs/actux4.h | 216 + include/configs/aev.h | 256 +- include/configs/afeb9260.h | 176 + include/configs/alpr.h | 380 + include/configs/amcc-common.h | 287 + include/configs/ap325rxa.h | 177 + include/configs/apollon.h | 272 + include/configs/aria.h | 663 + include/configs/armadillo.h | 70 +- include/configs/assabet.h | 103 +- include/configs/at91cap9adk.h | 218 + include/configs/at91rm9200dk.h | 206 +- include/configs/at91rm9200ek.h | 320 + include/configs/at91sam9260ek.h | 222 + include/configs/at91sam9261ek.h | 240 + include/configs/at91sam9263ek.h | 350 + include/configs/at91sam9m10g45ek.h | 227 + include/configs/at91sam9rlek.h | 185 + include/configs/atc.h | 254 +- include/configs/atngw100.h | 181 + include/configs/atstk1002.h | 225 +- include/configs/atstk1003.h | 186 + include/configs/atstk1004.h | 186 + include/configs/atstk1006.h | 204 + include/configs/bamboo.h | 434 +- include/configs/barco.h | 279 +- include/configs/bf518f-ezbrd.h | 147 + include/configs/bf526-ezbrd.h | 188 + include/configs/bf527-ezkit.h | 170 + include/configs/bf533-ezkit.h | 155 + include/configs/bf533-stamp.h | 259 + include/configs/bf537-minotaur.h | 200 + include/configs/bf537-pnav.h | 185 + include/configs/bf537-srv1.h | 200 + include/configs/bf537-stamp.h | 267 + include/configs/bf538f-ezkit.h | 152 + include/configs/bf548-ezkit.h | 210 + include/configs/bf561-ezkit.h | 169 + include/configs/bfin_adi_common.h | 228 + include/configs/blackstamp.h | 272 + include/configs/bubinga.h | 302 +- include/configs/c2mon.h | 223 +- include/configs/canmb.h | 162 +- include/configs/canyonlands.h | 761 + include/configs/cerf250.h | 181 +- include/configs/cm-bf527.h | 135 + include/configs/cm-bf533.h | 102 + include/configs/cm-bf537e.h | 137 + include/configs/cm-bf548.h | 140 + include/configs/cm-bf561.h | 107 + include/configs/cm4008.h | 64 +- include/configs/cm41xx.h | 64 +- include/configs/cm5200.h | 343 + include/configs/cmc_pu2.h | 195 +- include/configs/cmi_mpc5xx.h | 161 +- include/configs/cobra5272.h | 196 +- include/configs/cogent_mpc8260.h | 182 +- include/configs/cogent_mpc8xx.h | 201 +- include/configs/compactcenter.h | 437 + include/configs/cpci5200.h | 275 +- include/configs/cradle.h | 155 +- include/configs/csb226.h | 207 +- include/configs/csb272.h | 192 +- include/configs/csb472.h | 189 +- include/configs/csb637.h | 217 +- include/configs/davinci_dm355evm.h | 191 + include/configs/davinci_dvevm.h | 241 + include/configs/davinci_schmoogie.h | 160 + include/configs/davinci_sffsdr.h | 153 + include/configs/davinci_sonata.h | 211 + include/configs/dbau1x00.h | 156 +- include/configs/debris.h | 318 +- include/configs/delta.h | 159 +- include/configs/digsy_mtc.h | 449 + include/configs/dlvision.h | 225 + include/configs/dnp1110.h | 70 +- include/configs/eNET.h | 248 + include/configs/eXalion.h | 330 +- include/configs/ebony.h | 255 +- include/configs/ep7312.h | 76 +- include/configs/ep8248.h | 239 +- include/configs/ep8260.h | 449 +- include/configs/ep82xxm.h | 339 +- include/configs/espt.h | 126 + include/configs/evb4510.h | 78 +- include/configs/favr-32-ezkit.h | 201 + include/configs/fx12mm.h | 68 + include/configs/gcplus.h | 93 +- include/configs/gdppc440etx.h | 194 + include/configs/gr_cpci_ax2000.h | 380 + include/configs/gr_ep2s60.h | 356 + include/configs/gr_xc3s_1500.h | 321 + include/configs/grsim.h | 340 + include/configs/grsim_leon2.h | 349 + include/configs/gth2.h | 124 +- include/configs/gw8260.h | 320 +- include/configs/hammerhead.h | 172 + include/configs/hcu4.h | 275 + include/configs/hcu5.h | 330 + include/configs/hermes.h | 153 +- include/configs/hmi1001.h | 239 +- include/configs/hymod.h | 298 +- include/configs/ibf-dsp561.h | 145 + include/configs/idmr.h | 247 + include/configs/impa7.h | 74 +- include/configs/imx31_litekit.h | 177 + include/configs/imx31_phycore.h | 205 + include/configs/incaip.h | 94 +- include/configs/inka4x0.h | 307 +- include/configs/innokom.h | 171 +- include/configs/integratorap.h | 86 +- include/configs/integratorcp.h | 110 +- include/configs/ixdp425.h | 100 +- include/configs/ixdpg425.h | 134 +- include/configs/jupiter.h | 304 + include/configs/katmai.h | 341 + include/configs/kb9202.h | 96 +- include/configs/keymile-common.h | 266 + include/configs/kilauea.h | 607 + include/configs/km8xx.h | 341 + include/configs/kmeter1.h | 468 + include/configs/kmsupx4.h | 41 + include/configs/korat.h | 570 + include/configs/kvme080.h | 320 +- include/configs/lart.h | 70 +- include/configs/linkstation.h | 508 + include/configs/logodl.h | 153 +- include/configs/lpc2292sodimm.h | 161 + include/configs/lpd7a400-10.h | 12 +- include/configs/lpd7a400.h | 62 +- include/configs/lpd7a404-10.h | 12 +- include/configs/lpd7a404.h | 62 +- include/configs/luan.h | 269 +- include/configs/lubbock.h | 158 +- include/configs/lwmon.h | 360 +- include/configs/lwmon5.h | 622 + include/configs/m501sk.h | 220 + include/configs/makalu.h | 363 + include/configs/mcc200.h | 256 +- include/configs/mcu25.h | 288 + include/configs/mecp5123.h | 452 + include/configs/mecp5200.h | 354 + include/configs/meesc.h | 190 + include/configs/mgcoge.h | 354 + include/configs/mgsuvd.h | 38 + include/configs/microblaze-generic.h | 304 + include/configs/mimc200.h | 193 + include/configs/ml300.h | 108 +- include/configs/ml507.h | 49 + include/configs/modnet50.h | 83 +- include/configs/motionpro.h | 432 + include/configs/mp2usb.h | 233 +- include/configs/mpc5121ads.h | 602 + include/configs/mpc7448hpc2.h | 412 + include/configs/mpr2.h | 92 + include/configs/ms7720se.h | 126 + include/configs/ms7722se.h | 134 + include/configs/ms7750se.h | 107 + include/configs/muas3001.h | 416 + include/configs/mucmc52.h | 375 + include/configs/munices.h | 217 + include/configs/mv88f6281gtw_ge.h | 200 + include/configs/mx1ads.h | 89 +- include/configs/mx1fs2.h | 149 +- include/configs/mx23_evk.h | 154 + include/configs/mx25_3stack.h | 282 + include/configs/mx25_3stack_mfg.h | 262 + include/configs/mx28_evk.h | 160 + include/configs/mx31_3stack.h | 163 + include/configs/mx31ads.h | 200 + include/configs/mx31pdk.h | 200 + include/configs/mx35_3stack.h | 253 + include/configs/mx35_3stack_mfg.h | 255 + include/configs/mx35_3stack_mmc.h | 273 + include/configs/mx50_arm2.h | 284 + include/configs/mx50_arm2_iram.h | 194 + include/configs/mx50_arm2_lpddr2.h | 286 + include/configs/mx50_arm2_mfg.h | 253 + include/configs/mx51_3stack.h | 267 + include/configs/mx51_3stack_android.h | 322 + include/configs/mx51_bbg.h | 274 + include/configs/mx51_bbg_android.h | 326 + include/configs/mx51_bbg_mfg.h | 235 + include/configs/mx53_arm2.h | 274 + include/configs/mx53_arm2_ddr3.h | 256 + include/configs/mx53_evk.h | 273 + include/configs/mx53_evk_mfg.h | 217 + include/configs/neo.h | 231 + include/configs/netstal-common.h | 255 + include/configs/netstar.h | 254 +- include/configs/nhk8815.h | 196 + include/configs/ns9750dev.h | 105 +- include/configs/o2dnt.h | 193 +- include/configs/ocotea.h | 256 +- include/configs/omap1510.h | 2 +- include/configs/omap1510inn.h | 103 +- include/configs/omap1610h2.h | 89 +- include/configs/omap1610inn.h | 87 +- include/configs/omap2420h4.h | 158 +- include/configs/omap3_beagle.h | 311 + include/configs/omap3_evm.h | 325 + include/configs/omap3_overo.h | 296 + include/configs/omap3_pandora.h | 300 + include/configs/omap3_zoom1.h | 308 + include/configs/omap3_zoom2.h | 263 + include/configs/omap5912osk.h | 97 +- include/configs/omap730.h | 2 +- include/configs/omap730p2.h | 81 +- include/configs/p3mx.h | 461 + include/configs/p3p440.h | 224 +- include/configs/pb1x00.h | 128 +- include/configs/pcm030.h | 444 + include/configs/pcs440ep.h | 430 +- include/configs/pcu_e.h | 279 +- include/configs/pdnb3.h | 243 +- include/configs/pf5200.h | 261 +- include/configs/pleb2.h | 178 +- include/configs/pm9261.h | 384 + include/configs/pm9263.h | 412 + include/configs/ppmc7xx.h | 394 +- include/configs/ppmc8260.h | 329 +- include/configs/purple.h | 82 +- include/configs/pxa255_idp.h | 174 +- include/configs/qemu-mips.h | 175 + include/configs/qong.h | 223 + include/configs/quad100hd.h | 299 + include/configs/quantum.h | 227 +- include/configs/r2dplus.h | 127 + include/configs/r7780mp.h | 176 + include/configs/rd6281a.h | 199 + include/configs/redwood.h | 186 + include/configs/rmu.h | 225 +- include/configs/rsdproto.h | 226 +- include/configs/rsk7203.h | 113 + include/configs/sacsng.h | 405 +- include/configs/sbc2410x.h | 132 +- include/configs/sbc405.h | 177 +- include/configs/sbc8240.h | 267 +- include/configs/sbc8260.h | 356 +- include/configs/sbc8349.h | 683 + include/configs/sbc8548.h | 534 + include/configs/sbc8560.h | 411 +- include/configs/sbc8641d.h | 637 + include/configs/sc3.h | 584 + include/configs/sc520_cdp.h | 172 +- include/configs/sc520_spunk.h | 155 +- include/configs/scb9328.h | 159 +- include/configs/sequoia.h | 624 +- include/configs/sh7763rdp.h | 126 + include/configs/sh7785lcr.h | 192 + include/configs/shannon.h | 108 +- include/configs/sheevaplug.h | 196 + include/configs/smdk2400.h | 97 +- include/configs/smdk2410.h | 90 +- include/configs/smdk6400.h | 311 + include/configs/smmaco4.h | 245 +- include/configs/socrates.h | 480 + include/configs/sorcery.h | 238 +- include/configs/spc1920.h | 293 +- include/configs/spieval.h | 328 +- include/configs/stxgp3.h | 340 +- include/configs/stxssa.h | 482 + include/configs/stxxtc.h | 320 +- include/configs/suzaku.h | 77 +- include/configs/svm_sc8xx.h | 270 +- include/configs/taihu.h | 323 + include/configs/taishan.h | 207 + include/configs/tb0229.h | 106 +- include/configs/tcm-bf537.h | 139 + include/configs/trab.h | 194 +- include/configs/trizepsiv.h | 344 + include/configs/tx28.h | 164 + include/configs/uc100.h | 279 +- include/configs/uc101.h | 361 + include/configs/utx8245.h | 318 +- include/configs/v37.h | 215 +- include/configs/v38b.h | 357 + include/configs/v5fx30teval.h | 49 + include/configs/vct.h | 353 + include/configs/versatile.h | 191 +- include/configs/virtlab2.h | 305 +- include/configs/vme8349.h | 607 + include/configs/voiceblue.h | 213 +- include/configs/walnut.h | 291 +- include/configs/wepep250.h | 97 +- include/configs/xaeniax.h | 160 +- include/configs/xilinx-ppc.h | 138 + include/configs/xilinx-ppc405-generic.h | 58 + include/configs/xilinx-ppc405.h | 39 + include/configs/xilinx-ppc440-generic.h | 49 + include/configs/xilinx-ppc440.h | 28 + include/configs/xm250.h | 186 +- include/configs/xsengine.h | 157 +- include/configs/yosemite.h | 321 +- include/configs/yucca.h | 310 +- include/configs/zeus.h | 381 + include/configs/zylonite.h | 135 +- include/cramfs/cramfs_fs.h | 22 - include/da9030.h | 12 + include/dataflash.h | 47 +- include/ddr_spd.h | 303 + include/div64.h | 49 + include/dm9000.h | 20 + include/dm9161.h | 8 +- include/dp83848.h | 88 + include/ds4510.h | 75 + include/dtt.h | 72 +- include/e500.h | 103 +- include/elf.h | 17 +- include/environment.h | 120 +- include/exports.h | 15 +- include/fat.h | 7 +- include/fdt.h | 62 + include/fdt_support.h | 83 + include/fis.h | 156 + include/flash.h | 56 +- include/fpga.h | 42 +- include/fsl_esdhc.h | 174 + include/fsl_nfc.h | 109 + include/galileo/core.h | 4 +- include/galileo/gt64260R.h | 2012 +- include/hush.h | 6 + include/hwconfig.h | 69 + include/i2c.h | 156 +- include/i8042.h | 6 +- include/ide.h | 10 +- include/image.h | 538 +- include/imx_spi.h | 96 + include/imx_spi_nor.h | 70 + include/imx_ssp_mmc.h | 50 + include/iomux.h | 48 + include/ioports.h | 12 +- include/jffs2/jffs2.h | 19 + include/jffs2/load_kernel.h | 15 +- include/lcd.h | 124 +- include/lh7a40x.h | 4 +- include/libata.h | 669 + include/libfdt.h | 1132 + include/libfdt_env.h | 33 + include/linux/bitops.h | 83 + include/linux/crc32.h | 27 + include/linux/err.h | 45 + include/linux/list.h | 502 +- include/linux/lzo.h | 44 + include/linux/math64.h | 85 + include/linux/mii.h | 158 + include/linux/mtd/bbm.h | 134 + include/linux/mtd/blktrans.h | 79 + include/linux/mtd/compat.h | 9 + include/linux/mtd/concat.h | 19 + include/linux/mtd/doc2000.h | 285 +- include/linux/mtd/fsl_upm.h | 48 + include/linux/mtd/inftl-user.h | 89 + include/linux/mtd/jffs2-user.h | 35 + include/linux/mtd/mtd-abi.h | 127 +- include/linux/mtd/mtd.h | 221 +- include/linux/mtd/nand.h | 531 +- include/linux/mtd/nand_ecc.h | 2 - include/linux/mtd/nftl-user.h | 76 + include/linux/mtd/nftl.h | 106 +- include/linux/mtd/onenand.h | 160 + include/linux/mtd/onenand_regs.h | 190 + include/linux/mtd/partitions.h | 84 + include/linux/mtd/ubi.h | 186 + include/linux/poison.h | 11 + include/linux/rbtree.h | 160 + include/linux/stat.h | 94 +- include/linux/types.h | 24 + include/linux/unaligned/access_ok.h | 66 + include/linux/unaligned/generic.h | 71 + include/lmb.h | 57 + include/logbuff.h | 27 +- include/lxt971a.h | 136 +- include/lzma/LzmaDec.h | 31 + include/lzma/LzmaTools.h | 31 + include/lzma/LzmaTypes.h | 36 + include/malloc.h | 5 +- include/mb862xx.h | 113 + include/mg_disk.h | 51 + include/miiphy.h | 118 +- include/mk48t59.h | 6 +- include/mmc.h | 293 +- include/mpc106.h | 14 +- include/mpc5xx.h | 45 +- include/mpc5xxx.h | 291 +- include/mpc5xxx_sdma.h | 93 + include/mpc8220.h | 103 +- include/mpc824x.h | 49 +- include/mpc8260.h | 28 +- include/mpc83xx.h | 1421 +- include/mpc85xx.h | 44 +- include/mpc86xx.h | 53 +- include/mpc8xx.h | 14 +- include/mpc8xx_irq.h | 4 +- include/mtd/ubi-user.h | 268 + include/mx2fb.h | 47 + include/mxc_keyb.h | 201 + include/nand.h | 26 +- include/net.h | 152 +- include/netdev.h | 173 + include/nios2-epcs.h | 2 +- include/nios2-io.h | 6 +- include/nomadik.h | 39 + include/ns16550.h | 256 +- include/ns7520_eth.h | 9 +- include/ns87308.h | 66 +- include/ns9750_bbus.h | 22 +- include/ns9750_eth.h | 269 +- include/ns9750_mem.h | 46 +- include/ns9750_ser.h | 26 +- include/ns9750_sys.h | 38 +- include/onenand_uboot.h | 45 + include/part.h | 40 +- include/pata.h | 35 + include/pc_keyb.h | 12 +- include/pca953x.h | 39 + include/pci.h | 86 +- include/pci_ids.h | 56 + include/pcmcia.h | 40 +- include/post.h | 54 +- include/ppc405.h | 1311 +- include/ppc440.h | 2308 +- include/ppc4xx.h | 201 + include/ppc4xx_enet.h | 292 +- include/ppc_asm.tmpl | 104 +- include/ps2mult.h | 101 +- include/radeon.h | 1988 + include/rtc.h | 6 +- include/s3c2410.h | 36 +- include/s3c24x0.h | 22 +- include/s3c6400.h | 895 + include/s3c64x0.h | 90 + include/s6e63d6.h | 37 + include/s_record.h | 6 +- include/sata.h | 12 + include/scsi.h | 6 +- include/sed13806.h | 2 +- include/serial.h | 28 +- include/sha1.h | 126 + include/sha256.h | 16 + include/spartan2.h | 19 +- include/spartan3.h | 52 +- include/spi.h | 169 +- include/spi_flash.h | 70 + include/status_led.h | 103 +- include/stdio_dev.h | 127 + include/stratixII.h | 32 + include/sym53c8xx.h | 8 +- include/timestamp.h | 30 + include/tsec.h | 643 + include/tsi108.h | 221 + include/tsi148.h | 218 + include/twl4030.h | 401 + include/tws.h | 38 + include/u-boot/md5.h | 31 + include/u-boot/u-boot.lds.h | 25 + include/u-boot/zlib.h | 698 + include/ubi_uboot.h | 225 + include/usb.h | 270 +- include/usb/ehci-fsl.h | 149 + include/usb/mpc8xx_udc.h | 210 + include/usb/omap1510_udc.h | 193 + include/usb/pxa27x_udc.h | 69 + include/usb_cdc_acm.h | 43 + include/usb_defs.h | 10 + include/usbdescriptors.h | 38 +- include/usbdevice.h | 666 + include/version.h | 2 + include/video_easylogo.h | 2 +- include/video_logo.h | 6 +- include/virtex2.h | 6 +- include/vsc7385.h | 12 + include/vxworks.h | 53 + include/w83c553f.h | 40 +- include/xilinx.h | 78 +- lib_arm/Makefile | 43 +- lib_arm/_ashldi3.S | 2 + lib_arm/_ashrdi3.S | 2 + lib_arm/_divsi3.S | 2 + lib_arm/_lshrdi3.S | 48 + lib_arm/_udivsi3.S | 36 +- lib_arm/_umodsi3.S | 6 +- lib_arm/board.c | 442 +- lib_arm/bootm.c | 279 + lib_arm/config.mk | 56 + lib_arm/eabi_compat.c | 18 + lib_arm/interrupts.c | 187 + lib_arm/reset.c | 53 + lib_avr32/Makefile | 10 +- lib_avr32/board.c | 253 +- lib_avr32/bootm.c | 209 + lib_avr32/config.mk | 27 + lib_avr32/interrupts.c | 9 +- lib_avr32/memset.S | 2 +- lib_blackfin/.gitignore | 1 + lib_blackfin/Makefile | 30 +- lib_blackfin/board.c | 445 +- lib_blackfin/boot.c | 63 + lib_blackfin/cache.c | 129 +- lib_blackfin/clocks.c | 77 + lib_blackfin/cmd_cache_dump.c | 145 + lib_blackfin/config.mk | 66 + lib_blackfin/memcmp.S | 103 + lib_blackfin/memcpy.S | 117 + lib_blackfin/memmove.S | 96 + lib_blackfin/memset.S | 96 + lib_blackfin/muldi3.c | 30 +- lib_blackfin/post.c | 421 + lib_blackfin/string.c | 244 + lib_blackfin/tests.c | 250 + lib_blackfin/u-boot.lds.S | 139 + lib_generic/Makefile | 29 +- lib_generic/addr_map.c | 81 + lib_generic/bzlib.c | 7 +- lib_generic/bzlib_crctable.c | 3 - lib_generic/bzlib_decompress.c | 3 - lib_generic/bzlib_huffman.c | 3 - lib_generic/bzlib_randtable.c | 3 - lib_generic/crc16.c | 107 + lib_generic/crc32.c | 63 +- lib_generic/display_options.c | 104 +- lib_generic/div64.c | 52 + lib_generic/gunzip.c | 127 + lib_generic/lmb.c | 336 + lib_generic/lzma/LzmaDec.c | 1033 + lib_generic/lzma/LzmaDec.h | 223 + lib_generic/lzma/LzmaTools.c | 130 + lib_generic/lzma/LzmaTools.h | 35 + lib_generic/lzma/Makefile | 51 + lib_generic/lzma/README.txt | 28 + lib_generic/lzma/Types.h | 208 + lib_generic/lzma/history.txt | 236 + lib_generic/lzma/import_lzmasdk.sh | 36 + lib_generic/lzma/license.txt | 3 + lib_generic/lzma/lzma.txt | 594 + lib_generic/lzo/Makefile | 46 + lib_generic/lzo/lzo1x_decompress.c | 245 + lib_generic/lzo/lzodefs.h | 43 + lib_generic/md5.c | 314 + lib_generic/rbtree.c | 390 + lib_generic/sha1.c | 452 + lib_generic/sha256.c | 262 + lib_generic/string.c | 2 +- lib_generic/strmhz.c | 38 + lib_generic/vsprintf.c | 508 +- lib_generic/zlib.c | 3941 +- lib_i386/Makefile | 27 +- lib_i386/bios.S | 12 +- lib_i386/bios.h | 2 +- lib_i386/bios_pci.S | 54 +- lib_i386/bios_setup.c | 6 +- lib_i386/board.c | 103 +- lib_i386/bootm.c | 94 + lib_i386/config.mk | 26 + lib_i386/interrupts.c | 159 + lib_i386/pcat_interrupts.c | 165 + lib_i386/pcat_timer.c | 102 + lib_i386/pci.c | 4 +- lib_i386/pci_type1.c | 16 +- lib_i386/realmode_switch.S | 60 +- lib_i386/timer.c | 107 + lib_i386/video.c | 10 +- lib_i386/video_bios.c | 3 + lib_i386/zimage.c | 50 - lib_m68k/Makefile | 13 +- lib_m68k/board.c | 224 +- lib_m68k/bootm.c | 146 + lib_m68k/config.mk | 27 + lib_m68k/interrupts.c | 115 + lib_m68k/time.c | 256 +- lib_microblaze/Makefile | 11 +- lib_microblaze/board.c | 111 +- lib_microblaze/bootm.c | 57 + lib_microblaze/cache.c | 16 +- lib_microblaze/config.mk | 29 + lib_microblaze/time.c | 17 +- lib_mips/Makefile | 18 +- lib_mips/board.c | 119 +- lib_mips/bootm.c | 174 + lib_mips/bootm_qemu_mips.c | 76 + lib_mips/config.mk | 50 + lib_mips/time.c | 59 +- lib_nios/Makefile | 13 +- lib_nios/board.c | 47 +- lib_nios/bootm.c | 34 + lib_nios/config.mk | 27 + lib_nios/math.h | 2 +- lib_nios/mult.c | 4 +- lib_nios2/Makefile | 12 +- lib_nios2/board.c | 41 +- lib_nios2/bootm.c | 42 + lib_nios2/cache.S | 16 +- lib_nios2/config.mk | 28 + lib_nios2/math.h | 2 +- lib_nios2/mult.c | 4 +- lib_ppc/Makefile | 22 +- lib_ppc/bat_rw.c | 207 +- lib_ppc/board.c | 540 +- lib_ppc/bootm.c | 367 + lib_ppc/cache.c | 39 +- lib_ppc/config.mk | 41 + lib_ppc/extable.c | 40 +- lib_ppc/interrupts.c | 13 +- lib_ppc/kgdb.c | 4 +- lib_ppc/ppccache.S | 72 + lib_ppc/time.c | 20 +- lib_sh/Makefile | 48 + lib_sh/board.c | 233 + lib_sh/bootm.c | 70 + lib_sh/config.mk | 29 + lib_sh/time.c | 141 + lib_sh/time_sh2.c | 117 + lib_sparc/Makefile | 45 + lib_sparc/board.c | 501 + lib_sparc/bootm.c | 189 + lib_sparc/cache.c | 33 + lib_sparc/config.mk | 26 + lib_sparc/interrupts.c | 122 + lib_sparc/time.c | 78 + libfdt/Makefile | 50 + libfdt/README | 23 + libfdt/fdt.c | 217 + libfdt/fdt_ro.c | 506 + libfdt/fdt_rw.c | 469 + libfdt/fdt_strerror.c | 100 + libfdt/fdt_sw.c | 256 + libfdt/fdt_wip.c | 122 + libfdt/libfdt_internal.h | 94 + mkconfig | 1 + nand_spl/board/amcc/acadia/Makefile | 121 + nand_spl/board/amcc/acadia/config.mk | 47 + nand_spl/board/amcc/acadia/u-boot.lds | 64 + nand_spl/board/amcc/bamboo/Makefile | 109 + nand_spl/board/amcc/bamboo/config.mk | 49 + nand_spl/board/amcc/bamboo/sdram.c | 92 + nand_spl/board/amcc/bamboo/u-boot.lds | 66 + nand_spl/board/amcc/canyonlands/Makefile | 114 + nand_spl/board/amcc/canyonlands/config.mk | 49 + nand_spl/board/amcc/canyonlands/ddr2_fixed.c | 149 + nand_spl/board/amcc/canyonlands/u-boot.lds | 66 + nand_spl/board/amcc/kilauea/Makefile | 110 + nand_spl/board/amcc/kilauea/config.mk | 48 + nand_spl/board/amcc/kilauea/u-boot.lds | 64 + nand_spl/board/amcc/sequoia/Makefile | 26 +- nand_spl/board/amcc/sequoia/config.mk | 2 +- nand_spl/board/amcc/sequoia/u-boot.lds | 5 +- nand_spl/board/freescale/mpc8313erdb/Makefile | 108 + .../board/freescale/mpc8313erdb/u-boot.lds | 52 + nand_spl/board/freescale/mx31pdk/Makefile | 57 + nand_spl/board/freescale/mx31pdk/config.mk | 1 + nand_spl/board/freescale/mx31pdk/u-boot.lds | 36 + nand_spl/board/samsung/smdk6400/Makefile | 109 + nand_spl/board/samsung/smdk6400/config.mk | 40 + nand_spl/board/samsung/smdk6400/u-boot.lds | 61 + nand_spl/board/sheldon/simpc8313/Makefile | 116 + nand_spl/board/sheldon/simpc8313/u-boot.lds | 52 + nand_spl/nand_boot.c | 236 +- nand_spl/nand_boot_fsl_elbc.c | 153 + nand_spl/nand_boot_fsl_nfc.c | 259 + net/Makefile | 12 +- net/bootp.c | 292 +- net/bootp.h | 6 +- net/dns.c | 210 + net/dns.h | 39 + net/eth.c | 447 +- net/net.c | 392 +- net/nfs.c | 74 +- net/rarp.c | 16 +- net/sntp.c | 16 +- net/tftp.c | 344 +- onenand_ipl/board/apollon/Makefile | 87 + onenand_ipl/board/apollon/apollon.c | 70 + onenand_ipl/board/apollon/config.mk | 14 + onenand_ipl/board/apollon/low_levelinit.S | 205 + onenand_ipl/board/apollon/u-boot.onenand.lds | 53 + onenand_ipl/onenand_boot.c | 49 + onenand_ipl/onenand_ipl.h | 35 + onenand_ipl/onenand_read.c | 136 + ...00081147-Support-i.MX35-3stack-board.patch | 4984 ++ ...618-Update-.gitignore-configure-file.patch | 27 + ...00094619-Support-i.MX31-3stack-board.patch | 2109 + ...NGR00099697-Add-nand-driver-for-mx35.patch | 1528 + ...port-boot-from-NAND-on-i.mx35-3stack.patch | 486 + ...ove-CONFIG_NAND_BOOT-on-i.MX31-3stac.patch | 59 + ...port-i.MX35-TO2-and-3stack-board-ver.patch | 291 + ...00104583-MX35-can-not-boot-up-kernel.patch | 149 + ...rting-MX31-MX35-3stack-to-u-boot-V20.patch | 867 + ...ting-i.MX51-3stack-TO2-support-to-V2.patch | 4084 + ...GR00108673-Add-i.MX25-core-to-U-Boot.patch | 2205 + ...107840-Add-U-Boot-for-MX25-PDK-board.patch | 753 + ...09851-Add-nand-driver-for-MX51-uboot.patch | 1217 + ...X31-Resolve-Copyright-issue-for-mx31.patch | 42 + .../0015-ENGR00112298-BBG2-Basic-boot.patch | 1185 + ...6-ENGR00112273-BBG2-MMC-boot-support.patch | 4806 ++ ...i-nor-boot-and-pmic-support-for-BBG2.patch | 1490 + ...-build-option-to-uboot-for-different.patch | 106 + ...BG2-enable-SPI-NOR-and-MMC-in-one-im.patch | 173 + ...dd-auto-complete-and-platform-prompt.patch | 74 + ...NGR00113611-Add-FEC-support-for-BBG2.patch | 576 + ...emove-Watchdog-disable-codes-in-MX51.patch | 28 + ...-support-for-programming-ubifs-image.patch | 100 + ...able-NAND-driver-interleave-mode-sup.patch | 83 + ...dd-MMC-configs-to-mx35-3stack-config.patch | 327 + ...pport-MMC-SD-boot-and-enable-dhcp-in.patch | 443 + ...pport-Atmel-AT45DB321D-SPI-NOR-flash.patch | 1764 + ...Add-BABBAGE-machine-id-BBG2.5-rev-id.patch | 74 + ...sable-flash-header-for-mx35-nand-boo.patch | 44 + ...X233-Make-UBOOT-v2009.01-work-on-EVK.patch | 2940 + ...GR00115333-Enable-cp-command-for-MMC.patch | 768 + ...6-Add-new-MMC-config-option-for-mx35.patch | 344 + ...place-whitespaces-with-tabs-in-Makef.patch | 28 + ...1-3stack-low-level-does-not-set-M4IF.patch | 40 + ...covery-mode-support-for-Android-on-m.patch | 1943 + ...ange-nand-Makefile-to-use-CONFIG_MXC.patch | 115 + ...16243-I2C-support-for-mx51-3ds-board.patch | 240 + ...0116472-1-U-BOOT-upgrade-to-V2009.08.patch | 1320 + .../0039-u-boot-v2009.08-sd-mmc-support.patch | 10164 +++ ...Sync-clock-and-l2cc-code-with-redboo.patch | 297 + ...R00116504-2-Add-mx51-bbg-to3-support.patch | 188 + ...oot-Boot-up-hang-at-detecting-NAND-w.patch | 193 + ...-ENGR00117616-PATA-support-in-u-boot.patch | 1200 + ...-Workaround-for-ARM-errata-ID-468414.patch | 50 + ...94-Misc-changes-for-v2009.08-upgrade.patch | 1636 + ...GR00118362-Correct-recovery-NAND-cmd.patch | 442 + ...233-Uboot-reslove-the-build-error-fo.patch | 84 + ...118576-MX25-Support-Smc911x-ethernet.patch | 1636 + ...-smc911x-receive-packet-length-not-s.patch | 29 + ...0118682-Update-the-MX25-MAX-Priority.patch | 52 + ...x-reboot-reset-failure-with-image-on.patch | 97 + ...me-mmc-card-can-t-read-and-write-fro.patch | 129 + ...nknown-information-when-booting-from.patch | 42 + patches/0054-ENGR00118579-Enable-MMU.patch | 394 + ...8-Timer-adjustment-for-all-platforms.patch | 894 + ...ot-Update-NAND-scan-scheme-to-suppor.patch | 2713 + ...35-can-t-boot-due-to-wrong-frequency.patch | 51 + ...ifs-support-for-android-recovery-mod.patch | 873 + ...u-support-for-mx51-3stack-and-mx51-b.patch | 315 + ...n-not-get-ip-address-when-kernel-boo.patch | 45 + ...-CONFIG_MXC_NAND-config-flag-in-MX25.patch | 40 + ...-Add-mmu-header-for-mx51-build-error.patch | 156 + ...25-Improve-Lan9217-ethernet-transfer.patch | 30 + ...119505-MX51-BBG-Change-DDR2-settings.patch | 44 + ...25-Fix-mmc-read-write-failure-on-mmc.patch | 77 + ...MX35-UBoot-doesn-t-accept-commands-i.patch | 42 + ...35-UBOOT-Can-t-boot-up-on-2k-page-si.patch | 32 + ...ENGR00119591-Fix-SPI-NOR-reset-issue.patch | 42 + ...orrect-the-board-version-of-MX51-EVK.patch | 91 + ...51-merge-some-fixes-in-200908-versio.patch | 288 + ...5-Add-multi-network-support-for-mx35.patch | 70 + ...0072-ENGR00119716-MX28-basic-support.patch | 1607 + ...ENGR00119738-eMMC-card-access-failed.patch | 130 + ...074-ENGR00119706-Add-esdhcv1-support.patch | 91 + ...ange-PDR0-clock-settings-for-mx35-TO.patch | 33 + ...et-right-mac-addr-to-FEC-register-in.patch | 199 + ...00119894-Read-right-value-in-mxc_i2c.patch | 134 + ...0120191-MX51-Update-the-M4IF-setting.patch | 64 + ...00120203-Add-fec_addr-check-for-mx51.patch | 46 + ...0207-Change-recovery-mode-combo-keys.patch | 35 + ...ange-recovery-mode-boot_cmd-strategy.patch | 79 + ...82-ENGR00120202-MX51-enable-L2-cache.patch | 166 + ...28-Enable-Ethernet-and-MMC-boot-supp.patch | 10991 +++ ...GR00120476-Add-fuse-support-for-mx51.patch | 612 + ...0-Add-eMMC-and-eSD-fast-boot-support.patch | 532 + ...-Add-MX51-BBG-Uboot-Firmware-support.patch | 285 + ...0120520-Enable-MMU-for-mx51-and-mx35.patch | 1440 + ...79-Unable-to-get-IP-address-in-uboot.patch | 176 + ...Fix-mx23-and-mx28-u-boot-build-error.patch | 28 + ...ert-ENGR00120191-to-restore-M4IF-val.patch | 86 + ...NGR00121379-MX28-U-BOOT-enhancements.patch | 3000 + ...00121601-FEC-not-work-in-mx28-u-boot.patch | 80 + ...R00121202-Add-uboot-support-for-MX53.patch | 4236 + ...-Add-mmu-l1cache-l2cache-support-for.patch | 369 + ...74-DDR-300Mhz-support-for-MX53-uboot.patch | 171 + ...port-a-single-kernel-image-on-MX5x-p.patch | 36 + ...-Some-code-reconstructure-for-u-boot.patch | 362 + ...21976-UBOOT-some-fix-for-SD-MMC-card.patch | 374 + ...-Update-DDR-init-script-for-MX53-EVK.patch | 38 + ...c-can-t-read-data-whose-size-exceeds.patch | 325 + ...ystem-can-not-find-MMC-SD-card-in-SD.patch | 1211 + ...2085-MX35-Add-Uboot-Firmware-support.patch | 298 + ...03-UBOOT-Add-MX53-ARM2-board-support.patch | 548 + ...sed-iomem_valid_addr-in-updater-conf.patch | 48 + ...22030-Mfg-Firmware-support-fot-imx25.patch | 317 + ...x-license-declaration-issue-in-fsl_e.patch | 29 + ...-missing-mx23-evk-machine-ID-setting.patch | 7103 ++ ...8-ENGR00122643-Integrate-linear-PMIC.patch | 263 + ...hange-default-env-dev-to-mmc-for-bbg.patch | 163 + ...OT-Preserve-NAND-bad-block-indicatio.patch | 229 + ...78-Support-clock-operation-functions.patch | 604 + ...8-Add-peripheral-clock-setup-support.patch | 549 + ...GR00123488-MX53-Board-Identification.patch | 214 + ...-ddr-clk-clock-according-to-the-boar.patch | 156 + ...3641-MX53-Add-DDR3-CPU-board-support.patch | 376 + ...23870-MX53-Set-AXI_B-clock-to-200Mhz.patch | 66 + ...23551-Add-mx25-splash-screen-support.patch | 595 + ...dd-support-for-saving-env-data-to-ac.patch | 83 + ...oot-Pass-EVK-RevB-board-ID-to-kernel.patch | 32 + ...8-support-saving-environment-into-sd.patch | 723 + ...00124391-mx35-update-mfg-config-file.patch | 197 + ...-ENGR00122651-Add-dwc_ahsata-support.patch | 1993 + ...-Fix-boot-partition-problem-for-emmc.patch | 600 + ...OOT-MX53-env-fails-to-load-when-boot.patch | 50 + ...4710-MX53-Uboot-Add-MFG-tool-support.patch | 270 + ...-Uboot-reading-writing-sd-card-fails.patch | 33 + ...PI-make-spi_get_cfg-platform-specifi.patch | 214 + ...R00124359-Add-uboot-support-for-MX50.patch | 5590 ++ ...oot-Fix-the-build-break-for-MX51-BBG.patch | 28 + ...MX50-init-sys-by-ROM-plug-in-feature.patch | 1103 + ...51-Uboot-cannot-initialize-MMC-cards.patch | 61 + ...124912-MX53-Fix-board-ID-check-issue.patch | 30 + ...Dynamic-SD-slot-support-for-env-data.patch | 255 + ...X53-Add-spi_get_cfg-function-support.patch | 67 + ...35-Fix-error-in-a-comment-for-header.patch | 29 + ...5045-MX53-Uboot-Adjust-VDDGP-voltage.patch | 38 + ...constructure-fuse-files-and-add-fuse.patch | 1764 + ...74-MX50-change-memory-configurations.patch | 51 + ...R00125036-Uboot-Add-eMMC-4.4-support.patch | 444 + ...25220-MX28-SD-slot0-boot-dhcp-failed.patch | 94 + ...g-tool-Add-mx50-mfg-firmware-support.patch | 308 + ...735-iMX28-read-mac-address-from-fuse.patch | 320 + ...28-change-the-boot-mode-offset-to-TO.patch | 47 + ...d-splash-screen-code-and-support-for.patch | 1241 + patches/hash | 1 + patches/patch-uboot.sh | 30 + post/Makefile | 57 +- post/board/lwmon/Makefile | 29 + post/board/lwmon/sysmon.c | 328 + post/board/lwmon5/Makefile | 29 + post/board/lwmon5/dsp.c | 53 + post/board/lwmon5/dspic.c | 105 + post/board/lwmon5/fpga.c | 144 + post/board/lwmon5/gdc.c | 96 + post/board/lwmon5/sysmon.c | 270 + post/board/lwmon5/watchdog.c | 128 + post/board/netta/Makefile | 29 + post/board/netta/codec.c | 45 + post/board/netta/dsp.c | 47 + post/cpu/mpc8xx/Makefile | 30 + post/cpu/mpc8xx/cache.c | 78 + post/cpu/mpc8xx/cache_8xx.S | 493 + post/cpu/mpc8xx/ether.c | 633 + post/cpu/mpc8xx/spr.c | 149 + post/cpu/mpc8xx/uart.c | 556 + post/cpu/mpc8xx/usb.c | 265 + post/cpu/mpc8xx/watchdog.c | 75 + post/cpu/ppc4xx/Makefile | 37 + post/cpu/ppc4xx/cache.c | 122 + post/cpu/ppc4xx/cache_4xx.S | 489 + post/cpu/ppc4xx/denali_ecc.c | 271 + post/cpu/ppc4xx/ether.c | 430 + post/cpu/ppc4xx/fpu.c | 57 + post/cpu/ppc4xx/ocm.c | 89 + post/cpu/ppc4xx/spr.c | 201 + post/cpu/ppc4xx/uart.c | 389 + post/cpu/ppc4xx/watchdog.c | 68 + post/drivers/Makefile | 29 + post/drivers/i2c.c | 91 + post/drivers/memory.c | 483 + post/drivers/rtc.c | 195 + post/lib_ppc/Makefile | 32 + post/lib_ppc/andi.c | 120 + post/lib_ppc/asm.S | 358 + post/lib_ppc/b.c | 198 + post/lib_ppc/cmp.c | 134 + post/lib_ppc/cmpi.c | 134 + post/lib_ppc/complex.c | 127 + post/lib_ppc/cpu.c | 147 + post/lib_ppc/cpu_asm.h | 224 + post/lib_ppc/cr.c | 357 + post/lib_ppc/fpu/20001122-1.c | 61 + post/lib_ppc/fpu/20010114-2.c | 65 + post/lib_ppc/fpu/20010226-1.c | 53 + post/lib_ppc/fpu/980619-1.c | 59 + post/lib_ppc/fpu/Makefile | 33 + post/lib_ppc/fpu/acc1.c | 56 + post/lib_ppc/fpu/compare-fp-1.c | 224 + post/lib_ppc/fpu/fpu.c | 91 + post/lib_ppc/fpu/mul-subnormal-single-1.c | 102 + post/lib_ppc/load.c | 256 + post/lib_ppc/multi.c | 82 + post/lib_ppc/rlwimi.c | 159 + post/lib_ppc/rlwinm.c | 152 + post/lib_ppc/rlwnm.c | 162 + post/lib_ppc/srawi.c | 153 + post/lib_ppc/store.c | 236 + post/lib_ppc/string.c | 107 + post/lib_ppc/three.c | 256 + post/lib_ppc/threei.c | 134 + post/lib_ppc/threex.c | 226 + post/lib_ppc/two.c | 173 + post/lib_ppc/twox.c | 173 + post/post.c | 51 +- post/rules.mk | 4 +- post/tests.c | 132 +- rules.mk | 2 +- tools/.gitignore | 10 + tools/Makefile | 253 +- tools/bin2header.c | 56 + tools/bmp_logo.c | 48 +- tools/easylogo/Makefile | 10 +- tools/easylogo/easylogo.c | 737 +- tools/easylogo/linux_blackfin.tga | Bin 0 -> 158718 bytes tools/env/Makefile | 6 +- tools/env/README | 10 + tools/env/fw_env.c | 930 +- tools/env/fw_env.config | 8 +- tools/env/fw_env.h | 14 +- tools/env/fw_env_main.c | 25 +- tools/envcrc.c | 91 +- tools/fdt_host.h | 28 + tools/gdb/Makefile | 4 +- tools/gdb/remote.c | 2 +- tools/gen_eth_addr.c | 6 +- tools/img2srec.c | 3 +- tools/imls/Makefile | 106 + tools/imls/README | 57 + tools/imls/imls.c | 270 + tools/jtagconsole | 39 + tools/logos/atmel.bmp | Bin 0 -> 26334 bytes tools/logos/linux_logo_ttcontrol.bmp | Bin 0 -> 11830 bytes tools/logos/linux_logo_ttcontrol_palfin.bmp | Bin 0 -> 20534 bytes tools/logos/ronetix.bmp | Bin 0 -> 5638 bytes tools/mingw_support.c | 79 + tools/mingw_support.h | 48 + tools/mkimage.c | 569 +- tools/mkimage.h | 47 + tools/ncb.c | 8 +- tools/netconsole | 42 + tools/os_support.c | 25 + tools/os_support.h | 31 + tools/scripts/define2mk.sed | 29 + tools/setlocalversion | 23 +- tools/ubsha1.c | 108 + tools/updater/cmd_flash.c | 74 +- tools/updater/flash.c | 10 +- tools/updater/flash_hw.c | 44 +- tools/updater/utils.c | 12 +- 5550 files changed, 1084937 insertions(+), 102254 deletions(-) create mode 100644 .gitignore create mode 100644 api/Makefile create mode 100644 api/README create mode 100644 api/api.c create mode 100644 api/api_net.c create mode 100644 api/api_platform-arm.c create mode 100644 api/api_platform-ppc.c create mode 100644 api/api_private.h create mode 100644 api/api_storage.c create mode 100644 board/Marvell/mv88f6281gtw_ge/Makefile create mode 100644 board/Marvell/mv88f6281gtw_ge/config.mk create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c create mode 100644 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.h create mode 100644 board/Marvell/rd6281a/Makefile create mode 100644 board/Marvell/rd6281a/config.mk create mode 100644 board/Marvell/rd6281a/rd6281a.c create mode 100644 board/Marvell/rd6281a/rd6281a.h create mode 100644 board/Marvell/sheevaplug/Makefile create mode 100644 board/Marvell/sheevaplug/config.mk create mode 100644 board/Marvell/sheevaplug/sheevaplug.c create mode 100644 board/Marvell/sheevaplug/sheevaplug.h create mode 100644 board/actux1/Makefile create mode 100644 board/actux1/actux1.c create mode 100644 board/actux1/actux1_hw.h create mode 100644 board/actux1/config.mk create mode 100644 board/actux1/u-boot.lds create mode 100644 board/actux2/Makefile create mode 100644 board/actux2/actux2.c create mode 100644 board/actux2/actux2_hw.h create mode 100644 board/actux2/config.mk create mode 100644 board/actux2/u-boot.lds create mode 100644 board/actux3/Makefile create mode 100644 board/actux3/actux3.c create mode 100644 board/actux3/actux3_hw.h create mode 100644 board/actux3/config.mk create mode 100644 board/actux3/u-boot.lds create mode 100644 board/actux4/Makefile create mode 100644 board/actux4/actux4.c create mode 100644 board/actux4/actux4_hw.h create mode 100644 board/actux4/config.mk create mode 100644 board/afeb9260/Makefile create mode 100644 board/afeb9260/afeb9260.c create mode 100644 board/afeb9260/config.mk create mode 100644 board/afeb9260/partition.c create mode 100644 board/amcc/acadia/Makefile create mode 100644 board/amcc/acadia/acadia.c create mode 100644 board/amcc/acadia/cmd_acadia.c create mode 100644 board/amcc/acadia/config.mk create mode 100644 board/amcc/acadia/memory.c create mode 100644 board/amcc/acadia/pll.c create mode 100644 board/amcc/acadia/u-boot-nand.lds create mode 100644 board/amcc/acadia/u-boot.lds create mode 100644 board/amcc/bamboo/u-boot-nand.lds create mode 100644 board/amcc/canyonlands/Makefile create mode 100644 board/amcc/canyonlands/canyonlands.c create mode 100644 board/amcc/canyonlands/chip_config.c create mode 100644 board/amcc/canyonlands/config.mk create mode 100644 board/amcc/canyonlands/init.S create mode 100644 board/amcc/canyonlands/u-boot-nand.lds create mode 100644 board/amcc/canyonlands/u-boot.lds create mode 100644 board/amcc/katmai/Makefile create mode 100644 board/amcc/katmai/cmd_katmai.c create mode 100644 board/amcc/katmai/config.mk create mode 100644 board/amcc/katmai/init.S create mode 100644 board/amcc/katmai/katmai.c create mode 100644 board/amcc/katmai/u-boot.lds create mode 100644 board/amcc/kilauea/Makefile create mode 100644 board/amcc/kilauea/chip_config.c create mode 100644 board/amcc/kilauea/config.mk create mode 100644 board/amcc/kilauea/kilauea.c create mode 100644 board/amcc/kilauea/u-boot-nand.lds create mode 100644 board/amcc/kilauea/u-boot.lds create mode 100644 board/amcc/makalu/Makefile create mode 100644 board/amcc/makalu/cmd_pll.c create mode 100644 board/amcc/makalu/config.mk create mode 100644 board/amcc/makalu/init.S create mode 100644 board/amcc/makalu/makalu.c create mode 100644 board/amcc/makalu/u-boot.lds create mode 100644 board/amcc/redwood/Makefile create mode 100644 board/amcc/redwood/config.mk create mode 100644 board/amcc/redwood/init.S create mode 100644 board/amcc/redwood/redwood.c create mode 100644 board/amcc/redwood/redwood.h create mode 100644 board/amcc/redwood/u-boot.lds create mode 100644 board/amcc/sequoia/cmd_sequoia.c create mode 100644 board/amcc/sequoia/u-boot-ram.lds create mode 100644 board/amcc/taihu/Makefile create mode 100644 board/amcc/taihu/config.mk create mode 100644 board/amcc/taihu/flash.c create mode 100644 board/amcc/taihu/lcd.c create mode 100644 board/amcc/taihu/taihu.c create mode 100644 board/amcc/taihu/u-boot.lds create mode 100644 board/amcc/taihu/update.c create mode 100644 board/amcc/taishan/Makefile create mode 100644 board/amcc/taishan/config.mk create mode 100644 board/amcc/taishan/init.S create mode 100644 board/amcc/taishan/lcd.c create mode 100644 board/amcc/taishan/showinfo.c create mode 100644 board/amcc/taishan/taishan.c create mode 100644 board/amcc/taishan/u-boot.lds create mode 100644 board/amcc/taishan/update.c create mode 100644 board/apollon/Makefile create mode 100644 board/apollon/apollon.c create mode 100644 board/apollon/config.mk create mode 100644 board/apollon/lowlevel_init.S create mode 100644 board/apollon/mem.c create mode 100644 board/apollon/mem.h create mode 100644 board/apollon/sys_info.c create mode 100644 board/armltd/integrator/Makefile create mode 100644 board/armltd/integrator/config.mk create mode 100644 board/armltd/integrator/integrator.c create mode 100644 board/armltd/integrator/lowlevel_init.S create mode 100644 board/armltd/integrator/pci.c create mode 100755 board/armltd/integrator/split_by_variant.sh create mode 100644 board/armltd/integrator/timer.c create mode 100644 board/armltd/versatile/Makefile create mode 100644 board/armltd/versatile/config.mk create mode 100644 board/armltd/versatile/lowlevel_init.S create mode 100755 board/armltd/versatile/split_by_variant.sh create mode 100644 board/armltd/versatile/versatile.c create mode 100644 board/atmel/at91cap9adk/Makefile create mode 100644 board/atmel/at91cap9adk/at91cap9adk.c create mode 100644 board/atmel/at91cap9adk/config.mk create mode 100644 board/atmel/at91cap9adk/led.c create mode 100644 board/atmel/at91cap9adk/partition.c create mode 100644 board/atmel/at91rm9200dk/Makefile create mode 100644 board/atmel/at91rm9200dk/at91rm9200dk.c create mode 100644 board/atmel/at91rm9200dk/config.mk create mode 100644 board/atmel/at91rm9200dk/flash.c create mode 100644 board/atmel/at91rm9200dk/led.c create mode 100644 board/atmel/at91rm9200dk/mux.c create mode 100644 board/atmel/at91rm9200dk/partition.c create mode 100644 board/atmel/at91rm9200ek/Makefile create mode 100644 board/atmel/at91rm9200ek/at91rm9200ek.c create mode 100644 board/atmel/at91rm9200ek/config.mk create mode 100644 board/atmel/at91rm9200ek/led.c create mode 100644 board/atmel/at91rm9200ek/misc.c create mode 100644 board/atmel/at91rm9200ek/mux.c create mode 100644 board/atmel/at91rm9200ek/partition.c create mode 100644 board/atmel/at91sam9260ek/Makefile create mode 100644 board/atmel/at91sam9260ek/at91sam9260ek.c create mode 100644 board/atmel/at91sam9260ek/config.mk create mode 100644 board/atmel/at91sam9260ek/led.c create mode 100644 board/atmel/at91sam9260ek/partition.c create mode 100644 board/atmel/at91sam9261ek/Makefile create mode 100644 board/atmel/at91sam9261ek/at91sam9261ek.c create mode 100644 board/atmel/at91sam9261ek/config.mk create mode 100644 board/atmel/at91sam9261ek/led.c create mode 100644 board/atmel/at91sam9261ek/partition.c create mode 100644 board/atmel/at91sam9263ek/Makefile create mode 100644 board/atmel/at91sam9263ek/at91sam9263ek.c create mode 100644 board/atmel/at91sam9263ek/config.mk create mode 100644 board/atmel/at91sam9263ek/led.c create mode 100644 board/atmel/at91sam9263ek/partition.c create mode 100644 board/atmel/at91sam9m10g45ek/Makefile create mode 100644 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c create mode 100644 board/atmel/at91sam9m10g45ek/config.mk create mode 100644 board/atmel/at91sam9m10g45ek/led.c create mode 100644 board/atmel/at91sam9rlek/Makefile create mode 100644 board/atmel/at91sam9rlek/at91sam9rlek.c create mode 100644 board/atmel/at91sam9rlek/config.mk create mode 100644 board/atmel/at91sam9rlek/led.c create mode 100644 board/atmel/at91sam9rlek/partition.c create mode 100644 board/atmel/atngw100/Makefile create mode 100644 board/atmel/atngw100/atngw100.c create mode 100644 board/atmel/atngw100/config.mk create mode 100644 board/atmel/atngw100/u-boot.lds create mode 100644 board/atum8548/Makefile create mode 100644 board/atum8548/atum8548.c create mode 100644 board/atum8548/config.mk create mode 100644 board/atum8548/ddr.c create mode 100644 board/atum8548/law.c create mode 100644 board/atum8548/tlb.c create mode 100644 board/atum8548/u-boot.lds create mode 100644 board/avnet/fx12mm/.gitignore create mode 100644 board/avnet/fx12mm/Makefile create mode 100644 board/avnet/fx12mm/config.mk create mode 100644 board/avnet/fx12mm/fx12mm.c create mode 100644 board/avnet/fx12mm/xparameters.h create mode 100644 board/avnet/v5fx30teval/.gitignore create mode 100644 board/avnet/v5fx30teval/Makefile create mode 100644 board/avnet/v5fx30teval/config.mk create mode 100644 board/avnet/v5fx30teval/v5fx30teval.c create mode 100644 board/avnet/v5fx30teval/xparameters.h create mode 100644 board/bf518f-ezbrd/Makefile create mode 100644 board/bf518f-ezbrd/bf518f-ezbrd.c create mode 100644 board/bf518f-ezbrd/config.mk create mode 100644 board/bf526-ezbrd/Makefile create mode 100644 board/bf526-ezbrd/bf526-ezbrd.c create mode 100644 board/bf526-ezbrd/config.mk create mode 100644 board/bf526-ezbrd/status-led.c create mode 100644 board/bf527-ezkit/Makefile create mode 100644 board/bf527-ezkit/bf527-ezkit.c create mode 100644 board/bf527-ezkit/config.mk create mode 100644 board/bf527-ezkit/video.c create mode 100644 board/bf533-ezkit/Makefile create mode 100644 board/bf533-ezkit/bf533-ezkit.c create mode 100644 board/bf533-ezkit/config.mk create mode 100644 board/bf533-ezkit/flash-defines.h create mode 100644 board/bf533-ezkit/flash.c create mode 100644 board/bf533-ezkit/psd4256.h create mode 100644 board/bf533-stamp/Makefile create mode 100644 board/bf533-stamp/bf533-stamp.c create mode 100644 board/bf533-stamp/bf533-stamp.h create mode 100644 board/bf533-stamp/config.mk create mode 100644 board/bf533-stamp/video.c create mode 100644 board/bf533-stamp/video.h create mode 100644 board/bf537-minotaur/Makefile create mode 100644 board/bf537-minotaur/bf537-minotaur.c create mode 100644 board/bf537-minotaur/config.mk create mode 100644 board/bf537-pnav/Makefile create mode 100644 board/bf537-pnav/bf537-pnav.c create mode 100644 board/bf537-pnav/config.mk create mode 100644 board/bf537-srv1/Makefile create mode 100644 board/bf537-srv1/bf537-srv1.c create mode 100644 board/bf537-srv1/config.mk create mode 100644 board/bf537-stamp/Makefile create mode 100644 board/bf537-stamp/bf537-stamp.c create mode 100644 board/bf537-stamp/cmd_bf537led.c create mode 100644 board/bf537-stamp/config.mk create mode 100644 board/bf537-stamp/ide-cf.c create mode 100644 board/bf537-stamp/post-memory.c create mode 100644 board/bf537-stamp/post.c create mode 100644 board/bf537-stamp/spi_flash.c create mode 100644 board/bf538f-ezkit/Makefile create mode 100644 board/bf538f-ezkit/bf538f-ezkit.c create mode 100644 board/bf538f-ezkit/config.mk create mode 100644 board/bf548-ezkit/Makefile create mode 100644 board/bf548-ezkit/bf548-ezkit.c create mode 100644 board/bf548-ezkit/config.mk create mode 100644 board/bf548-ezkit/video.c create mode 100644 board/bf561-ezkit/Makefile create mode 100644 board/bf561-ezkit/bf561-ezkit.c create mode 100644 board/bf561-ezkit/config.mk create mode 100644 board/blackstamp/Makefile create mode 100644 board/blackstamp/blackstamp.c create mode 100644 board/blackstamp/config.mk create mode 100644 board/cm-bf527/Makefile create mode 100644 board/cm-bf527/cm-bf527.c create mode 100644 board/cm-bf527/config.mk create mode 100644 board/cm-bf527/gpio.c create mode 100644 board/cm-bf527/gpio_cfi_flash.c create mode 100644 board/cm-bf527/gpio_cfi_flash.h create mode 100644 board/cm-bf533/Makefile create mode 100644 board/cm-bf533/cm-bf533.c create mode 100644 board/cm-bf533/config.mk create mode 100644 board/cm-bf537e/Makefile create mode 100644 board/cm-bf537e/cm-bf537e.c create mode 100644 board/cm-bf537e/config.mk create mode 100644 board/cm-bf537e/flash.c create mode 100644 board/cm-bf537e/gpio_cfi_flash.c create mode 100644 board/cm-bf537e/gpio_cfi_flash.h create mode 100644 board/cm-bf548/Makefile create mode 100644 board/cm-bf548/cm-bf548.c create mode 100644 board/cm-bf548/config.mk create mode 100644 board/cm-bf548/video.c create mode 100644 board/cm-bf561/Makefile create mode 100644 board/cm-bf561/cm-bf561.c create mode 100644 board/cm-bf561/config.mk create mode 100644 board/cm5200/Makefile create mode 100644 board/cm5200/cm5200.c create mode 100644 board/cm5200/cm5200.h create mode 100644 board/cm5200/cmd_cm5200.c create mode 100644 board/cm5200/config.mk create mode 100644 board/cm5200/fwupdate.c create mode 100644 board/cm5200/fwupdate.h create mode 100644 board/cm5200/u-boot.lds create mode 100644 board/davedenx/aria/Makefile create mode 100644 board/davedenx/aria/aria.c create mode 100644 board/davedenx/aria/config.mk create mode 100644 board/davedenx/qong/Makefile create mode 100644 board/davedenx/qong/config.mk create mode 100644 board/davedenx/qong/lowlevel_init.S create mode 100644 board/davedenx/qong/qong.c create mode 100644 board/davedenx/qong/qong_fpga.h create mode 100644 board/davinci/common/Makefile create mode 100644 board/davinci/common/misc.c create mode 100644 board/davinci/common/misc.h create mode 100644 board/davinci/dm355evm/Makefile create mode 100644 board/davinci/dm355evm/config.mk create mode 100644 board/davinci/dm355evm/dm355evm.c create mode 100644 board/davinci/dvevm/Makefile create mode 100644 board/davinci/dvevm/board_init.S create mode 100644 board/davinci/dvevm/config.mk create mode 100644 board/davinci/dvevm/dvevm.c create mode 100644 board/davinci/schmoogie/Makefile create mode 100644 board/davinci/schmoogie/board_init.S create mode 100644 board/davinci/schmoogie/config.mk create mode 100644 board/davinci/schmoogie/schmoogie.c create mode 100644 board/davinci/sffsdr/Makefile create mode 100644 board/davinci/sffsdr/board_init.S create mode 100644 board/davinci/sffsdr/config.mk create mode 100644 board/davinci/sffsdr/sffsdr.c create mode 100644 board/davinci/sonata/Makefile create mode 100644 board/davinci/sonata/board_init.S create mode 100644 board/davinci/sonata/config.mk create mode 100644 board/davinci/sonata/sonata.c create mode 100644 board/digsy_mtc/Makefile create mode 100644 board/digsy_mtc/cmd_mtc.c create mode 100644 board/digsy_mtc/cmd_mtc.h create mode 100644 board/digsy_mtc/config.mk create mode 100644 board/digsy_mtc/digsy_mtc.c create mode 100644 board/digsy_mtc/eeprom.h create mode 100644 board/digsy_mtc/is42s16800a-7t.h create mode 100644 board/eNET/Makefile create mode 100644 board/eNET/config.mk create mode 100644 board/eNET/eNET.c create mode 100644 board/eNET/eNET_start.S create mode 100644 board/eNET/eNET_start16.S create mode 100644 board/eNET/hardware.h create mode 100644 board/eNET/u-boot.lds create mode 100644 board/earthlcd/favr-32-ezkit/Makefile create mode 100644 board/earthlcd/favr-32-ezkit/config.mk create mode 100644 board/earthlcd/favr-32-ezkit/favr-32-ezkit.c create mode 100644 board/earthlcd/favr-32-ezkit/flash.c create mode 100644 board/earthlcd/favr-32-ezkit/u-boot.lds create mode 100644 board/esd/common/esd405ep_nand.c create mode 100644 board/esd/common/s1d13505_640_480_16bpp.h create mode 100644 board/esd/du440/Makefile create mode 100644 board/esd/du440/config.mk create mode 100644 board/esd/du440/du440.c create mode 100644 board/esd/du440/du440.h create mode 100644 board/esd/du440/init.S create mode 100644 board/esd/du440/u-boot.lds create mode 100644 board/esd/mecp5123/Makefile create mode 100644 board/esd/mecp5123/config.mk create mode 100644 board/esd/mecp5123/mecp5123.c create mode 100644 board/esd/mecp5200/Makefile create mode 100644 board/esd/mecp5200/config.mk create mode 100644 board/esd/mecp5200/mecp5200.c create mode 100644 board/esd/mecp5200/mt46v16m16-75.h create mode 100644 board/esd/meesc/Makefile create mode 100644 board/esd/meesc/config.mk create mode 100644 board/esd/meesc/meesc.c create mode 100644 board/esd/meesc/partition.c create mode 100644 board/esd/pmc405de/Makefile create mode 100644 board/esd/pmc405de/chip_config.c create mode 100644 board/esd/pmc405de/config.mk create mode 100644 board/esd/pmc405de/pmc405de.c create mode 100644 board/esd/pmc405de/u-boot.lds create mode 100644 board/esd/pmc440/Makefile create mode 100644 board/esd/pmc440/cmd_pmc440.c create mode 100644 board/esd/pmc440/config.mk create mode 100644 board/esd/pmc440/fpga.c create mode 100644 board/esd/pmc440/fpga.h create mode 100644 board/esd/pmc440/init.S create mode 100644 board/esd/pmc440/pmc440.c create mode 100644 board/esd/pmc440/pmc440.h create mode 100644 board/esd/pmc440/sdram.c create mode 100644 board/esd/pmc440/u-boot-nand.lds create mode 100644 board/esd/pmc440/u-boot.lds create mode 100644 board/esd/vme8349/Makefile create mode 100644 board/esd/vme8349/caddy.c create mode 100644 board/esd/vme8349/caddy.h create mode 100644 board/esd/vme8349/config.mk create mode 100644 board/esd/vme8349/pci.c create mode 100644 board/esd/vme8349/vme8349.c create mode 100644 board/espt/Makefile create mode 100644 board/espt/config.mk create mode 100644 board/espt/espt.c create mode 100644 board/espt/lowlevel_init.S create mode 100644 board/freescale/common/Makefile create mode 100644 board/freescale/common/cadmus.c create mode 100644 board/freescale/common/cadmus.h create mode 100644 board/freescale/common/cds_pci_ft.c create mode 100644 board/freescale/common/cds_via.c create mode 100644 board/freescale/common/eeprom.h create mode 100644 board/freescale/common/fsl_diu_fb.c create mode 100644 board/freescale/common/fsl_diu_fb.h create mode 100644 board/freescale/common/fsl_logo_bmp.c create mode 100644 board/freescale/common/pixis.c create mode 100644 board/freescale/common/pixis.h create mode 100644 board/freescale/common/pq-mds-pib.c create mode 100644 board/freescale/common/pq-mds-pib.h create mode 100644 board/freescale/common/sgmii_riser.c create mode 100644 board/freescale/common/sgmii_riser.h create mode 100644 board/freescale/common/sys_eeprom.c create mode 100644 board/freescale/common/via.h create mode 100644 board/freescale/m5208evbe/Makefile create mode 100644 board/freescale/m5208evbe/config.mk create mode 100644 board/freescale/m5208evbe/m5208evbe.c create mode 100644 board/freescale/m5208evbe/u-boot.lds create mode 100644 board/freescale/m52277evb/Makefile create mode 100644 board/freescale/m52277evb/config.mk create mode 100644 board/freescale/m52277evb/m52277evb.c create mode 100644 board/freescale/m52277evb/u-boot.spa create mode 100644 board/freescale/m52277evb/u-boot.stm create mode 100644 board/freescale/m5235evb/Makefile create mode 100644 board/freescale/m5235evb/config.mk create mode 100644 board/freescale/m5235evb/m5235evb.c create mode 100644 board/freescale/m5235evb/u-boot.16 create mode 100644 board/freescale/m5235evb/u-boot.32 create mode 100644 board/freescale/m5249evb/Makefile create mode 100644 board/freescale/m5249evb/config.mk create mode 100644 board/freescale/m5249evb/m5249evb.c create mode 100644 board/freescale/m5249evb/u-boot.lds create mode 100644 board/freescale/m5253demo/Makefile create mode 100644 board/freescale/m5253demo/config.mk create mode 100644 board/freescale/m5253demo/flash.c create mode 100644 board/freescale/m5253demo/m5253demo.c create mode 100644 board/freescale/m5253demo/u-boot.lds create mode 100644 board/freescale/m5253evbe/Makefile create mode 100644 board/freescale/m5253evbe/config.mk create mode 100644 board/freescale/m5253evbe/m5253evbe.c create mode 100644 board/freescale/m5253evbe/u-boot.lds create mode 100644 board/freescale/m5271evb/Makefile create mode 100644 board/freescale/m5271evb/config.mk create mode 100644 board/freescale/m5271evb/m5271evb.c create mode 100644 board/freescale/m5271evb/u-boot.lds create mode 100644 board/freescale/m5272c3/Makefile create mode 100644 board/freescale/m5272c3/config.mk create mode 100644 board/freescale/m5272c3/m5272c3.c create mode 100644 board/freescale/m5272c3/u-boot.lds create mode 100644 board/freescale/m5275evb/Makefile create mode 100644 board/freescale/m5275evb/config.mk create mode 100644 board/freescale/m5275evb/m5275evb.c create mode 100644 board/freescale/m5275evb/u-boot.lds create mode 100644 board/freescale/m5282evb/Makefile create mode 100644 board/freescale/m5282evb/config.mk create mode 100644 board/freescale/m5282evb/m5282evb.c create mode 100644 board/freescale/m5282evb/u-boot.lds create mode 100644 board/freescale/m53017evb/Makefile create mode 100644 board/freescale/m53017evb/config.mk create mode 100644 board/freescale/m53017evb/m53017evb.c create mode 100644 board/freescale/m53017evb/u-boot.lds create mode 100644 board/freescale/m5329evb/Makefile create mode 100644 board/freescale/m5329evb/config.mk create mode 100644 board/freescale/m5329evb/m5329evb.c create mode 100644 board/freescale/m5329evb/nand.c create mode 100644 board/freescale/m5329evb/u-boot.lds create mode 100644 board/freescale/m5373evb/Makefile create mode 100644 board/freescale/m5373evb/config.mk create mode 100644 board/freescale/m5373evb/m5373evb.c create mode 100644 board/freescale/m5373evb/nand.c create mode 100644 board/freescale/m5373evb/u-boot.lds create mode 100644 board/freescale/m54451evb/Makefile create mode 100644 board/freescale/m54451evb/config.mk create mode 100644 board/freescale/m54451evb/m54451evb.c create mode 100644 board/freescale/m54451evb/u-boot.spa create mode 100644 board/freescale/m54451evb/u-boot.stm create mode 100644 board/freescale/m54455evb/Makefile create mode 100644 board/freescale/m54455evb/config.mk create mode 100644 board/freescale/m54455evb/m54455evb.c create mode 100644 board/freescale/m54455evb/u-boot.atm create mode 100644 board/freescale/m54455evb/u-boot.int create mode 100644 board/freescale/m54455evb/u-boot.stm create mode 100644 board/freescale/m547xevb/Makefile create mode 100644 board/freescale/m547xevb/config.mk create mode 100644 board/freescale/m547xevb/m547xevb.c create mode 100644 board/freescale/m547xevb/u-boot.lds create mode 100644 board/freescale/m548xevb/Makefile create mode 100644 board/freescale/m548xevb/config.mk create mode 100644 board/freescale/m548xevb/m548xevb.c create mode 100644 board/freescale/m548xevb/u-boot.lds create mode 100644 board/freescale/mpc5121ads/Makefile create mode 100644 board/freescale/mpc5121ads/README create mode 100644 board/freescale/mpc5121ads/config.mk create mode 100644 board/freescale/mpc5121ads/mpc5121ads.c create mode 100644 board/freescale/mpc7448hpc2/Makefile create mode 100644 board/freescale/mpc7448hpc2/asm_init.S create mode 100644 board/freescale/mpc7448hpc2/config.mk create mode 100644 board/freescale/mpc7448hpc2/mpc7448hpc2.c create mode 100644 board/freescale/mpc7448hpc2/tsi108_init.c create mode 100644 board/freescale/mpc7448hpc2/u-boot.lds create mode 100644 board/freescale/mpc8260ads/Makefile create mode 100644 board/freescale/mpc8260ads/config.mk create mode 100644 board/freescale/mpc8260ads/flash.c create mode 100644 board/freescale/mpc8260ads/mpc8260ads.c create mode 100644 board/freescale/mpc8266ads/Makefile create mode 100644 board/freescale/mpc8266ads/config.mk create mode 100644 board/freescale/mpc8266ads/flash.c create mode 100644 board/freescale/mpc8266ads/mpc8266ads.c create mode 100644 board/freescale/mpc8313erdb/Makefile create mode 100644 board/freescale/mpc8313erdb/config.mk create mode 100644 board/freescale/mpc8313erdb/mpc8313erdb.c create mode 100644 board/freescale/mpc8313erdb/sdram.c create mode 100644 board/freescale/mpc8315erdb/Makefile create mode 100644 board/freescale/mpc8315erdb/config.mk create mode 100644 board/freescale/mpc8315erdb/mpc8315erdb.c create mode 100644 board/freescale/mpc8315erdb/sdram.c create mode 100644 board/freescale/mpc8323erdb/Makefile create mode 100644 board/freescale/mpc8323erdb/config.mk create mode 100644 board/freescale/mpc8323erdb/mpc8323erdb.c create mode 100644 board/freescale/mpc832xemds/Makefile create mode 100644 board/freescale/mpc832xemds/config.mk create mode 100644 board/freescale/mpc832xemds/mpc832xemds.c create mode 100644 board/freescale/mpc832xemds/pci.c create mode 100644 board/freescale/mpc8349emds/Makefile create mode 100644 board/freescale/mpc8349emds/config.mk create mode 100644 board/freescale/mpc8349emds/mpc8349emds.c create mode 100644 board/freescale/mpc8349emds/pci.c create mode 100644 board/freescale/mpc8349itx/Makefile create mode 100644 board/freescale/mpc8349itx/config.mk create mode 100644 board/freescale/mpc8349itx/mpc8349itx.c create mode 100644 board/freescale/mpc8349itx/pci.c create mode 100644 board/freescale/mpc8360emds/Makefile create mode 100644 board/freescale/mpc8360emds/config.mk create mode 100644 board/freescale/mpc8360emds/mpc8360emds.c create mode 100644 board/freescale/mpc8360emds/pci.c create mode 100644 board/freescale/mpc8360erdk/Makefile create mode 100644 board/freescale/mpc8360erdk/config.mk create mode 100644 board/freescale/mpc8360erdk/mpc8360erdk.c create mode 100644 board/freescale/mpc8360erdk/nand.c create mode 100644 board/freescale/mpc837xemds/Makefile create mode 100644 board/freescale/mpc837xemds/config.mk create mode 100644 board/freescale/mpc837xemds/mpc837xemds.c create mode 100644 board/freescale/mpc837xemds/pci.c create mode 100644 board/freescale/mpc837xemds/pci.h create mode 100644 board/freescale/mpc837xerdb/Makefile create mode 100644 board/freescale/mpc837xerdb/config.mk create mode 100644 board/freescale/mpc837xerdb/mpc837xerdb.c create mode 100644 board/freescale/mpc837xerdb/pci.c create mode 100644 board/freescale/mpc8536ds/Makefile create mode 100644 board/freescale/mpc8536ds/config.mk create mode 100644 board/freescale/mpc8536ds/ddr.c create mode 100644 board/freescale/mpc8536ds/law.c create mode 100644 board/freescale/mpc8536ds/mpc8536ds.c create mode 100644 board/freescale/mpc8536ds/tlb.c create mode 100644 board/freescale/mpc8536ds/u-boot.lds create mode 100644 board/freescale/mpc8540ads/Makefile create mode 100644 board/freescale/mpc8540ads/config.mk create mode 100644 board/freescale/mpc8540ads/ddr.c create mode 100644 board/freescale/mpc8540ads/law.c create mode 100644 board/freescale/mpc8540ads/mpc8540ads.c create mode 100644 board/freescale/mpc8540ads/tlb.c create mode 100644 board/freescale/mpc8540ads/u-boot.lds create mode 100644 board/freescale/mpc8541cds/Makefile create mode 100644 board/freescale/mpc8541cds/config.mk create mode 100644 board/freescale/mpc8541cds/ddr.c create mode 100644 board/freescale/mpc8541cds/law.c create mode 100644 board/freescale/mpc8541cds/mpc8541cds.c create mode 100644 board/freescale/mpc8541cds/tlb.c create mode 100644 board/freescale/mpc8541cds/u-boot.lds create mode 100644 board/freescale/mpc8544ds/Makefile create mode 100644 board/freescale/mpc8544ds/config.mk create mode 100644 board/freescale/mpc8544ds/ddr.c create mode 100644 board/freescale/mpc8544ds/law.c create mode 100644 board/freescale/mpc8544ds/mpc8544ds.c create mode 100644 board/freescale/mpc8544ds/tlb.c create mode 100644 board/freescale/mpc8544ds/u-boot.lds create mode 100644 board/freescale/mpc8548cds/Makefile create mode 100644 board/freescale/mpc8548cds/config.mk create mode 100644 board/freescale/mpc8548cds/ddr.c create mode 100644 board/freescale/mpc8548cds/law.c create mode 100644 board/freescale/mpc8548cds/mpc8548cds.c create mode 100644 board/freescale/mpc8548cds/tlb.c create mode 100644 board/freescale/mpc8548cds/u-boot.lds create mode 100644 board/freescale/mpc8555cds/Makefile create mode 100644 board/freescale/mpc8555cds/config.mk create mode 100644 board/freescale/mpc8555cds/ddr.c create mode 100644 board/freescale/mpc8555cds/law.c create mode 100644 board/freescale/mpc8555cds/mpc8555cds.c create mode 100644 board/freescale/mpc8555cds/tlb.c create mode 100644 board/freescale/mpc8555cds/u-boot.lds create mode 100644 board/freescale/mpc8560ads/Makefile create mode 100644 board/freescale/mpc8560ads/config.mk create mode 100644 board/freescale/mpc8560ads/ddr.c create mode 100644 board/freescale/mpc8560ads/law.c create mode 100644 board/freescale/mpc8560ads/mpc8560ads.c create mode 100644 board/freescale/mpc8560ads/tlb.c create mode 100644 board/freescale/mpc8560ads/u-boot.lds create mode 100644 board/freescale/mpc8568mds/Makefile create mode 100644 board/freescale/mpc8568mds/bcsr.c create mode 100644 board/freescale/mpc8568mds/bcsr.h create mode 100644 board/freescale/mpc8568mds/config.mk create mode 100644 board/freescale/mpc8568mds/ddr.c create mode 100644 board/freescale/mpc8568mds/law.c create mode 100644 board/freescale/mpc8568mds/mpc8568mds.c create mode 100644 board/freescale/mpc8568mds/tlb.c create mode 100644 board/freescale/mpc8568mds/u-boot.lds create mode 100644 board/freescale/mpc8569mds/Makefile create mode 100644 board/freescale/mpc8569mds/bcsr.c create mode 100644 board/freescale/mpc8569mds/bcsr.h create mode 100644 board/freescale/mpc8569mds/config.mk create mode 100644 board/freescale/mpc8569mds/ddr.c create mode 100644 board/freescale/mpc8569mds/law.c create mode 100644 board/freescale/mpc8569mds/mpc8569mds.c create mode 100644 board/freescale/mpc8569mds/tlb.c create mode 100644 board/freescale/mpc8569mds/u-boot.lds create mode 100644 board/freescale/mpc8572ds/Makefile create mode 100644 board/freescale/mpc8572ds/config.mk create mode 100644 board/freescale/mpc8572ds/ddr.c create mode 100644 board/freescale/mpc8572ds/law.c create mode 100644 board/freescale/mpc8572ds/mpc8572ds.c create mode 100644 board/freescale/mpc8572ds/tlb.c create mode 100644 board/freescale/mpc8572ds/u-boot.lds create mode 100644 board/freescale/mpc8610hpcd/Makefile create mode 100644 board/freescale/mpc8610hpcd/config.mk create mode 100644 board/freescale/mpc8610hpcd/ddr.c create mode 100644 board/freescale/mpc8610hpcd/law.c create mode 100644 board/freescale/mpc8610hpcd/mpc8610hpcd.c create mode 100644 board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c create mode 100644 board/freescale/mpc8610hpcd/u-boot.lds create mode 100644 board/freescale/mpc8641hpcn/Makefile create mode 100644 board/freescale/mpc8641hpcn/config.mk create mode 100644 board/freescale/mpc8641hpcn/ddr.c create mode 100644 board/freescale/mpc8641hpcn/law.c create mode 100644 board/freescale/mpc8641hpcn/mpc8641hpcn.c create mode 100644 board/freescale/mpc8641hpcn/u-boot.lds create mode 100644 board/freescale/mx23_evk/Makefile create mode 100644 board/freescale/mx23_evk/config.mk create mode 100644 board/freescale/mx23_evk/lowlevel_init.S create mode 100644 board/freescale/mx23_evk/mx23_evk.c create mode 100644 board/freescale/mx23_evk/u-boot.lds create mode 100644 board/freescale/mx25_3stack/Makefile create mode 100644 board/freescale/mx25_3stack/config.mk create mode 100644 board/freescale/mx25_3stack/dcdheader.S create mode 100644 board/freescale/mx25_3stack/lowlevel_init.S create mode 100644 board/freescale/mx25_3stack/mx25_3stack.c create mode 100644 board/freescale/mx25_3stack/u-boot.lds create mode 100644 board/freescale/mx28_evk/Makefile create mode 100644 board/freescale/mx28_evk/config.mk create mode 100644 board/freescale/mx28_evk/lowlevel_init.S create mode 100644 board/freescale/mx28_evk/mx28_evk.c create mode 100644 board/freescale/mx28_evk/u-boot.lds create mode 100644 board/freescale/mx31_3stack/Makefile create mode 100644 board/freescale/mx31_3stack/config.mk create mode 100644 board/freescale/mx31_3stack/lowlevel_init.S create mode 100644 board/freescale/mx31_3stack/mx31_3stack.c create mode 100644 board/freescale/mx31_3stack/u-boot.lds create mode 100644 board/freescale/mx31ads/Makefile create mode 100644 board/freescale/mx31ads/config.mk create mode 100644 board/freescale/mx31ads/lowlevel_init.S create mode 100644 board/freescale/mx31ads/mx31ads.c create mode 100644 board/freescale/mx31ads/u-boot.lds create mode 100644 board/freescale/mx31pdk/Makefile create mode 100644 board/freescale/mx31pdk/config.mk create mode 100644 board/freescale/mx31pdk/lowlevel_init.S create mode 100644 board/freescale/mx31pdk/mx31pdk.c create mode 100644 board/freescale/mx35_3stack/Makefile create mode 100644 board/freescale/mx35_3stack/board-mx35_3stack.h create mode 100644 board/freescale/mx35_3stack/config.mk create mode 100644 board/freescale/mx35_3stack/flash_header.S create mode 100644 board/freescale/mx35_3stack/lowlevel_init.S create mode 100644 board/freescale/mx35_3stack/mx35_3stack.c create mode 100644 board/freescale/mx35_3stack/u-boot.lds create mode 100644 board/freescale/mx50_arm2/Makefile create mode 100644 board/freescale/mx50_arm2/config.mk create mode 100644 board/freescale/mx50_arm2/flash_header.S create mode 100644 board/freescale/mx50_arm2/lowlevel_init.S create mode 100644 board/freescale/mx50_arm2/mx50_arm2.c create mode 100644 board/freescale/mx50_arm2/u-boot.lds create mode 100644 board/freescale/mx51_3stack/Makefile create mode 100644 board/freescale/mx51_3stack/board-mx51_3stack.h create mode 100644 board/freescale/mx51_3stack/config.mk create mode 100644 board/freescale/mx51_3stack/flash_header.S create mode 100644 board/freescale/mx51_3stack/lowlevel_init.S create mode 100644 board/freescale/mx51_3stack/mx51_3stack.c create mode 100644 board/freescale/mx51_3stack/u-boot.lds create mode 100644 board/freescale/mx51_bbg/Makefile create mode 100644 board/freescale/mx51_bbg/board-imx51.h create mode 100644 board/freescale/mx51_bbg/config.mk create mode 100644 board/freescale/mx51_bbg/flash_header.S create mode 100644 board/freescale/mx51_bbg/lowlevel_init.S create mode 100644 board/freescale/mx51_bbg/mx51_bbg.c create mode 100644 board/freescale/mx51_bbg/u-boot.lds create mode 100644 board/freescale/mx53_evk/Makefile create mode 100644 board/freescale/mx53_evk/config.mk create mode 100644 board/freescale/mx53_evk/flash_header.S create mode 100644 board/freescale/mx53_evk/lowlevel_init.S create mode 100644 board/freescale/mx53_evk/mx53_evk.c create mode 100644 board/freescale/mx53_evk/u-boot.lds create mode 100644 board/freescale/p2020ds/Makefile create mode 100644 board/freescale/p2020ds/config.mk create mode 100644 board/freescale/p2020ds/ddr.c create mode 100644 board/freescale/p2020ds/law.c create mode 100644 board/freescale/p2020ds/p2020ds.c create mode 100644 board/freescale/p2020ds/tlb.c create mode 100644 board/freescale/p2020ds/u-boot.lds create mode 100644 board/gaisler/gr_cpci_ax2000/Makefile create mode 100644 board/gaisler/gr_cpci_ax2000/config.mk create mode 100644 board/gaisler/gr_cpci_ax2000/gr_cpci_ax2000.c create mode 100644 board/gaisler/gr_cpci_ax2000/u-boot.lds create mode 100644 board/gaisler/gr_ep2s60/Makefile create mode 100644 board/gaisler/gr_ep2s60/config.mk create mode 100644 board/gaisler/gr_ep2s60/gr_ep2s60.c create mode 100644 board/gaisler/gr_ep2s60/u-boot.lds create mode 100644 board/gaisler/gr_xc3s_1500/Makefile create mode 100644 board/gaisler/gr_xc3s_1500/config.mk create mode 100644 board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c create mode 100644 board/gaisler/gr_xc3s_1500/u-boot.lds create mode 100644 board/gaisler/grsim/Makefile create mode 100644 board/gaisler/grsim/config.mk create mode 100644 board/gaisler/grsim/grsim.c create mode 100644 board/gaisler/grsim/u-boot.lds create mode 100644 board/gaisler/grsim_leon2/Makefile create mode 100644 board/gaisler/grsim_leon2/config.mk create mode 100644 board/gaisler/grsim_leon2/grsim_leon2.c create mode 100644 board/gaisler/grsim_leon2/u-boot.lds create mode 100644 board/gdsys/compactcenter/Makefile create mode 100644 board/gdsys/compactcenter/chip_config.c create mode 100644 board/gdsys/compactcenter/compactcenter.c create mode 100644 board/gdsys/compactcenter/config.mk create mode 100644 board/gdsys/compactcenter/init.S create mode 100644 board/gdsys/compactcenter/u-boot.lds create mode 100644 board/gdsys/dlvision/Makefile create mode 100644 board/gdsys/dlvision/config.mk create mode 100644 board/gdsys/dlvision/dlvision.c create mode 100644 board/gdsys/dlvision/u-boot.lds create mode 100644 board/gdsys/gdppc440etx/Makefile create mode 100644 board/gdsys/gdppc440etx/config.mk create mode 100644 board/gdsys/gdppc440etx/gdppc440etx.c create mode 100644 board/gdsys/gdppc440etx/init.S create mode 100644 board/gdsys/gdppc440etx/u-boot.lds create mode 100644 board/gdsys/neo/Makefile create mode 100644 board/gdsys/neo/config.mk create mode 100644 board/gdsys/neo/neo.c create mode 100644 board/gdsys/neo/u-boot.lds create mode 100644 board/ibf-dsp561/Makefile create mode 100644 board/ibf-dsp561/config.mk create mode 100644 board/ibf-dsp561/ibf-dsp561.c create mode 100644 board/idmr/Makefile create mode 100644 board/idmr/config.mk create mode 100644 board/idmr/flash.c create mode 100644 board/idmr/idmr.c create mode 100644 board/idmr/u-boot.lds create mode 100644 board/imx31_litekit/Makefile create mode 100644 board/imx31_litekit/config.mk create mode 100644 board/imx31_litekit/imx31_litekit.c create mode 100644 board/imx31_litekit/lowlevel_init.S create mode 100644 board/imx31_phycore/Makefile create mode 100644 board/imx31_phycore/config.mk create mode 100644 board/imx31_phycore/imx31_phycore.c create mode 100644 board/imx31_phycore/lowlevel_init.S create mode 100644 board/inka4x0/hyb25d512160bf-5.h create mode 100644 board/inka4x0/inkadiag.c create mode 100644 board/inka4x0/k4h511638c.h create mode 100644 board/inka4x0/mt46v32m16-75.h create mode 100644 board/jupiter/Makefile create mode 100644 board/jupiter/config.mk create mode 100644 board/jupiter/jupiter.c create mode 100644 board/karo/tx28/Makefile create mode 100644 board/karo/tx28/config.mk create mode 100644 board/karo/tx28/lowlevel_init.S create mode 100644 board/karo/tx28/tx28.c create mode 100644 board/karo/tx28/u-boot.lds create mode 100644 board/keymile/common/common.c create mode 100644 board/keymile/common/common.h create mode 100644 board/keymile/common/keymile_hdlc_enet.c create mode 100644 board/keymile/common/keymile_hdlc_enet.h create mode 100644 board/keymile/km8xx/Makefile create mode 100644 board/keymile/km8xx/config.mk create mode 100644 board/keymile/km8xx/km8xx.c create mode 100644 board/keymile/km8xx/km8xx_hdlc_enet.c create mode 100644 board/keymile/km8xx/u-boot.lds create mode 100644 board/keymile/kmeter1/Makefile create mode 100644 board/keymile/kmeter1/config.mk create mode 100644 board/keymile/kmeter1/kmeter1.c create mode 100644 board/keymile/mgcoge/Makefile create mode 100644 board/keymile/mgcoge/config.mk create mode 100644 board/keymile/mgcoge/mgcoge.c create mode 100644 board/keymile/mgcoge/mgcoge_hdlc_enet.c create mode 100644 board/korat/Makefile create mode 100644 board/korat/config.mk create mode 100644 board/korat/init.S create mode 100644 board/korat/korat.c create mode 100644 board/korat/u-boot-F7FC.lds create mode 100644 board/korat/u-boot.lds create mode 100644 board/linkstation/Makefile create mode 100644 board/linkstation/avr.c create mode 100644 board/linkstation/config.mk create mode 100644 board/linkstation/hwctl.c create mode 100644 board/linkstation/ide.c create mode 100644 board/linkstation/linkstation.c create mode 100644 board/lpc2292sodimm/Makefile create mode 100644 board/lpc2292sodimm/config.mk create mode 100644 board/lpc2292sodimm/flash.c create mode 100644 board/lpc2292sodimm/lowlevel_init.S create mode 100644 board/lpc2292sodimm/lpc2292sodimm.c create mode 100644 board/lwmon5/Makefile create mode 100644 board/lwmon5/config.mk create mode 100644 board/lwmon5/init.S create mode 100644 board/lwmon5/kbd.c create mode 100644 board/lwmon5/lwmon5.c create mode 100644 board/lwmon5/sdram.c create mode 100644 board/lwmon5/u-boot.lds create mode 100644 board/m501sk/Makefile create mode 100644 board/m501sk/config.mk create mode 100644 board/m501sk/eeprom.c create mode 100644 board/m501sk/m501sk.c create mode 100644 board/m501sk/m501sk.h create mode 100644 board/matrix_vision/common/Makefile create mode 100644 board/matrix_vision/common/mv_common.c create mode 100644 board/matrix_vision/common/mv_common.h create mode 100644 board/matrix_vision/mvbc_p/Makefile create mode 100644 board/matrix_vision/mvbc_p/config.mk create mode 100644 board/matrix_vision/mvbc_p/fpga.c create mode 100644 board/matrix_vision/mvbc_p/fpga.h create mode 100644 board/matrix_vision/mvbc_p/mvbc_p.c create mode 100644 board/matrix_vision/mvbc_p/mvbc_p.h create mode 100644 board/matrix_vision/mvbc_p/mvbc_p_autoscript create mode 100644 board/matrix_vision/mvblm7/Makefile create mode 100644 board/matrix_vision/mvblm7/config.mk create mode 100644 board/matrix_vision/mvblm7/fpga.c create mode 100644 board/matrix_vision/mvblm7/fpga.h create mode 100644 board/matrix_vision/mvblm7/mvblm7.c create mode 100644 board/matrix_vision/mvblm7/mvblm7.h create mode 100644 board/matrix_vision/mvblm7/mvblm7_autoscript create mode 100644 board/matrix_vision/mvblm7/pci.c create mode 100644 board/mcc200/auto_update.c create mode 100644 board/micronas/vct/Makefile create mode 100644 board/micronas/vct/bcu.h create mode 100644 board/micronas/vct/config.mk create mode 100644 board/micronas/vct/dcgu.c create mode 100644 board/micronas/vct/dcgu.h create mode 100644 board/micronas/vct/ebi.c create mode 100644 board/micronas/vct/ebi.h create mode 100644 board/micronas/vct/ebi_nor_flash.c create mode 100644 board/micronas/vct/ebi_onenand.c create mode 100644 board/micronas/vct/ebi_smc911x.c create mode 100644 board/micronas/vct/ehci.c create mode 100644 board/micronas/vct/gpio.c create mode 100644 board/micronas/vct/scc.c create mode 100644 board/micronas/vct/scc.h create mode 100644 board/micronas/vct/smc_eeprom.c create mode 100644 board/micronas/vct/top.c create mode 100644 board/micronas/vct/u-boot.lds create mode 100644 board/micronas/vct/vct.c create mode 100644 board/micronas/vct/vct.h create mode 100644 board/micronas/vct/vcth/reg_dcgu.h create mode 100644 board/micronas/vct/vcth/reg_ebi.h create mode 100644 board/micronas/vct/vcth/reg_fwsram.h create mode 100644 board/micronas/vct/vcth/reg_gpio.h create mode 100644 board/micronas/vct/vcth/reg_scc.h create mode 100644 board/micronas/vct/vcth/reg_usbh.h create mode 100644 board/micronas/vct/vcth/reg_wdt.h create mode 100644 board/micronas/vct/vcth2/reg_ebi.h create mode 100644 board/micronas/vct/vctv/reg_dcgu.h create mode 100644 board/micronas/vct/vctv/reg_ebi.h create mode 100644 board/micronas/vct/vctv/reg_gpio.h create mode 100644 board/micronas/vct/vctv/reg_wdt.h create mode 100644 board/mimc/mimc200/Makefile create mode 100644 board/mimc/mimc200/config.mk create mode 100644 board/mimc/mimc200/mimc200.c create mode 100644 board/mimc/mimc200/u-boot.lds create mode 100644 board/miromico/hammerhead/Makefile create mode 100644 board/miromico/hammerhead/config.mk create mode 100644 board/miromico/hammerhead/hammerhead.c create mode 100644 board/miromico/hammerhead/u-boot.lds create mode 100644 board/motionpro/Makefile create mode 100644 board/motionpro/config.mk create mode 100644 board/motionpro/motionpro.c create mode 100644 board/mpc8540eval/ddr.c create mode 100644 board/mpc8540eval/law.c create mode 100644 board/mpc8540eval/tlb.c create mode 100644 board/mpr2/Makefile create mode 100644 board/mpr2/config.mk create mode 100644 board/mpr2/lowlevel_init.S create mode 100644 board/mpr2/mpr2.c create mode 100644 board/ms7720se/Makefile create mode 100644 board/ms7720se/config.mk create mode 100644 board/ms7720se/lowlevel_init.S create mode 100644 board/ms7720se/ms7720se.c create mode 100644 board/ms7722se/Makefile create mode 100644 board/ms7722se/config.mk create mode 100644 board/ms7722se/lowlevel_init.S create mode 100644 board/ms7722se/ms7722se.c create mode 100644 board/ms7750se/Makefile create mode 100644 board/ms7750se/config.mk create mode 100644 board/ms7750se/lowlevel_init.S create mode 100644 board/ms7750se/ms7750se.c create mode 100644 board/muas3001/Makefile create mode 100644 board/muas3001/config.mk create mode 100644 board/muas3001/muas3001.c create mode 100644 board/mucmc52/Makefile create mode 100644 board/mucmc52/config.mk create mode 100644 board/mucmc52/mucmc52.c create mode 100644 board/munices/Makefile create mode 100644 board/munices/config.mk create mode 100644 board/munices/mt48lc16m16a2-75.h create mode 100644 board/munices/munices.c create mode 100644 board/munices/u-boot.lds create mode 100644 board/netstal/common/fixed_sdram.c create mode 100644 board/netstal/common/nm.h create mode 100644 board/netstal/common/nm_bsp.c create mode 100644 board/netstal/hcu4/Makefile create mode 100644 board/netstal/hcu4/README.txt create mode 100644 board/netstal/hcu4/config.mk create mode 100644 board/netstal/hcu4/hcu4.c create mode 100644 board/netstal/hcu4/u-boot.lds create mode 100644 board/netstal/hcu5/Makefile create mode 100644 board/netstal/hcu5/README.txt create mode 100644 board/netstal/hcu5/config.mk create mode 100644 board/netstal/hcu5/hcu5.c create mode 100644 board/netstal/hcu5/init.S create mode 100644 board/netstal/hcu5/sdram.c create mode 100644 board/netstal/hcu5/u-boot.lds create mode 100644 board/netstal/mcu25/Makefile create mode 100644 board/netstal/mcu25/README.txt create mode 100644 board/netstal/mcu25/config.mk create mode 100644 board/netstal/mcu25/mcu25.c create mode 100644 board/netstal/mcu25/u-boot.lds create mode 100644 board/omap3/beagle/Makefile create mode 100644 board/omap3/beagle/beagle.c create mode 100644 board/omap3/beagle/beagle.h create mode 100644 board/omap3/beagle/config.mk create mode 100644 board/omap3/evm/Makefile create mode 100644 board/omap3/evm/config.mk create mode 100644 board/omap3/evm/evm.c create mode 100644 board/omap3/evm/evm.h create mode 100644 board/omap3/overo/Makefile create mode 100644 board/omap3/overo/config.mk create mode 100644 board/omap3/overo/overo.c create mode 100644 board/omap3/overo/overo.h create mode 100644 board/omap3/pandora/Makefile create mode 100644 board/omap3/pandora/config.mk create mode 100644 board/omap3/pandora/pandora.c create mode 100644 board/omap3/pandora/pandora.h create mode 100644 board/omap3/zoom1/Makefile create mode 100644 board/omap3/zoom1/config.mk create mode 100644 board/omap3/zoom1/zoom1.c create mode 100644 board/omap3/zoom1/zoom1.h create mode 100644 board/omap3/zoom2/Makefile create mode 100644 board/omap3/zoom2/config.mk create mode 100644 board/omap3/zoom2/debug_board.c create mode 100644 board/omap3/zoom2/led.c create mode 100644 board/omap3/zoom2/zoom2.c create mode 100644 board/omap3/zoom2/zoom2.h create mode 100644 board/omap3/zoom2/zoom2_serial.c create mode 100644 board/omap3/zoom2/zoom2_serial.h create mode 100644 board/pb1x00/lowlevel_init.S create mode 100644 board/phytec/pcm030/Makefile create mode 100644 board/phytec/pcm030/config.mk create mode 100644 board/phytec/pcm030/mt46v32m16-75.h create mode 100644 board/phytec/pcm030/pcm030.c create mode 100644 board/pm854/ddr.c create mode 100644 board/pm854/law.c create mode 100644 board/pm854/tlb.c create mode 100644 board/pm856/ddr.c create mode 100644 board/pm856/law.c create mode 100644 board/pm856/tlb.c create mode 100644 board/prodrive/alpr/Makefile create mode 100644 board/prodrive/alpr/alpr.c create mode 100644 board/prodrive/alpr/config.mk create mode 100644 board/prodrive/alpr/fpga.c create mode 100644 board/prodrive/alpr/init.S create mode 100644 board/prodrive/alpr/nand.c create mode 100644 board/prodrive/alpr/u-boot.lds create mode 100644 board/prodrive/p3mx/64460.h create mode 100644 board/prodrive/p3mx/Makefile create mode 100644 board/prodrive/p3mx/config.mk create mode 100644 board/prodrive/p3mx/eth.h create mode 100644 board/prodrive/p3mx/misc.S create mode 100644 board/prodrive/p3mx/mpsc.c create mode 100644 board/prodrive/p3mx/mpsc.h create mode 100644 board/prodrive/p3mx/mv_eth.c create mode 100644 board/prodrive/p3mx/mv_eth.h create mode 100644 board/prodrive/p3mx/mv_regs.h create mode 100644 board/prodrive/p3mx/p3mx.c create mode 100644 board/prodrive/p3mx/p3mx.h create mode 100644 board/prodrive/p3mx/pci.c create mode 100644 board/prodrive/p3mx/ppc_error_no.h create mode 100644 board/prodrive/p3mx/sdram_init.c create mode 100644 board/prodrive/p3mx/serial.c create mode 100644 board/prodrive/p3mx/serial.h create mode 100644 board/prodrive/p3mx/u-boot.lds create mode 100644 board/pxa255_idp/lowlevel_init.S create mode 100644 board/qemu-mips/Makefile create mode 100644 board/qemu-mips/README create mode 100644 board/qemu-mips/config.mk create mode 100644 board/qemu-mips/lowlevel_init.S create mode 100644 board/qemu-mips/qemu-mips.c create mode 100644 board/qemu-mips/u-boot.lds create mode 100644 board/quad100hd/Makefile create mode 100644 board/quad100hd/config.mk create mode 100644 board/quad100hd/nand.c create mode 100644 board/quad100hd/quad100hd.c create mode 100644 board/quad100hd/u-boot.lds create mode 100644 board/renesas/MigoR/Makefile create mode 100644 board/renesas/MigoR/config.mk create mode 100644 board/renesas/MigoR/lowlevel_init.S create mode 100644 board/renesas/MigoR/migo_r.c create mode 100644 board/renesas/ap325rxa/Makefile create mode 100644 board/renesas/ap325rxa/ap325rxa.c create mode 100644 board/renesas/ap325rxa/config.mk create mode 100644 board/renesas/ap325rxa/cpld-ap325rxa.c create mode 100644 board/renesas/ap325rxa/lowlevel_init.S create mode 100644 board/renesas/r2dplus/Makefile create mode 100644 board/renesas/r2dplus/config.mk create mode 100644 board/renesas/r2dplus/lowlevel_init.S create mode 100644 board/renesas/r2dplus/r2dplus.c create mode 100644 board/renesas/r7780mp/Makefile create mode 100644 board/renesas/r7780mp/config.mk create mode 100644 board/renesas/r7780mp/lowlevel_init.S create mode 100644 board/renesas/r7780mp/r7780mp.c create mode 100644 board/renesas/r7780mp/r7780mp.h create mode 100644 board/renesas/rsk7203/Makefile create mode 100644 board/renesas/rsk7203/config.mk create mode 100644 board/renesas/rsk7203/lowlevel_init.S create mode 100644 board/renesas/rsk7203/rsk7203.c create mode 100644 board/renesas/sh7763rdp/Makefile create mode 100644 board/renesas/sh7763rdp/config.mk create mode 100644 board/renesas/sh7763rdp/lowlevel_init.S create mode 100644 board/renesas/sh7763rdp/sh7763rdp.c create mode 100644 board/renesas/sh7785lcr/Makefile create mode 100644 board/renesas/sh7785lcr/config.mk create mode 100644 board/renesas/sh7785lcr/lowlevel_init.S create mode 100644 board/renesas/sh7785lcr/rtl8169.h create mode 100644 board/renesas/sh7785lcr/rtl8169_mac.c create mode 100644 board/renesas/sh7785lcr/selfcheck.c create mode 100644 board/renesas/sh7785lcr/sh7785lcr.c create mode 100644 board/ronetix/pm9261/Makefile create mode 100644 board/ronetix/pm9261/config.mk create mode 100644 board/ronetix/pm9261/led.c create mode 100644 board/ronetix/pm9261/partition.c create mode 100644 board/ronetix/pm9261/pm9261.c create mode 100644 board/ronetix/pm9263/Makefile create mode 100644 board/ronetix/pm9263/config.mk create mode 100644 board/ronetix/pm9263/led.c create mode 100644 board/ronetix/pm9263/partition.c create mode 100644 board/ronetix/pm9263/pm9263.c create mode 100644 board/samsung/smdk2400/Makefile create mode 100644 board/samsung/smdk2400/config.mk create mode 100644 board/samsung/smdk2400/flash.c create mode 100644 board/samsung/smdk2400/lowlevel_init.S create mode 100644 board/samsung/smdk2400/smdk2400.c create mode 100644 board/samsung/smdk2410/Makefile create mode 100644 board/samsung/smdk2410/config.mk create mode 100644 board/samsung/smdk2410/flash.c create mode 100644 board/samsung/smdk2410/lowlevel_init.S create mode 100644 board/samsung/smdk2410/smdk2410.c create mode 100644 board/samsung/smdk6400/.gitignore create mode 100644 board/samsung/smdk6400/Makefile create mode 100644 board/samsung/smdk6400/config.mk create mode 100644 board/samsung/smdk6400/lowlevel_init.S create mode 100644 board/samsung/smdk6400/smdk6400.c create mode 100644 board/samsung/smdk6400/u-boot-nand.lds create mode 100644 board/sbc8349/Makefile create mode 100644 board/sbc8349/config.mk create mode 100644 board/sbc8349/pci.c create mode 100644 board/sbc8349/sbc8349.c create mode 100644 board/sbc8548/Makefile create mode 100644 board/sbc8548/config.mk create mode 100644 board/sbc8548/ddr.c create mode 100644 board/sbc8548/law.c create mode 100644 board/sbc8548/sbc8548.c create mode 100644 board/sbc8548/tlb.c create mode 100644 board/sbc8548/u-boot.lds create mode 100644 board/sbc8560/ddr.c create mode 100644 board/sbc8560/law.c create mode 100644 board/sbc8560/tlb.c create mode 100644 board/sbc8641d/Makefile create mode 100644 board/sbc8641d/config.mk create mode 100644 board/sbc8641d/ddr.c create mode 100644 board/sbc8641d/law.c create mode 100644 board/sbc8641d/sbc8641d.c create mode 100644 board/sbc8641d/u-boot.lds create mode 100644 board/sc3/Makefile create mode 100644 board/sc3/config.mk create mode 100644 board/sc3/init.S create mode 100644 board/sc3/sc3.c create mode 100644 board/sc3/sc3.h create mode 100644 board/sc3/sc3nand.c create mode 100644 board/sc3/u-boot.lds create mode 100644 board/sheldon/simpc8313/Makefile create mode 100644 board/sheldon/simpc8313/config.mk create mode 100644 board/sheldon/simpc8313/sdram.c create mode 100644 board/sheldon/simpc8313/simpc8313.c create mode 100644 board/siemens/SMN42/Makefile create mode 100644 board/siemens/SMN42/config.mk create mode 100644 board/siemens/SMN42/flash.c create mode 100644 board/siemens/SMN42/lowlevel_init.S create mode 100644 board/siemens/SMN42/smn42.c create mode 100644 board/socrates/Makefile create mode 100644 board/socrates/config.mk create mode 100644 board/socrates/ddr.c create mode 100644 board/socrates/law.c create mode 100644 board/socrates/nand.c create mode 100644 board/socrates/sdram.c create mode 100644 board/socrates/socrates.c create mode 100644 board/socrates/tlb.c create mode 100644 board/socrates/u-boot.lds create mode 100644 board/socrates/upm_table.h create mode 100644 board/spc1920/hpi.c create mode 100644 board/spc1920/hpi.h create mode 100644 board/st/nhk8815/Makefile create mode 100644 board/st/nhk8815/config.mk create mode 100644 board/st/nhk8815/nhk8815.c create mode 100644 board/st/nhk8815/platform.S create mode 100644 board/stxgp3/ddr.c create mode 100644 board/stxgp3/law.c create mode 100644 board/stxgp3/tlb.c create mode 100644 board/stxssa/Makefile create mode 100644 board/stxssa/config.mk create mode 100644 board/stxssa/ddr.c create mode 100644 board/stxssa/law.c create mode 100644 board/stxssa/stxssa.c create mode 100644 board/stxssa/tlb.c create mode 100644 board/stxssa/u-boot.lds create mode 100644 board/tcm-bf537/Makefile create mode 100644 board/tcm-bf537/config.mk create mode 100644 board/tcm-bf537/flash.c create mode 100644 board/tcm-bf537/gpio_cfi_flash.c create mode 100644 board/tcm-bf537/gpio_cfi_flash.h create mode 100644 board/tcm-bf537/tcm-bf537.c create mode 100644 board/tqc/tqm5200/Makefile create mode 100644 board/tqc/tqm5200/cam5200_flash.c create mode 100644 board/tqc/tqm5200/cmd_stk52xx.c create mode 100644 board/tqc/tqm5200/cmd_tb5200.c create mode 100644 board/tqc/tqm5200/config.mk create mode 100644 board/tqc/tqm5200/mt48lc16m16a2-75.h create mode 100644 board/tqc/tqm5200/tqm5200.c create mode 100644 board/tqc/tqm8260/Makefile create mode 100644 board/tqc/tqm8260/config.mk create mode 100644 board/tqc/tqm8260/tqm8260.c create mode 100644 board/tqc/tqm8272/Makefile create mode 100644 board/tqc/tqm8272/config.mk create mode 100644 board/tqc/tqm8272/nand.c create mode 100644 board/tqc/tqm8272/tqm8272.c create mode 100644 board/tqc/tqm8272/tqm8272.h create mode 100644 board/tqc/tqm834x/Makefile create mode 100644 board/tqc/tqm834x/config.mk create mode 100644 board/tqc/tqm834x/pci.c create mode 100644 board/tqc/tqm834x/tqm834x.c create mode 100644 board/tqc/tqm85xx/Makefile create mode 100644 board/tqc/tqm85xx/config.mk create mode 100644 board/tqc/tqm85xx/law.c create mode 100644 board/tqc/tqm85xx/nand.c create mode 100644 board/tqc/tqm85xx/sdram.c create mode 100644 board/tqc/tqm85xx/tlb.c create mode 100644 board/tqc/tqm85xx/tqm85xx.c create mode 100644 board/tqc/tqm85xx/u-boot.lds create mode 100644 board/tqc/tqm8xx/Makefile create mode 100644 board/tqc/tqm8xx/config.mk create mode 100644 board/tqc/tqm8xx/load_sernum_ethaddr.c create mode 100644 board/tqc/tqm8xx/tqm8xx.c create mode 100644 board/tqc/tqm8xx/u-boot.lds create mode 100644 board/tqc/tqm8xx/u-boot.lds.debug create mode 100644 board/trizepsiv/Makefile create mode 100644 board/trizepsiv/config.mk create mode 100644 board/trizepsiv/conxs.c create mode 100644 board/trizepsiv/eeprom.c create mode 100644 board/trizepsiv/lowlevel_init.S create mode 100644 board/trizepsiv/pxavoltage.S create mode 100644 board/uc101/Makefile create mode 100644 board/uc101/config.mk create mode 100644 board/uc101/uc101.c create mode 100644 board/xes/common/Makefile create mode 100644 board/xes/common/actl_nand.c create mode 100644 board/xes/common/fsl_8xxx_clk.c create mode 100644 board/xes/common/fsl_8xxx_ddr.c create mode 100644 board/xes/common/fsl_8xxx_pci.c create mode 100644 board/xes/xpedite1000/Makefile create mode 100644 board/xes/xpedite1000/config.mk create mode 100644 board/xes/xpedite1000/init.S create mode 100644 board/xes/xpedite1000/u-boot.lds create mode 100644 board/xes/xpedite1000/u-boot.lds.debug create mode 100644 board/xes/xpedite1000/xpedite1000.c create mode 100644 board/xes/xpedite5170/Makefile create mode 100644 board/xes/xpedite5170/config.mk create mode 100644 board/xes/xpedite5170/ddr.c create mode 100644 board/xes/xpedite5170/law.c create mode 100644 board/xes/xpedite5170/u-boot.lds create mode 100644 board/xes/xpedite5170/xpedite5170.c create mode 100644 board/xes/xpedite5200/Makefile create mode 100644 board/xes/xpedite5200/config.mk create mode 100644 board/xes/xpedite5200/ddr.c create mode 100644 board/xes/xpedite5200/law.c create mode 100644 board/xes/xpedite5200/tlb.c create mode 100644 board/xes/xpedite5200/u-boot.lds create mode 100644 board/xes/xpedite5200/xpedite5200.c create mode 100644 board/xes/xpedite5370/Makefile create mode 100644 board/xes/xpedite5370/config.mk create mode 100644 board/xes/xpedite5370/ddr.c create mode 100644 board/xes/xpedite5370/law.c create mode 100644 board/xes/xpedite5370/tlb.c create mode 100644 board/xes/xpedite5370/u-boot.lds create mode 100644 board/xes/xpedite5370/xpedite5370.c create mode 100644 board/xilinx/microblaze-generic/Makefile create mode 100644 board/xilinx/microblaze-generic/config.mk create mode 100644 board/xilinx/microblaze-generic/microblaze-generic.c create mode 100644 board/xilinx/microblaze-generic/u-boot.lds create mode 100644 board/xilinx/microblaze-generic/xparameters.h create mode 100644 board/xilinx/ml507/.gitignore create mode 100644 board/xilinx/ml507/Makefile create mode 100644 board/xilinx/ml507/config.mk create mode 100644 board/xilinx/ml507/ml507.c create mode 100644 board/xilinx/ml507/xparameters.h create mode 100644 board/xilinx/ppc405-generic/.gitignore create mode 100644 board/xilinx/ppc405-generic/Makefile create mode 100644 board/xilinx/ppc405-generic/config.mk create mode 100644 board/xilinx/ppc405-generic/u-boot-ram.lds create mode 100644 board/xilinx/ppc405-generic/u-boot-rom.lds create mode 100644 board/xilinx/ppc405-generic/xilinx_ppc405_generic.c create mode 100644 board/xilinx/ppc405-generic/xparameters.h create mode 100644 board/xilinx/ppc440-generic/.gitignore create mode 100644 board/xilinx/ppc440-generic/Makefile create mode 100644 board/xilinx/ppc440-generic/config.mk create mode 100644 board/xilinx/ppc440-generic/init.S create mode 100644 board/xilinx/ppc440-generic/u-boot-ram.lds create mode 100644 board/xilinx/ppc440-generic/u-boot-rom.lds create mode 100644 board/xilinx/ppc440-generic/xilinx_ppc440_generic.c create mode 100644 board/xilinx/ppc440-generic/xparameters.h create mode 100644 board/zeus/Makefile create mode 100644 board/zeus/config.mk create mode 100644 board/zeus/u-boot.lds create mode 100644 board/zeus/update.c create mode 100644 board/zeus/zeus.c create mode 100644 common/cmd_ambapp.c create mode 100644 common/cmd_bootldr.c create mode 100644 common/cmd_clk.c create mode 100644 common/cmd_cplbinfo.c create mode 100644 common/cmd_dataflash_mmc_mux.c create mode 100644 common/cmd_df.c create mode 100644 common/cmd_fdt.c create mode 100644 common/cmd_iim.c create mode 100644 common/cmd_irq.c create mode 100644 common/cmd_license.c create mode 100644 common/cmd_mfsl.c create mode 100644 common/cmd_mgdisk.c create mode 100644 common/cmd_mp.c create mode 100644 common/cmd_mtdparts.c create mode 100644 common/cmd_onenand.c create mode 100644 common/cmd_otp.c create mode 100644 common/cmd_pata.c create mode 100644 common/cmd_sata.c create mode 100644 common/cmd_setexpr.c create mode 100644 common/cmd_sf.c create mode 100644 common/cmd_source.c create mode 100644 common/cmd_spibootldr.c create mode 100644 common/cmd_strings.c create mode 100644 common/cmd_terminal.c create mode 100644 common/cmd_tsi148.c create mode 100644 common/cmd_ubi.c create mode 100644 common/cmd_ubifs.c create mode 100644 common/cmd_yaffs2.c create mode 100644 common/ddr_spd.c create mode 100644 common/env_embedded.c create mode 100644 common/env_mgdisk.c create mode 100644 common/env_mmc.c create mode 100644 common/env_onenand.c create mode 100644 common/env_sf.c create mode 100644 common/fdt_support.c create mode 100644 common/hwconfig.c create mode 100644 common/image.c create mode 100644 common/iomux.c create mode 100644 common/kallsyms.c create mode 100644 common/modem.c create mode 100644 common/stdio.c create mode 100644 common/system_map.c create mode 100644 common/update.c create mode 100644 cpu/arm1136/mx31/Makefile create mode 100644 cpu/arm1136/mx31/devices.c create mode 100644 cpu/arm1136/mx31/generic.c create mode 100644 cpu/arm1136/mx31/nand_load.S create mode 100644 cpu/arm1136/mx31/timer.c create mode 100644 cpu/arm1136/mx35/Makefile create mode 100644 cpu/arm1136/mx35/crm_regs.h create mode 100644 cpu/arm1136/mx35/generic.c create mode 100644 cpu/arm1136/mx35/iomux.c create mode 100644 cpu/arm1136/mx35/mxc_nand_load.S create mode 100644 cpu/arm1136/mx35/serial.c create mode 100644 cpu/arm1136/mx35/timer.c create mode 100644 cpu/arm1136/omap24xx/Makefile create mode 100644 cpu/arm1136/omap24xx/reset.S create mode 100644 cpu/arm1136/omap24xx/timer.c create mode 100644 cpu/arm1136/u-boot.lds create mode 100644 cpu/arm1176/Makefile create mode 100644 cpu/arm1176/config.mk create mode 100644 cpu/arm1176/cpu.c create mode 100644 cpu/arm1176/s3c64xx/Makefile create mode 100644 cpu/arm1176/s3c64xx/config.mk create mode 100644 cpu/arm1176/s3c64xx/cpu_init.S create mode 100644 cpu/arm1176/s3c64xx/reset.S create mode 100644 cpu/arm1176/s3c64xx/speed.c create mode 100644 cpu/arm1176/s3c64xx/timer.c create mode 100644 cpu/arm1176/start.S create mode 100644 cpu/arm1176/u-boot.lds create mode 100644 cpu/arm720t/lpc2292/Makefile create mode 100644 cpu/arm720t/lpc2292/flash.c create mode 100644 cpu/arm720t/lpc2292/iap_entry.S create mode 100644 cpu/arm720t/lpc2292/mmc.c create mode 100644 cpu/arm720t/lpc2292/mmc_hw.c create mode 100644 cpu/arm720t/lpc2292/mmc_hw.h create mode 100644 cpu/arm720t/lpc2292/spi.c create mode 100644 cpu/arm720t/s3c4510b/Makefile create mode 100644 cpu/arm720t/s3c4510b/cache.c create mode 100644 cpu/arm720t/u-boot.lds create mode 100644 cpu/arm920t/at91rm9200/reset.c create mode 100644 cpu/arm920t/at91rm9200/spi.c create mode 100644 cpu/arm920t/at91rm9200/timer.c create mode 100644 cpu/arm920t/at91rm9200/usb.c create mode 100644 cpu/arm920t/imx/timer.c create mode 100644 cpu/arm920t/ks8695/timer.c create mode 100644 cpu/arm920t/s3c24x0/timer.c create mode 100644 cpu/arm920t/s3c24x0/usb.c create mode 100644 cpu/arm920t/u-boot.lds create mode 100644 cpu/arm925t/timer.c create mode 100644 cpu/arm925t/u-boot.lds create mode 100644 cpu/arm926ejs/at91/Makefile create mode 100644 cpu/arm926ejs/at91/at91cap9_devices.c create mode 100644 cpu/arm926ejs/at91/at91sam9260_devices.c create mode 100644 cpu/arm926ejs/at91/at91sam9261_devices.c create mode 100644 cpu/arm926ejs/at91/at91sam9263_devices.c create mode 100644 cpu/arm926ejs/at91/at91sam9m10g45_devices.c create mode 100644 cpu/arm926ejs/at91/at91sam9rl_devices.c create mode 100644 cpu/arm926ejs/at91/clock.c create mode 100644 cpu/arm926ejs/at91/config.mk create mode 100644 cpu/arm926ejs/at91/cpu.c create mode 100644 cpu/arm926ejs/at91/led.c create mode 100644 cpu/arm926ejs/at91/lowlevel_init.S create mode 100644 cpu/arm926ejs/at91/reset.c create mode 100644 cpu/arm926ejs/at91/timer.c create mode 100644 cpu/arm926ejs/davinci/Makefile create mode 100644 cpu/arm926ejs/davinci/config.mk create mode 100644 cpu/arm926ejs/davinci/cpu.c create mode 100644 cpu/arm926ejs/davinci/dm355.c create mode 100644 cpu/arm926ejs/davinci/dm644x.c create mode 100644 cpu/arm926ejs/davinci/dp83848.c create mode 100644 cpu/arm926ejs/davinci/lowlevel_init.S create mode 100644 cpu/arm926ejs/davinci/lxt972.c create mode 100644 cpu/arm926ejs/davinci/psc.c create mode 100644 cpu/arm926ejs/davinci/reset.S create mode 100644 cpu/arm926ejs/davinci/timer.c create mode 100644 cpu/arm926ejs/kirkwood/Makefile create mode 100644 cpu/arm926ejs/kirkwood/cpu.c create mode 100644 cpu/arm926ejs/kirkwood/dram.c create mode 100644 cpu/arm926ejs/kirkwood/mpp.c create mode 100644 cpu/arm926ejs/kirkwood/timer.c create mode 100644 cpu/arm926ejs/mx23/Makefile create mode 100644 cpu/arm926ejs/mx23/config.mk create mode 100644 cpu/arm926ejs/mx23/reset.S create mode 100644 cpu/arm926ejs/mx23/spi.c create mode 100644 cpu/arm926ejs/mx23/timer.c create mode 100644 cpu/arm926ejs/mx25/Makefile create mode 100644 cpu/arm926ejs/mx25/generic.c create mode 100644 cpu/arm926ejs/mx25/gpio.c create mode 100644 cpu/arm926ejs/mx25/iomux.c create mode 100644 cpu/arm926ejs/mx25/serial.c create mode 100644 cpu/arm926ejs/mx25/timer.c create mode 100644 cpu/arm926ejs/mx27/Makefile create mode 100644 cpu/arm926ejs/mx27/generic.c create mode 100644 cpu/arm926ejs/mx27/reset.c create mode 100644 cpu/arm926ejs/mx27/timer.c create mode 100644 cpu/arm926ejs/mx28/Makefile create mode 100644 cpu/arm926ejs/mx28/config.mk create mode 100644 cpu/arm926ejs/mx28/generic.c create mode 100644 cpu/arm926ejs/mx28/mmcops.c create mode 100644 cpu/arm926ejs/mx28/pinctrl.c create mode 100644 cpu/arm926ejs/mx28/reset.S create mode 100644 cpu/arm926ejs/mx28/serial.c create mode 100644 cpu/arm926ejs/mx28/timer.c create mode 100644 cpu/arm926ejs/nomadik/Makefile create mode 100644 cpu/arm926ejs/nomadik/gpio.c create mode 100644 cpu/arm926ejs/nomadik/reset.S create mode 100644 cpu/arm926ejs/nomadik/timer.c create mode 100644 cpu/arm926ejs/omap/cpuinfo.c create mode 100644 cpu/arm926ejs/u-boot.lds create mode 100644 cpu/arm946es/u-boot.lds create mode 100644 cpu/arm_cortexa8/Makefile create mode 100644 cpu/arm_cortexa8/config.mk create mode 100644 cpu/arm_cortexa8/cpu.c create mode 100644 cpu/arm_cortexa8/mx50/Makefile create mode 100644 cpu/arm_cortexa8/mx50/cache.c create mode 100644 cpu/arm_cortexa8/mx50/crm_regs.h create mode 100644 cpu/arm_cortexa8/mx50/generic.c create mode 100644 cpu/arm_cortexa8/mx50/interrupts.c create mode 100644 cpu/arm_cortexa8/mx50/iomux.c create mode 100644 cpu/arm_cortexa8/mx50/serial.c create mode 100644 cpu/arm_cortexa8/mx50/timer.c create mode 100644 cpu/arm_cortexa8/mx51/Makefile create mode 100644 cpu/arm_cortexa8/mx51/cache.c create mode 100644 cpu/arm_cortexa8/mx51/crm_regs.h create mode 100644 cpu/arm_cortexa8/mx51/generic.c create mode 100644 cpu/arm_cortexa8/mx51/interrupts.c create mode 100644 cpu/arm_cortexa8/mx51/iomux.c create mode 100644 cpu/arm_cortexa8/mx51/mxc_nand_load.S create mode 100644 cpu/arm_cortexa8/mx51/serial.c create mode 100644 cpu/arm_cortexa8/mx51/timer.c create mode 100644 cpu/arm_cortexa8/mx53/Makefile create mode 100644 cpu/arm_cortexa8/mx53/cache.c create mode 100644 cpu/arm_cortexa8/mx53/crm_regs.h create mode 100644 cpu/arm_cortexa8/mx53/generic.c create mode 100644 cpu/arm_cortexa8/mx53/interrupts.c create mode 100644 cpu/arm_cortexa8/mx53/iomux.c create mode 100644 cpu/arm_cortexa8/mx53/serial.c create mode 100644 cpu/arm_cortexa8/mx53/timer.c create mode 100644 cpu/arm_cortexa8/omap3/Makefile create mode 100644 cpu/arm_cortexa8/omap3/board.c create mode 100644 cpu/arm_cortexa8/omap3/cache.c create mode 100644 cpu/arm_cortexa8/omap3/clock.c create mode 100644 cpu/arm_cortexa8/omap3/gpio.c create mode 100644 cpu/arm_cortexa8/omap3/lowlevel_init.S create mode 100644 cpu/arm_cortexa8/omap3/mem.c create mode 100644 cpu/arm_cortexa8/omap3/reset.S create mode 100644 cpu/arm_cortexa8/omap3/sys_info.c create mode 100644 cpu/arm_cortexa8/omap3/syslib.c create mode 100644 cpu/arm_cortexa8/omap3/timer.c create mode 100644 cpu/arm_cortexa8/start.S create mode 100644 cpu/arm_cortexa8/u-boot.lds create mode 100644 cpu/arm_intcm/u-boot.lds create mode 100644 cpu/at32ap/at32ap700x/Makefile create mode 100644 cpu/at32ap/at32ap700x/clk.c create mode 100644 cpu/at32ap/at32ap700x/portmux.c create mode 100644 cpu/at32ap/at32ap700x/sm.h create mode 100644 cpu/at32ap/portmux-gpio.c create mode 100644 cpu/at32ap/portmux-pio.c create mode 100644 cpu/blackfin/.gitignore create mode 100644 cpu/blackfin/Makefile create mode 100755 cpu/blackfin/bootrom-asm-offsets.awk create mode 100644 cpu/blackfin/bootrom-asm-offsets.c.in create mode 100644 cpu/blackfin/cache.S create mode 100644 cpu/blackfin/cpu.c create mode 100644 cpu/blackfin/cpu.h create mode 100644 cpu/blackfin/initcode.c create mode 100644 cpu/blackfin/interrupt.S create mode 100644 cpu/blackfin/interrupts.c create mode 100644 cpu/blackfin/jtag-console.c create mode 100644 cpu/blackfin/os_log.c create mode 100644 cpu/blackfin/reset.c create mode 100644 cpu/blackfin/serial.c create mode 100644 cpu/blackfin/serial.h create mode 100644 cpu/blackfin/start.S create mode 100644 cpu/blackfin/traps.c create mode 100644 cpu/blackfin/watchdog.c create mode 100644 cpu/i386/exceptions.c create mode 100644 cpu/i386/resetvec.S create mode 100644 cpu/i386/sc520/Makefile create mode 100644 cpu/i386/sc520/sc520.c create mode 100644 cpu/i386/sc520/sc520_asm.S create mode 100644 cpu/i386/sc520/sc520_pci.c create mode 100644 cpu/i386/sc520/sc520_ssi.c create mode 100644 cpu/i386/sc520/sc520_timer.c create mode 100644 cpu/ixp/u-boot.lds create mode 100644 cpu/leon2/Makefile create mode 100644 cpu/leon2/config.mk create mode 100644 cpu/leon2/cpu.c create mode 100644 cpu/leon2/cpu_init.c create mode 100644 cpu/leon2/interrupts.c create mode 100644 cpu/leon2/prom.c create mode 100644 cpu/leon2/serial.c create mode 100644 cpu/leon2/start.S create mode 100644 cpu/leon3/Makefile create mode 100644 cpu/leon3/ambapp.c create mode 100644 cpu/leon3/config.mk create mode 100644 cpu/leon3/cpu.c create mode 100644 cpu/leon3/cpu_init.c create mode 100644 cpu/leon3/interrupts.c create mode 100644 cpu/leon3/prom.c create mode 100644 cpu/leon3/serial.c create mode 100644 cpu/leon3/start.S create mode 100644 cpu/leon3/usb_uhci.c create mode 100644 cpu/leon3/usb_uhci.h create mode 100644 cpu/lh7a40x/timer.c create mode 100644 cpu/lh7a40x/u-boot.lds create mode 100644 cpu/mcf5227x/Makefile create mode 100644 cpu/mcf5227x/config.mk create mode 100644 cpu/mcf5227x/cpu.c create mode 100644 cpu/mcf5227x/cpu_init.c create mode 100644 cpu/mcf5227x/interrupts.c create mode 100644 cpu/mcf5227x/speed.c create mode 100644 cpu/mcf5227x/start.S create mode 100644 cpu/mcf523x/Makefile create mode 100644 cpu/mcf523x/config.mk create mode 100644 cpu/mcf523x/cpu.c create mode 100644 cpu/mcf523x/cpu_init.c create mode 100644 cpu/mcf523x/interrupts.c create mode 100644 cpu/mcf523x/speed.c create mode 100644 cpu/mcf523x/start.S create mode 100644 cpu/mcf532x/Makefile create mode 100644 cpu/mcf532x/config.mk create mode 100644 cpu/mcf532x/cpu.c create mode 100644 cpu/mcf532x/cpu_init.c create mode 100644 cpu/mcf532x/interrupts.c create mode 100644 cpu/mcf532x/speed.c create mode 100644 cpu/mcf532x/start.S create mode 100644 cpu/mcf5445x/Makefile create mode 100644 cpu/mcf5445x/config.mk create mode 100644 cpu/mcf5445x/cpu.c create mode 100644 cpu/mcf5445x/cpu_init.c create mode 100644 cpu/mcf5445x/interrupts.c create mode 100644 cpu/mcf5445x/pci.c create mode 100644 cpu/mcf5445x/speed.c create mode 100644 cpu/mcf5445x/start.S create mode 100644 cpu/mcf547x_8x/Makefile create mode 100644 cpu/mcf547x_8x/config.mk create mode 100644 cpu/mcf547x_8x/cpu.c create mode 100644 cpu/mcf547x_8x/cpu_init.c create mode 100644 cpu/mcf547x_8x/interrupts.c create mode 100644 cpu/mcf547x_8x/pci.c create mode 100644 cpu/mcf547x_8x/slicetimer.c create mode 100644 cpu/mcf547x_8x/speed.c create mode 100644 cpu/mcf547x_8x/start.S create mode 100644 cpu/microblaze/cache.c create mode 100644 cpu/microblaze/exception.c create mode 100644 cpu/microblaze/irq.S create mode 100644 cpu/microblaze/timer.c create mode 100644 cpu/mpc512x/Makefile create mode 100644 cpu/mpc512x/asm-offsets.h create mode 100644 cpu/mpc512x/config.mk create mode 100644 cpu/mpc512x/cpu.c create mode 100644 cpu/mpc512x/cpu_init.c create mode 100644 cpu/mpc512x/diu.c create mode 100644 cpu/mpc512x/fixed_sdram.c create mode 100644 cpu/mpc512x/i2c.c create mode 100644 cpu/mpc512x/ide.c create mode 100644 cpu/mpc512x/iim.c create mode 100644 cpu/mpc512x/interrupts.c create mode 100644 cpu/mpc512x/iopin.c create mode 100644 cpu/mpc512x/pci.c create mode 100644 cpu/mpc512x/serial.c create mode 100644 cpu/mpc512x/speed.c create mode 100644 cpu/mpc512x/start.S create mode 100644 cpu/mpc512x/traps.c create mode 100644 cpu/mpc512x/u-boot.lds create mode 100644 cpu/mpc5xx/u-boot.lds create mode 100644 cpu/mpc5xxx/u-boot-customlayout.lds create mode 100644 cpu/mpc5xxx/u-boot.lds create mode 100644 cpu/mpc5xxx/usb.c create mode 100644 cpu/mpc8220/u-boot.lds create mode 100644 cpu/mpc824x/u-boot.lds create mode 100644 cpu/mpc8260/u-boot.lds create mode 100644 cpu/mpc83xx/ecc.c create mode 100644 cpu/mpc83xx/fdt.c create mode 100644 cpu/mpc83xx/nand_init.c create mode 100644 cpu/mpc83xx/pci.c create mode 100644 cpu/mpc83xx/pcie.c create mode 100644 cpu/mpc83xx/qe_io.c create mode 100644 cpu/mpc83xx/serdes.c create mode 100644 cpu/mpc83xx/u-boot.lds create mode 100644 cpu/mpc85xx/ddr-gen1.c create mode 100644 cpu/mpc85xx/ddr-gen2.c create mode 100644 cpu/mpc85xx/ddr-gen3.c create mode 100644 cpu/mpc85xx/fdt.c create mode 100644 cpu/mpc85xx/mp.c create mode 100644 cpu/mpc85xx/mp.h create mode 100644 cpu/mpc85xx/mpc8536_serdes.c create mode 100644 cpu/mpc85xx/qe_io.c create mode 100644 cpu/mpc85xx/release.S create mode 100644 cpu/mpc85xx/tlb.c create mode 100644 cpu/mpc86xx/ddr-8641.c create mode 100644 cpu/mpc86xx/fdt.c create mode 100644 cpu/mpc86xx/mp.c create mode 100644 cpu/mpc86xx/release.S create mode 100644 cpu/mpc8xx/fdt.c create mode 100644 cpu/mpc8xxx/ddr/Makefile create mode 100644 cpu/mpc8xxx/ddr/common_timing_params.h create mode 100644 cpu/mpc8xxx/ddr/ctrl_regs.c create mode 100644 cpu/mpc8xxx/ddr/ddr.h create mode 100644 cpu/mpc8xxx/ddr/ddr1_dimm_params.c create mode 100644 cpu/mpc8xxx/ddr/ddr2_dimm_params.c create mode 100644 cpu/mpc8xxx/ddr/ddr3_dimm_params.c create mode 100644 cpu/mpc8xxx/ddr/lc_common_dimm_params.c create mode 100644 cpu/mpc8xxx/ddr/main.c create mode 100644 cpu/mpc8xxx/ddr/options.c create mode 100644 cpu/mpc8xxx/ddr/util.c create mode 100644 cpu/ppc4xx/40x_spd_sdram.c create mode 100644 cpu/ppc4xx/44x_spd_ddr.c create mode 100644 cpu/ppc4xx/44x_spd_ddr2.c create mode 100644 cpu/ppc4xx/4xx_ibm_ddr2_autocalib.c create mode 100644 cpu/ppc4xx/4xx_pci.c create mode 100644 cpu/ppc4xx/4xx_pcie.c create mode 100644 cpu/ppc4xx/4xx_uart.c create mode 100644 cpu/ppc4xx/cache.S create mode 100644 cpu/ppc4xx/cmd_chip_config.c create mode 100644 cpu/ppc4xx/denali_data_eye.c create mode 100644 cpu/ppc4xx/denali_spd_ddr2.c create mode 100644 cpu/ppc4xx/ecc.c create mode 100644 cpu/ppc4xx/ecc.h create mode 100644 cpu/ppc4xx/fdt.c create mode 100644 cpu/ppc4xx/gpio.c create mode 100644 cpu/ppc4xx/iop480_uart.c create mode 100644 cpu/ppc4xx/tlb.c create mode 100644 cpu/ppc4xx/uic.c create mode 100644 cpu/ppc4xx/usb.c create mode 100644 cpu/ppc4xx/xilinx_irq.c create mode 100644 cpu/pxa/timer.c create mode 100644 cpu/pxa/u-boot.lds create mode 100644 cpu/pxa/usb.c create mode 100644 cpu/s3c44b0/cache.c create mode 100644 cpu/s3c44b0/timer.c create mode 100644 cpu/s3c44b0/u-boot.lds create mode 100644 cpu/sa1100/timer.c create mode 100644 cpu/sa1100/u-boot.lds create mode 100644 cpu/sh2/Makefile create mode 100644 cpu/sh2/cache.c create mode 100644 cpu/sh2/config.mk create mode 100644 cpu/sh2/cpu.c create mode 100644 cpu/sh2/interrupts.c create mode 100644 cpu/sh2/start.S create mode 100644 cpu/sh2/u-boot.lds create mode 100644 cpu/sh2/watchdog.c create mode 100644 cpu/sh3/Makefile create mode 100644 cpu/sh3/cache.c create mode 100644 cpu/sh3/config.mk create mode 100644 cpu/sh3/cpu.c create mode 100644 cpu/sh3/interrupts.c create mode 100644 cpu/sh3/start.S create mode 100644 cpu/sh3/u-boot.lds create mode 100644 cpu/sh3/watchdog.c create mode 100644 cpu/sh4/Makefile create mode 100644 cpu/sh4/cache.c create mode 100644 cpu/sh4/config.mk create mode 100644 cpu/sh4/cpu.c create mode 100644 cpu/sh4/interrupts.c create mode 100644 cpu/sh4/start.S create mode 100644 cpu/sh4/u-boot.lds create mode 100644 cpu/sh4/watchdog.c create mode 100644 disk/part_efi.c create mode 100644 disk/part_efi.h create mode 100644 doc/README.AVR32-port-muxing create mode 100644 doc/README.LED create mode 100644 doc/README.Lite5200B_low_power create mode 100644 doc/README.at91 create mode 100644 doc/README.atum8548 create mode 100644 doc/README.blackfin create mode 100644 doc/README.bus_vcxk create mode 100644 doc/README.dns create mode 100644 doc/README.enetaddr create mode 100644 doc/README.fsl-ddr create mode 100644 doc/README.generic_usb_ohci create mode 100644 doc/README.imx31 create mode 100644 doc/README.iomux create mode 100644 doc/README.kmeter1 create mode 100644 doc/README.korat create mode 100644 doc/README.m52277evb create mode 100644 doc/README.m5253evbe create mode 100644 doc/README.m53017evb create mode 100644 doc/README.m5373evb create mode 100644 doc/README.m54455evb create mode 100644 doc/README.m5475evb create mode 100644 doc/README.marubun-pcmcia create mode 100644 doc/README.mflash create mode 100644 doc/README.mips create mode 100644 doc/README.mpc7448hpc2 create mode 100644 doc/README.mpc8313erdb create mode 100644 doc/README.mpc8315erdb create mode 100644 doc/README.mpc8323erdb create mode 100644 doc/README.mpc832xemds create mode 100644 doc/README.mpc8349itx create mode 100644 doc/README.mpc8360emds create mode 100644 doc/README.mpc837xemds create mode 100644 doc/README.mpc837xerdb create mode 100644 doc/README.mpc83xx.ddrecc create mode 100644 doc/README.mpc8544ds create mode 100644 doc/README.mpc8569mds create mode 100644 doc/README.mpc8572ds create mode 100644 doc/README.mpc8610hpcd create mode 100644 doc/README.mvbc_p create mode 100644 doc/README.mvblm7 create mode 100644 doc/README.nhk8815 create mode 100644 doc/README.nios_CONFIG_SYS_NIOS_CPU create mode 100644 doc/README.omap3 create mode 100644 doc/README.phytec.pcm030 create mode 100644 doc/README.qemu_mips create mode 100644 doc/README.sata create mode 100644 doc/README.sbc8349 create mode 100644 doc/README.sbc8548 create mode 100644 doc/README.sbc8641d create mode 100644 doc/README.sh create mode 100644 doc/README.sh7785lcr create mode 100644 doc/README.sha1 create mode 100644 doc/README.simpc8313 create mode 100644 doc/README.update create mode 100644 doc/README.zeus create mode 100644 doc/feature-removal-schedule.txt create mode 100644 doc/uImage.FIT/command_syntax_extensions.txt create mode 100644 doc/uImage.FIT/howto.txt create mode 100644 doc/uImage.FIT/kernel.its create mode 100644 doc/uImage.FIT/kernel_fdt.its create mode 100644 doc/uImage.FIT/multi.its create mode 100644 doc/uImage.FIT/source_file_format.txt create mode 100644 doc/uImage.FIT/update3.its create mode 100644 doc/uImage.FIT/update_uboot.its create mode 100644 drivers/bios_emulator/Makefile create mode 100644 drivers/bios_emulator/atibios.c create mode 100644 drivers/bios_emulator/besys.c create mode 100644 drivers/bios_emulator/bios.c create mode 100644 drivers/bios_emulator/biosemu.c create mode 100644 drivers/bios_emulator/biosemui.h create mode 100644 drivers/bios_emulator/include/biosemu.h create mode 100644 drivers/bios_emulator/include/x86emu.h create mode 100644 drivers/bios_emulator/include/x86emu/debug.h create mode 100644 drivers/bios_emulator/include/x86emu/decode.h create mode 100644 drivers/bios_emulator/include/x86emu/ops.h create mode 100644 drivers/bios_emulator/include/x86emu/prim_asm.h create mode 100644 drivers/bios_emulator/include/x86emu/prim_ops.h create mode 100644 drivers/bios_emulator/include/x86emu/regs.h create mode 100644 drivers/bios_emulator/include/x86emu/x86emui.h create mode 100644 drivers/bios_emulator/x86emu/debug.c create mode 100644 drivers/bios_emulator/x86emu/decode.c create mode 100644 drivers/bios_emulator/x86emu/ops.c create mode 100644 drivers/bios_emulator/x86emu/ops2.c create mode 100644 drivers/bios_emulator/x86emu/prim_ops.c create mode 100644 drivers/bios_emulator/x86emu/sys.c create mode 100644 drivers/block/Makefile create mode 100644 drivers/block/ahci.c create mode 100644 drivers/block/ata_piix.c create mode 100644 drivers/block/ata_piix.h create mode 100644 drivers/block/dwc_ahsata.c create mode 100644 drivers/block/dwc_ahsata.h create mode 100644 drivers/block/fsl_sata.c create mode 100644 drivers/block/fsl_sata.h create mode 100644 drivers/block/libata.c create mode 100644 drivers/block/mg_disk.c create mode 100644 drivers/block/mg_disk_prv.h create mode 100644 drivers/block/mxc_ata.c create mode 100644 drivers/block/mxc_ata.h create mode 100644 drivers/block/pata_bfin.c create mode 100644 drivers/block/pata_bfin.h create mode 100644 drivers/block/sata_dwc.c create mode 100644 drivers/block/sata_dwc.h create mode 100644 drivers/block/sata_sil3114.c create mode 100644 drivers/block/sata_sil3114.h create mode 100644 drivers/block/sil680.c create mode 100644 drivers/block/sym53c8xx.c create mode 100644 drivers/block/systemace.c create mode 100644 drivers/dma/MCD_dmaApi.c create mode 100644 drivers/dma/MCD_tasks.c create mode 100644 drivers/dma/MCD_tasksInit.c create mode 100644 drivers/dma/Makefile create mode 100644 drivers/dma/fsl_dma.c create mode 100644 drivers/fpga/ACEX1K.c create mode 100644 drivers/fpga/Makefile create mode 100644 drivers/fpga/altera.c create mode 100644 drivers/fpga/cyclon2.c create mode 100644 drivers/fpga/fpga.c create mode 100644 drivers/fpga/spartan2.c create mode 100644 drivers/fpga/spartan3.c create mode 100644 drivers/fpga/stratixII.c create mode 100644 drivers/fpga/virtex2.c create mode 100644 drivers/fpga/xilinx.c create mode 100644 drivers/gpio/Makefile create mode 100644 drivers/gpio/kw_gpio.c create mode 100644 drivers/gpio/mx31_gpio.c create mode 100644 drivers/gpio/pca953x.c create mode 100644 drivers/hwmon/Makefile create mode 100644 drivers/hwmon/adm1021.c create mode 100644 drivers/hwmon/adt7460.c create mode 100644 drivers/hwmon/ds1621.c create mode 100644 drivers/hwmon/ds1722.c create mode 100644 drivers/hwmon/ds1775.c create mode 100644 drivers/hwmon/lm63.c create mode 100644 drivers/hwmon/lm73.c create mode 100644 drivers/hwmon/lm75.c create mode 100644 drivers/hwmon/lm81.c create mode 100644 drivers/i2c/Makefile create mode 100644 drivers/i2c/bfin-twi_i2c.c create mode 100644 drivers/i2c/davinci_i2c.c create mode 100644 drivers/i2c/fsl_i2c.c create mode 100644 drivers/i2c/kirkwood_i2c.c create mode 100644 drivers/i2c/mxc_i2c.c create mode 100644 drivers/i2c/omap1510_i2c.c create mode 100644 drivers/i2c/omap24xx_i2c.c create mode 100644 drivers/i2c/s3c24x0_i2c.c create mode 100644 drivers/i2c/s3c44b0_i2c.c create mode 100644 drivers/i2c/soft_i2c.c create mode 100644 drivers/i2c/tsi108_i2c.c create mode 100644 drivers/input/Makefile create mode 100644 drivers/input/i8042.c create mode 100644 drivers/input/keyboard.c create mode 100644 drivers/input/mxc_keyb.c create mode 100644 drivers/input/pc_keyb.c create mode 100644 drivers/input/ps2mult.c create mode 100644 drivers/input/ps2ser.c create mode 100644 drivers/misc/Makefile create mode 100644 drivers/misc/ali512x.c create mode 100644 drivers/misc/ds4510.c create mode 100644 drivers/misc/fsl_law.c create mode 100644 drivers/misc/imx_iim.c create mode 100644 drivers/misc/ns87308.c create mode 100644 drivers/misc/status_led.c create mode 100644 drivers/misc/twl4030_led.c create mode 100644 drivers/mmc/Makefile create mode 100644 drivers/mmc/atmel_mci.c create mode 100644 drivers/mmc/atmel_mci.h create mode 100644 drivers/mmc/bfin_sdh.c create mode 100644 drivers/mmc/bfin_sdh.h create mode 100644 drivers/mmc/fsl_esdhc.c create mode 100644 drivers/mmc/imx_esdhc.c create mode 100644 drivers/mmc/imx_ssp_mmc.c create mode 100644 drivers/mmc/mmc.c create mode 100644 drivers/mmc/mxcmmc.c create mode 100644 drivers/mmc/omap3_mmc.c create mode 100644 drivers/mmc/pxa_mmc.c create mode 100644 drivers/mmc/pxa_mmc.h create mode 100644 drivers/mtd/Makefile create mode 100644 drivers/mtd/at45.c create mode 100644 drivers/mtd/cfi_flash.c create mode 100644 drivers/mtd/cfi_mtd.c create mode 100644 drivers/mtd/dataflash.c create mode 100644 drivers/mtd/jedec_flash.c create mode 100644 drivers/mtd/mtdconcat.c create mode 100644 drivers/mtd/mtdcore.c create mode 100644 drivers/mtd/mtdpart.c create mode 100644 drivers/mtd/mw_eeprom.c create mode 100644 drivers/mtd/nand/Makefile create mode 100644 drivers/mtd/nand/atmel_nand.c create mode 100644 drivers/mtd/nand/bfin_nand.c create mode 100644 drivers/mtd/nand/davinci_nand.c create mode 100644 drivers/mtd/nand/diskonchip.c create mode 100644 drivers/mtd/nand/fsl_elbc_nand.c create mode 100644 drivers/mtd/nand/fsl_upm.c create mode 100644 drivers/mtd/nand/kirkwood_nand.c create mode 100644 drivers/mtd/nand/mpc5121_nfc.c create mode 100644 drivers/mtd/nand/mx31_nand.c create mode 100644 drivers/mtd/nand/mxc_nand.c create mode 100644 drivers/mtd/nand/nand.c create mode 100644 drivers/mtd/nand/nand_base.c create mode 100644 drivers/mtd/nand/nand_bbt.c create mode 100644 drivers/mtd/nand/nand_device_info.c create mode 100644 drivers/mtd/nand/nand_device_info.h create mode 100644 drivers/mtd/nand/nand_ecc.c create mode 100644 drivers/mtd/nand/nand_ids.c create mode 100644 drivers/mtd/nand/nand_plat.c create mode 100644 drivers/mtd/nand/nand_util.c create mode 100644 drivers/mtd/nand/ndfc.c create mode 100644 drivers/mtd/nand/nomadik.c create mode 100644 drivers/mtd/nand/omap_gpmc.c create mode 100644 drivers/mtd/nand/s3c2410_nand.c create mode 100644 drivers/mtd/nand/s3c64xx.c create mode 100644 drivers/mtd/onenand/Makefile create mode 100644 drivers/mtd/onenand/onenand_base.c create mode 100644 drivers/mtd/onenand/onenand_bbt.c create mode 100644 drivers/mtd/onenand/onenand_uboot.c create mode 100644 drivers/mtd/spi/Makefile create mode 100644 drivers/mtd/spi/atmel.c create mode 100644 drivers/mtd/spi/eeprom_m95xxx.c create mode 100644 drivers/mtd/spi/imx_spi_nor_atmel.c create mode 100644 drivers/mtd/spi/imx_spi_nor_sst.c create mode 100644 drivers/mtd/spi/macronix.c create mode 100644 drivers/mtd/spi/spansion.c create mode 100644 drivers/mtd/spi/spi_flash.c create mode 100644 drivers/mtd/spi/spi_flash_internal.h create mode 100644 drivers/mtd/spi/sst.c create mode 100644 drivers/mtd/spi/stmicro.c create mode 100644 drivers/mtd/ubi/Makefile create mode 100644 drivers/mtd/ubi/build.c create mode 100644 drivers/mtd/ubi/crc32.c create mode 100644 drivers/mtd/ubi/crc32defs.h create mode 100644 drivers/mtd/ubi/crc32table.h create mode 100644 drivers/mtd/ubi/debug.c create mode 100644 drivers/mtd/ubi/debug.h create mode 100644 drivers/mtd/ubi/eba.c create mode 100644 drivers/mtd/ubi/io.c create mode 100644 drivers/mtd/ubi/kapi.c create mode 100644 drivers/mtd/ubi/misc.c create mode 100644 drivers/mtd/ubi/scan.c create mode 100644 drivers/mtd/ubi/scan.h create mode 100644 drivers/mtd/ubi/ubi-media.h create mode 100644 drivers/mtd/ubi/ubi.h create mode 100644 drivers/mtd/ubi/upd.c create mode 100644 drivers/mtd/ubi/vmt.c create mode 100644 drivers/mtd/ubi/vtbl.c create mode 100644 drivers/mtd/ubi/wl.c create mode 100644 drivers/net/3c589.c create mode 100644 drivers/net/3c589.h create mode 100644 drivers/net/4xx_enet.c create mode 100644 drivers/net/5701rls.c create mode 100644 drivers/net/5701rls.h create mode 100644 drivers/net/8390.h create mode 100644 drivers/net/Makefile create mode 100644 drivers/net/ax88180.c create mode 100644 drivers/net/ax88180.h create mode 100644 drivers/net/ax88796.c create mode 100644 drivers/net/ax88796.h create mode 100644 drivers/net/bcm570x.c create mode 100644 drivers/net/bcm570x_autoneg.c create mode 100644 drivers/net/bcm570x_autoneg.h create mode 100644 drivers/net/bcm570x_bits.h create mode 100644 drivers/net/bcm570x_debug.h create mode 100644 drivers/net/bcm570x_lm.h create mode 100644 drivers/net/bcm570x_mm.h create mode 100644 drivers/net/bcm570x_queue.h create mode 100644 drivers/net/bfin_mac.c create mode 100644 drivers/net/bfin_mac.h create mode 100644 drivers/net/cs8900.c create mode 100644 drivers/net/cs8900.h create mode 100644 drivers/net/davinci_emac.c create mode 100644 drivers/net/dc2114x.c create mode 100644 drivers/net/dm9000x.c create mode 100644 drivers/net/dm9000x.h create mode 100644 drivers/net/dnet.c create mode 100644 drivers/net/dnet.h create mode 100644 drivers/net/e1000.c create mode 100644 drivers/net/e1000.h create mode 100644 drivers/net/eepro100.c create mode 100644 drivers/net/enc28j60.c create mode 100644 drivers/net/enc28j60_eth.c create mode 100644 drivers/net/fsl_mcdmafec.c create mode 100644 drivers/net/ftmac100.c create mode 100644 drivers/net/ftmac100.h create mode 100644 drivers/net/greth.c create mode 100644 drivers/net/greth.h create mode 100644 drivers/net/inca-ip_sw.c create mode 100644 drivers/net/kirkwood_egiga.c create mode 100644 drivers/net/kirkwood_egiga.h create mode 100644 drivers/net/ks8695eth.c create mode 100644 drivers/net/lan91c96.c create mode 100644 drivers/net/lan91c96.h create mode 100644 drivers/net/macb.c create mode 100644 drivers/net/macb.h create mode 100644 drivers/net/mcffec.c create mode 100644 drivers/net/mcfmii.c create mode 100644 drivers/net/mpc512x_fec.c create mode 100644 drivers/net/mpc512x_fec.h create mode 100644 drivers/net/mpc5xxx_fec.c create mode 100644 drivers/net/mpc5xxx_fec.h create mode 100644 drivers/net/mxc_fec.c create mode 100644 drivers/net/natsemi.c create mode 100644 drivers/net/ne2000.c create mode 100644 drivers/net/ne2000.h create mode 100644 drivers/net/ne2000_base.c create mode 100644 drivers/net/ne2000_base.h create mode 100644 drivers/net/netarm_eth.c create mode 100644 drivers/net/netarm_eth.h create mode 100644 drivers/net/netconsole.c create mode 100644 drivers/net/nicext.h create mode 100644 drivers/net/ns7520_eth.c create mode 100644 drivers/net/ns8382x.c create mode 100644 drivers/net/ns9750_eth.c create mode 100644 drivers/net/pcnet.c create mode 100644 drivers/net/phy/Makefile create mode 100644 drivers/net/phy/miiphybb.c create mode 100644 drivers/net/phy/mv88e61xx.c create mode 100644 drivers/net/phy/mv88e61xx.h create mode 100644 drivers/net/plb2800_eth.c create mode 100644 drivers/net/rtl8019.c create mode 100644 drivers/net/rtl8019.h create mode 100644 drivers/net/rtl8139.c create mode 100644 drivers/net/rtl8169.c create mode 100644 drivers/net/s3c4510b_eth.c create mode 100644 drivers/net/s3c4510b_eth.h create mode 100644 drivers/net/sh_eth.c create mode 100644 drivers/net/sh_eth.h create mode 100644 drivers/net/sk98lin/Makefile create mode 100644 drivers/net/sk98lin/h/lm80.h create mode 100644 drivers/net/sk98lin/h/skaddr.h create mode 100644 drivers/net/sk98lin/h/skcsum.h create mode 100644 drivers/net/sk98lin/h/skdebug.h create mode 100644 drivers/net/sk98lin/h/skdrv1st.h create mode 100644 drivers/net/sk98lin/h/skdrv2nd.h create mode 100644 drivers/net/sk98lin/h/skerror.h create mode 100644 drivers/net/sk98lin/h/skgedrv.h create mode 100644 drivers/net/sk98lin/h/skgehw.h create mode 100644 drivers/net/sk98lin/h/skgehwt.h create mode 100644 drivers/net/sk98lin/h/skgei2c.h create mode 100644 drivers/net/sk98lin/h/skgeinit.h create mode 100644 drivers/net/sk98lin/h/skgepnm2.h create mode 100644 drivers/net/sk98lin/h/skgepnmi.h create mode 100644 drivers/net/sk98lin/h/skgesirq.h create mode 100644 drivers/net/sk98lin/h/ski2c.h create mode 100644 drivers/net/sk98lin/h/skqueue.h create mode 100644 drivers/net/sk98lin/h/skrlmt.h create mode 100644 drivers/net/sk98lin/h/sktimer.h create mode 100644 drivers/net/sk98lin/h/sktypes.h create mode 100644 drivers/net/sk98lin/h/skversion.h create mode 100644 drivers/net/sk98lin/h/skvpd.h create mode 100644 drivers/net/sk98lin/h/xmac_ii.h create mode 100644 drivers/net/sk98lin/skaddr.c create mode 100644 drivers/net/sk98lin/skcsum.c create mode 100644 drivers/net/sk98lin/skge.c create mode 100644 drivers/net/sk98lin/skgehwt.c create mode 100644 drivers/net/sk98lin/skgeinit.c create mode 100644 drivers/net/sk98lin/skgemib.c create mode 100644 drivers/net/sk98lin/skgepnmi.c create mode 100644 drivers/net/sk98lin/skgesirq.c create mode 100644 drivers/net/sk98lin/ski2c.c create mode 100644 drivers/net/sk98lin/sklm80.c create mode 100644 drivers/net/sk98lin/skproc.c create mode 100644 drivers/net/sk98lin/skqueue.c create mode 100644 drivers/net/sk98lin/skrlmt.c create mode 100644 drivers/net/sk98lin/sktimer.c create mode 100644 drivers/net/sk98lin/skvpd.c create mode 100644 drivers/net/sk98lin/skxmac2.c create mode 100644 drivers/net/sk98lin/u-boot_compat.h create mode 100644 drivers/net/sk98lin/uboot_drv.c create mode 100644 drivers/net/sk98lin/uboot_skb.c create mode 100644 drivers/net/smc91111.c create mode 100644 drivers/net/smc91111.h create mode 100644 drivers/net/smc911x.c create mode 100644 drivers/net/smc911x.h create mode 100644 drivers/net/tigon3.c create mode 100644 drivers/net/tigon3.h create mode 100644 drivers/net/tsec.c create mode 100644 drivers/net/tsi108_eth.c create mode 100644 drivers/net/uli526x.c create mode 100644 drivers/net/vsc7385.c create mode 100644 drivers/net/xilinx_emac.c create mode 100644 drivers/net/xilinx_emaclite.c create mode 100644 drivers/pci/Makefile create mode 100644 drivers/pci/fsl_pci_init.c create mode 100644 drivers/pci/pci.c create mode 100644 drivers/pci/pci_auto.c create mode 100644 drivers/pci/pci_indirect.c create mode 100644 drivers/pci/pci_ixp.c create mode 100644 drivers/pci/pci_sh4.c create mode 100644 drivers/pci/pci_sh7751.c create mode 100644 drivers/pci/pci_sh7780.c create mode 100644 drivers/pci/tsi108_pci.c create mode 100644 drivers/pci/w83c553f.c create mode 100644 drivers/pcmcia/Makefile create mode 100644 drivers/pcmcia/i82365.c create mode 100644 drivers/pcmcia/marubun_pcmcia.c create mode 100644 drivers/pcmcia/mpc8xx_pcmcia.c create mode 100644 drivers/pcmcia/pxa_pcmcia.c create mode 100644 drivers/pcmcia/rpx_pcmcia.c create mode 100644 drivers/pcmcia/ti_pci1410a.c create mode 100644 drivers/pcmcia/tqm8xx_pcmcia.c create mode 100644 drivers/power/Makefile create mode 100644 drivers/power/twl4030.c create mode 100644 drivers/qe/Makefile create mode 100644 drivers/qe/fdt.c create mode 100644 drivers/qe/qe.c create mode 100644 drivers/qe/qe.h create mode 100644 drivers/qe/uccf.c create mode 100644 drivers/qe/uccf.h create mode 100644 drivers/qe/uec.c create mode 100644 drivers/qe/uec.h create mode 100644 drivers/qe/uec_phy.c create mode 100644 drivers/qe/uec_phy.h create mode 100644 drivers/rtc/Makefile create mode 100644 drivers/rtc/bfin_rtc.c create mode 100644 drivers/rtc/date.c create mode 100644 drivers/rtc/ds12887.c create mode 100644 drivers/rtc/ds1302.c create mode 100644 drivers/rtc/ds1306.c create mode 100644 drivers/rtc/ds1307.c create mode 100644 drivers/rtc/ds1337.c create mode 100644 drivers/rtc/ds1374.c create mode 100644 drivers/rtc/ds1556.c create mode 100644 drivers/rtc/ds164x.c create mode 100644 drivers/rtc/ds174x.c create mode 100644 drivers/rtc/ds3231.c create mode 100644 drivers/rtc/isl1208.c create mode 100644 drivers/rtc/m41t11.c create mode 100644 drivers/rtc/m41t60.c create mode 100644 drivers/rtc/m41t62.c create mode 100644 drivers/rtc/m48t35ax.c create mode 100644 drivers/rtc/max6900.c create mode 100644 drivers/rtc/mc13783-rtc.c create mode 100644 drivers/rtc/mc146818.c create mode 100644 drivers/rtc/mcfrtc.c create mode 100644 drivers/rtc/mk48t59.c create mode 100644 drivers/rtc/mpc5xxx.c create mode 100644 drivers/rtc/mpc8xx.c create mode 100644 drivers/rtc/pcf8563.c create mode 100644 drivers/rtc/pl031.c create mode 100644 drivers/rtc/rs5c372.c create mode 100644 drivers/rtc/rtc4543.c create mode 100644 drivers/rtc/rx8025.c create mode 100644 drivers/rtc/s3c24x0_rtc.c create mode 100644 drivers/rtc/s3c44b0_rtc.c create mode 100644 drivers/rtc/x1205.c create mode 100644 drivers/serial/Makefile create mode 100644 drivers/serial/arm_dcc.c create mode 100644 drivers/serial/at91rm9200_usart.c create mode 100644 drivers/serial/atmel_usart.c create mode 100644 drivers/serial/atmel_usart.h create mode 100644 drivers/serial/mcfuart.c create mode 100644 drivers/serial/ns16550.c create mode 100644 drivers/serial/ns9750_serial.c create mode 100644 drivers/serial/s3c4510b_uart.c create mode 100644 drivers/serial/s3c4510b_uart.h create mode 100644 drivers/serial/s3c64xx.c create mode 100644 drivers/serial/serial.c create mode 100644 drivers/serial/serial_clps7111.c create mode 100644 drivers/serial/serial_imx.c create mode 100644 drivers/serial/serial_ixp.c create mode 100644 drivers/serial/serial_ks8695.c create mode 100644 drivers/serial/serial_lh7a40x.c create mode 100644 drivers/serial/serial_lpc2292.c create mode 100644 drivers/serial/serial_max3100.c create mode 100644 drivers/serial/serial_mxc.c create mode 100644 drivers/serial/serial_netarm.c create mode 100644 drivers/serial/serial_pl01x.c create mode 100644 drivers/serial/serial_pl01x.h create mode 100644 drivers/serial/serial_pxa.c create mode 100644 drivers/serial/serial_s3c24x0.c create mode 100644 drivers/serial/serial_s3c44b0.c create mode 100644 drivers/serial/serial_sa1100.c create mode 100644 drivers/serial/serial_sh.c create mode 100644 drivers/serial/serial_xuartlite.c create mode 100644 drivers/serial/stmp3xxx_dbguart.c create mode 100644 drivers/serial/stmp3xxx_dbguart.h create mode 100644 drivers/serial/usbtty.c create mode 100644 drivers/serial/usbtty.h create mode 100644 drivers/spi/Makefile create mode 100644 drivers/spi/atmel_dataflash_spi.c create mode 100644 drivers/spi/atmel_spi.c create mode 100644 drivers/spi/atmel_spi.h create mode 100644 drivers/spi/bfin_spi.c create mode 100644 drivers/spi/cf_spi.c create mode 100644 drivers/spi/imx_cspi.c create mode 100644 drivers/spi/imx_ecspi.c create mode 100644 drivers/spi/imx_spi_cpld.c create mode 100644 drivers/spi/imx_spi_pmic.c create mode 100644 drivers/spi/kirkwood_spi.c create mode 100644 drivers/spi/mpc52xx_spi.c create mode 100644 drivers/spi/mpc8xxx_spi.c create mode 100644 drivers/spi/mxc_spi.c create mode 100644 drivers/spi/soft_spi.c create mode 100644 drivers/twserial/Makefile create mode 100644 drivers/twserial/soft_tws.c create mode 100644 drivers/usb/gadget/Makefile create mode 100644 drivers/usb/gadget/core.c create mode 100644 drivers/usb/gadget/ep0.c create mode 100644 drivers/usb/gadget/ep0.h create mode 100644 drivers/usb/gadget/mpc8xx_udc.c create mode 100644 drivers/usb/gadget/omap1510_udc.c create mode 100644 drivers/usb/gadget/pxa27x_udc.c create mode 100644 drivers/usb/host/Makefile create mode 100644 drivers/usb/host/ehci-core.h create mode 100644 drivers/usb/host/ehci-fsl.c create mode 100644 drivers/usb/host/ehci-hcd.c create mode 100644 drivers/usb/host/ehci-ixp4xx.c create mode 100644 drivers/usb/host/ehci-kirkwood.c create mode 100644 drivers/usb/host/ehci-pci.c create mode 100644 drivers/usb/host/ehci-vct.c create mode 100644 drivers/usb/host/ehci.h create mode 100644 drivers/usb/host/isp116x-hcd.c create mode 100644 drivers/usb/host/isp116x.h create mode 100644 drivers/usb/host/ohci-at91.c create mode 100644 drivers/usb/host/ohci-hcd.c create mode 100644 drivers/usb/host/ohci.h create mode 100644 drivers/usb/host/r8a66597-hcd.c create mode 100644 drivers/usb/host/r8a66597.h create mode 100644 drivers/usb/host/s3c64xx-hcd.c create mode 100644 drivers/usb/host/sl811-hcd.c create mode 100644 drivers/usb/host/sl811.h create mode 100644 drivers/usb/musb/Makefile create mode 100644 drivers/usb/musb/davinci.c create mode 100644 drivers/usb/musb/davinci.h create mode 100644 drivers/usb/musb/musb_core.c create mode 100644 drivers/usb/musb/musb_core.h create mode 100644 drivers/usb/musb/musb_hcd.c create mode 100644 drivers/usb/musb/musb_hcd.h create mode 100644 drivers/video/Makefile create mode 100644 drivers/video/ati_ids.h create mode 100644 drivers/video/ati_radeon_fb.c create mode 100644 drivers/video/ati_radeon_fb.h create mode 100644 drivers/video/atmel_lcdfb.c create mode 100644 drivers/video/bus_vcxk.c create mode 100644 drivers/video/cfb_console.c create mode 100644 drivers/video/ct69000.c create mode 100644 drivers/video/mb862xx.c create mode 100644 drivers/video/mx2fb.c create mode 100644 drivers/video/mx3fb.c create mode 100644 drivers/video/mxc_epdc_fb.c create mode 100644 drivers/video/mxc_epdc_fb.h create mode 100644 drivers/video/s6e63d6.c create mode 100644 drivers/video/sed13806.c create mode 100644 drivers/video/sed156x.c create mode 100644 drivers/video/sm501.c create mode 100644 drivers/video/smiLynxEM.c create mode 100644 drivers/video/videomodes.c create mode 100644 drivers/video/videomodes.h create mode 100644 drivers/watchdog/Makefile create mode 100644 drivers/watchdog/at91sam9_wdt.c create mode 100644 examples/api/.gitignore create mode 100644 examples/api/Makefile create mode 100644 examples/api/crt0.S create mode 100644 examples/api/demo.c create mode 100644 examples/api/glue.c create mode 100644 examples/api/glue.h create mode 100644 examples/api/libgenwrap.c create mode 100644 examples/standalone/.gitignore create mode 100644 examples/standalone/82559_eeprom.c create mode 100644 examples/standalone/Makefile create mode 100644 examples/standalone/README.smc91111_eeprom create mode 100644 examples/standalone/eepro100_eeprom.c create mode 100644 examples/standalone/hello_world.c create mode 100644 examples/standalone/interrupt.c create mode 100644 examples/standalone/mem_to_mem_idma2intr.c create mode 100644 examples/standalone/mips.lds create mode 100644 examples/standalone/nios.lds create mode 100644 examples/standalone/nios2.lds create mode 100644 examples/standalone/ppc_longjmp.S create mode 100644 examples/standalone/ppc_setjmp.S create mode 100644 examples/standalone/sched.c create mode 100644 examples/standalone/smc91111_eeprom.c create mode 100644 examples/standalone/smc911x_eeprom.c create mode 100644 examples/standalone/sparc.lds create mode 100644 examples/standalone/stubs.c create mode 100644 examples/standalone/test_burst.c create mode 100644 examples/standalone/test_burst.h create mode 100644 examples/standalone/test_burst_lib.S create mode 100644 examples/standalone/timer.c create mode 100644 examples/standalone/x86-testapp.c create mode 100644 fs/jffs2/summary.h create mode 100644 fs/ubifs/Makefile create mode 100644 fs/ubifs/budget.c create mode 100644 fs/ubifs/crc16.c create mode 100644 fs/ubifs/crc16.h create mode 100644 fs/ubifs/debug.c create mode 100644 fs/ubifs/debug.h create mode 100644 fs/ubifs/io.c create mode 100644 fs/ubifs/key.h create mode 100644 fs/ubifs/log.c create mode 100644 fs/ubifs/lprops.c create mode 100644 fs/ubifs/lpt.c create mode 100644 fs/ubifs/lpt_commit.c create mode 100644 fs/ubifs/master.c create mode 100644 fs/ubifs/misc.h create mode 100644 fs/ubifs/orphan.c create mode 100644 fs/ubifs/recovery.c create mode 100644 fs/ubifs/replay.c create mode 100644 fs/ubifs/sb.c create mode 100644 fs/ubifs/scan.c create mode 100644 fs/ubifs/super.c create mode 100644 fs/ubifs/tnc.c create mode 100644 fs/ubifs/tnc_misc.c create mode 100644 fs/ubifs/ubifs-media.h create mode 100644 fs/ubifs/ubifs.c create mode 100644 fs/ubifs/ubifs.h create mode 100644 fs/yaffs2/Makefile create mode 100644 fs/yaffs2/README-linux create mode 100644 fs/yaffs2/devextras.h create mode 100644 fs/yaffs2/yaffs_checkptrw.c create mode 100644 fs/yaffs2/yaffs_checkptrw.h create mode 100644 fs/yaffs2/yaffs_ecc.c create mode 100644 fs/yaffs2/yaffs_ecc.h create mode 100644 fs/yaffs2/yaffs_flashif.h create mode 100644 fs/yaffs2/yaffs_guts.c create mode 100644 fs/yaffs2/yaffs_guts.h create mode 100644 fs/yaffs2/yaffs_malloc.h create mode 100644 fs/yaffs2/yaffs_mtdif.c create mode 100644 fs/yaffs2/yaffs_mtdif.h create mode 100644 fs/yaffs2/yaffs_mtdif2.c create mode 100644 fs/yaffs2/yaffs_mtdif2.h create mode 100644 fs/yaffs2/yaffs_nand.c create mode 100644 fs/yaffs2/yaffs_nand.h create mode 100644 fs/yaffs2/yaffs_nandemul2k.h create mode 100644 fs/yaffs2/yaffs_packedtags1.c create mode 100644 fs/yaffs2/yaffs_packedtags1.h create mode 100644 fs/yaffs2/yaffs_packedtags2.c create mode 100644 fs/yaffs2/yaffs_packedtags2.h create mode 100644 fs/yaffs2/yaffs_qsort.c create mode 100644 fs/yaffs2/yaffs_qsort.h create mode 100644 fs/yaffs2/yaffs_ramdisk.h create mode 100644 fs/yaffs2/yaffs_tagscompat.c create mode 100644 fs/yaffs2/yaffs_tagscompat.h create mode 100644 fs/yaffs2/yaffs_tagsvalidity.c create mode 100644 fs/yaffs2/yaffs_tagsvalidity.h create mode 100644 fs/yaffs2/yaffscfg.c create mode 100644 fs/yaffs2/yaffscfg.h create mode 100644 fs/yaffs2/yaffsfs.c create mode 100644 fs/yaffs2/yaffsfs.h create mode 100644 fs/yaffs2/yaffsinterface.h create mode 100644 fs/yaffs2/ydirectenv.h create mode 100644 fs/yaffs2/yportenv.h create mode 100644 include/.gitignore create mode 100644 include/4xx_i2c.h create mode 100644 include/MCD_dma.h create mode 100644 include/MCD_progCheck.h create mode 100644 include/MCD_tasksInit.h create mode 100644 include/addr_map.h create mode 100644 include/ali512x.h create mode 100644 include/ambapp.h create mode 100644 include/api_public.h create mode 100644 include/asm-arm/arch-at91/at91_common.h create mode 100644 include/asm-arm/arch-at91/at91_pio.h create mode 100644 include/asm-arm/arch-at91/at91_pit.h create mode 100644 include/asm-arm/arch-at91/at91_pmc.h create mode 100644 include/asm-arm/arch-at91/at91_rstc.h create mode 100644 include/asm-arm/arch-at91/at91_spi.h create mode 100644 include/asm-arm/arch-at91/at91_wdt.h create mode 100644 include/asm-arm/arch-at91/at91cap9.h create mode 100644 include/asm-arm/arch-at91/at91cap9_matrix.h create mode 100644 include/asm-arm/arch-at91/at91sam9260.h create mode 100644 include/asm-arm/arch-at91/at91sam9260_matrix.h create mode 100644 include/asm-arm/arch-at91/at91sam9261.h create mode 100644 include/asm-arm/arch-at91/at91sam9261_matrix.h create mode 100644 include/asm-arm/arch-at91/at91sam9263.h create mode 100644 include/asm-arm/arch-at91/at91sam9263_matrix.h create mode 100644 include/asm-arm/arch-at91/at91sam9_matrix.h create mode 100644 include/asm-arm/arch-at91/at91sam9_sdramc.h create mode 100644 include/asm-arm/arch-at91/at91sam9_smc.h create mode 100644 include/asm-arm/arch-at91/at91sam9g45.h create mode 100644 include/asm-arm/arch-at91/at91sam9g45_matrix.h create mode 100644 include/asm-arm/arch-at91/at91sam9rl.h create mode 100644 include/asm-arm/arch-at91/at91sam9rl_matrix.h create mode 100644 include/asm-arm/arch-at91/clk.h create mode 100644 include/asm-arm/arch-at91/gpio.h create mode 100644 include/asm-arm/arch-at91/hardware.h create mode 100644 include/asm-arm/arch-at91/io.h create mode 100644 include/asm-arm/arch-at91/memory-map.h create mode 100644 include/asm-arm/arch-davinci/emac_defs.h create mode 100644 include/asm-arm/arch-davinci/emif_defs.h create mode 100644 include/asm-arm/arch-davinci/hardware.h create mode 100644 include/asm-arm/arch-davinci/i2c_defs.h create mode 100644 include/asm-arm/arch-davinci/nand_defs.h create mode 100644 include/asm-arm/arch-kirkwood/cpu.h create mode 100644 include/asm-arm/arch-kirkwood/gpio.h create mode 100644 include/asm-arm/arch-kirkwood/kirkwood.h create mode 100644 include/asm-arm/arch-kirkwood/kw88f6192.h create mode 100644 include/asm-arm/arch-kirkwood/kw88f6281.h create mode 100644 include/asm-arm/arch-kirkwood/mpp.h create mode 100644 include/asm-arm/arch-kirkwood/spi.h create mode 100644 include/asm-arm/arch-lpc2292/hardware.h create mode 100644 include/asm-arm/arch-lpc2292/lpc2292_registers.h create mode 100644 include/asm-arm/arch-lpc2292/spi.h create mode 100644 include/asm-arm/arch-mx23/clkctrl.h create mode 100644 include/asm-arm/arch-mx23/dbguart.h create mode 100644 include/asm-arm/arch-mx23/mx23.h create mode 100644 include/asm-arm/arch-mx23/ocotp.h create mode 100644 include/asm-arm/arch-mx23/pinmux.h create mode 100644 include/asm-arm/arch-mx23/spi.h create mode 100644 include/asm-arm/arch-mx23/ssp.h create mode 100644 include/asm-arm/arch-mx23/timrot.h create mode 100644 include/asm-arm/arch-mx25/gpio.h create mode 100644 include/asm-arm/arch-mx25/imx_spi_cpld.h create mode 100644 include/asm-arm/arch-mx25/iomux.h create mode 100644 include/asm-arm/arch-mx25/mx25-regs.h create mode 100644 include/asm-arm/arch-mx25/mx25.h create mode 100644 include/asm-arm/arch-mx25/mx25_pins.h create mode 100644 include/asm-arm/arch-mx25/mxc_nand.h create mode 100644 include/asm-arm/arch-mx27/asm-offsets.h create mode 100644 include/asm-arm/arch-mx27/clock.h create mode 100644 include/asm-arm/arch-mx27/imx-regs.h create mode 100644 include/asm-arm/arch-mx27/mxcmmc.h create mode 100644 include/asm-arm/arch-mx28/mx28.h create mode 100644 include/asm-arm/arch-mx28/pinctrl.h create mode 100644 include/asm-arm/arch-mx28/regs-clkctrl.h create mode 100644 include/asm-arm/arch-mx28/regs-enet.h create mode 100644 include/asm-arm/arch-mx28/regs-ocotp.h create mode 100644 include/asm-arm/arch-mx28/regs-pinctrl.h create mode 100644 include/asm-arm/arch-mx28/regs-ssp.h create mode 100644 include/asm-arm/arch-mx28/regs-timrot.h create mode 100644 include/asm-arm/arch-mx28/regs-uartdbg.h create mode 100644 include/asm-arm/arch-mx31/mx31-regs.h create mode 100644 include/asm-arm/arch-mx31/mx31.h create mode 100644 include/asm-arm/arch-mx35/iomux.h create mode 100644 include/asm-arm/arch-mx35/mmu.h create mode 100644 include/asm-arm/arch-mx35/mx35.h create mode 100644 include/asm-arm/arch-mx35/mx35_pins.h create mode 100644 include/asm-arm/arch-mx35/mxc_nand.h create mode 100644 include/asm-arm/arch-mx50/imx_spi_pmic.h create mode 100644 include/asm-arm/arch-mx50/iomux.h create mode 100644 include/asm-arm/arch-mx50/mmu.h create mode 100644 include/asm-arm/arch-mx50/mx50.h create mode 100644 include/asm-arm/arch-mx50/mx50_pins.h create mode 100644 include/asm-arm/arch-mx51/imx_spi_pmic.h create mode 100644 include/asm-arm/arch-mx51/iomux.h create mode 100644 include/asm-arm/arch-mx51/keypad.h create mode 100644 include/asm-arm/arch-mx51/mmu.h create mode 100644 include/asm-arm/arch-mx51/mx51.h create mode 100644 include/asm-arm/arch-mx51/mx51_pins.h create mode 100644 include/asm-arm/arch-mx51/mxc_nand.h create mode 100644 include/asm-arm/arch-mx53/iomux.h create mode 100644 include/asm-arm/arch-mx53/mmu.h create mode 100644 include/asm-arm/arch-mx53/mx53.h create mode 100644 include/asm-arm/arch-mx53/mx53_pins.h create mode 100644 include/asm-arm/arch-nomadik/gpio.h create mode 100644 include/asm-arm/arch-nomadik/mtu.h create mode 100644 include/asm-arm/arch-omap24xx/bits.h create mode 100644 include/asm-arm/arch-omap24xx/clocks.h create mode 100644 include/asm-arm/arch-omap24xx/i2c.h create mode 100644 include/asm-arm/arch-omap24xx/mem.h create mode 100644 include/asm-arm/arch-omap24xx/mux.h create mode 100644 include/asm-arm/arch-omap24xx/omap2420.h create mode 100644 include/asm-arm/arch-omap24xx/sizes.h create mode 100644 include/asm-arm/arch-omap24xx/sys_info.h create mode 100644 include/asm-arm/arch-omap24xx/sys_proto.h create mode 100644 include/asm-arm/arch-omap3/clocks.h create mode 100644 include/asm-arm/arch-omap3/clocks_omap3.h create mode 100644 include/asm-arm/arch-omap3/cpu.h create mode 100644 include/asm-arm/arch-omap3/gpio.h create mode 100644 include/asm-arm/arch-omap3/i2c.h create mode 100644 include/asm-arm/arch-omap3/mem.h create mode 100644 include/asm-arm/arch-omap3/mmc.h create mode 100644 include/asm-arm/arch-omap3/mmc_host_def.h create mode 100644 include/asm-arm/arch-omap3/mux.h create mode 100644 include/asm-arm/arch-omap3/omap3.h create mode 100644 include/asm-arm/arch-omap3/omap_gpmc.h create mode 100644 include/asm-arm/arch-omap3/sys_proto.h create mode 100644 include/asm-arm/arch-s3c4510b/hardware.h create mode 100644 include/asm-arm/arch-s3c64xx/hardware.h create mode 100644 include/asm-arm/cache-cp15.h create mode 100644 include/asm-arm/cache.h create mode 100644 include/asm-arm/clock.h create mode 100644 include/asm-arm/config.h create mode 100644 include/asm-arm/dma-mapping.h create mode 100644 include/asm-arm/fec.h create mode 100644 include/asm-arm/imx_iim.h create mode 100644 include/asm-arm/macro.h create mode 100644 include/asm-arm/mmu.h create mode 100644 include/asm-arm/system.h create mode 100644 include/asm-arm/unaligned.h create mode 100644 include/asm-avr32/arch-at32ap700x/addrspace.h create mode 100644 include/asm-avr32/arch-at32ap700x/cacheflush.h create mode 100644 include/asm-avr32/arch-at32ap700x/chip-features.h create mode 100644 include/asm-avr32/arch-at32ap700x/clk.h create mode 100644 include/asm-avr32/arch-at32ap700x/gpio-impl.h create mode 100644 include/asm-avr32/arch-at32ap700x/gpio.h create mode 100644 include/asm-avr32/arch-at32ap700x/hmatrix.h create mode 100644 include/asm-avr32/arch-at32ap700x/memory-map.h create mode 100644 include/asm-avr32/arch-at32ap700x/portmux.h create mode 100644 include/asm-avr32/arch-common/portmux-gpio.h create mode 100644 include/asm-avr32/arch-common/portmux-pio.h create mode 100644 include/asm-avr32/config.h create mode 100644 include/asm-avr32/hmatrix-common.h create mode 100644 include/asm-blackfin/bfin_logo_230x230.h create mode 100644 include/asm-blackfin/blackfin_cdef.h create mode 100644 include/asm-blackfin/blackfin_def.h create mode 100644 include/asm-blackfin/blackfin_local.h create mode 100644 include/asm-blackfin/config-pre.h create mode 100644 include/asm-blackfin/config.h create mode 100644 include/asm-blackfin/mach-bf527/ADSP-EDN-BF52x-extended_cdef.h create mode 100644 include/asm-blackfin/mach-bf527/ADSP-EDN-BF52x-extended_def.h create mode 100644 include/asm-blackfin/mach-bf527/BF522_cdef.h create mode 100644 include/asm-blackfin/mach-bf527/BF522_def.h create mode 100644 include/asm-blackfin/mach-bf527/BF523_cdef.h create mode 100644 include/asm-blackfin/mach-bf527/BF523_def.h create mode 100644 include/asm-blackfin/mach-bf527/BF524_cdef.h create mode 100644 include/asm-blackfin/mach-bf527/BF524_def.h create mode 100644 include/asm-blackfin/mach-bf527/BF525_cdef.h create mode 100644 include/asm-blackfin/mach-bf527/BF525_def.h create mode 100644 include/asm-blackfin/mach-bf527/BF526_cdef.h create mode 100644 include/asm-blackfin/mach-bf527/BF526_def.h create mode 100644 include/asm-blackfin/mach-bf527/BF527_cdef.h create mode 100644 include/asm-blackfin/mach-bf527/BF527_def.h create mode 100644 include/asm-blackfin/mach-bf527/anomaly.h create mode 100644 include/asm-blackfin/mach-bf527/def_local.h create mode 100644 include/asm-blackfin/mach-bf527/ports.h create mode 100644 include/asm-blackfin/mach-bf533/BF531_cdef.h create mode 100644 include/asm-blackfin/mach-bf533/BF531_def.h create mode 100644 include/asm-blackfin/mach-bf533/BF532_cdef.h create mode 100644 include/asm-blackfin/mach-bf533/BF532_def.h create mode 100644 include/asm-blackfin/mach-bf533/BF533_cdef.h create mode 100644 include/asm-blackfin/mach-bf533/BF533_def.h create mode 100644 include/asm-blackfin/mach-bf533/anomaly.h create mode 100644 include/asm-blackfin/mach-bf533/def_local.h create mode 100644 include/asm-blackfin/mach-bf533/ports.h create mode 100644 include/asm-blackfin/mach-bf537/ADSP-EDN-BF534-extended_cdef.h create mode 100644 include/asm-blackfin/mach-bf537/ADSP-EDN-BF534-extended_def.h create mode 100644 include/asm-blackfin/mach-bf537/BF534_cdef.h create mode 100644 include/asm-blackfin/mach-bf537/BF534_def.h create mode 100644 include/asm-blackfin/mach-bf537/BF536_cdef.h create mode 100644 include/asm-blackfin/mach-bf537/BF536_def.h create mode 100644 include/asm-blackfin/mach-bf537/BF537_cdef.h create mode 100644 include/asm-blackfin/mach-bf537/BF537_def.h create mode 100644 include/asm-blackfin/mach-bf537/anomaly.h create mode 100644 include/asm-blackfin/mach-bf537/def_local.h create mode 100644 include/asm-blackfin/mach-bf537/ports.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF542-extended_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF542-extended_def.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF544-extended_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF544-extended_def.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF547-extended_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF547-extended_def.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF548-extended_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF548-extended_def.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF549-extended_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/ADSP-EDN-BF549-extended_def.h create mode 100644 include/asm-blackfin/mach-bf548/BF541_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/BF541_def.h create mode 100644 include/asm-blackfin/mach-bf548/BF542_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/BF542_def.h create mode 100644 include/asm-blackfin/mach-bf548/BF544_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/BF544_def.h create mode 100644 include/asm-blackfin/mach-bf548/BF547_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/BF547_def.h create mode 100644 include/asm-blackfin/mach-bf548/BF548_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/BF548_def.h create mode 100644 include/asm-blackfin/mach-bf548/BF549_cdef.h create mode 100644 include/asm-blackfin/mach-bf548/BF549_def.h create mode 100644 include/asm-blackfin/mach-bf548/anomaly.h create mode 100644 include/asm-blackfin/mach-bf548/def_local.h create mode 100644 include/asm-blackfin/mach-bf548/ports.h create mode 100644 include/asm-blackfin/mach-bf561/BF561_cdef.h create mode 100644 include/asm-blackfin/mach-bf561/BF561_def.h create mode 100644 include/asm-blackfin/mach-bf561/anomaly.h create mode 100644 include/asm-blackfin/mach-bf561/def_local.h create mode 100644 include/asm-blackfin/mach-bf561/ports.h create mode 100644 include/asm-blackfin/mach-common/ADSP-EDN-DUAL-CORE-extended_cdef.h create mode 100644 include/asm-blackfin/mach-common/ADSP-EDN-DUAL-CORE-extended_def.h create mode 100644 include/asm-blackfin/mach-common/ADSP-EDN-core_cdef.h create mode 100644 include/asm-blackfin/mach-common/ADSP-EDN-core_def.h create mode 100644 include/asm-blackfin/mach-common/ADSP-EDN-extended_cdef.h create mode 100644 include/asm-blackfin/mach-common/ADSP-EDN-extended_def.h create mode 100644 include/asm-blackfin/mach-common/bits/bootrom.h create mode 100644 include/asm-blackfin/mach-common/bits/core.h create mode 100644 include/asm-blackfin/mach-common/bits/dma.h create mode 100644 include/asm-blackfin/mach-common/bits/ebiu.h create mode 100644 include/asm-blackfin/mach-common/bits/emac.h create mode 100644 include/asm-blackfin/mach-common/bits/eppi.h create mode 100644 include/asm-blackfin/mach-common/bits/lockbox.h create mode 100644 include/asm-blackfin/mach-common/bits/mpu.h create mode 100644 include/asm-blackfin/mach-common/bits/otp.h create mode 100644 include/asm-blackfin/mach-common/bits/pata.h create mode 100644 include/asm-blackfin/mach-common/bits/pll.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-a.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-b.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-c.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-d.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-e.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-f.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-g.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-h.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-i.h create mode 100644 include/asm-blackfin/mach-common/bits/ports-j.h create mode 100644 include/asm-blackfin/mach-common/bits/ppi.h create mode 100644 include/asm-blackfin/mach-common/bits/rtc.h create mode 100644 include/asm-blackfin/mach-common/bits/sdh.h create mode 100644 include/asm-blackfin/mach-common/bits/spi.h create mode 100644 include/asm-blackfin/mach-common/bits/sport.h create mode 100644 include/asm-blackfin/mach-common/bits/timer.h create mode 100644 include/asm-blackfin/mach-common/bits/trace.h create mode 100644 include/asm-blackfin/mach-common/bits/twi.h create mode 100644 include/asm-blackfin/mach-common/bits/uart.h create mode 100644 include/asm-blackfin/mach-common/bits/watchdog.h create mode 100644 include/asm-blackfin/mmc.h create mode 100644 include/asm-blackfin/net.h create mode 100644 include/asm-generic/errno.h create mode 100644 include/asm-i386/config.h create mode 100644 include/asm-i386/ic/pci.h create mode 100644 include/asm-i386/ic/ssi.h create mode 100644 include/asm-i386/interrupt.h create mode 100644 include/asm-m68k/coldfire/ata.h create mode 100644 include/asm-m68k/coldfire/crossbar.h create mode 100644 include/asm-m68k/coldfire/dspi.h create mode 100644 include/asm-m68k/coldfire/edma.h create mode 100644 include/asm-m68k/coldfire/eport.h create mode 100644 include/asm-m68k/coldfire/flexbus.h create mode 100644 include/asm-m68k/coldfire/flexcan.h create mode 100644 include/asm-m68k/coldfire/intctrl.h create mode 100644 include/asm-m68k/coldfire/lcd.h create mode 100644 include/asm-m68k/coldfire/mdha.h create mode 100644 include/asm-m68k/coldfire/pwm.h create mode 100644 include/asm-m68k/coldfire/qspi.h create mode 100644 include/asm-m68k/coldfire/rng.h create mode 100644 include/asm-m68k/coldfire/skha.h create mode 100644 include/asm-m68k/coldfire/ssi.h create mode 100644 include/asm-m68k/config.h create mode 100644 include/asm-m68k/errno.h create mode 100644 include/asm-m68k/fsl_i2c.h create mode 100644 include/asm-m68k/fsl_mcdmafec.h create mode 100644 include/asm-m68k/immap.h create mode 100644 include/asm-m68k/immap_520x.h create mode 100644 include/asm-m68k/immap_5227x.h create mode 100644 include/asm-m68k/immap_5235.h create mode 100644 include/asm-m68k/immap_5253.h create mode 100644 include/asm-m68k/immap_5275.h create mode 100644 include/asm-m68k/immap_5301x.h create mode 100644 include/asm-m68k/immap_5329.h create mode 100644 include/asm-m68k/immap_5445x.h create mode 100644 include/asm-m68k/immap_547x_8x.h create mode 100644 include/asm-m68k/m520x.h create mode 100644 include/asm-m68k/m5227x.h create mode 100644 include/asm-m68k/m5235.h create mode 100644 include/asm-m68k/m5253.h create mode 100644 include/asm-m68k/m5275.h create mode 100644 include/asm-m68k/m5301x.h create mode 100644 include/asm-m68k/m5329.h create mode 100644 include/asm-m68k/m5445x.h create mode 100644 include/asm-m68k/m547x_8x.h create mode 100644 include/asm-m68k/rtc.h create mode 100644 include/asm-m68k/timer.h create mode 100644 include/asm-m68k/uart.h create mode 100644 include/asm-microblaze/asm.h create mode 100644 include/asm-microblaze/config.h create mode 100644 include/asm-microblaze/errno.h create mode 100644 include/asm-microblaze/microblaze_intc.h create mode 100644 include/asm-microblaze/microblaze_timer.h create mode 100644 include/asm-mips/asm.h create mode 100644 include/asm-mips/config.h create mode 100644 include/asm-mips/errno.h create mode 100644 include/asm-mips/reboot.h create mode 100644 include/asm-nios/config.h create mode 100644 include/asm-nios2/config.h create mode 100644 include/asm-ppc/4xx_pci.h create mode 100644 include/asm-ppc/4xx_pcie.h create mode 100644 include/asm-ppc/config.h create mode 100644 include/asm-ppc/fsl_ddr_dimm_params.h create mode 100644 include/asm-ppc/fsl_ddr_sdram.h create mode 100644 include/asm-ppc/fsl_dma.h create mode 100644 include/asm-ppc/fsl_law.h create mode 100644 include/asm-ppc/fsl_lbc.h create mode 100644 include/asm-ppc/fsl_pci.h create mode 100644 include/asm-ppc/fsl_serdes.h create mode 100644 include/asm-ppc/gpio.h create mode 100644 include/asm-ppc/immap_512x.h create mode 100644 include/asm-ppc/immap_qe.h create mode 100644 include/asm-ppc/interrupt.h create mode 100644 include/asm-ppc/mp.h create mode 100644 include/asm-ppc/mpc512x.h create mode 100644 include/asm-ppc/mpc8xxx_spi.h create mode 100644 include/asm-ppc/ppc4xx-ebc.h create mode 100644 include/asm-ppc/ppc4xx-isram.h create mode 100644 include/asm-ppc/ppc4xx-sdram.h create mode 100644 include/asm-ppc/ppc4xx-uic.h create mode 100644 include/asm-ppc/ppc4xx_config.h create mode 100644 include/asm-ppc/unaligned.h create mode 100644 include/asm-ppc/xilinx_irq.h create mode 100644 include/asm-sh/bitops.h create mode 100644 include/asm-sh/byteorder.h create mode 100644 include/asm-sh/cache.h create mode 100644 include/asm-sh/clk.h create mode 100644 include/asm-sh/config.h create mode 100644 include/asm-sh/cpu_sh2.h create mode 100644 include/asm-sh/cpu_sh3.h create mode 100644 include/asm-sh/cpu_sh4.h create mode 100644 include/asm-sh/cpu_sh7203.h create mode 100644 include/asm-sh/cpu_sh7710.h create mode 100644 include/asm-sh/cpu_sh7720.h create mode 100644 include/asm-sh/cpu_sh7722.h create mode 100644 include/asm-sh/cpu_sh7723.h create mode 100644 include/asm-sh/cpu_sh7750.h create mode 100644 include/asm-sh/cpu_sh7763.h create mode 100644 include/asm-sh/cpu_sh7780.h create mode 100644 include/asm-sh/cpu_sh7785.h create mode 100644 include/asm-sh/errno.h create mode 100644 include/asm-sh/global_data.h create mode 100644 include/asm-sh/io.h create mode 100644 include/asm-sh/irqflags.h create mode 100644 include/asm-sh/macro.h create mode 100644 include/asm-sh/pci.h create mode 100644 include/asm-sh/posix_types.h create mode 100644 include/asm-sh/processor.h create mode 100644 include/asm-sh/ptrace.h create mode 100644 include/asm-sh/string.h create mode 100644 include/asm-sh/system.h create mode 100644 include/asm-sh/types.h create mode 100644 include/asm-sh/u-boot.h create mode 100644 include/asm-sparc/arch-leon2/asi.h create mode 100644 include/asm-sparc/arch-leon3/asi.h create mode 100644 include/asm-sparc/asi.h create mode 100644 include/asm-sparc/asmmacro.h create mode 100644 include/asm-sparc/atomic.h create mode 100644 include/asm-sparc/bitops.h create mode 100644 include/asm-sparc/byteorder.h create mode 100644 include/asm-sparc/cache.h create mode 100644 include/asm-sparc/config.h create mode 100644 include/asm-sparc/errno.h create mode 100644 include/asm-sparc/global_data.h create mode 100644 include/asm-sparc/io.h create mode 100644 include/asm-sparc/irq.h create mode 100644 include/asm-sparc/leon.h create mode 100644 include/asm-sparc/leon2.h create mode 100644 include/asm-sparc/leon3.h create mode 100644 include/asm-sparc/machines.h create mode 100644 include/asm-sparc/page.h create mode 100644 include/asm-sparc/posix_types.h create mode 100644 include/asm-sparc/processor.h create mode 100644 include/asm-sparc/prom.h create mode 100644 include/asm-sparc/psr.h create mode 100644 include/asm-sparc/ptrace.h create mode 100644 include/asm-sparc/srmmu.h create mode 100644 include/asm-sparc/stack.h create mode 100644 include/asm-sparc/string.h create mode 100644 include/asm-sparc/types.h create mode 100644 include/asm-sparc/u-boot.h create mode 100644 include/asm-sparc/winmacro.h create mode 100644 include/at45.h create mode 100644 include/atmel_lcdc.h create mode 100644 include/bcd.h create mode 100644 include/bus_vcxk.h create mode 100644 include/compiler.h create mode 100644 include/config_cmd_all.h create mode 100644 include/config_cmd_default.h create mode 100644 include/configs/ATUM8548.h create mode 100644 include/configs/AdderUSB.h create mode 100644 include/configs/DU440.h create mode 100644 include/configs/M5208EVBE.h create mode 100644 include/configs/M52277EVB.h create mode 100644 include/configs/M5235EVB.h create mode 100644 include/configs/M5249EVB.h create mode 100644 include/configs/M5253DEMO.h create mode 100644 include/configs/M5253EVBE.h create mode 100644 include/configs/M5275EVB.h create mode 100644 include/configs/M53017EVB.h create mode 100644 include/configs/M5329EVB.h create mode 100644 include/configs/M5373EVB.h create mode 100644 include/configs/M54451EVB.h create mode 100644 include/configs/M54455EVB.h create mode 100644 include/configs/M5475EVB.h create mode 100644 include/configs/M5485EVB.h create mode 100644 include/configs/MPC8313ERDB.h create mode 100644 include/configs/MPC8315ERDB.h create mode 100644 include/configs/MPC8323ERDB.h create mode 100644 include/configs/MPC832XEMDS.h create mode 100644 include/configs/MPC8349ITX.h create mode 100644 include/configs/MPC8360EMDS.h create mode 100644 include/configs/MPC8360ERDK.h create mode 100644 include/configs/MPC837XEMDS.h create mode 100644 include/configs/MPC837XERDB.h create mode 100644 include/configs/MPC8536DS.h create mode 100644 include/configs/MPC8544DS.h create mode 100644 include/configs/MPC8568MDS.h create mode 100644 include/configs/MPC8569MDS.h create mode 100644 include/configs/MPC8572DS.h create mode 100644 include/configs/MPC8610HPCD.h create mode 100644 include/configs/MVBC_P.h create mode 100644 include/configs/MVBLM7.h create mode 100644 include/configs/MigoR.h create mode 100644 include/configs/P2020DS.h create mode 100644 include/configs/PMC405DE.h create mode 100644 include/configs/PMC440.h create mode 100644 include/configs/SIMPC8313.h create mode 100644 include/configs/SMN42.h create mode 100644 include/configs/TK885D.h create mode 100644 include/configs/TQM8272.h create mode 100644 include/configs/XPEDITE1000.h create mode 100644 include/configs/XPEDITE5170.h create mode 100644 include/configs/XPEDITE5200.h create mode 100644 include/configs/XPEDITE5370.h create mode 100644 include/configs/acadia.h create mode 100644 include/configs/actux1.h create mode 100644 include/configs/actux2.h create mode 100644 include/configs/actux3.h create mode 100644 include/configs/actux4.h create mode 100644 include/configs/afeb9260.h create mode 100644 include/configs/alpr.h create mode 100644 include/configs/amcc-common.h create mode 100644 include/configs/ap325rxa.h create mode 100644 include/configs/apollon.h create mode 100644 include/configs/aria.h create mode 100644 include/configs/at91cap9adk.h create mode 100644 include/configs/at91rm9200ek.h create mode 100644 include/configs/at91sam9260ek.h create mode 100644 include/configs/at91sam9261ek.h create mode 100644 include/configs/at91sam9263ek.h create mode 100644 include/configs/at91sam9m10g45ek.h create mode 100644 include/configs/at91sam9rlek.h create mode 100644 include/configs/atngw100.h create mode 100644 include/configs/atstk1003.h create mode 100644 include/configs/atstk1004.h create mode 100644 include/configs/atstk1006.h create mode 100644 include/configs/bf518f-ezbrd.h create mode 100644 include/configs/bf526-ezbrd.h create mode 100644 include/configs/bf527-ezkit.h create mode 100644 include/configs/bf533-ezkit.h create mode 100644 include/configs/bf533-stamp.h create mode 100644 include/configs/bf537-minotaur.h create mode 100644 include/configs/bf537-pnav.h create mode 100644 include/configs/bf537-srv1.h create mode 100644 include/configs/bf537-stamp.h create mode 100644 include/configs/bf538f-ezkit.h create mode 100644 include/configs/bf548-ezkit.h create mode 100644 include/configs/bf561-ezkit.h create mode 100644 include/configs/bfin_adi_common.h create mode 100644 include/configs/blackstamp.h create mode 100644 include/configs/canyonlands.h create mode 100644 include/configs/cm-bf527.h create mode 100644 include/configs/cm-bf533.h create mode 100644 include/configs/cm-bf537e.h create mode 100644 include/configs/cm-bf548.h create mode 100644 include/configs/cm-bf561.h create mode 100644 include/configs/cm5200.h create mode 100644 include/configs/compactcenter.h create mode 100644 include/configs/davinci_dm355evm.h create mode 100644 include/configs/davinci_dvevm.h create mode 100644 include/configs/davinci_schmoogie.h create mode 100644 include/configs/davinci_sffsdr.h create mode 100644 include/configs/davinci_sonata.h create mode 100644 include/configs/digsy_mtc.h create mode 100644 include/configs/dlvision.h create mode 100644 include/configs/eNET.h create mode 100644 include/configs/espt.h create mode 100644 include/configs/favr-32-ezkit.h create mode 100644 include/configs/fx12mm.h create mode 100644 include/configs/gdppc440etx.h create mode 100644 include/configs/gr_cpci_ax2000.h create mode 100644 include/configs/gr_ep2s60.h create mode 100644 include/configs/gr_xc3s_1500.h create mode 100644 include/configs/grsim.h create mode 100644 include/configs/grsim_leon2.h create mode 100644 include/configs/hammerhead.h create mode 100644 include/configs/hcu4.h create mode 100644 include/configs/hcu5.h create mode 100644 include/configs/ibf-dsp561.h create mode 100644 include/configs/idmr.h create mode 100644 include/configs/imx31_litekit.h create mode 100644 include/configs/imx31_phycore.h create mode 100644 include/configs/jupiter.h create mode 100644 include/configs/katmai.h create mode 100644 include/configs/keymile-common.h create mode 100644 include/configs/kilauea.h create mode 100644 include/configs/km8xx.h create mode 100644 include/configs/kmeter1.h create mode 100644 include/configs/kmsupx4.h create mode 100644 include/configs/korat.h create mode 100644 include/configs/linkstation.h create mode 100644 include/configs/lpc2292sodimm.h create mode 100644 include/configs/lwmon5.h create mode 100644 include/configs/m501sk.h create mode 100644 include/configs/makalu.h create mode 100644 include/configs/mcu25.h create mode 100644 include/configs/mecp5123.h create mode 100644 include/configs/mecp5200.h create mode 100644 include/configs/meesc.h create mode 100644 include/configs/mgcoge.h create mode 100644 include/configs/mgsuvd.h create mode 100644 include/configs/microblaze-generic.h create mode 100644 include/configs/mimc200.h create mode 100644 include/configs/ml507.h create mode 100644 include/configs/motionpro.h create mode 100644 include/configs/mpc5121ads.h create mode 100644 include/configs/mpc7448hpc2.h create mode 100644 include/configs/mpr2.h create mode 100644 include/configs/ms7720se.h create mode 100644 include/configs/ms7722se.h create mode 100644 include/configs/ms7750se.h create mode 100644 include/configs/muas3001.h create mode 100644 include/configs/mucmc52.h create mode 100644 include/configs/munices.h create mode 100644 include/configs/mv88f6281gtw_ge.h create mode 100644 include/configs/mx23_evk.h create mode 100644 include/configs/mx25_3stack.h create mode 100644 include/configs/mx25_3stack_mfg.h create mode 100644 include/configs/mx28_evk.h create mode 100644 include/configs/mx31_3stack.h create mode 100644 include/configs/mx31ads.h create mode 100644 include/configs/mx31pdk.h create mode 100644 include/configs/mx35_3stack.h create mode 100644 include/configs/mx35_3stack_mfg.h create mode 100644 include/configs/mx35_3stack_mmc.h create mode 100644 include/configs/mx50_arm2.h create mode 100644 include/configs/mx50_arm2_iram.h create mode 100644 include/configs/mx50_arm2_lpddr2.h create mode 100644 include/configs/mx50_arm2_mfg.h create mode 100644 include/configs/mx51_3stack.h create mode 100644 include/configs/mx51_3stack_android.h create mode 100644 include/configs/mx51_bbg.h create mode 100644 include/configs/mx51_bbg_android.h create mode 100644 include/configs/mx51_bbg_mfg.h create mode 100644 include/configs/mx53_arm2.h create mode 100644 include/configs/mx53_arm2_ddr3.h create mode 100644 include/configs/mx53_evk.h create mode 100644 include/configs/mx53_evk_mfg.h create mode 100644 include/configs/neo.h create mode 100644 include/configs/netstal-common.h create mode 100644 include/configs/nhk8815.h create mode 100644 include/configs/omap3_beagle.h create mode 100644 include/configs/omap3_evm.h create mode 100644 include/configs/omap3_overo.h create mode 100644 include/configs/omap3_pandora.h create mode 100644 include/configs/omap3_zoom1.h create mode 100644 include/configs/omap3_zoom2.h create mode 100644 include/configs/p3mx.h create mode 100644 include/configs/pcm030.h create mode 100644 include/configs/pm9261.h create mode 100644 include/configs/pm9263.h create mode 100644 include/configs/qemu-mips.h create mode 100644 include/configs/qong.h create mode 100644 include/configs/quad100hd.h create mode 100644 include/configs/r2dplus.h create mode 100644 include/configs/r7780mp.h create mode 100644 include/configs/rd6281a.h create mode 100644 include/configs/redwood.h create mode 100644 include/configs/rsk7203.h create mode 100644 include/configs/sbc8349.h create mode 100644 include/configs/sbc8548.h create mode 100644 include/configs/sbc8641d.h create mode 100644 include/configs/sc3.h create mode 100644 include/configs/sh7763rdp.h create mode 100644 include/configs/sh7785lcr.h create mode 100644 include/configs/sheevaplug.h create mode 100644 include/configs/smdk6400.h create mode 100644 include/configs/socrates.h create mode 100644 include/configs/stxssa.h create mode 100644 include/configs/taihu.h create mode 100644 include/configs/taishan.h create mode 100644 include/configs/tcm-bf537.h create mode 100644 include/configs/trizepsiv.h create mode 100644 include/configs/tx28.h create mode 100644 include/configs/uc101.h create mode 100644 include/configs/v38b.h create mode 100644 include/configs/v5fx30teval.h create mode 100644 include/configs/vct.h create mode 100644 include/configs/vme8349.h create mode 100644 include/configs/xilinx-ppc.h create mode 100644 include/configs/xilinx-ppc405-generic.h create mode 100644 include/configs/xilinx-ppc405.h create mode 100644 include/configs/xilinx-ppc440-generic.h create mode 100644 include/configs/xilinx-ppc440.h create mode 100644 include/configs/zeus.h create mode 100644 include/ddr_spd.h create mode 100644 include/div64.h create mode 100644 include/dm9000.h create mode 100644 include/dp83848.h create mode 100644 include/ds4510.h create mode 100644 include/fdt.h create mode 100644 include/fdt_support.h create mode 100644 include/fis.h create mode 100644 include/fsl_esdhc.h create mode 100644 include/fsl_nfc.h create mode 100644 include/hwconfig.h create mode 100644 include/imx_spi.h create mode 100644 include/imx_spi_nor.h create mode 100644 include/imx_ssp_mmc.h create mode 100644 include/iomux.h create mode 100644 include/libata.h create mode 100644 include/libfdt.h create mode 100644 include/libfdt_env.h create mode 100644 include/linux/crc32.h create mode 100644 include/linux/err.h create mode 100644 include/linux/lzo.h create mode 100644 include/linux/math64.h create mode 100644 include/linux/mii.h create mode 100644 include/linux/mtd/bbm.h create mode 100644 include/linux/mtd/blktrans.h create mode 100644 include/linux/mtd/concat.h create mode 100644 include/linux/mtd/fsl_upm.h create mode 100644 include/linux/mtd/inftl-user.h create mode 100644 include/linux/mtd/jffs2-user.h create mode 100644 include/linux/mtd/nftl-user.h create mode 100644 include/linux/mtd/onenand.h create mode 100644 include/linux/mtd/onenand_regs.h create mode 100644 include/linux/mtd/partitions.h create mode 100644 include/linux/mtd/ubi.h create mode 100644 include/linux/poison.h create mode 100644 include/linux/rbtree.h create mode 100644 include/linux/unaligned/access_ok.h create mode 100644 include/linux/unaligned/generic.h create mode 100644 include/lmb.h create mode 100644 include/lzma/LzmaDec.h create mode 100644 include/lzma/LzmaTools.h create mode 100644 include/lzma/LzmaTypes.h create mode 100644 include/mb862xx.h create mode 100644 include/mg_disk.h create mode 100644 include/mpc5xxx_sdma.h create mode 100644 include/mtd/ubi-user.h create mode 100644 include/mx2fb.h create mode 100644 include/mxc_keyb.h create mode 100644 include/netdev.h create mode 100644 include/nomadik.h create mode 100644 include/onenand_uboot.h create mode 100644 include/pata.h create mode 100644 include/pca953x.h create mode 100644 include/radeon.h create mode 100644 include/s3c6400.h create mode 100644 include/s3c64x0.h create mode 100644 include/s6e63d6.h create mode 100644 include/sata.h create mode 100644 include/sha1.h create mode 100644 include/sha256.h create mode 100644 include/spi_flash.h create mode 100644 include/stdio_dev.h create mode 100644 include/stratixII.h create mode 100644 include/timestamp.h create mode 100644 include/tsec.h create mode 100644 include/tsi108.h create mode 100644 include/tsi148.h create mode 100644 include/twl4030.h create mode 100644 include/tws.h create mode 100644 include/u-boot/md5.h create mode 100644 include/u-boot/u-boot.lds.h create mode 100644 include/u-boot/zlib.h create mode 100644 include/ubi_uboot.h create mode 100644 include/usb/ehci-fsl.h create mode 100644 include/usb/mpc8xx_udc.h create mode 100644 include/usb/omap1510_udc.h create mode 100644 include/usb/pxa27x_udc.h create mode 100644 include/usb_cdc_acm.h create mode 100644 include/usbdevice.h create mode 100644 include/vsc7385.h create mode 100644 include/vxworks.h create mode 100644 lib_arm/_lshrdi3.S create mode 100644 lib_arm/bootm.c create mode 100644 lib_arm/config.mk create mode 100644 lib_arm/eabi_compat.c create mode 100644 lib_arm/interrupts.c create mode 100644 lib_arm/reset.c create mode 100644 lib_avr32/bootm.c create mode 100644 lib_avr32/config.mk create mode 100644 lib_blackfin/.gitignore create mode 100644 lib_blackfin/boot.c create mode 100644 lib_blackfin/clocks.c create mode 100644 lib_blackfin/cmd_cache_dump.c create mode 100644 lib_blackfin/config.mk create mode 100644 lib_blackfin/memcmp.S create mode 100644 lib_blackfin/memcpy.S create mode 100644 lib_blackfin/memmove.S create mode 100644 lib_blackfin/memset.S create mode 100644 lib_blackfin/post.c create mode 100644 lib_blackfin/string.c create mode 100644 lib_blackfin/tests.c create mode 100644 lib_blackfin/u-boot.lds.S create mode 100644 lib_generic/addr_map.c create mode 100644 lib_generic/crc16.c create mode 100644 lib_generic/div64.c create mode 100644 lib_generic/gunzip.c create mode 100644 lib_generic/lmb.c create mode 100644 lib_generic/lzma/LzmaDec.c create mode 100644 lib_generic/lzma/LzmaDec.h create mode 100644 lib_generic/lzma/LzmaTools.c create mode 100644 lib_generic/lzma/LzmaTools.h create mode 100644 lib_generic/lzma/Makefile create mode 100644 lib_generic/lzma/README.txt create mode 100644 lib_generic/lzma/Types.h create mode 100644 lib_generic/lzma/history.txt create mode 100644 lib_generic/lzma/import_lzmasdk.sh create mode 100644 lib_generic/lzma/license.txt create mode 100644 lib_generic/lzma/lzma.txt create mode 100644 lib_generic/lzo/Makefile create mode 100644 lib_generic/lzo/lzo1x_decompress.c create mode 100644 lib_generic/lzo/lzodefs.h create mode 100644 lib_generic/md5.c create mode 100644 lib_generic/rbtree.c create mode 100644 lib_generic/sha1.c create mode 100644 lib_generic/sha256.c create mode 100644 lib_generic/strmhz.c create mode 100644 lib_i386/bootm.c create mode 100644 lib_i386/config.mk create mode 100644 lib_i386/interrupts.c create mode 100644 lib_i386/pcat_interrupts.c create mode 100644 lib_i386/pcat_timer.c create mode 100644 lib_i386/timer.c create mode 100755 lib_m68k/bootm.c create mode 100644 lib_m68k/config.mk create mode 100644 lib_m68k/interrupts.c create mode 100644 lib_microblaze/bootm.c create mode 100644 lib_microblaze/config.mk create mode 100644 lib_mips/bootm.c create mode 100644 lib_mips/bootm_qemu_mips.c create mode 100644 lib_mips/config.mk create mode 100644 lib_nios/bootm.c create mode 100644 lib_nios/config.mk create mode 100644 lib_nios2/bootm.c create mode 100644 lib_nios2/config.mk create mode 100644 lib_ppc/bootm.c create mode 100644 lib_ppc/config.mk create mode 100644 lib_ppc/ppccache.S create mode 100644 lib_sh/Makefile create mode 100644 lib_sh/board.c create mode 100644 lib_sh/bootm.c create mode 100644 lib_sh/config.mk create mode 100644 lib_sh/time.c create mode 100644 lib_sh/time_sh2.c create mode 100644 lib_sparc/Makefile create mode 100644 lib_sparc/board.c create mode 100644 lib_sparc/bootm.c create mode 100644 lib_sparc/cache.c create mode 100644 lib_sparc/config.mk create mode 100644 lib_sparc/interrupts.c create mode 100644 lib_sparc/time.c create mode 100644 libfdt/Makefile create mode 100644 libfdt/README create mode 100644 libfdt/fdt.c create mode 100644 libfdt/fdt_ro.c create mode 100644 libfdt/fdt_rw.c create mode 100644 libfdt/fdt_strerror.c create mode 100644 libfdt/fdt_sw.c create mode 100644 libfdt/fdt_wip.c create mode 100644 libfdt/libfdt_internal.h create mode 100644 nand_spl/board/amcc/acadia/Makefile create mode 100644 nand_spl/board/amcc/acadia/config.mk create mode 100644 nand_spl/board/amcc/acadia/u-boot.lds create mode 100644 nand_spl/board/amcc/bamboo/Makefile create mode 100644 nand_spl/board/amcc/bamboo/config.mk create mode 100644 nand_spl/board/amcc/bamboo/sdram.c create mode 100644 nand_spl/board/amcc/bamboo/u-boot.lds create mode 100644 nand_spl/board/amcc/canyonlands/Makefile create mode 100644 nand_spl/board/amcc/canyonlands/config.mk create mode 100644 nand_spl/board/amcc/canyonlands/ddr2_fixed.c create mode 100644 nand_spl/board/amcc/canyonlands/u-boot.lds create mode 100644 nand_spl/board/amcc/kilauea/Makefile create mode 100644 nand_spl/board/amcc/kilauea/config.mk create mode 100644 nand_spl/board/amcc/kilauea/u-boot.lds create mode 100644 nand_spl/board/freescale/mpc8313erdb/Makefile create mode 100644 nand_spl/board/freescale/mpc8313erdb/u-boot.lds create mode 100644 nand_spl/board/freescale/mx31pdk/Makefile create mode 100644 nand_spl/board/freescale/mx31pdk/config.mk create mode 100644 nand_spl/board/freescale/mx31pdk/u-boot.lds create mode 100644 nand_spl/board/samsung/smdk6400/Makefile create mode 100644 nand_spl/board/samsung/smdk6400/config.mk create mode 100644 nand_spl/board/samsung/smdk6400/u-boot.lds create mode 100644 nand_spl/board/sheldon/simpc8313/Makefile create mode 100644 nand_spl/board/sheldon/simpc8313/u-boot.lds create mode 100644 nand_spl/nand_boot_fsl_elbc.c create mode 100644 nand_spl/nand_boot_fsl_nfc.c create mode 100644 net/dns.c create mode 100644 net/dns.h create mode 100644 onenand_ipl/board/apollon/Makefile create mode 100644 onenand_ipl/board/apollon/apollon.c create mode 100644 onenand_ipl/board/apollon/config.mk create mode 100644 onenand_ipl/board/apollon/low_levelinit.S create mode 100644 onenand_ipl/board/apollon/u-boot.onenand.lds create mode 100644 onenand_ipl/onenand_boot.c create mode 100644 onenand_ipl/onenand_ipl.h create mode 100644 onenand_ipl/onenand_read.c create mode 100755 patches/0001-ENGR00081147-Support-i.MX35-3stack-board.patch create mode 100755 patches/0002-ENGR00094618-Update-.gitignore-configure-file.patch create mode 100755 patches/0003-ENGR00094619-Support-i.MX31-3stack-board.patch create mode 100755 patches/0004-ENGR00099697-Add-nand-driver-for-mx35.patch create mode 100755 patches/0005-ENGR00102776-Support-boot-from-NAND-on-i.mx35-3stack.patch create mode 100755 patches/0006-ENGR00102788-Remove-CONFIG_NAND_BOOT-on-i.MX31-3stac.patch create mode 100755 patches/0007-ENGR00103914-Support-i.MX35-TO2-and-3stack-board-ver.patch create mode 100755 patches/0008-ENGR00104583-MX35-can-not-boot-up-kernel.patch create mode 100755 patches/0009-ENGR00107886-Porting-MX31-MX35-3stack-to-u-boot-V20.patch create mode 100755 patches/0010-ENGR00108473-Porting-i.MX51-3stack-TO2-support-to-V2.patch create mode 100755 patches/0011-ENGR00108673-Add-i.MX25-core-to-U-Boot.patch create mode 100755 patches/0012-ENGR00107840-Add-U-Boot-for-MX25-PDK-board.patch create mode 100755 patches/0013-ENGR00109851-Add-nand-driver-for-MX51-uboot.patch create mode 100755 patches/0014-ENGR00110586-MX31-Resolve-Copyright-issue-for-mx31.patch create mode 100755 patches/0015-ENGR00112298-BBG2-Basic-boot.patch create mode 100755 patches/0016-ENGR00112273-BBG2-MMC-boot-support.patch create mode 100755 patches/0017-ENGR00112845-spi-nor-boot-and-pmic-support-for-BBG2.patch create mode 100755 patches/0018-ENGR00113148-Add-build-option-to-uboot-for-different.patch create mode 100755 patches/0019-ENGR00113439-BBG2-enable-SPI-NOR-and-MMC-in-one-im.patch create mode 100755 patches/0020-ENGR00113475-Add-auto-complete-and-platform-prompt.patch create mode 100755 patches/0021-ENGR00113611-Add-FEC-support-for-BBG2.patch create mode 100755 patches/0022-ENGR00111465-Remove-Watchdog-disable-codes-in-MX51.patch create mode 100755 patches/0023-ENGR00114233-Add-support-for-programming-ubifs-image.patch create mode 100755 patches/0024-ENGR00114236-Disable-NAND-driver-interleave-mode-sup.patch create mode 100755 patches/0025-ENGR00114201-Add-MMC-configs-to-mx35-3stack-config.patch create mode 100755 patches/0026-ENGR00114178-Support-MMC-SD-boot-and-enable-dhcp-in.patch create mode 100755 patches/0027-ENGR00114393-Support-Atmel-AT45DB321D-SPI-NOR-flash.patch create mode 100755 patches/0028-ENGR00114367-Add-BABBAGE-machine-id-BBG2.5-rev-id.patch create mode 100755 patches/0029-ENGR00114746-Disable-flash-header-for-mx35-nand-boo.patch create mode 100755 patches/0030-ENGR00113941-MX233-Make-UBOOT-v2009.01-work-on-EVK.patch create mode 100755 patches/0031-ENGR00115333-Enable-cp-command-for-MMC.patch create mode 100755 patches/0032-ENGR00115046-Add-new-MMC-config-option-for-mx35.patch create mode 100755 patches/0033-ENGR00115592-Replace-whitespaces-with-tabs-in-Makef.patch create mode 100755 patches/0034-ENGR00116140-MX51-3stack-low-level-does-not-set-M4IF.patch create mode 100755 patches/0035-ENGR00116083-Recovery-mode-support-for-Android-on-m.patch create mode 100755 patches/0036-ENGR00116203-Change-nand-Makefile-to-use-CONFIG_MXC.patch create mode 100755 patches/0037-ENGR00116243-I2C-support-for-mx51-3ds-board.patch create mode 100755 patches/0038-ENGR00116472-1-U-BOOT-upgrade-to-V2009.08.patch create mode 100755 patches/0039-u-boot-v2009.08-sd-mmc-support.patch create mode 100755 patches/0040-ENGR00116504-1-Sync-clock-and-l2cc-code-with-redboo.patch create mode 100755 patches/0041-ENGR00116504-2-Add-mx51-bbg-to3-support.patch create mode 100755 patches/0042-ENGR00116924-Uboot-Boot-up-hang-at-detecting-NAND-w.patch create mode 100755 patches/0043-ENGR00117616-PATA-support-in-u-boot.patch create mode 100755 patches/0044-ENGR00116772-Workaround-for-ARM-errata-ID-468414.patch create mode 100755 patches/0045-ENGR00118294-Misc-changes-for-v2009.08-upgrade.patch create mode 100755 patches/0046-ENGR00118362-Correct-recovery-NAND-cmd.patch create mode 100755 patches/0047-ENGR00118428-MX233-Uboot-reslove-the-build-error-fo.patch create mode 100755 patches/0048-ENGR00118576-MX25-Support-Smc911x-ethernet.patch create mode 100755 patches/0049-ENGR00118647-Fix-smc911x-receive-packet-length-not-s.patch create mode 100755 patches/0050-ENGR00118682-Update-the-MX25-MAX-Priority.patch create mode 100755 patches/0051-ENGR00118816-Fix-reboot-reset-failure-with-image-on.patch create mode 100755 patches/0052-ENGR00118751-Some-mmc-card-can-t-read-and-write-fro.patch create mode 100755 patches/0053-ENGR00118801-Unknown-information-when-booting-from.patch create mode 100755 patches/0054-ENGR00118579-Enable-MMU.patch create mode 100755 patches/0055-ENGR00118978-Timer-adjustment-for-all-platforms.patch create mode 100755 patches/0056-ENGR00118789-Uboot-Update-NAND-scan-scheme-to-suppor.patch create mode 100755 patches/0057-ENGR00119133-MX35-can-t-boot-due-to-wrong-frequency.patch create mode 100755 patches/0058-ENGR00119171-ubifs-support-for-android-recovery-mod.patch create mode 100755 patches/0059-ENGR00119224-mmu-support-for-mx51-3stack-and-mx51-b.patch create mode 100755 patches/0060-ENGR00118998-Can-not-get-ip-address-when-kernel-boo.patch create mode 100755 patches/0061-ENGR00119246-Add-CONFIG_MXC_NAND-config-flag-in-MX25.patch create mode 100755 patches/0062-ENGR00119254-Add-mmu-header-for-mx51-build-error.patch create mode 100755 patches/0063-ENGR00119486-MX25-Improve-Lan9217-ethernet-transfer.patch create mode 100755 patches/0064-ENGR00119505-MX51-BBG-Change-DDR2-settings.patch create mode 100755 patches/0065-ENGR00119526-MX25-Fix-mmc-read-write-failure-on-mmc.patch create mode 100755 patches/0066-ENGR00119625-i.MX35-UBoot-doesn-t-accept-commands-i.patch create mode 100755 patches/0067-ENGR00119660-MX35-UBOOT-Can-t-boot-up-on-2k-page-si.patch create mode 100755 patches/0068-ENGR00119591-Fix-SPI-NOR-reset-issue.patch create mode 100755 patches/0069-ENGR00118739-Correct-the-board-version-of-MX51-EVK.patch create mode 100755 patches/0070-ENGR00119701-MX51-merge-some-fixes-in-200908-versio.patch create mode 100755 patches/0071-ENGR00119715-Add-multi-network-support-for-mx35.patch create mode 100755 patches/0072-ENGR00119716-MX28-basic-support.patch create mode 100755 patches/0073-ENGR00119738-eMMC-card-access-failed.patch create mode 100755 patches/0074-ENGR00119706-Add-esdhcv1-support.patch create mode 100755 patches/0075-ENGR00119834-Change-PDR0-clock-settings-for-mx35-TO.patch create mode 100755 patches/0076-ENGR00119890-Set-right-mac-addr-to-FEC-register-in.patch create mode 100755 patches/0077-ENGR00119894-Read-right-value-in-mxc_i2c.patch create mode 100755 patches/0078-ENGR00120191-MX51-Update-the-M4IF-setting.patch create mode 100755 patches/0079-ENGR00120203-Add-fec_addr-check-for-mx51.patch create mode 100755 patches/0080-ENGR00120207-Change-recovery-mode-combo-keys.patch create mode 100755 patches/0081-ENGR00120208-Change-recovery-mode-boot_cmd-strategy.patch create mode 100755 patches/0082-ENGR00120202-MX51-enable-L2-cache.patch create mode 100755 patches/0083-ENGR00120206-iMX28-Enable-Ethernet-and-MMC-boot-supp.patch create mode 100755 patches/0084-ENGR00120476-Add-fuse-support-for-mx51.patch create mode 100755 patches/0085-ENGR00120830-Add-eMMC-and-eSD-fast-boot-support.patch create mode 100755 patches/0086-ENGR00121029-Add-MX51-BBG-Uboot-Firmware-support.patch create mode 100755 patches/0087-ENGR00120520-Enable-MMU-for-mx51-and-mx35.patch create mode 100755 patches/0088-ENGR00121079-Unable-to-get-IP-address-in-uboot.patch create mode 100755 patches/0089-ENGR00121314-Fix-mx23-and-mx28-u-boot-build-error.patch create mode 100755 patches/0090-ENGR00121504-Revert-ENGR00120191-to-restore-M4IF-val.patch create mode 100755 patches/0091-ENGR00121379-MX28-U-BOOT-enhancements.patch create mode 100755 patches/0092-ENGR000121601-FEC-not-work-in-mx28-u-boot.patch create mode 100755 patches/0093-ENGR00121202-Add-uboot-support-for-MX53.patch create mode 100755 patches/0094-ENGR00121731-Add-mmu-l1cache-l2cache-support-for.patch create mode 100755 patches/0095-ENGR00121774-DDR-300Mhz-support-for-MX53-uboot.patch create mode 100755 patches/0096-ENGR00121779-Support-a-single-kernel-image-on-MX5x-p.patch create mode 100755 patches/0097-ENGR00121832-Some-code-reconstructure-for-u-boot.patch create mode 100755 patches/0098-ENGR00121976-UBOOT-some-fix-for-SD-MMC-card.patch create mode 100755 patches/0099-ENGR00122046-Update-DDR-init-script-for-MX53-EVK.patch create mode 100755 patches/0100-ENGR00122050-mmc-can-t-read-data-whose-size-exceeds.patch create mode 100755 patches/0101-ENGR00119033-System-can-not-find-MMC-SD-card-in-SD.patch create mode 100755 patches/0102-ENGR00122085-MX35-Add-Uboot-Firmware-support.patch create mode 100755 patches/0103-ENGR00122203-UBOOT-Add-MX53-ARM2-board-support.patch create mode 100755 patches/0104-ENGR00122217-Missed-iomem_valid_addr-in-updater-conf.patch create mode 100755 patches/0105-ENGR00122030-Mfg-Firmware-support-fot-imx25.patch create mode 100755 patches/0106-ENGR00122395-fix-license-declaration-issue-in-fsl_e.patch create mode 100755 patches/0107-ENGR00122342-missing-mx23-evk-machine-ID-setting.patch create mode 100755 patches/0108-ENGR00122643-Integrate-linear-PMIC.patch create mode 100755 patches/0109-ENGR00122980-Change-default-env-dev-to-mmc-for-bbg.patch create mode 100755 patches/0110-ENGR00123265-UBOOT-Preserve-NAND-bad-block-indicatio.patch create mode 100755 patches/0111-ENGR00123278-Support-clock-operation-functions.patch create mode 100755 patches/0112-ENGR00123418-Add-peripheral-clock-setup-support.patch create mode 100755 patches/0113-ENGR00123488-MX53-Board-Identification.patch create mode 100755 patches/0114-ENGR00123630-Set-ddr-clk-clock-according-to-the-boar.patch create mode 100755 patches/0115-ENGR00123641-MX53-Add-DDR3-CPU-board-support.patch create mode 100755 patches/0116-ENGR00123870-MX53-Set-AXI_B-clock-to-200Mhz.patch create mode 100755 patches/0117-ENGR00123551-Add-mx25-splash-screen-support.patch create mode 100755 patches/0118-ENGR00124100-Add-support-for-saving-env-data-to-ac.patch create mode 100755 patches/0119-ENGR00124195-Uboot-Pass-EVK-RevB-board-ID-to-kernel.patch create mode 100755 patches/0120-ENGR00123484-mx28-support-saving-environment-into-sd.patch create mode 100755 patches/0121-ENGR00124391-mx35-update-mfg-config-file.patch create mode 100755 patches/0122-ENGR00122651-Add-dwc_ahsata-support.patch create mode 100755 patches/0123-ENGR00123782-Fix-boot-partition-problem-for-emmc.patch create mode 100755 patches/0124-ENGR00124652-UBOOT-MX53-env-fails-to-load-when-boot.patch create mode 100755 patches/0125-ENGR00124710-MX53-Uboot-Add-MFG-tool-support.patch create mode 100755 patches/0126-ENGR00124819-Uboot-reading-writing-sd-card-fails.patch create mode 100755 patches/0127-ENGR00124908-CSPI-make-spi_get_cfg-platform-specifi.patch create mode 100755 patches/0128-ENGR00124359-Add-uboot-support-for-MX50.patch create mode 100755 patches/0129-ENGR00124953-Uboot-Fix-the-build-break-for-MX51-BBG.patch create mode 100755 patches/0130-ENGR00124954-MX50-init-sys-by-ROM-plug-in-feature.patch create mode 100755 patches/0131-ENGR00124951-Uboot-cannot-initialize-MMC-cards.patch create mode 100755 patches/0132-ENGR00124912-MX53-Fix-board-ID-check-issue.patch create mode 100755 patches/0133-ENGR00124627-Dynamic-SD-slot-support-for-env-data.patch create mode 100755 patches/0134-ENGR00124984-MX53-Add-spi_get_cfg-function-support.patch create mode 100755 patches/0135-ENGR00125042-mx35-Fix-error-in-a-comment-for-header.patch create mode 100755 patches/0136-ENGR00125045-MX53-Uboot-Adjust-VDDGP-voltage.patch create mode 100755 patches/0137-ENGR00123924-Reconstructure-fuse-files-and-add-fuse.patch create mode 100755 patches/0138-ENGR00125174-MX50-change-memory-configurations.patch create mode 100755 patches/0139-ENGR00125036-Uboot-Add-eMMC-4.4-support.patch create mode 100755 patches/0140-ENGR00125220-MX28-SD-slot0-boot-dhcp-failed.patch create mode 100755 patches/0141-ENGR00125613-mfg-tool-Add-mx50-mfg-firmware-support.patch create mode 100755 patches/0142-ENGR00125735-iMX28-read-mac-address-from-fuse.patch create mode 100755 patches/0143-ENGR00125757-mx28-change-the-boot-mode-offset-to-TO.patch create mode 100755 patches/0144-ENGR00125324-Add-splash-screen-code-and-support-for.patch create mode 100755 patches/hash create mode 100755 patches/patch-uboot.sh create mode 100644 post/board/lwmon/Makefile create mode 100644 post/board/lwmon/sysmon.c create mode 100644 post/board/lwmon5/Makefile create mode 100644 post/board/lwmon5/dsp.c create mode 100644 post/board/lwmon5/dspic.c create mode 100644 post/board/lwmon5/fpga.c create mode 100644 post/board/lwmon5/gdc.c create mode 100644 post/board/lwmon5/sysmon.c create mode 100644 post/board/lwmon5/watchdog.c create mode 100644 post/board/netta/Makefile create mode 100644 post/board/netta/codec.c create mode 100644 post/board/netta/dsp.c create mode 100644 post/cpu/mpc8xx/Makefile create mode 100644 post/cpu/mpc8xx/cache.c create mode 100644 post/cpu/mpc8xx/cache_8xx.S create mode 100644 post/cpu/mpc8xx/ether.c create mode 100644 post/cpu/mpc8xx/spr.c create mode 100644 post/cpu/mpc8xx/uart.c create mode 100644 post/cpu/mpc8xx/usb.c create mode 100644 post/cpu/mpc8xx/watchdog.c create mode 100644 post/cpu/ppc4xx/Makefile create mode 100644 post/cpu/ppc4xx/cache.c create mode 100644 post/cpu/ppc4xx/cache_4xx.S create mode 100644 post/cpu/ppc4xx/denali_ecc.c create mode 100644 post/cpu/ppc4xx/ether.c create mode 100644 post/cpu/ppc4xx/fpu.c create mode 100644 post/cpu/ppc4xx/ocm.c create mode 100644 post/cpu/ppc4xx/spr.c create mode 100644 post/cpu/ppc4xx/uart.c create mode 100644 post/cpu/ppc4xx/watchdog.c create mode 100644 post/drivers/Makefile create mode 100644 post/drivers/i2c.c create mode 100644 post/drivers/memory.c create mode 100644 post/drivers/rtc.c create mode 100644 post/lib_ppc/Makefile create mode 100644 post/lib_ppc/andi.c create mode 100644 post/lib_ppc/asm.S create mode 100644 post/lib_ppc/b.c create mode 100644 post/lib_ppc/cmp.c create mode 100644 post/lib_ppc/cmpi.c create mode 100644 post/lib_ppc/complex.c create mode 100644 post/lib_ppc/cpu.c create mode 100644 post/lib_ppc/cpu_asm.h create mode 100644 post/lib_ppc/cr.c create mode 100644 post/lib_ppc/fpu/20001122-1.c create mode 100644 post/lib_ppc/fpu/20010114-2.c create mode 100644 post/lib_ppc/fpu/20010226-1.c create mode 100644 post/lib_ppc/fpu/980619-1.c create mode 100644 post/lib_ppc/fpu/Makefile create mode 100644 post/lib_ppc/fpu/acc1.c create mode 100644 post/lib_ppc/fpu/compare-fp-1.c create mode 100644 post/lib_ppc/fpu/fpu.c create mode 100644 post/lib_ppc/fpu/mul-subnormal-single-1.c create mode 100644 post/lib_ppc/load.c create mode 100644 post/lib_ppc/multi.c create mode 100644 post/lib_ppc/rlwimi.c create mode 100644 post/lib_ppc/rlwinm.c create mode 100644 post/lib_ppc/rlwnm.c create mode 100644 post/lib_ppc/srawi.c create mode 100644 post/lib_ppc/store.c create mode 100644 post/lib_ppc/string.c create mode 100644 post/lib_ppc/three.c create mode 100644 post/lib_ppc/threei.c create mode 100644 post/lib_ppc/threex.c create mode 100644 post/lib_ppc/two.c create mode 100644 post/lib_ppc/twox.c create mode 100644 tools/.gitignore create mode 100644 tools/bin2header.c create mode 100644 tools/easylogo/linux_blackfin.tga create mode 100644 tools/fdt_host.h create mode 100644 tools/imls/Makefile create mode 100644 tools/imls/README create mode 100644 tools/imls/imls.c create mode 100755 tools/jtagconsole create mode 100644 tools/logos/atmel.bmp create mode 100644 tools/logos/linux_logo_ttcontrol.bmp create mode 100644 tools/logos/linux_logo_ttcontrol_palfin.bmp create mode 100644 tools/logos/ronetix.bmp create mode 100644 tools/mingw_support.c create mode 100644 tools/mingw_support.h create mode 100644 tools/mkimage.h create mode 100755 tools/netconsole create mode 100644 tools/os_support.c create mode 100644 tools/os_support.h create mode 100644 tools/scripts/define2mk.sed create mode 100644 tools/ubsha1.c diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..1400d8424a --- /dev/null +++ b/.gitignore @@ -0,0 +1,66 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# Normal rules +# + +*.rej +*.orig +*.a +*.o +*~ +*.swp +*.patch +*.swp + +# +# Top-level generic files +# + +/System.map +/u-boot +/u-boot.hex +/u-boot.map +/u-boot.bin +/u-boot.srec +/u-boot.ldr +/u-boot.ldr.hex +/u-boot.ldr.srec +/u-boot.lds +/u-boot-onenand.bin +/u-boot-flexonenand.bin + +# +# Generated files +# + +*.depend +/LOG +/errlog +/reloc_off + +# stgit generated dirs +patches-* +.stgit-edit.txt + +# quilt's files +patches +series + +# gdb files +.gdb_history + +# cscope files +cscope.* + +# tags files +/tags +/ctags +/etags + +# OneNAND IPL files +/onenand_ipl/onenand-ipl* +/onenand_ipl/board/*/onenand* +/onenand_ipl/board/*/*.S diff --git a/CHANGELOG b/CHANGELOG index 6efddd0ddb..e2f2b3e61e 100755 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,68635 @@ +commit 632a6dd0b612eb7b143f789f2a0273917468c041 +Author: Andre Schwarz +Date: Mon Aug 31 16:18:24 2009 +0200 + + Add common code dir for Matrix Vision boards. + + This fixes current build failure. + + Signed-off-by: Andre Schwarz + + mvblm7.c: fix warning: implicit declaration of function + 'mv_reset_environment' + + Signed-off-by: Wolfgang Denk + +commit 52f6c34c85d6c16f2a41433b5000490ecf374992 +Author: David Brownell +Date: Sun Aug 30 11:05:29 2009 -0700 + + bugfix CONFIG_SYS_CONSOLE_INFO_QUIET + + The "console: unify printing current devices" patch goofed: + CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot + time noise, not add it. Said patch changed the #ifndefs + to #ifdef; this one restores them to the proper sense. + + Signed-off-by: David Brownell + +commit 28887d831b02c66ccc10d7f1379204b5a62f4543 +Author: André Schwarz +Date: Thu Aug 27 14:48:35 2009 +0200 + + Use common code for Matrix Vision boards + + Clean up existing boards (mvBC-P/MPC5200 and mvBL-M7/MPC8343) by + using common code. + + Signed-off-by: André Schwarz + +commit 05f91a65abc3180e2896cd8ddee7a34b1d1ce6e0 +Author: Kim Phillips +Date: Wed Aug 26 21:27:37 2009 -0500 + + mpc83xx: mpc8349itx - accommodate larger kernel sizes & unzero the bootdelay + + apparently the ITX was missed last round. + + Also make bootdelay consistent with other boards, so as to give on the + opportunity to fix mistakenly set bootcmd without having checked for an + bootdelay zero setting first. + + Signed-off-by: Kim Phillips + +commit cc861f7127f200e704baaf061a7f508e3c93f2a3 +Author: Kim Phillips +Date: Wed Aug 26 21:25:46 2009 -0500 + + mpc83xx: match dtb filename references to their dts equivalents in the linux kernel + + Signed-off-by: Kim Phillips + +commit 68e74567cf317318df52dbcb2ac170ffc5e7758a +Author: Feng Kan +Date: Fri Aug 21 10:59:42 2009 -0700 + + ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver + + Fix ECC Correction bug where the byte offset location were double + flipped causing correction routine to toggle the wrong byte location + in the ECC segment. The ndfc_calculate_ecc routine change the order + of getting the ECC code. + /* The NDFC uses Smart Media (SMC) bytes order */ + ecc_code[0] = p[2]; + ecc_code[1] = p[1]; + ecc_code[2] = p[3]; + But in the Correction algorithm when calculating the byte offset + location, the s1 is used as the upper part of the address. Which + again reverse the order making the final byte offset address + location incorrect. + byteoffs = (s1 << 0) & 0x80; + . + . + byteoffs |= (s0 >> 4) & 0x08; + The order is change to read it in straight and let the correction + function to revert it to SMC order. + + Signed-off-by: Feng Kan + Acked-by: Victor Gallardo + Acked-by: Prodyut Hazarika + Signed-off-by: Stefan Roese + +commit 30fc5cd3116cb112d0aab7e6d7c8eef1b67ed075 +Author: Wolfgang Denk +Date: Tue Aug 25 12:22:38 2009 +0200 + + include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration + + The SPI controller on the S3C24X0 has 8 bit registers, not 32 bit. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Wolfgang Denk + +commit e637385e69f63bc73b9dfd2ddd8d0f383790ca28 +Author: Mike Frysinger +Date: Thu Aug 20 19:17:59 2009 -0400 + + Blackfin: fix typos in gpio comments + + Signed-off-by: Mike Frysinger + +commit c2fbcb6ae86c10621a386c13be57eaa766221ed5 +Author: Harald Krapfenbauer +Date: Tue Aug 18 04:49:57 2009 -0400 + + Blackfin: cm-bf527/cm-bf537: increase flash sectors + + Newer revisions of these boards have slightly larger flashes, so increase + the configured number of sectors so that U-Boot works on all revisions. + + Signed-off-by: Harald Krapfenbauer + Signed-off-by: Mike Frysinger + +commit a794f59a75bf9fd4a44f1ad2349cae903c42b89c +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Aug 23 14:14:52 2009 +0200 + + sh/rsk7203: add missing include net.h + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6ac9f47977a9fc1876979871eeb14f26ba1bdbe6 +Author: Mike Frysinger +Date: Sun Aug 23 02:47:59 2009 -0400 + + start a linker script helper file + + Start a common header file for common linker script code (such as + workarounds for older linkers) rather than doing this in the build system. + + As fallout, we no longer execute the linker every time config.mk is + included by a build file (which can easily be 70+ times), but rather only + execute it once. + + This also fixes a bug in the major version checking by creating a macro to + easily compare versions and keep people from making the same common + mistake (forgetting to check major and minor together). + + Signed-off-by: Mike Frysinger + +commit 2ed0869d30602eb660569eababb8fedff36bd23a +Author: Mike Frysinger +Date: Sat Aug 22 19:50:22 2009 -0400 + + Blackfin: use common code to preprocess linker script + + Now that the common code preprocesses the linker script, the Blackfin code + no longer needs to do it. + + Signed-off-by: Mike Frysinger + +commit 4d3758c835c7e96da2a291e7fb5acfc19bc06e8e +Author: Mike Frysinger +Date: Sat Aug 22 19:48:56 2009 -0400 + + .gitignore: ignore generated u-boot.lds + + Signed-off-by: Mike Frysinger + +commit 79b91de958511840d2a7491be92d435b7ef43f17 +Author: Albin Tonnerre +Date: Sat Aug 22 14:21:53 2009 +0200 + + include/mmc.h: Fix typo in IS_SD() macro + + Signed-off-by: Albin Tonnerre + +commit 963f2f611741f8d9c38bd7caf20ae8c95cab7b3f +Author: Wolfgang Denk +Date: Sat Aug 22 23:27:26 2009 +0200 + + Prepare 2009.08-rc3 + + Update CHANGELOG, minor Coding Style cleanup. + + Signed-off-by: Wolfgang Denk + +commit 5b2da6a309266f21cbb68f06fcfdf9ba141022e7 +Author: Michal Simek +Date: Fri Aug 21 06:52:25 2009 +1000 + + qemu-mips: Fix Qemu website + + Signed-off-by: Michal Simek + Signed-off-by: Michal Simek + Acked-by: Shinya Kuribayashi + +commit 79f516bccc3cff5a5cd4b3dffb7d254e746fdbde +Author: Kim Phillips +Date: Fri Aug 21 16:34:38 2009 -0500 + + mpc83xx: accommodate larger kernel sizes by default + + linux mpc83xx_defconfig kernels are getting bigger, accommodate for + their growth by adjusting default load and fdt addresses. + + Signed-off-by: Kim Phillips + +commit 8eceeb7fd656d6d071c0a8b615e178aca5775fff +Author: Kim Phillips +Date: Fri Aug 21 16:33:15 2009 -0500 + + mpc83xx: mpc8377erdb - change DDR settings to those from latest bsp + + when using Linus' 83xx_defconfig, the mpc8377rdb would hang at boot + at either: + + NET: Registered protocol family 16 + + or the + + io scheduler cfq registered + + message. Fixing up these DDR settings appears to fix the problem. + + Signed-off-by: Kim Phillips + +commit 27c5248dd4c9ba4a36899689595956c5e59e349a +Author: Kim Phillips +Date: Fri Aug 21 16:31:20 2009 -0500 + + mpc83xx: tqm8349 - remove pci & flash window conflict + + commit 9993e196da707a0a1cd4584f1fcef12382c1c144 "mpc83xx: convert all + remaining boards over to 83XX_GENERIC_PCI" remapped pci windows on + tqm834x to make it more consistent with the other 83xx boards. During + that time however, the author failed to realize that FLASH_BASE was + occupying the same range as what PCI1_MEM_BASE was being assigned. + + Signed-off-by: Kim Phillips + Tested-by: Wolfgang Denk + +commit 6d2c26ac831f033b0025cfb256365a047f8dd115 +Author: Heiko Schocher +Date: Fri Aug 21 16:30:30 2009 -0500 + + mpc83xx: add missing CSCONFIG_ODT_WR_CFG for 832x CPUs + + Signed-off-by: Heiko Schocher + Signed-off-by: Kim Phillips + +commit 193b4cb3f641ed0fd9bb79b8fa4671882c50ffdb +Author: Paul Gortmaker +Date: Fri Aug 21 16:27:05 2009 -0500 + + mpc83xx: mpc8349 - delete unused SYS_MID_FLASH_JUMP + + This was introduced with the MPC8349EMDS board, and then copied to + a couple other boards by nature of being the reference implementation. + + u-boot$git grep CONFIG_SYS_MID_FLASH_JUMP + include/configs/MPC8349EMDS.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000 + include/configs/sbc8349.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000 + include/configs/vme8349.h:#define CONFIG_SYS_MID_FLASH_JUMP 0x7F000000 + u-boot$ + + It currently isn't used, so delete it before it spreads further. + + Signed-off-by: Paul Gortmaker + Signed-off-by: Kim Phillips + +commit c0d660fbbede322648ec79d3e39389e48f5fab24 +Author: Paul Gortmaker +Date: Fri Aug 21 16:21:58 2009 -0500 + + mpc83xx: sbc8349 - make enabling PCI more user friendly + + Prior to this commit, to enable PCI, you had to go manually + edit the board config header, which isn't really user friendly. + This adds the typical PCI make targets to the toplevel Makefile + in accordance with what is being done with other boards. + + Signed-off-by: Paul Gortmaker + Signed-off-by: Kim Phillips + +commit a3c5057a6c05b4c7235a270486220e4511366133 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Aug 7 23:37:54 2009 +0200 + + eeprom_m95xxx: remove unused variable i + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 8cf19b9fec92d8aa22b2fe4b4e6976743b1daa51 +Author: Ilya Yanok +Date: Fri Jul 17 15:02:42 2009 +0400 + + jffs2: some fixes to summary support + + This patch fixes some issues with JFFS2 summary support in U-Boot. + 1/ Summary support made compilation configurable (as summary support + considered expiremental even in Linux). + 2/ Summary code can do unaligned 16-bit and 32-bit memory accesses. + We need to get data byte by byte to exclude data aborts. + 3/ Make summary scan in two passes so we can safely fall back to full + scan if we found unsupported entry in the summary. + + Signed-off-by: Ilya Yanok + +commit 11906936e168d12d684bb3d2930a62693ba3d84e +Author: Prafulla Wadaskar +Date: Mon Aug 10 18:55:54 2009 +0530 + + arm: rd6281a: Fixed NAND specific warning + + It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF + for NAND specific warning removal, same is done in this patch + + Signed-off-by: Prafulla Wadaskar + +commit b5ffb193330113d2e00489d96bf8ec1f541ed4e1 +Author: Wolfgang Denk +Date: Thu Aug 13 00:37:16 2009 +0200 + + TRAB: make independent of specific libgcc helper routines + + The TRAB board references local libgcc helper routines + (lib_arm/div0.o and lib_arm/_umodsi3.o) which cause build problems + when we try to use the normal, compiler provided libgcc instead. + Removing these references allows to build both with and without the + local libgcc helper routines. + + Signed-off-by: Wolfgang Denk + +commit 1aada9cd643567d351667138851e9231ccfa245a +Author: Wolfgang Denk +Date: Mon Aug 17 14:00:53 2009 +0200 + + Fix all linker scripts for older binutils versions (pre-2.16) + + Commit f62fb99941c6 fixed handling of all rodata sections by using a + wildcard combined with calls to ld's builtin functions SORT_BY_ALIGNMENT() + and SORT_BY_NAME(). Unfortunately these functions were only + introduced with biunutils version 2.16, so the modification broke + building with all tool chains using older binutils. + + This patch makes it work again. This is done by omitting the use of + these functions for such old tool chains. This will result in + slightly larger target binaries, as the rodata sections are no longer + in optimal order alignment-wise which reauls in unused gaps, but the + effect was found to be insignificant - especially compared to the fact + that you cannot build U-Boot at all in the current state. + + As ld seems to have no support for conditionals we run the linker + script through the C preprocessor which can be easily used to remove + the unwanted function calls. + + Note that the C preprocessor must be run with the "-ansi" (or a + "-std=") option to make sure all the system-specific predefined + macros outside the reserved namespace are suppressed. Otherise, cpp + might for example substitute "powerpc" to "1", thus corrupting for + example "OUTPUT_ARCH(powerpc)" etc. + + Signed-off-by: Wolfgang Denk + Cc: Mike Frysinger + +commit f772acf8a584067033eff1e231fcd1fb3a00d3d9 +Author: Wolfgang Denk +Date: Mon Aug 17 13:17:29 2009 +0200 + + ARM: compiler options cleanup - improve tool chain support + + For some time there have been repeated reports about build problems + with some ARM (cross) tool chains. Especially issues about + (in)compatibility with the tool chain provided runtime support + library libgcc.a caused to add and support a private implementation + of such runtime support code in U-Boot. A closer look at the code + indicated that some of these issues are actually home-made. This + patch attempts to clean up some of the most obvious problems and make + building of U-Boot with different tool chains easier: + + - Even though all ARM systems basicy used the same compiler options + to select a specific ABI from the tool chain, the code for this was + distributed over all cpu/*/config.mk files. We move this one level + up into lib_arm/config.mk instead. + + - So far, we only checked if "-mapcs-32" was supported by the tool + chain; if yes, this was used, if not, "-mabi=apcs-gnu" was + selected, no matter if the tool chain actually understood this + option. There was no support for EABI conformant tool chains. + This patch implements the following logic: + + 1) If the tool chain supports + "-mabi=aapcs-linux -mno-thumb-interwork" + we use these options (EABI conformant tool chain). + 2) Otherwise, we check first if + "-mapcs-32" + is supported, and then check for + "-mabi=apcs-gnu" + If one test succeeds, we use the first found option. + 3) In case 2), we also test if "-mno-thumb-interwork", and use + this if the test succeeds. [For "-mabi=aapcs-linux" we set + "-mno-thumb-interwork" mandatorily.] + + This way we use a similar logic for the compile options as the + Linux kernel does. + + - Some EABI conformant tool chains cause external references to + utility functions like raise(); such functions are provided in the + new file lib_arm/eabi_compat.c + + Note that lib_arm/config.mk gets parsed several times, so we must + make sure to add eabi_compat.o only once to the linker list. + + Signed-off-by: Wolfgang Denk + Cc: Jean-Christophe PLAGNIOL-VILLARD + Cc: Dirk Behme + Cc: Magnus Lilja + Cc: Tom Rix + Cc: Prafulla Wadaskar + Acked-by: Sergey Kubushyn + Tested-by: Magnus Lilja + Tested-by: Andrzej Wolski + Tested-by: Gaye Abdoulaye Walsimou + Tested-by: Tom Rix + Tested-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 269610f6ba2e4a7bc27d2e53d43160614016964f +Author: Mingkai Hu +Date: Thu Jul 30 17:56:51 2009 +0800 + + NAND boot: fix nand_load overlap issue + + The code copy data from NAND flash block by block, so when + the data length isn't a whole-number multiple of the block + size, it will overlap the rest space. + + Signed-off-by: Mingkai Hu + Signed-off-by: Scott Wood + +commit 1fc1d9aed08f2b3366d634fda6712a710b2cff9a +Author: Giulio Benetti +Date: Fri Jul 31 17:30:34 2009 -0500 + + add WATCHDOG_RESET() on nand write and read + + Signed-off-by: giulio.benetti@micronovasrl.com + Acked-by: Wolfgang Denk + Signed-off-by: Scott Wood + +commit b1e849f2201bbbf3ca81fde164f154f9caf7f0e9 +Author: Peter Tyser +Date: Wed Feb 4 15:14:05 2009 -0600 + + tsec: Wait for auto-negotiation to complete without link + + Previously, waiting for auto-negotiation would only occur if a valid + link had been detected. Problems arose when attempting to use a + tsec immediately after bootup but before link was achieved, eg: + => dhcp + Auto-neg error, defaulting to 10BT/HD + eTSEC1: No link. + Auto-neg error, defaulting to 10BT/HD + eTSEC2: No link. + => + + With this patch applied the same operation as above resulted in: + => dhcp + Waiting for PHY auto negotiation to complete. done + Enet starting in 1000BT/FD + Speed: 1000, full duplex + + Signed-off-by: Peter Tyser + Signed-off-by: Ben Warren + +commit 477fa6378fbd3e47a5e2e83d0dd3970d5b1c8371 +Author: Simon Kagstrom +Date: Thu Aug 20 10:14:11 2009 +0200 + + arm: kirkwood: See to it that sent data is 8-byte aligned + + U-boot might use non-8-byte-aligned addresses for sending data, which + the kwgbe_send doesn't accept (bootp does this for me). This patch + copies the data to be sent to a malloced temporary buffer if it is + non-aligned. + + Signed-off-by: Simon Kagstrom + Signed-off-by: Ben Warren + +commit cad713bf7548b9e90433dac8270165402a6c9cc3 +Author: Simon Kagstrom +Date: Thu Aug 20 10:13:06 2009 +0200 + + Wait for the link to come up on kirkwood network init + + This patch makes the device wait for up to 5 seconds for the link to + come up, similar to what many of the other network drivers do. This + avoids confusing situations where, e.g., a tftp fails when initiated + early after U-boot has started (before the link has come up). + + Signed-off-by: Simon Kagstrom + Signed-off-by: Ben Warren + +commit bb1ca3b27f7fba8c73cb10279a6a8b8b69a308ff +Author: Simon Kagstrom +Date: Thu Aug 20 10:12:28 2009 +0200 + + arm:kirkwood Define kirkwood phy address magic number + + Signed-off-by: Simon Kagstrom + Signed-off-by: Ben Warren + +commit f81ecb5d3300bf92d17302d3712f30585c182da9 +Author: Timur Tabi +Date: Mon Aug 17 15:55:38 2009 -0500 + + e1000: fix PCI memory addressing + + The Intel E1000 driver was making assumptions about the relationship between + some virtual, physical, and PCI addresses. + + Also fix some bad usage of the DEBUGOUT macro + + Signed-off-by: Timur Tabi + Acked-by: Kumar Gala + Signed-off-by: Ben Warren + +commit b644006e1a7baa227aedc606ecdf0bb5eeb24cab +Author: Ilya Yanok +Date: Wed Aug 12 16:42:48 2009 +0400 + + jffs2: clean the cache in case of malloc fails in build_lists + + We should call jffs2_clean_cache() if we return from jffs2_build_lists() + with an error to prevent usage of incomplete lists. Also we should + free() a local buffer to prevent memory leaks. + + Signed-off-by: Ilya Yanok + +commit 7ff66bb0be80cadd681be22a72e5eb02ee14c878 +Author: Heiko Schocher +Date: Wed Aug 12 10:17:03 2009 +0200 + + ppc: trigger WDT before starting Linux + + Signed-off-by: Heiko Schocher + +commit 918319c705d8a3d6251919a660baef32ff3a829a +Author: Albin Tonnerre +Date: Wed Jul 22 18:30:03 2009 +0200 + + Update the mtd driver name in bootargs for at91-based boards + + The name of the atmel nand driver in the kernel changed from at91_nand + to atmel_nand back in June 2008, but the at91-based boards config files + still refer to at91_nand. This patch updates them with the new name + + Signed-off-by: Albin Tonnerre + +commit 8fa656aa5289815d942ebdc26182ccb9f2b9c86f +Author: Ben Goska +Date: Fri Aug 14 10:03:36 2009 -0700 + + omap3: Fixed a problem with hwecc + + In commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e there + was a typo that offset all the ecc registers by 4 bytes, fixed that. + + Signed-off-by: Ben Goska + Acked-by: Dirk Behme + +commit 514bab6609acd1a2a19fdd75c2f6255178db7c96 +Author: Stefan Roese +Date: Mon Aug 17 16:57:53 2009 +0200 + + ppc4xx: Fix "chip_config" command for AMCC Arches + + This patch fixes the "chip_config" command for I2C bootstrap EEPROM + configuration. First it changes the I2C bootstrap EEPROM address to + 0x54 as this is used on Arches (instead of 0x52 on Canyonlands/ + Glacier). Additionally, the NAND bootstrap settings are removed + for Arches since Arches doesn't support NAND-booting. + + Signed-off-by: Stefan Roese + +commit 4af34177b657e91263919a307fd0b0865a299e52 +Author: Wolfgang Denk +Date: Sun Aug 16 23:40:13 2009 +0200 + + Monahans: avoid floating point calculations + + Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz) + which caused floating point operations to be used. This resulted in + unresolved references to some FP related libgcc functions when using + U-Boot's private libgcc functions. + + Change the code to use fixed point math only. + + Signed-off-by: Wolfgang Denk + +commit e393e2e9bc5cd3d5484e193d1380e7cd7587ab5c +Author: Kumar Gala +Date: Fri Aug 14 16:43:22 2009 -0500 + + 85xx: Fix addrmap to include memory + + When we init the addrmap based on the TLB we will not end up getting + the TLB that covers memory if we are using SPD. The reason is we + haven't relocated at the point that we setup the memory TLB and thus it + will not get setup in the addrmap. + + Instead we can just walk over the TLB array after we've relocated and + see all the TLBs that have been set and use that information to populate + the initial addrmap. By doing this we insure that we get the TLB + entries that cover memory. + + Signed-off-by: Kumar Gala + +commit 7dedefdf749ff02c1086f7ddb8cb83a77b00d030 +Author: John Schmoller +Date: Wed Aug 12 10:55:47 2009 -0500 + + flash: Fix CFI buffer size bug + + Fix bug introduced by 9c048b523413ae5f3ff34e00cf57569c3368ab51. + + The cfi_flash.c driver cast the flash buffer size to a uchar in + flash_write_cfibuffer(). On some flash parts, (tested on Numonyx + part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to + uchar to enable buffer sizes to be larger. + + Signed-off-by: John Schmoller + Signed-off-by: Stefan Roese + +commit f6e3a1fa92f61083885178101e973c86b419a6f7 +Author: Mike Frysinger +Date: Thu Aug 13 00:32:14 2009 -0400 + + trab: rename spi_init() + + The local board-specific spi_init() function conflicts with the common SPI + layer, so rename it to something board-specific. + + Signed-off-by: Mike Frysinger + +commit 253cb831f5861358a7fa673305cdf7ded1096f44 +Author: Giuseppe CONDORELLI +Date: Wed Jul 29 06:05:20 2009 -0400 + + zlib: add watchdog reset call + + This patch adds watchdog reset call to allow its invokation during decompression + phase. This control was present on old zlib version and here it is + backported for those relevant routines. This patch is sent as a zlib separate + one beacuse it was not tested due to specific board lack. + zlib patches will be unified just in one when this will be validated through + tests. + + Signed-off-by: Giuseppe Condorelli + +commit dce3d797102b6618e8bdd4a09cfd35969f165d86 +Author: Giuseppe CONDORELLI +Date: Wed Jul 29 08:05:08 2009 -0400 + + zlib: updated to v.1.2.3 + + This patch updates zlib to the latest stable version. + Only relevant zlib parts were ported to u-boot tree, as already did for the + current zlib (0.95). New zlib guarantees a faster inflate performances + other then others improvements as explained at www.zlib.net. + It also includes Alessandro Rubini's patches to allow 0 as destination pointer + and to call watchdog reset if required by architecture. + + Signed-off-by: Giuseppe Condorelli + Reviewed-by: Angelo Castello + Reviewed-by: Alessandro Rubini + +commit 3426d65daab6af483b177ed502038f52ed2e5aef +Author: Heiko Schocher +Date: Tue Aug 11 10:37:58 2009 +0200 + + dtt, lm81: move unneccessary printf into a debug printf + + Signed-off-by: Heiko Schocher + +commit 54e399f110bbaa24e662e6dd9e88ddb86989d668 +Author: Mark Jackson +Date: Tue Aug 11 11:33:47 2009 +0100 + + MIMC200: reduce LCD pixclock + + The initial pixclock for the MIMC200 board is wrong (and causes + screen corruption due to DMA underruns). + + This patch simply reduces the pixel clock to fix the problem. + + Signed-off-by: Mark Jackson + +commit 1443cd7e54d6893ab7cc51d93fe7759cdaa8b31f +Author: Richard Retanubun +Date: Wed Jul 1 14:04:05 2009 -0400 + + UEC FIXED PHY: Determine fixed-phy port using UEC interface name. + + Fixed a misunderstanding in the original implementation, 'devnum' that + was used in the cpu/ppc4xx/4xx_enet.c implementation was NOT the + PHY's SMI address, rather it was the number of the MAC interface on + the CPU. The equivalent of this for uec_phy will be the UEC number + stored in mii_info->dev->name. Usage example is updated for uec. + + Signed-off-by: Richard Retanubun + Signed-off-by: Ben Warren + +commit 1a9519373b977ef3f7c9563ad3acb6c6f2424657 +Author: Richard Retanubun +Date: Wed Jul 1 14:03:15 2009 -0400 + + Assigned a static SMI address to all UECs TBIPA address. + + It is set to 0x1F by default and can be overwritten on the board + header file by defining CONFIG_UTBIPAR_INIT_TBIPA. This allows + the CPU to simply "reserve" one SMI address instead of using + a different one for each UEC. + + Signed-off-by: Richard Retanubun + Signed-off-by: Ben Warren + +commit 9fd38a01cbc0ce4a8db41f72677103ed04b23db5 +Author: Prafulla Wadaskar +Date: Mon Aug 10 19:43:06 2009 +0530 + + net: kirkwood: updates: used eth_setenv_enetaddr api + + eth_setenv_enetaddr is avaible by upper layer + using this saves 204 bytes on total image size + + used Local OUI instead of Marvell OUI for + random MAC address generation logic + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit ecbd2078a1f56c85b6c56afaaed862bf92ccd3f3 +Author: Roy Zang +Date: Tue Aug 11 03:48:05 2009 +0800 + + Fix E1000 build warning on AP1000 board + + Fix E1000 build warning on AP1000 board + Fix the build warning on AP1000 board: + e1000.c:131: warning: 'e1000_read_eeprom' used but never defined + e1000.c:2012: warning: 'e1000_set_phy_mode' defined but not used + + Signed-off-by: Roy Zang + Signed-off-by: Ben Warren + +commit b3af1d698b031e721bacaee8715d79daaf823de6 +Author: Sandeep Paulraj +Date: Mon Aug 10 12:24:40 2009 -0400 + + ARM: Davinci DM355: Enabling DM9000 on DM355 EVM + + Due to recent changes to the NET support on U-boot, DM9000 + is no longer detected on the DM355 EVM. + This minor update enables DM9000 on the DM355 EVM. + Tested on the DM355 EVM + + Signed-off-by: Sandeep Paulraj + Signed-off-by: Ben Warren + +commit 08c2df33f1cd5935938486e968696f94ad406313 +Author: Prafulla Wadaskar +Date: Mon Aug 10 19:23:19 2009 +0530 + + net: phy: bugfixes: mv88E61xx compiler warnings fixed + + 1. mv88E61xx driver compiler warnings fixed + 2. idstr if-else statements changed to switch() construct + and added default case too. + This fixed idstr may be uninitialized warning + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit 750326e5d540885e3ec36bda9464b8269249f6ce +Author: Po-Yu Chuang +Date: Mon Aug 10 11:00:00 2009 +0800 + + arm: A320: driver for FTMAC100 ethernet controller + + This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board. + + Signed-off-by: Po-Yu Chuang + Signed-off-by: Ben Warren + +commit f90dc43fd67eea71124b999a7d5e617d0d86795b +Author: Kumar Gala +Date: Mon Aug 10 16:40:55 2009 -0500 + + 85xx: Removed BEDBUG support from FSL 85xx boards + + For some reason the MPC8544 enabled BEDBUG if PCI was enabled and that + got copied int the MPC8536, MPC8572 and P2020 DS boards. The BEDBUG + support has never been made to work completely on e500/85xx so we + just disable it to save space and match the other FSL 85xx boards. + + Signed-off-by: Kumar Gala + +commit eb1a4d0a471505c169bef19a73a60f8641f0b875 +Author: Wolfgang Denk +Date: Mon Aug 10 10:39:12 2009 +0200 + + Prepare 2009.08-rc2 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 53cc18c71b2b920cca171874c6663e274fa80556 +Author: Wolfgang Denk +Date: Mon Aug 10 10:38:34 2009 +0200 + + Minor coding style cleanup. + + Signed-off-by: Wolfgang Denk + +commit d371708a1beda0f529756e614af785b30461379e +Author: Wolfgang Denk +Date: Mon Aug 10 09:59:10 2009 +0200 + + net/tftp.c: fix warning: pointer targets differ in signedness + + tftp.c:294: warning: pointer targets in passing argument 1 of 'strlen' + differ in signedness + + This was only visible for the utx8245 board which seems to have DEBUG + enabled. + + Signed-off-by: Wolfgang Denk + +commit 3ed9e943fdfe51174b23989d48563b8c1b7d2ea8 +Author: Dirk Behme +Date: Sat Aug 8 16:06:47 2009 +0200 + + ARM Cortex A8: Remove bogus config.mk entries + + Remove bogus config.mk entry, fix newline and remove redundant + omap3/config.mk + + Signed-off-by: Dirk Behme + +commit cd3dcba1422d3441503251fbc69cf2437c440781 +Author: Dirk Behme +Date: Sat Aug 8 12:46:09 2009 +0200 + + OMAP3: Fix missing GPMC_CONFIG_CS0_BASE + + Applying two indepenent OMAP3 patches resulted in missing + GPMC_CONFIG_CS0_BASE. Patch "omap3: embedd gpmc_cs into gpmc + config struct" removes GPMC_CONFIG_CS0_BASE, independent patch + "omap3: bug fix for NOR boot support" introduces it's usage. + Re-introduce GPMC_CONFIG_CS0_BASE. + + Signed-off-by: Dirk Behme + +commit ba3dbaf281130029ecb970a922551902c1d80b50 +Author: Ilya Yanok +Date: Mon Jun 8 04:12:49 2009 +0400 + + mxc-mmc: sdhc host driver for MX2 and MX3 proccessor + + This is a port of Linux driver for SDHC host controller hardware + found on Freescale's MX2 and MX3 processors. Uses new generic MMC + framework (CONFIG_GENERIC_MMC) and it looks like there are some + problems with a framework (at least on LE cpus). Some of these + problems are addressed in the following patches. + + Signed-off-by: Ilya Yanok + +commit 642d7b63c343633dcafc4e23a20e32604a05ff13 +Author: Alessandro Rubini +Date: Fri Aug 7 12:35:47 2009 +0200 + + kirkwood/gpio.h: remove duplicate definition + + Signed-off-by: Alessandro Rubini + +commit 3ac374c0f0b7d856f1a43317a286f2079106bd6a +Author: Albin Tonnerre +Date: Fri Aug 7 12:37:36 2009 +0200 + + Add driver for the ST M95xxx SPI EEPROM + + This chip is used in a number of boards manufactured by Calao-Systems + which should be supported soon. This driver provides the necessary + spi_read and spi_write functions necessary to communicate with the chip. + + Signed-off-by: Albin Tonnerre + +commit 30951960bae9a2c33e324a7165962a082e913f9e +Author: Prafulla Wadaskar +Date: Fri Aug 7 22:27:32 2009 +0530 + + arm: Sheevaplug: Fixed NAND specific warning + + It is recommended to define the macro CONFIG_SYS_64BIT_VSPRINTF + for NAND specific warning removal, same is done in this patch + + Signed-off-by: Prafulla Wadaskar + +commit 317734966e763fdee183898c0ed940c9bada2541 +Author: Josh Boyer +Date: Fri Aug 7 13:53:20 2009 -0400 + + Dual-license IBM code contributions + + It was brought to our attention that U-Boot contains code derived from the + IBM OpenBIOS source code originally provided with some of the older PowerPC + 4xx development boards. As a result, the original license of this code has + been carried in the various files for a number of years in the U-Boot project. + + IBM is dual-licensing the IBM code contributions already present in U-Boot + under either the terms of the GNU General Public License version 2, or the + original code license already present. + + Signed-off-by: Josh Boyer + +commit cfd700be9f5ed289fd57a9bd61e266319badcb0d +Author: Kumar Gala +Date: Wed Aug 5 09:03:54 2009 -0500 + + fdt: Fix fdt_pci_dma_ranges handling of 64-bit ranges + + If the size of a region equal to 4G it can't be represnted in a 32-bit + BAR so we should have marked that case as MEM64. + + Additionally bump the number of inbound windows up to 4 to handle the + fact that Freescale PPCs that have an implicit window for CCSRBAR. + + Signed-off-by: Kumar Gala + +commit 59b4d7471c42e955bd9846892a0cc7478171778d +Author: Wolfgang Denk +Date: Thu Aug 6 21:29:59 2009 +0200 + + ARM EABI: add new helper functions resp. function names + + The ARM EABI defines new names for GCC helper functions, + and GCC seems to need some new functions as well. + + This patch is a minimal-invasive approach to fix problems with EABI + conformant tool chains (to be used with "USE_PRIVATE_LIBGCC=yes"). + + Signed-off-by: Wolfgang Denk + Tested-by: Dirk Behme + +commit 197324d7d998a791e5137b8176981b4af25220ae +Author: Peter Tyser +Date: Wed Aug 5 16:18:44 2009 -0500 + + hush: Fix bogus free() call + + An off-by-one error in hush.c resulted in an unintentional free() call + every time a command was executed + + Signed-off-by: Peter Tyser + +commit ff27650bb255e2275a212357b78c3b77cbf1d2e9 +Author: Detlev Zundel +Date: Wed Aug 5 18:37:45 2009 +0200 + + digsy_mtc: Update default environment + + Signed-off-by: Detlev Zundel + +commit 0b40bd439a33bde9e3cccf1acb5744225d0c6103 +Author: Detlev Zundel +Date: Wed Aug 5 18:37:44 2009 +0200 + + digsy_mtc: Add delay in SPI transfers to the companion controller. + + While at it, remove initialization of variables which will be set + before usage in all cases. + + Signed-off-by: Detlev Zundel + +commit 0bf00750e082a004e5fb058925622ae72890cc56 +Author: Anatolij Gustschin +Date: Wed Aug 5 18:37:43 2009 +0200 + + digsy_mtc: minor fixes for mtc command help + + Add mtc state subcommand description to the + help of mtc command. + + Remove some newlines in description of commands + for proper help formating. + + Signed-off-by: Anatolij Gustschin + +commit 5cc69084189bf49aa99d13d57515be72d1844bdf +Author: Grzegorz Bernacki +Date: Wed Aug 5 18:37:42 2009 +0200 + + digsy_mtc: Add mtc state command. + + Signed-off-by: Grzegorz Bernacki + +commit 716655288a53c95fad203ebf21d0b8ffdc2f7525 +Author: Wolfgang Denk +Date: Tue Jul 28 22:35:39 2009 +0200 + + Partition support: remove newline from partition name + + Remove bogus newline character that got added to the .name field of + the disk_partition_t structure. + + Signed-off-by: Wolfgang Denk + +commit 3f1649fb0dfb1e5c8890de154c332c394db5cdb5 +Author: Luigi 'Comio' Mantellini +Date: Tue Jul 28 09:33:17 2009 +0200 + + Fix LZMA string.h header inclusion issue and remove unused variables. + + Signed-off-by: Luigi 'Comio' Mantellini + +commit 1c6232f1e2eae87e0e36d489611eb6891dff21e1 +Author: Jens Scharsig +Date: Mon Jul 27 15:28:42 2009 +0200 + + bus_vcxk.c: fix warning: unused variable 'lineptr' + + Signed-off-by: Jens Scharsig + +commit 18304f7675e84252965b4e24cba279071f1da472 +Author: Mike Frysinger +Date: Fri Jul 24 17:51:27 2009 -0400 + + env: kill off default_environment_size + + The only environment type that uses this variable is spi flash, and that is + only because it is reimplementing the common set_default_env() function. + So fix the spi flash code and kill off the default_environment_size in the + process. + + Signed-off-by: Mike Frysinger + +commit bedd8403f77f790e9876578885eab1200ba2f8d8 +Author: Mike Frysinger +Date: Thu Jul 23 16:37:48 2009 -0400 + + export SPI functions to standalone apps + + While we're here, fix the broken #ifdef handling in _exports.h. + + Signed-off-by: Mike Frysinger + +commit 3b9043a7c03290c9bdbef03848307263f5f3472c +Author: Penda Naveen Kumar +Date: Fri Jul 31 00:06:36 2009 +0530 + + omap3: bug fix for NOR boot support + + This patch provides bug fix, when omap3 uses nor boot. + + Signed-off-by: Penda Naveen Kumar + Acked-by: Dirk Behme + +commit 61c68ae0b43bb5d6ab32958c45289aa197b1a2d1 +Author: Michael Evans +Date: Mon Jul 13 20:13:45 2009 +0100 + + Fix examples for OMAP3 boards... + + The attached patch corrects an error in the examples/Makefile which + causes the applications in the examples directory to hang on OMAP3 + based boards. The current Makefile sets -Ttext during linking to + 0x0c100000 which is outside of addressable SDRAM memory. The script + corrects the existing ifeq...else...endif logic to look at the VENDOR + tag rather than the CPU tag. + + The patch affects the following configs: omap3_beagle_config, + omap3_overo_config, omap3_evm_config, omap3_pandora_config, + omap3_zoom1_config and omap3_zoom2_config. + + Signed-off-by: Michael Evans + + Edited commit message. + Signed-off-by: Wolfgang Denk + +commit a3d1421dfd0bb1a729e171f8a093ac837f92cec6 +Author: Dirk Behme +Date: Sat Aug 8 09:30:23 2009 +0200 + + omap3: use only fixed-size types inside ctrl_structs + + replace variable types in ctrl_structs for omap3 by those with + fixed size (u8, u16, u32). + Additional ifndef-protection is needed by examples which do not + compile when including asm/types.h + + Signed-off-by: Matthias Ludwig + Signed-off-by: Dirk Behme + +commit 894113529e3a04871544dde977d6d7adee05d3bf +Author: Dirk Behme +Date: Sat Aug 8 09:30:22 2009 +0200 + + omap3: replace all instances of gpmc config struct by one global + + Signed-off-by: Matthias Ludwig + Signed-off-by: Dirk Behme + +commit 97a099eaa48d5c762c4f73c52c3090c513b8b877 +Author: Dirk Behme +Date: Sat Aug 8 09:30:21 2009 +0200 + + omap3: remove typedefs for configuration structs + + Signed-off-by: Matthias Ludwig + Signed-off-by: Dirk Behme + +commit aa0707897c49c330b7d6b8d8362e44f60f224732 +Author: Roy Zang +Date: Fri Jul 31 13:34:02 2009 +0800 + + Add Intel E1000 PCIE card support + + Based on Intel PRO/1000 Network Driver 7.3.20-k2 + Add Intel E1000 PCIE card support. The following cards are added: + INTEL_82571EB_COPPER + INTEL_82571EB_FIBER, + INTEL_82571EB_SERDES + INTEL_82571EB_QUAD_COPPER + INTEL_82571PT_QUAD_COPPER + INTEL_82571EB_QUAD_FIBER + INTEL_82571EB_QUAD_COPPER_LOWPROFILE + INTEL_82571EB_SERDES_DUAL + INTEL_82571EB_SERDES_QUAD + INTEL_82572EI_COPPER + INTEL_82572EI_FIBER + INTEL_82572EI_SERDES + INTEL_82572EI + INTEL_82573E + INTEL_82573E_IAMT + INTEL_82573L + INTEL_82546GB_QUAD_COPPER_KSP3 + INTEL_80003ES2LAN_COPPER_DPT + INTEL_80003ES2LAN_SERDES_DPT + INTEL_80003ES2LAN_COPPER_SPT + INTEL_80003ES2LAN_SERDES_SPT + + 82571EB_COPPER dual ports, + 82572EI single port, + 82572EI_COPPER single port PCIE cards + and + 82545EM_COPPER, + 82541GI_LF + pci cards are tested on both P2020 board + and MPC8544DS board. + + Signed-off-by: Roy Zang + + Signed-off-by: Ben Warren + +commit 86848a74c3c8eb2f8dd179d039ee604dc45288cf +Author: Mike Frysinger +Date: Wed Jul 15 21:31:28 2009 -0400 + + net: sync env ethaddr to device enetaddr in eth_init() + + In the previous enetaddr refactoring, the assumption with commit 56b555a644 + was that the eth layer would handle the env -> device enetaddr syncing. + This was not the case as eth_initialize() is called only once and the sync + occurs there. So make sure the eth_init() function does the env -> device + sync with every network init. + + Reported-by: Andrzej Wolski + Signed-off-by: Mike Frysinger + Signed-off-by: Ben Warren + +commit 0ebf04c607b54a352629dcf7e76b76f1785dae54 +Author: Robin Getz +Date: Thu Jul 23 03:01:03 2009 -0400 + + minor debug cleanups in ./net + + Minor ./net cleanups - no functional changes + - change #ifdef DEBUG printf(); #endif to just debug() + - changed __FUNCTION__ to __func__ + - got rid of extra whitespace between function and opening brace + - removed unnecessary braces on if statements + + gcc dead code elimination should make this functionally/size equivalent + when DEBUG is not defined. (confirmed on Blackfin, with gcc 4.3.3). + + Signed-off-by: Robin Getz + + Signed-off-by: Ben Warren + +commit 187af954cf7958c24efcf0fd62289bbdb4f1f24e +Author: Matthias Ludwig +Date: Tue May 19 09:09:31 2009 +0200 + + omap3: embedd gpmc_cs into gpmc config struct + + Embedd chip select configuration into struct for gpmc config + instead of having it completely separated as suggested by + Wolfgang Denk on + http://lists.denx.de/pipermail/u-boot/2009-May/052247.html + + Signed-off-by: Matthias Ludwig + +commit 06bffc6ea52d4b390843d295d438b2037d12e5fd +Author: David Brownell +Date: Thu Jul 16 18:40:55 2009 -0700 + + rm9200 lowevel_init: don't touch reserved/readonly registers + + For some reason the AT91rm9200 lowlevel init writes to a bunch of + reserved or read-only addresses. All the boards seem to define the + value-to-be-written values as zero ... but they shouldn't actually + be writing *anything* there. + + No documented erratum justifies these accesses. It looks like maybe + some pre-release BDI-2000 setup code has been carried along by cargo + cult programming since at least late 2004 (per GIT history). + + Here's a patch disabling what seems to be bogosity. Tested on a + csb337; there were no behavioral changes. + + Signed-off-by: David Brownell + + on RM9200ek + Tested-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 301b7db88fbdf7d118efb79b371b2527a2c31868 +Author: David Hunter +Date: Thu Jul 30 14:32:49 2009 -0700 + + pxa: Fix typo in GCDR(x) + + Fix a typo in the GCDR(x) macro. It's a good thing no one was using it. + + Signed-off-by: David Hunter + +commit 3c448e648221879ae0e030e94508b4f9f63b7ab8 +Author: Eric Benard +Date: Sat Jul 18 23:45:15 2009 +0200 + + Add AT91SAM9260 to at91's lowlevel_init.S + + Needed for AT91SAM9260 NOR Boot on Eukrea's CPU9260. + + Signed-off-by: Eric Benard + +commit 56bdfa961242fc6acaeebc800640a12b28db3899 +Author: Dirk Eibach +Date: Thu Jul 30 09:36:33 2009 +0200 + + ppc4xx: Remove check for PPC460EX from CompactCenter + + Signed-off-by: Dirk Eibach + Signed-off-by: Stefan Roese + +commit c3fa4f0c8684c862ecd3fb622fab1e17e44e82e1 +Author: Stefan Roese +Date: Wed Jul 29 08:46:10 2009 +0200 + + ppc4xx: Add support for PPC460EX/460GT rev B chip to AMCC Canyonlands + + This patch is based on a diff created by Phong Vo from AMCC. + + Signed-off-by: Phong Vo + Signed-off-by: Stefan Roese + +commit 89bcc4875007ef6608297dc11e7a0d1fbd9900d2 +Author: Stefan Roese +Date: Wed Jul 29 08:45:27 2009 +0200 + + ppc4xx: Add basic support for AMCC PPC460EX/460GT rev B chips + + This patch is based on a diff created by Phong Vo from AMCC. + + Signed-off-by: Phong Vo + Signed-off-by: Stefan Roese + +commit 82a7edc7ea8f5fe55fed4ff7e127469569e539c4 +Author: Stefan Roese +Date: Tue Jul 28 15:12:04 2009 +0200 + + ppc4xx: Canyonlands-NAND-boot: Support 2 Crucial 512MByte SODIMM's + + Some Canyonlands boards are equipped with different SODIMM's. This is no + problem with the "normal" NOR booting Canyonlands U-Boot, since it + automatically detects the SODIMM's via SPD data and correctly configures + them. But the NAND booting version is different. Here we only have 4k + of image size to completely setup the hardware, including DDR2 setup. + So we need to use a fixed DDR2 setup here. This doesn't work for different + SODIMM's right now. + + Currently only this Crucial SODIMM is support: + CT6464AC667.8FB (dual ranked) + + Now some boards are shipped with this SODIMM: + CT6464AC667.4FE (single ranked) + + This patch now supports both SODIMM's by configuring first for the dual + ranked DIMM. A quick shows, if this module is really installed. If this test + fails, the DDR2 controller is re-configured for the single + ranked SODIMM. + + Tested with those SODIMM's: + + CT6464AC667.8FB (dual ranked) + CT6464AC667.4FE (single ranked) + + Signed-off-by: Stefan Roese + +commit 27dd5f8e1062684f1ba685760409d9b2ab6691bf +Author: Stefan Roese +Date: Tue Jul 28 10:56:03 2009 +0200 + + ppc4xx: amcc: Move "kernel_addr_r" etc to higher locations (> 16MB) + + This patch moves the load addresses for kernel, fdt and ramdisk to higher + addresses (>= 16MB). This enables booting of bigger kernel images (e.g. + lockdep enabled). + + Signed-off-by: Stefan Roese + +commit 6942efc2be1b90054fa4afa5cda7023469fe08b9 +Author: Stefan Roese +Date: Tue Jul 28 10:50:32 2009 +0200 + + ppc4xx: amcc: Set CONFIG_SYS_BOOTMAPSZ to 16MB for big kernels + + This patch changes CONFIG_SYS_BOOTMAPSZ from 8MB to 16MB which is the + initial TLB on 40x PPC's in the Linux kernel. With this change even bigger + Linux kernels (> 8MB) can be booted. + + This patch also sets CONFIG_SYS_BOOTM_LEN to 16MB (default 8MB) to enable + decompression of bigger images. + + Signed-off-by: Stefan Roese + +commit 901be89a27e11b2627c132ee87c7761bd6886091 +Author: Heiko Schocher +Date: Tue Jul 28 14:53:44 2009 +0200 + + 83xx, kmeter1, fix: update in the DTS the correct size for the first flash + + When updating the "reg" in the "/localbus/flash@f0000000,0" node + size was wrong updated for the first flash, because the total + size was filled in, instead of the right size for it. + + Signed-off-by: Heiko Schocher + Signed-off-by: Kim Phillips + +commit 4c2e3da82dc2b7f8b39b7f1d57f570e4bc5caa6d +Author: Kumar Gala +Date: Tue Jul 28 21:49:52 2009 -0500 + + Update Freescale copyrights to remove "All Rights Reserved" + + "All Rights Reserved" conflicts with the GPL. + + Signed-off-by: Kumar Gala + +commit bb4291e62579dbc611e84eaaf973631e0bf129c7 +Author: Alessandro Rubini +Date: Fri Jul 24 11:27:14 2009 +0200 + + arm nomadik: add i2c + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 60cbfbfd0fbebb4682f10ba96f622bfe17317598 +Author: Alessandro Rubini +Date: Fri Jul 24 11:27:03 2009 +0200 + + arm nomadik: add gpio support + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 549b98306d897ae5991362d6096a36df50efe686 +Author: Tom Rix +Date: Sun Jun 28 12:52:32 2009 -0500 + + OMAP3 Remove twl4030 defines + + These defines have been subplanted by the equivelent defines in + include/twl4030.h + + Signed-off-by: Tom Rix + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Heiko Schocher + +commit fccc0fcaaae5154612f8259365d26d04f204859f +Author: Tom Rix +Date: Sun Jun 28 12:52:31 2009 -0500 + + OMAP3 Move twl4030 mmc function + + Because twl4030 now has its own device files, move and rename + twl4030_mmc_config. + + twl4030_mmc_config initializes the twl4030 power setting to + the mmc device. Because it is in the twl4030 power domain, move + it out of drivers/mmc/omap3_mmc.c and into drivers/power/twl4030.c. + + The function was renamed to twl4030_power_mmc_init because all + the functions in this file are to have the format + + twl4030_power__ + + In this case the suffix is mmc_init so + device : mmc + action : init + + Signed-off-by: Tom Rix + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Heiko Schocher + +commit 2c15513010493435c78f83202940ac3be11de2c3 +Author: Tom Rix +Date: Sun Jun 28 12:52:30 2009 -0500 + + OMAP3 Move twl4030 power and led functions + + Because twl4030 now has its own device files, move exiting + omap3 power_init_r to a new location. + + power_init_r is the only function in board/omap3/common. + It initializes the twl4030 power for the board and enables + the led. + + The power part of the the function is moved to twl4030_power_init in + drivers/power/twl4030.c The power compilation is conditional on the + existing config variable CONFIG_TWL4030_POWER. + + The led part is moved to twl4030_led_init in the new file + drivers/misc/twl4030_led.c The led compilation is conditional on + the new config variable CONFIG_TWL4030_LED + + The directory board/omap3/common was removed because power_init_r + was the only function in it. + + Signed-off-by: Tom Rix + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Heiko Schocher + +commit 3cb7a4805fc8fb4c09e4801e1c7d531186f20190 +Author: Wolfgang Denk +Date: Tue Jul 28 22:13:52 2009 +0200 + + TQM8xx* boards: set larger SMC Rx buffer len + + Commit 2b3f12c2 added support for configurable SMC Rx buffer length on + 8xx systems. Enable this feature on TQM8xx* based boards. + + This fixes the problem that pasting text in the middle of a line + (i. e. inserting in edit mode) did not work - only the first two + characters got inserted, the rest was lost. + + Signed-off-by: Wolfgang Denk + +commit 4b7511478b62a539e5b066d19a986b75e5d9a527 +Author: Wolfgang Denk +Date: Tue Jul 28 22:07:37 2009 +0200 + + Fix ext2load return code + + Make the ext2load command return 0 on success (instead of the file + length). + + Also fix output format (get rid of random newlines) and some coding + style issues (long lines etc.). + + Signed-off-by: Wolfgang Denk + +commit 56fdaadc124a8ef9ec0fd8ff578233ec3b1137be +Author: Weirich, Bernhard +Date: Wed Jun 10 14:00:37 2009 +0200 + + ext2: fix inode size and calculations + + Signed-off-by: unsik Kim + Signed-off-by: Bernhard Weirich + Signed-off-by: Wolfgang Denk + Tested-by: Wolfgang Denk + +commit cd7826359ee71e8f6f3d68331930ab9cbe1c990e +Author: Tom Rix +Date: Sun Jun 28 12:52:29 2009 -0500 + + TWL4030 Add power reset button + + The Zoom2 power reset button is on the top right side of the + main board. Press and hold for about to 8 seconds to completely + reset the board. + + Some of the beta boards have a hardware problem that prevents + using this feature. If is difficult to further characterize the + boards that fail. So disable resetting for all beta boards. + + The Zoom1 reset button is the red circle on the top right, + front of the board. Press and hold the button for 8 seconds to + completely reset the board. + + After analyzing beagle, it was determined that other boards + that use the twl4030 for power managment can also make use + this function. + + The resetting is done by the power management part of the twl4030. + Since there is no existing drivers/power, add one. + + The compilation of power/twl4030.h is controlled by the config + variable CONFIG_TWL4030_POWER + + Signed-off-by: Tom Rix + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Heiko Schocher + +commit 8966eb4c1c2d894b2a76174ba904c26c5af815b8 +Author: Tom Rix +Date: Sun Jun 28 12:52:28 2009 -0500 + + TWL4030 Add initial support + + The TWL4030 supplies many peripherals for OMAP3 boards. These include + power management, usb and, keyboard. + + The product description is found here: + + http://focus.ti.com/docs/prod/folders/print/tps65950.html + + Product reference document, tps65950.pdf, is found here: + + http://www.ti.com/lit/gpn/tps65950 + + Signed-off-by: Tom Rix + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Heiko Schocher + +commit 7f79dfb48b7419d5caa1cf932fcff4e2fb7040af +Author: Tom Rix +Date: Sun Jun 28 12:52:27 2009 -0500 + + OMAP I2C Fix the sampling clock. + + This problem is seen on Zoom1 and Zoom2 in the startup and + when i2c probe is used + + Before : + + In: serial + Out: serial + Err: serial + timed out in wait_for_bb: I2C_STAT=1000 + timed out in wait_for_bb: I2C_STAT=1000 + timed out in wait_for_bb: I2C_STAT=1000 + timed out in wait_for_pin: I2C_STAT=1000 + I2C read: I/O error + timed out in wait_for_bb: I2C_STAT=1000 + timed out in wait_for_bb: I2C_STAT=1000 + Die ID #327c00020000000004013ddd05026013 + Hit any key to stop autoboot: 0 + OMAP3 Zoom1# i2c probe + Valid chip addresses:timed out in wait_for_bb: I2C_STAT=1000 + 02 03 04 05 06 07 08 09 0A 0B 0C 0D + + After : + + In: serial + Out: serial + Err: serial + Die ID #327c00020000000004013ddd05026013 + Hit any key to stop autoboot: 0 + OMAP3 Zoom1# i2c probe + Valid chip addresses: 48 49 4A 4B + + The addresses are for the twl4030. + + The prescalar that converts the function clock to the sampling + clock is hardcoded to 0. The reference manual recommends 7 + if the function clock is 96MHz. + + Instead of just changing the hardcoded values, the prescalar + is calculated from the value I2C_IP_CLK. + + The i2c #defines are in kHz. The speed passed into the + i2c init routine is in Hz. To be consistent, change the + defines to be in Hz. + + The timing calculations are based on what is done in the + linux 2.6.30 kernel in drivers/i2c/buses/i2c_omap.c as + apposed to what is done in TRM. + + The major variables in the timing caculations are + specified as #defines that can be overriden as required. + + The variables and their defaults are + + I2C_IP_CLK SYSTEM_CLOCK_96 + I2C_INTERNAL_SAMPLING_CLK 19200000 + I2C_FASTSPEED_SCLL_TRIM 6 + I2C_FASTSPEED_SCLH_TRIM 6 + I2C_HIGHSPEED_PHASE_ONE_SCLL_TRIM I2C_FASTSPEED_SCLL_TRIM + I2C_HIGHSPEED_PHASE_ONE_SCLH_TRIM I2C_FASTSPEED_SCLH_TRIM + I2C_HIGHSPEED_PHASE_TWO_SCLL_TRIM I2C_FASTSPEED_SCLL_TRIM + I2C_HIGHSPEED_PHASE_TWO_SCLH I2C_FASTSPEED_SCLH_TRIM + + This was runtime verified on Zoom1, Zoom2, Beagle and Overo. + The 400kHz and 3.4M cases were verifed on test Zoom1, + Zoom2, Beagle and Overo configurations. + + Testing for omap2 will be done in a second step as Nishanth + and Jean-Christophe commented. + + Signed-off-by: Tom Rix + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Heiko Schocher + +commit 4ce5a72851ff2960543b125866c6132e0094e1ee +Author: Heiko Schocher +Date: Mon Jul 20 09:59:37 2009 +0200 + + arm, i2c: added support for the TWSI I2C Interface + + Signed-off-by: Heiko Schocher + +commit 042d01c72e0ea95731708dd24bb8b6cf42e75c80 +Author: Stefan Roese +Date: Mon Jul 27 09:13:38 2009 +0200 + + ppc4xx: Fix problem with NOR range assignment in Canyonlands ft_board_setup + + This patch fixes the problem, that the current fdt board fixup code only + set's one range, the one for NOR. By this it's overwriting the already + correctly configured values done in __ft_board_setup(). Just remove this + now unneeded NOR fixup and all the ranges are correctly defined. + + Signed-off-by: Stefan Roese + Cc: Dirk Eibach + Cc: Felix Radensky + +commit 11a1604f8d0a8d936b42f6435d004b4aa33a5d87 +Author: Stefan Roese +Date: Mon Jul 27 07:42:48 2009 +0200 + + ppc4xx: Add some NAND-booting bootstrap entries to Kilauea chip_config cmd + + This patch adds some I2C bootstrap setting for NAND booting to the Kilauea + chip_config command ("533-nand" and "600-nand"). + + Additionally some incorrectly indented lines are fixed. + + Signed-off-by: Stefan Roese + +commit 5b34691ff87821891375b28ec5bcf5154575a735 +Author: Stefan Roese +Date: Mon Jul 27 07:42:37 2009 +0200 + + ppc4xx: Kilauea: Fix SDRAM init in NAND booting version + + DDR2 Auto-calibration needs to be disabled on the NAND booting PPC4xx + targets. Otherwise the configured fixed init values for some DDR2 + controller registers (e.g. RQDC) are not initialized at all resulting + in a non working SDRAM. + + Signed-off-by: Stefan Roese + +commit f3ed3c9b7441cde936d06a1ff7b1490ff0d600e6 +Author: Stefan Roese +Date: Mon Jul 27 10:53:43 2009 +0200 + + ppc4xx: Fix Arches DDR2 initialization + + Testing on AMCC Arches with the latest U-Boot version yielded that DDR2 + initialization is currently broken. U-Boot hangs upon relocation to SDRAM + or crashes with random traps. This patch fixes this problem. Arches now + uses a different WRDTR and CLKTR default setting than Canyonlands/Glacier. + + Signed-off-by: Stefan Roese + +commit ab4c62c1ba788bf7f673a985d99a76d9c2fd7eca +Author: Dirk Eibach +Date: Mon Jul 27 08:49:48 2009 +0200 + + ppc4xx: Add GDsys CompactCenter board support. + + Board support for the Guntermann & Drunck CompactCenter and + DevCon-Center. + Based on the AMCC Canyonlands board support by Stefan Roese. + + Signed-off-by: Dirk Eibach + Signed-off-by: Stefan Roese + +commit c2e49f706ba13213f3c8da3a33e88010214e1997 +Author: Reinhard Arlt +Date: Sat Jul 25 06:19:12 2009 +0200 + + mpc83xx: Add esd VME8349 board support + + This patch adds support for the esd VME8349 board equipped with the + MPC8349. It's a VME PMC carrier board equipped with the Tundra + TSI148 VME-bridge. + + Signed-off-by: Reinhard Arlt + Signed-off-by: Stefan Roese + Signed-off-by: Kim Phillips + +commit fe613cdd4eb2c5b257a60d8dfb7759742318c28a +Author: Paul Gortmaker +Date: Thu Jul 23 17:10:55 2009 -0400 + + sbc8349: combine HRCW flash and u-boot image flash + + Up to this point in time, the sbc8349 board was storing the u-boot + image in flash 2x. One for the HRCW value at the beginning of + flash (0xff80_0000), and once close to the end of flash (0xfff8_0000) + for the actual image that got executed. + + This moves the TEXT_BASE to be the beginning of flash, which makes + the second copy of the image redundant, and frees up the flash + from the end of the environment storage to the end of the flash + device itself. + + Signed-off-by: Paul Gortmaker + Signed-off-by: Kim Phillips + +commit be9b56df02168ca97562d6b9ec791136e4cd925a +Author: Kim Phillips +Date: Thu Jul 23 14:09:38 2009 -0500 + + mpc83xx: CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI; remove the former + + Signed-off-by: Kim Phillips + +commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69 +Author: Wolfgang Denk +Date: Mon Jul 27 10:37:37 2009 +0200 + + Prepare 2009.08-rc1 (again, after fixing last minute issues). + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 9689ddcca6e01f3637b4442fa8575f29ef4d7aa3 +Author: Wolfgang Denk +Date: Mon Jul 27 10:06:39 2009 +0200 + + cpu/arm920t/start.S: include to have ROUND() defined + + Commit fcd3c87e made include/common.h usable by assembler code but + failed to update cpu/arm920t/start.S + + Signed-off-by: Wolfgang Denk + +commit c9ed38cb6de50fdb4aaa60b668c555002903b211 +Author: Wolfgang Denk +Date: Mon Jul 27 10:01:11 2009 +0200 + + at91cap9adk: fix #ifdef/#endif pairing (2nd try) + + Commit 7024aa14 was supposed to fix the #ifdef/#endif pairing in + include/configs/at91cap9adk.h, but did not cate all problems. + + Signed-off-by: Wolfgang Denk + +commit fb364bec5f29164d3ee681fcd9d187be8435db12 +Author: Wolfgang Denk +Date: Mon Jul 27 09:58:14 2009 +0200 + + Fix include/common.h for boards with CONFIG_STATUS_LED + + The reordering of include/common.h by commit fcd3c87e495f3c48 broke + boards with status LED support, resulting in + error: #error Status LED configuration missing + errors. Undo this reordering to avoid this issue. + + Signed-off-by: Wolfgang Denk + +commit 942828a0980b3cea7db698784cc7f6a3e7740b2b +Author: Wolfgang Denk +Date: Mon Jul 27 09:19:15 2009 +0200 + + ABI: fix build problems due to now needed div64 routine. + + Signed-off-by: Wolfgang Denk + +commit 85d6bf0bdc8ccad2d67a9160472f6f8c6bb482fb +Author: Wolfgang Denk +Date: Mon Jul 27 08:50:59 2009 +0200 + + PMC405DE: fix out of tree building + + Signed-off-by: Wolfgang Denk + +commit 10c7604d021949464b1e4ba903df95e6b2f0d2ff +Author: Wolfgang Denk +Date: Mon Jul 27 00:24:55 2009 +0200 + + Prepare 2009.08-rc1 + + Update CHANGELOG, minor coding style fix. + + Signed-off-by: Wolfgang Denk + +commit fafbb2c3e4b35b60ca303ed2ad1c6cf400cd9a22 +Author: rhabarber1848@web.de +Date: Fri Jul 24 08:16:30 2009 +0200 + + add WATCHDOG_RESET to allow LZMA kernel decompression on slow machines + + Signed-off-by: rhabarber1848@web.de + +commit 3c972849f2becbf19c13a24f090d293f37ecf616 +Author: Niklaus Giger +Date: Thu Jul 23 23:31:58 2009 +0200 + + Less verbose output when loading vxworks 6.x images + + Loading vxWorks 5.x images resulted just into 3 or 4 lines of output. + With vxWorks 6.x and the new GCC it emits about 30 lines, which is + far too noisy in my opinion. + + Signed-off-by: Niklaus Giger + +commit fcd3c87e495f3c48b70c919869fb1e0b93d4880b +Author: Wolfgang Denk +Date: Fri Jul 24 00:17:48 2009 +0200 + + Make include/common.h usable by assembler code + + Commit 70ebf316 factored out the ROUND() macro into include/common.h, + not realizing that the primary use of this macro on AT91 systems was + in start.S where common.h was not included, and could not be included + because it contains a lot of C code which the assembler doesn't + understand. + + This patch wraps such code in common.h in a "#ifndef __ASSEMBLY__" + construct, and then adds an include to cpu/arm926ejs/start.S thus + solving the problem. + + Signed-off-by: Wolfgang Denk + +commit deec15b3064d3bb0189aede3c2921fd7ee401a0f +Author: Heiko Schocher +Date: Thu Jul 23 13:27:04 2009 +0200 + + arm: add _lshrdi3.S + + Signed-off-by: Heiko Schocher + +commit 52b1bf2c5cd2f8af880dab503d0039b35570665b +Author: Wolfgang Denk +Date: Thu Jul 23 13:15:59 2009 +0200 + + Make linking against libgcc configurable + + Many (especially ARM) tool chains seem to come with broken or + otherwise unusable (for the purposes of builing U-Boot) run-time + support libraries `libgcc.a'. By using the "USE_PRIVATE_LIBGCC" + setting we allow to use alternative libraries instead. + + "USE_PRIVATE_LIBGCC" can either be set as an environment variable in + the shell, or as a command line argument when running "make", i. e. + $ make USE_PRIVATE_LIBGCC=yes + or + $ USE_PRIVATE_LIBGCC=yes + $ export USE_PRIVATE_LIBGCC + $ make + + The value of "USE_PRIVATE_LIBGCC" is the name of the directory which + contains the alternative run-time support library `libgcc.a'. The + special value "yes" selects the directory $(OBJTREE)/lib_$(ARCH) . + + Note that not all architectures provide an alternative `libgcc.a' in + their lib_$(ARCH) directories - so far, only ARM does. + + Signed-off-by: Wolfgang Denk + Cc: Jean-Christophe PLAGNIOL-VILLARD + Cc: Prafulla Wadaskar + cc: Stefan Roese + +commit 479105065d965121f57b55dcfe83a940cba46ac1 +Author: Dirk Behme +Date: Wed Jul 22 17:51:56 2009 +0200 + + Use do_div from div64.h for vsprintf + + Use do_div from div64.h for vsprintf in case of 64bit division. + For 32bit division, do_div from div64.h can't be used as it + needs a 64bit parameter. + + Signed-off-by: Dirk Behme + Acked-by: Stefan Roese + CC: Simon Kagstrom + +commit 48287792384a93d77d43aaaa1c06cac275bbe1bb +Author: Kyungmin Park +Date: Mon Jul 20 09:47:47 2009 +0900 + + Fix compiler warnings after loff_t change + + Now 'env_addr' type is loff_t so use correct field type. + + Signed-off-by: Kyungmin Park + +commit 9c67352f727a5b5eff531c852f9cff59fcb17f7f +Author: Wolfgang Denk +Date: Sun Jul 26 23:28:02 2009 +0200 + + Revert "ppc: Unlock cache-as-ram in a consistent manner" + + This reverts commit 982adfc610669482a32127282fe489857a92cfe3. + + This patch causes problems on MPC83xx boards - flash recognition stops + working. + + Signed-off-by: Wolfgang Denk + +commit 35cf3b57eafe3ee1f693e24267e0ecfefab60251 +Author: Jens Scharsig +Date: Fri Jul 24 10:31:48 2009 +0200 + + update the EB+MCF-EV123 board support + + This patch updates the support for EB+MCF-EV123 board and needs + the [PATCH 1/2 V3] new video driver for bus vcxk framebuffers + + * remove the board framebuffer driver + * use the common bus_vcxk framebuffer driver + * adds bmp support + * adds splashimage support + * fix serveral cosmetical errors + + Signed-off-by: Jens Scharsig + [agust@denx.de: fixed some style issues before applying] + Signed-off-by: Anatolij Gustschin + +commit 04538cdb752eeea8fd23cf7ac3394439f189fb77 +Author: Anatolij Gustschin +Date: Sun Jul 26 12:05:25 2009 +0200 + + video: bus_vcxk.c: fix style issues added by 50217dee + + Signed-off-by: Anatolij Gustschin + +commit 50217deeb07911d686790d34d468eb9a5245f68d +Author: Jens Scharsig +Date: Fri Jul 24 10:09:02 2009 +0200 + + new video driver for bus vcxk framebuffers + + This patch adds a new video driver + + * adds common bus_vcxk framebuffer driver + + Signed-off-by: Jens Scharsig + [agust@denx.de: fixed lots of style issues before applying] + Signed-off-by: Anatolij Gustschin + +commit 60e97419246d0a3615758ad6af40680aefb5f7f1 +Author: Alessandro Rubini +Date: Tue Jul 21 14:09:45 2009 +0200 + + lcd.h: define extern vidinfo_t for all cases + + include/lcd.h has different vidinfo for different platforms, + and several extern declaration, but one for the default case was + missing. This makes them a single extern declaration for everyone. + + Signed-off-by: Alessandro Rubini + +commit bcf0b5248952c6b03081dc5cc4ff9e0b2299c5fa +Author: Anatolij Gustschin +Date: Sun Jul 26 11:04:59 2009 +0200 + + mimc200.c: fix too long lines added by f68378d6 + + Signed-off-by: Anatolij Gustschin + +commit f68378d60a905d43155f2e89bf81999d3c93a90a +Author: Mark Jackson +Date: Tue Jul 21 11:35:22 2009 +0100 + + Add LCD support to MIMC200 board + + This patch updates the MIMC200 files to enable the LCD. + + Signed-off-by: Mark Jackson + +commit 69f32e6c24d41fcdf347ff64e9c13b25059ace58 +Author: Mark Jackson +Date: Tue Jul 21 11:18:44 2009 +0100 + + Add 16bit colour support in lcd.h + + This patch adds support for LCD_COLOR16 in include/lcd.h. + + Signed-off-by: Mark Jackson + +commit bdc873ea063b8cc6d44c6ab748b7723a97d8d7b3 +Author: Anatolij Gustschin +Date: Sun Jul 26 10:34:58 2009 +0200 + + lib_avr32/board.c: fix too long line added by 716ece1d + + Signed-off-by: Anatolij Gustschin + +commit 716ece1de9a7d43a61d8698ac41b71b64f66f9e9 +Author: Mark Jackson +Date: Tue Jul 21 11:11:37 2009 +0100 + + Add AVR32 LCD support + + This patch adds support for the AVR32 LCD controller. This patch is + based off the latest u-boot-video. + + A quick summary of what's going on:- + + Enable LCDC pixel clock + Enable LCDC port pins + Add framebuffer pointer to global_data struct + Allocate framebuffer + + To use the new code, update your board config to include something like + this:- + + #define CONFIG_LCD 1 + + #if defined(CONFIG_LCD) + #define CONFIG_CMD_BMP + #define CONFIG_ATMEL_LCD 1 + #define LCD_BPP LCD_COLOR16 + #define CONFIG_BMP_16BPP 1 + #define CONFIG_FB_ADDR 0x10600000 + #define CONFIG_WHITE_ON_BLACK 1 + #define CONFIG_VIDEO_BMP_GZIP 1 + #define CONFIG_SYS_VIDEO_LOGO_MAX_SIZE 262144 + #define CONFIG_ATMEL_LCD_BGR555 1 + #define CONFIG_SYS_CONSOLE_IS_IN_ENV 1 + #define CONFIG_SPLASH_SCREEN 1 + #endif + + The standard U-Boot BMP and Splash-screen features should just work. + + Signed-off-by: Mark Jackson + [agust@denx.de: fixed some style issues] + Signed-off-by: Anatolij Gustschin + +commit 6111722a9281c6e04a7304d502556afff6a5a1f8 +Author: Alessandro Rubini +Date: Sun Jul 19 17:52:27 2009 +0200 + + video: move extern declarations from C to headers + + This moves some extern declaration from lcd.c to lcd.h, removing + unneeded ifdef around a pair of them. Additionally, since + gunzip_bmp() was declared static in cmd_bmp.c but extern in lcd.c, I + removed the static. The extra "#include " in cmd_bmp.c is + added to ensure the header is consistent with the source. + + This has been compile-tested on both ARM (at91 boards) and PowerPC + (HH405_config, TQM823L_LCD_config, mcc200_config), to test all use + combinations. + + Signed-off-by: Alessandro Rubini + [agust@denx.de: removed gunzip_bmp() fixes as commit c01171ea did it] + Signed-off-by: Anatolij Gustschin + +commit f51e001143c58447eb50e7aefa2b09eb4cc1410c +Author: Mike Frysinger +Date: Thu Jul 23 16:26:58 2009 -0400 + + Blackfin: restore EVT1 handling in linker script + + Sadly, the Blackfin linker script unification lost a small #ifdef logic + needed on older parts. Restore that CONFIG_BFIN_BOOTROM_USES_EVT1 logic. + + Signed-off-by: Mike Frysinger + +commit f33b325af666b12eafa9ab235b2cd59832d6e51c +Author: Wolfgang Denk +Date: Fri Jul 24 14:24:07 2009 +0200 + + Revert "zlib: updated to v.1.2.3" + + This reverts commit b201171f2b4d509f3ad510b214bee70ff902e3d6. + + The commit caused problems for example when unpacking kernel images: + + Uncompressing Kernel Image ... Error: inflate() returned -2 + GUNZIP: uncompress, out-of-mem or overwrite error - must + RESET board to recover + + Conflicts: + + include/u-boot/zlib.h + lib_generic/zlib.c + + Signed-off-by: Wolfgang Denk + +commit 4b1389e0ceb19e9b50b96fd3908483a6c2274fb0 +Author: Stefan Roese +Date: Tue Jul 21 14:06:29 2009 +0200 + + ppc4xx: Add chip_config command to AMCC Kilauea eval board + + This patch removes the "alterpll" command and replaces it with the now + ppc4xx standard "chip_config" command to configure the I2C bootstrap + EEPROM. + + Signed-off-by: Stefan Roese + +commit f6af8ce0c80327cb6aaa347642026ad838335c23 +Author: Stefan Roese +Date: Tue Jul 21 14:33:52 2009 +0200 + + ppc4xx: Fix EEPROM configuration on Kilauea + + Kilauea has an AT24C02 EEPROM which has an 8 byte page. Without defining + CONFIG_SYS_EEPROM_PAGE_WRITE_BITS to 3 the "eeprom" command doesn't + work correctly. + + Additionally the page write delay (CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS) + is set to a more defensive value of 10ms. + + Signed-off-by: Stefan Roese + +commit 99d8b23bc7e2be04fcbf49c5cec9f5ae76df290c +Author: Matthias Fuchs +Date: Wed Jul 22 13:56:21 2009 +0200 + + ppc4xx: Add 405EP based PMC405DE board + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit da799f66ad1d4fc36dd20cc2d7e584493fda8546 +Author: Matthias Fuchs +Date: Mon Jul 20 12:15:38 2009 +0200 + + ppc4xx: Add struct for 4xx GPIO controller registers + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 58ea142fb2e969f32306c8da1dabfaebd6fa141a +Author: Matthias Fuchs +Date: Wed Jul 22 17:27:56 2009 +0200 + + ppc4xx: Replace 4xx lowercase SPR references + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 87c0b72908e05662b8b415e26e1042f4779629da +Author: Stefan Roese +Date: Mon Jul 20 06:57:27 2009 +0200 + + Add "chip_config" command for PPC4xx bootstrap configuration + + This patch adds a generic command for programming I2C bootstrap + eeproms on PPC4xx. An implementation for Canyonlands board is + included. + + The command name is intentionally chosen not to be PPC4xx specific. + This way other CPU's/SoC's can implement a similar command under + the same name, perhaps with a different syntax. + + Usage on Canyonlands: + + => chip_config + Available configurations (I2C address 0x52): + 600-nor - NOR CPU: 600 PLB: 200 OPB: 100 EBC: 100 + 600-nand - NAND CPU: 600 PLB: 200 OPB: 100 EBC: 100 + 800-nor - NOR CPU: 800 PLB: 200 OPB: 100 EBC: 100 + 800-nand - NAND CPU: 800 PLB: 200 OPB: 100 EBC: 100 + 1000-nor - NOR CPU:1000 PLB: 200 OPB: 100 EBC: 100 + 1000-nand - NAND CPU:1000 PLB: 200 OPB: 100 EBC: 100 + 1066-nor - NOR CPU:1066 PLB: 266 OPB: 88 EBC: 88 *** + 1066-nand - NAND CPU:1066 PLB: 266 OPB: 88 EBC: 88 + => chip_config 600-nor + Using configuration: + 600-nor - NOR CPU: 600 PLB: 200 OPB: 100 EBC: 100 + done (dump via 'i2c md 52 0.1 10') + Reset the board for the changes to take effect + + Other 4xx boards will be migrated to use this command soon + as well. + + Signed-off-by: Stefan Roese + Signed-off-by: Dirk Eibach + Acked-by: Matthias Fuchs + +commit 10c1b218556ed9871f36bc0c407f4f2f6196353b +Author: Peter Tyser +Date: Fri Jul 17 19:01:16 2009 -0500 + + xpedite1k: Move to X-ES vendor directory + + The XPedite1000 is an X-ES product thus it can be put in board/xes along + with other X-ES boards. Along with the move, the board was renamed to + XPedite1000 from XPedite1K to fit X-ES's standard naming convention. + Maintainership was also transfered to Peter Tyser. + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 54381b79d268e1bead5d78ed8423df31a3cb0e2c +Author: Peter Tyser +Date: Fri Jul 17 19:01:15 2009 -0500 + + xpedite1k: Sync checkboard() with other X-ES boards + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 9b4ef1f5dc0daab64f46249a32e67279c4d44fd2 +Author: Peter Tyser +Date: Fri Jul 17 19:01:14 2009 -0500 + + xpedite1k: Sync up board config options with other X-ES boards + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 4cdad5f43ae67e4ceeac69ef4af4392bd2f7381f +Author: Peter Tyser +Date: Fri Jul 17 19:01:13 2009 -0500 + + xpedite1k: Sync organization of board config with other X-ES boards + + This change should have no functional effect + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit c4ae1a0257a0f5008ee2686e8aa92fba3992f279 +Author: Peter Tyser +Date: Fri Jul 17 19:01:12 2009 -0500 + + xpedite1k: Sync up commands and environment with other X-ES boards + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit fbc7951ea84c2fe6da0f6007b672ed35bae91acb +Author: Peter Tyser +Date: Fri Jul 17 19:01:11 2009 -0500 + + xpedite1k: Disable unused ethernet port 1 + + The XPedite1000 only has 2 available ethernet ports: + ppc_4xx_eth2 (EMAC2) and ppc_4xx_eth3 (EMAC3) + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 767e32ad369d83f55f950e6938e68b6dba7fa65f +Author: Peter Tyser +Date: Fri Jul 17 19:01:10 2009 -0500 + + xpedite1k: Store environment in flash + + Previously an I2C EEPROM was used. The EEPROM had size, reliability, + and access issues which are resolved by storing the environment in + flash. + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit b88da157f9990cd2cb081e4faea4b9581b5d0e2f +Author: Peter Tyser +Date: Fri Jul 17 19:01:09 2009 -0500 + + xpedite1k: Add support for additional GPIO pins + + Enable GPIO pins for an I2C EEPROM write protect, a system reset pin, + and a PMC #MONARCH pin. These pins are not currently used in U-Boot, + but are used in OSes and may be used in U-Boot in the future. + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 42735815dd9ba39efe51203868aebce04053c8de +Author: Peter Tyser +Date: Fri Jul 17 19:01:08 2009 -0500 + + xpedite1k: Add support for optional flashes + + The XPedite1000 can be built with 4 total flashes: + - 512KB AMD socketed + - 16MB Intel soldered + - 2 x 32MB AMD MirrorBit flashes + + Add support for the optional 2 32MB CFI-compliant AMD flashes + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit e02990764c7415c84668823a0fc8c5b4dd8d8cf0 +Author: Peter Tyser +Date: Fri Jul 17 19:01:07 2009 -0500 + + xpedite1k: Cleanup coding style + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 086ff34a3a7e5e595630d658c1c13778399452d1 +Author: Peter Tyser +Date: Fri Jul 17 19:01:06 2009 -0500 + + xpedite1k: Remove support for reading MACs from EEPROM + + By default, the XPedite1000 comes installed with xMon, a proprietary + bootloader. xMon stores its MAC address in an onboard EEPROM. Rather + than requiring a non-standard location in the EEPROM to be reserved for + MAC addresses, store the MAC addresses in U-Boot's standard environment. + A U-Boot application or OS application can be used to migrate xMon MAC + addresses to U-Boot's environment if necessary. + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 108d6d0099372f9f6532c3198fbaacabc121c9b3 +Author: Peter Tyser +Date: Fri Jul 17 19:01:05 2009 -0500 + + xpedite1k: Remove support for fixed SDRAM configuration + + All XPedite1000's have SPD EEPROMs present and no fixed configuration + parameters are currently defined or used + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit c86d00a2ed923002f1ab0bfb0a925522628302e9 +Author: Peter Tyser +Date: Fri Jul 17 19:01:04 2009 -0500 + + xpedite1k: Remove CONFIG_SYS_DRAM_TEST support + + POST or command line tests provide similar functionality + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit 11ad309c183b176d8866944026a63c0f1c626f56 +Author: Peter Tyser +Date: Fri Jul 17 19:01:03 2009 -0500 + + xpedite1k: Use standard CFI flash driver + + Using the CFI flash driver will allow write access to the 16MB Intel + StrataFlash present on the XPedite1000. The 512KB socketed (non + CFI-compliant flash) will no longer be writable. + + The mapping of the 16MB Strata flash was moved to 0xff000000 and the + 512KB AMD socketed flash was moved to 0xfe000000. + + Signed-off-by: Peter Tyser + Signed-off-by: Stefan Roese + +commit d4d2e79bb433fc7ec18c68cc49cc6b7433d1320c +Author: Matthias Fuchs +Date: Thu Jul 16 22:13:57 2009 +0200 + + ppc4xx: Cleanup PLU405 board code + + Some Coding style cleanup (braces, whitespaces, long lines) + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit b209a114829dc8a7a0e39a9335b6e4aebf9742cb +Author: Dirk Eibach +Date: Fri Jul 17 14:16:40 2009 +0200 + + ppc4xx: Add DL-Vision 405EP board support + + Board support for the Guntermann & Drunck DL-Vision. + + Signed-off-by: Dirk Eibach + Signed-off-by: Stefan Roese + +commit 9b1b8c8a1bf52e9b65e1958e5205838576066cbc +Author: Dirk Eibach +Date: Fri Jul 10 14:47:32 2009 +0200 + + ppc4xx: Fix missing freqOPB for 405EP + + In cpu/ppc4xx/speed.c initialization of sysInfo->freqOPB for 405EP was + left out for no obvious reason. + + Signed-off-by: Dirk Eibach + Signed-off-by: Stefan Roese + +commit 0a371ca08908c9b2a58171223a79bffea1f7c6f5 +Author: Stefan Roese +Date: Tue Jul 14 15:53:08 2009 +0200 + + ppc4xx: Fix TLB reset problem with recent 44x images + + Patch d873133f [ppc4xx: Add Sequoia RAM-booting target] broke "normal" + booting on some 44x platforms. This breakage is only noticed in some + cases while powercycling. As it seems, the code in question in start.S + didn't invalidate TLB #0. This makes sense since this TLB is used for + the bootrom mapping. With the patch mentioned above even TLB #0 got + invalidated resulting in an error later on. + + This patch now fixes this issue by only invalidating TLB #0 in the RAM- + booting case. + + Tested succesfully on Sequoia and Canyonlands. + + Signed-off-by: Stefan Roese + Cc: Dirk Eibach + +commit 44259bb9e696d22bf1773181111855a29f00cf33 +Author: Prafulla Wadaskar +Date: Fri Jul 17 19:56:30 2009 +0530 + + usb: bugfix driver/usb/host/ehci-hcd.c function ehci_submit_root + + This change is cheked in Linux source and fix found to be in sync. + This patch is tested for USB host interface on Kirkwood based + Sheevaplug platform (ARM little endian board) + + Risk: the impact of this patch is not validated on big endian board. + This need to be checked... + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Remy Bohmer + +commit 28958b8bea4c66629c5a22fd3c8b0d49df90383d +Author: Wolfgang Denk +Date: Thu Jul 23 22:23:23 2009 +0200 + + Coding Style cleanup; update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit 2632c008e2c2cd61fefb622ed671ea3e6bd2e2a6 +Author: Mike Frysinger +Date: Tue Jul 21 22:59:36 2009 -0400 + + autoconf.mk: include before config.mk for top level files + + By including autoconf.mk before config.mk, all top level files can use any + config options it sets up (like _config.mk) or the Makefile itself + without being forced to use lazy evaluation. + +commit c01171eaecc963d2c1f56a0984a0cbcdd8a3ab3c +Author: Mark Jackson +Date: Tue Jul 21 11:30:53 2009 +0100 + + Remove static declaration from gunzip_bmp() + + This patch removes the static declaration from gunzip_bmp() + + Without it, the gunzip_bmp() function is not visible to + common/lcd.c and fails to compile with an error. + + Signed-off-by: Mark Jackson + +commit 2d4a43e230a3c8bfd03b9beaa0eb2a95e779c03b +Author: Peter Tyser +Date: Mon Jul 20 21:51:38 2009 -0500 + + cmd_tsi148: General cleanup + + - Fix command help message + - Disable DEBUG by default + - Fix whitespace issues + - Fix lines > 80 characters + + Signed-off-by: Peter Tyser + Acked-by: Stefan Roese + +commit 9aef73888509d10193615ee5cd9cf439ca44e937 +Author: Mike Frysinger +Date: Sun Jul 19 15:17:03 2009 -0400 + + unify HOST_CFLAGS and HOSTCFLAGS + + The top build system sets up HOSTCFLAGS a bit and exports it, but other + places use HOST_CFLAGS instead. Unify the two as HOSTCFLAGS so that the + values stay in sync. + + Signed-off-by: Mike Frysinger + +commit 2e9393f500065f940e5e4ac7fe375e4c0b77b936 +Author: Wolfgang Denk +Date: Thu Jul 23 21:16:59 2009 +0200 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit e3b39f84e974df70065fa248f0f63993b1708c9d +Author: André Schwarz +Date: Fri Jul 17 14:50:24 2009 +0200 + + update config for mvBC-P (MPC5200) + + This patch adds I2C support for mvBC-P and defines flash layout + matching the shipped product. + + Signed-off-by: André Schwarz + +commit cb6d0b72c2c4f13c0075a7ae92e11682ec94a311 +Author: Kumar Gala +Date: Mon Jul 13 09:24:00 2009 -0500 + + ahci: Fix gcc 4.4 compiler warning + + ahci.c: In function 'ata_scsiop_read_capacity10': + ahci.c:616: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kumar Gala + +commit 51d91e1a253c97713c7f3e5c0b910a4db4979283 +Author: Kumar Gala +Date: Mon Jul 13 09:23:59 2009 -0500 + + drivers/bios_emulator: Fix gcc 4.4 compiler warning + + biosemu.c: In function 'BE_setVGA': + biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kumar Gala + +commit f97ec30bb3c5a4a456159eb2b75b3bc68772bf2a +Author: Detlev Zundel +Date: Mon Jul 13 16:01:19 2009 +0200 + + Re-add support for image type 'Standalone Program' + + Support for this type was lost during the bootm refactoring. + + Signed-off-by: Detlev Zundel + +commit ca95c9df0280f40e8e4befadbaae21fa67d92331 +Author: Detlev Zundel +Date: Mon Jul 13 16:01:18 2009 +0200 + + Add error checking for unsupported OS types. + + Signed-off-by: Detlev Zundel + +commit 982adfc610669482a32127282fe489857a92cfe3 +Author: Peter Tyser +Date: Fri Jul 10 18:46:10 2009 -0500 + + ppc: Unlock cache-as-ram in a consistent manner + + Previously, non-e500 architectures only unlocked their data cache which + was used as early RAM when booting to Linux using the "bootm" command. + This change causes all PPC boards with CONFIG_SYS_INIT_RAM_LOCK defined + to unlock their data cache during U-Boot's initialization. This + improves U-Boot performance and provides a common cache state when + booting to different OSes. + + Signed-off-by: Peter Tyser + +commit b201171f2b4d509f3ad510b214bee70ff902e3d6 +Author: Giuseppe CONDORELLI +Date: Thu Jul 23 04:54:45 2009 -0400 + + zlib: updated to v.1.2.3 + + This patch updates zlib to the latest stable version. + + Only relevant zlib parts were ported to u-boot tree, as was done for + the previously used version of zlib (0.95). New zlib gives faster + inflate performance and other improvements, see www.zlib.net + + Signed-off-by: Giuseppe Condorelli + Reviewed-by: Angelo Castello + + Edited commit message + + Signed-off-by: Wolfgang Denk + +commit 97cfe86163505ea18e7ff7b71e78df5bb03dad57 +Author: Robin Getz +Date: Tue Jul 21 12:15:28 2009 -0400 + + Save server's MAC address in environment + + Linux's netconsole works much better when you can pass it the MAC address of + the server. (otherwise it just uses broadcast, which everyone else on my + network complains about :) + + This sets the env var "serveraddr" (to match ethaddr), so that you can pass + it to linux with whatever bootargs you want to.... + + addnetconsole=set bootargs $(bootargs) netconsole=@$(ipaddr)/eth0,@$(serverip)/$(serveraddr) + + Signed-of-by: Robin Getz + + Signed-off-by: Ben Warren + +commit 0b23fb368d08c9669fac647971ff249c3f9fee8f +Author: Ilya Yanok +Date: Tue Jul 21 19:32:21 2009 +0400 + + fec_mxc: driver for FEC ethernet controller on i.MX27 + + Signed-off-by: Ilya Yanok + Signed-off-by: Ben Warren + +commit 0544c63681d2ea3607faf374e9c56f101e365b42 +Author: Alessio Centazzo +Date: Sat Jul 11 11:56:06 2009 -0700 + + ppc4xx: Fixed compilation warning in 4xx_enet.c + + This patch fixes a compilation warning for some Ethernet PHY-less + PPC4xx platforms (440SPE based ones) and a potential compilation + error for 440SP platforms (use of undefined 'ethgroup' variable). + In the original code and in case of 440SPE platforms, 'ethgroup' + is initialized to -1 and never modified. Later in the function, + within an #ifdef statement, an 'if statement' executes code only + if 'ethgroup' is set to 4, therefore it is harmless to avoid + executing the 'if statement' by removing the CONFIG_440SPE from + the affected #ifdefs. In case of 440SP platforms with on-board + Ethernet PHY, 'ethgroup' is undefined but used (there are not such + platforms in the repository yet). All other architectures are not + affected by this change. + + Signed-off-by: Alessio Centazzo acpatin@yahoo.com + Acked-by: Stefan Roese + Signed-off-by: Ben Warren + +commit 09133f8580f0106429ba3600f1855bd3577ae58b +Author: Michael Zaidman +Date: Tue Jul 14 23:37:12 2009 +0300 + + DHCP regression on 2009-06 + + Fixed the DHCP/BOOTP/RARP regression introduced in u-boot-2009.06 + by initializing our IP addr to 0 in order to accept any IP addr + assigned to us by the DHCP/BOOTP/RARP server. + + Ack-by: Robin Getz + Signed-off-by: Michael Zaidman + Signed-off-by: Ben Warren + +commit 443ce4ac9d1138ae5ae6863b2d40a96fd6edf523 +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:58:02 2009 +0530 + + net: phy: bugfixes: mv88E61xx multichip addressing support + + With these fixes, this driver works properly for multi chip + addressging mode + + Bugfixes: + 1. Build error fixed for function mv88e61xx_busychk_multic-fixed + 2. PHY dev address error detection- fixed + 3. wrong busy bit was refered in function mv88e61xx_busychk -fixed + 4. invalid data read ptr was refered for RD_PHY in case of + multichip addressing mode -fixed + + The Multichip Address mode is tested with RD6281A board having + MV88E6165 switch on it + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit 16025ea45539219f2a7c750c6f0ae983ea5c2737 +Author: Simon Kagstrom +Date: Wed Jul 8 13:05:11 2009 +0200 + + arm: Kirkwood: Check the error summary bit for error detection + + The Marvell documentation for the 88f6281 states that the error coding + is only valid if the error summary and last frame bits in the transmit + descriptor status field are set. This patch adds checks for these for + transmit (I would get transmit errors on bootp with the current check, + which I believe are spurious). + + Signed-off-by: Simon Kagstrom + Signed-off-by: Ben Warren + +commit 7b05f5e027b81cd3a9a41c6c6d3fe09c72fa93f6 +Author: Simon Kagstrom +Date: Wed Jul 8 13:03:18 2009 +0200 + + arm: Kirkwood: Fix compiler optimization bug for kwgbe_send + + kwgbe_send/recv both have loops waiting for the hardware to set a bit. + GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This + patch uses readl to force a read from device memory. Other volatile + accesses have also been replaced with readl/writel where appropriate + (as per suggestions on the U-boot mailing list). + + Signed-off-by: Simon Kagstrom + Signed-off-by: Ben Warren + +commit 3f6b18ffd94621625de961bc566022b0266790f5 +Author: Richard Retanubun +Date: Thu Jul 2 13:21:22 2009 -0400 + + MIIPHYBB: Return 0xFFFF if the PHY is not asserting TA. + + This patch sets the returned value to 0xFFFF if the PHY does not exist + and does not assert Transfer Acknowledge. A NULL check for the value + pointer is also added for buffer overflow protection. + + Without this patch 'mii info' will show 'phantom' devices because the + value will be not be initialized and return with some random value. + + Signed-off-by: Richard Retanubun + Signed-off-by: Ben Warren + +commit 736fead8fdbf8a8407048bebc373cd551d01ec98 +Author: Ben Warren +Date: Mon Jul 20 22:01:11 2009 -0700 + + Convert SMC911X Ethernet driver to CONFIG_NET_MULTI API + + All in-tree boards that use this controller have CONFIG_NET_MULTI added + Also: + - changed CONFIG_DRIVER_SMC911X* to CONFIG_SMC911X* + - cleaned up line lengths + - modified all boards that override weak function in this driver + - added + + Signed-off-by: Ben Warren + Tested-by: Mike Frysinger + +commit 3bd0a877b74b9c005ae7cb892480ccedfa308c20 +Author: Ben Warren +Date: Fri Jul 17 00:50:15 2009 -0700 + + Add warning about upcoming removal of old Ethernet API + + Signed-off-by: Ben Warren + +commit b7fe25d2a8d1cede401d09e1f9c84f8fe47bdbb1 +Author: Poonam Aggrwal +Date: Thu Jul 2 16:15:13 2009 +0530 + + P2020RDB Added support of Vitesse PHYs VSC8641(RGMII) and VSC8221(SGMII) + + These PHYs are on P2020RDB platform. + + Also revamped Freescale copyright message in drivers/net/tsec.c. + + Signed-off-by: Poonam Aggrwal + Signed-off-by: Ben Warren + +commit 1a32bf41881b5dbe3119cb77a33572b4d462cabf +Author: Robin Getz +Date: Mon Jul 20 14:53:54 2009 -0400 + + Add DNS support + + On 04 Oct 2008 Pieter posted a dns implementation for U-Boot. + + http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg10216.html + > + > DNS can be enabled by setting CFG_CMD_DNS. After performing a query, + > the serverip environment var is updated. + > + > Probably there are some cosmetic issues with the patch. Unfortunatly I + > do not have the time to correct these. So if anybody else likes DNS + > support in U-Boot and has the time, feel free to patch it in the main tree. + + Here it is again - slightly modified & smaller: + - update to 2009-06 (Pieter's patch was for U-Boot 1.2.0) + - README.dns is added + - syntax is changed (now takes a third option, the env var to store + the result in) + - add a random port() function in net.c + - sort Makefile in ./net/Makefile + - dns just returns unless a env var is given + - run through checkpatch, and clean up style issues + - remove packet from stack + - cleaned up some comments + - failure returns much faster (if server responds, don't wait for + timeout) + - use built in functions (memcpy) rather than byte copy. + + Signed-off-by: Robin Getz + Signed-off-by: Pieter Voorthuijsen + Signed-off-by: Ben Warren + +commit 88ad3fd91c83a4343b25385fd78fd8e29ebb723f +Author: Kim Phillips +Date: Fri Jul 17 12:17:00 2009 -0500 + + net: tsec - fix dereferencing type-punned pointer will break strict-aliasing rules warning + + fix this gcc 4.4 warning: + + tsec.c: In function 'tsec_init': + tsec.c:200: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kim Phillips + Signed-off-by: Ben Warren + +commit d9bec9f42ab34383737c8a94429aa02fe76d7946 +Author: Mike Frysinger +Date: Sat Jul 18 21:04:08 2009 -0400 + + net: rename NetRxPkt to NetRxPacket + + The net code is mostly consistent in using 'Packet' rather than 'Pkt', so + rename the minor detractor to follow suite. + + Signed-off-by: Mike Frysinger + Signed-off-by: Ben Warren + +commit 88a4c2e77cd5674db745d0c2ebbad68c9baf760c +Author: Nobuhiro Iwamatsu +Date: Thu Jun 25 16:33:04 2009 +0900 + + sh: sh_eth: Remove garbage from printf + + Signed-off-by: Nobuhiro Iwamatsu + CC: Nobuhiro Iwamatsu + Signed-off-by: Ben Warren + +commit 2ea20efa47da9d98ff38223ff51dea5439ad8708 +Author: Andreas Pretzsch +Date: Thu Jul 9 21:50:05 2009 +0200 + + smc911x: add support for LAN9221 + + Signed-off-by: Andreas Pretzsch + Signed-off-by: Ben Warren + +commit 7168eba729b9e6d730db7cd1028767f7b1a6128b +Author: David Brownell +Date: Tue Jun 9 11:14:24 2009 -0700 + + rm9200 ethernet driver: board-specific quirk (csb337) + + CSB337 boards originally shipped with MicroMonitor, not U-Boot; + and with a version using a different convention for recording + Ethernet addresses than anyone else. To avoid breaking Linux + when it uses U-Boot, have it use the same convention on that + hardware. + + Signed-off-by: David Brownell + Signed-off-by: Ben Warren + +commit 57215cd2e59fd403248df8f2f195e382900d5fc2 +Author: Heiko Schocher +Date: Thu Jul 16 09:58:31 2009 +0200 + + arm, kirkwood: added kw_gpio_set_valid() in gpio.h + + Signed-off-by: Heiko Schocher + +commit ec16441085f471c03a8c0909579463e31e5b947a +Author: Dieter Kiermaier +Date: Mon Jun 29 14:45:08 2009 +0200 + + Kirkwood: add Marvell Kirkwood gpio driver + + Signed-off-by: Dieter Kiermaier + Acked-by: Prafulla Wadaskar + Tested-by: Heiko Schocher + +commit 688b6a0ff2dcbb0c7e63ef63cbbcc291f14f321f +Author: Heiko Schocher +Date: Thu Jul 16 09:59:10 2009 +0200 + + arm, kirkwood: added KW_TWSI_BASE in kirkwood.h + + Signed-off-by: Heiko Schocher + +commit fbc8365ad7ab0afd4143bdbffab2fd0b24df004f +Author: Prafulla Wadaskar +Date: Thu Jul 16 21:02:24 2009 +0530 + + Marvell RD6281A Board support + + This is Marvell's 88F6281_A0 based reference design board + + This patch is tested for- + 1. Boot from DRAM/NAND flash/NFS + 2. File transfer using tftp and loadb + 3. NAND flash read/write/erase + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2906e6d654fcc7f2451fde225e4e8b3f20c9555f +Author: Piotr Ziecik +Date: Fri Jul 17 16:35:19 2009 +0200 + + api: Fix broken build on ARM. + + This patch fixes broken build introduced by commit + 84bf7ca522e94ec402a1264b01971b924b7e268f (api: remove un-needed + ifdef CONFIG_API already handle by the Makefile). + + Signed-off-by: Piotr Ziecik + +commit 48677a1ef5f82adca49145a7baf11ece77f51945 +Author: Wolfgang Denk +Date: Wed Jul 22 23:53:23 2009 +0200 + + Fix "ld: cannot find -lstubs" build error + + Commit 1bc15386 moved the examples/ to examples/standalone but failed + to adapt the Makefiles that need to link against libstubs.a + + Signed-off-by: Wolfgang Denk + Cc: Signed-off-by: Peter Tyser + +commit ae71121a111ddf9dd057cacbbdd0f51054be428a +Author: Wolfgang Denk +Date: Sat Jul 18 20:47:36 2009 +0200 + + at91cap9adk: fix #ifdef/#endif pairing + + The #ifdef/#endif pairing in this file was obviously messed up. + + Signed-off-by: Wolfgang Denk + +commit 6b96a20d512b04a808438553874c00cf40812c44 +Author: Minkyu Kang +Date: Mon Jul 20 11:40:01 2009 +0900 + + ARM Cortex A8: Move OMAP3 specific reset handler + + Because of the reset_cpu is soc specific, should be move to soc + + Cc: Dirk Behme + Signed-off-by: Minkyu Kang + +commit 048e7efe91f66094f868281c12e488ce2bae8976 +Author: Kumar Gala +Date: Wed Jul 22 10:12:39 2009 -0500 + + 85xx/86xx: Replace in8/out8 with in_8/out_8 on FSL boards + + The pixis code used in8/out8 all over the place. Replace it with + in_8/out_8 macros. + + Signed-off-by: Kumar Gala + +commit 0a6d0c6320b77bd6572393a93e6b8ccdf39c7100 +Author: Peter Tyser +Date: Tue Jul 21 13:51:08 2009 -0500 + + xpedite5370: Enable NAND command support + + Use the MPC8572's eLBC to access 1 GB (or greater) onboard NAND flash + via the 'nand' command. + + Previously, the XPedite5370's NAND chip selects were properly + configured, but NAND support was not enabled. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 39121c0896a6760bd436d88c17892f49a97902d0 +Author: Peter Tyser +Date: Tue Jul 21 13:51:07 2009 -0500 + + xes: Increase CONFIG_SYS_BOOTM_LEN to 16MB + + Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to + support uncompressing images larger than 8 MB when using the bootm + command. + + Note that recent Linux kernels for the 85xx and 86xx map greater than + 16MB of memory on bootup, but we use 16MB to maintain compatibility with + older Linux kernels for now. + + Signed-off-by: Nate Case + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 58f31b602dfd52eb7836ab82caa587514e046f02 +Author: Peter Tyser +Date: Sun Jul 19 19:17:41 2009 -0500 + + xpedite5370: Fix I2C GPIO initialization typo + + Signed-off-by: Peter Tyser + Acked-by: Heiko Schocher + Signed-off-by: Kumar Gala + +commit 5ff821006c6e7647d183ea95817044943bb22e7e +Author: Peter Tyser +Date: Sun Jul 19 19:17:40 2009 -0500 + + xpedite5200,5370: Use buffered NOR flash writes + + Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly + improve NOR flash write speeds + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit d9c147f371800a479a507a816b2fe572c97da197 +Author: Peter Tyser +Date: Fri Jul 17 10:14:48 2009 -0500 + + 85xx, 86xx: Add common board_add_ram_info() + + Previously, 85xx and 86xx boards would display DRAM information on + bootup such as: + + ... + I2C: ready + DRAM: + Memory controller interleaving enabled: Bank interleaving! + 2 GB + FLASH: 256 MB + ... + + This patch moves the printing of the DRAM controller configuration to a + common board_add_ram_info() function which prints out DDR type, width, + CAS latency, and ECC mode. It also makes the DDR interleaving + information print out in a more sane manner: + + ... + I2C: ready + DRAM: 2 GB (DDR2, 64-bit, CL=4, ECC on) + DDR Controller Interleaving Mode: bank + FLASH: 256 MB + ... + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 12a440ae6d09445140f1a0c2023dba76a9f1a617 +Author: Peter Tyser +Date: Fri Jul 17 10:14:47 2009 -0500 + + tqm85xx: Remove board_add_ram_info() + + This is in preparation for adding one common 8xxx board_add_ram_info() + function for all 8xxx boards + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit ed2c9488bbe389b7b25cada1e42bdae5d0976327 +Author: Peter Tyser +Date: Fri Jul 17 10:14:46 2009 -0500 + + xes: Remove 8xxx board_add_ram_info() function + + This is in preparation for adding one common 8xxx board_add_ram_info() + fuction for all 8xxx boards + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit e7ee23ec1788d8cf269a4cf6b9cd3722cbc7d592 +Author: Peter Tyser +Date: Fri Jul 17 10:14:45 2009 -0500 + + 86xx: Rename ccsr_ddr's sdram_mode_1, sdram_cfg_1 fields + + Rename sdram_mode_1 to sdram_mode and sdram_cfg_1 to sdram_cfg to match + the 86xx user's manual and other Freescale architectures + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit f6155c6fbb1d85f517b7c160570f0995ef14c43f +Author: Roy Zang +Date: Thu Jul 9 10:05:48 2009 +0800 + + 85xx: Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards + + Signed-off-by: Roy Zang + Signed-off-by: Kumar Gala + +commit 6bb5b412291177e6edd42f9a80e5c5afe57a6a0f +Author: Kumar Gala +Date: Tue Jul 14 22:42:01 2009 -0500 + + 85xx: Report which "bank" of NOR flash we are booting from on FSL boards + + The p2020DS, MPC8536DS, MPC8572DS, MPC8544DS boards are capable of + swizzling the upper address bits of the NOR flash we boot out of which + creates the concept of "virtual" banks. This is useful in that we can + flash a test of image of u-boot and reset to one of the virtual banks + while still maintaining a working image in "bank 0". + + The PIXIS FPGA exposes registers on LBC which we can use to determine + which "bank" we are booting out of (as well as setting which bank to + boot out of). + + Signed-off-by: Kumar Gala + +commit 9af9c6bdc16da53772c56b1a79c2c91701fe94e6 +Author: Kumar Gala +Date: Wed Jul 15 13:45:00 2009 -0500 + + 86xx: Report which "bank" of NOR flash we are booting from on MPC8641HPCN + + The MPC8641HPCN board is capable of swizzling the upper address bit of + the NOR flash we boot out of which creates the concept of "virtual" + banks. This is useful in that we can flash a test of image of u-boot + and reset to one of the virtual banks while still maintaining a + working image in "bank 0". + + The PIXIS FPGA exposes registers on LBC which we can use to determine + which "bank" we are booting out of (as well as setting which bank to + boot out of). + + Signed-off-by: Kumar Gala + +commit caf72ff329759b4da71352ab098537c7698c0e9f +Author: Luigi 'Comio' Mantellini +Date: Tue Jul 21 10:45:49 2009 +0200 + + Refresh LZMA-lib to v4.65 + + Signed-off-by: Luigi 'Comio' Mantellini + +commit 70ebf31633f372a24505e47846b2628e8435ea37 +Author: Wolfgang Denk +Date: Fri Jul 17 23:35:29 2009 +0200 + + AT91: factor out ROUND() macro + + A large number of boards (all AT91 based) duplicated the ROUND() + macro in their board specific config files. Add the definition to + include/common.h and clean up the board config files. + + Signed-off-by: Wolfgang Denk + +commit 89188a62333c0841a7166783d2ebdd39d7044eb2 +Author: Kumar Gala +Date: Wed Jul 15 08:54:50 2009 -0500 + + 85xx: Bump up the BOOTMAP to 16M on FSL 85xx boards + + We have always mapped at least 16M in the kernel and we have seen cases + with new kernel features that a kernel image needs more than 8M of + memory. + + Signed-off-by: Kumar Gala + +commit d4abc757c26c531293f5bbc4262ade44a317eec9 +Author: Peter Tyser +Date: Mon Jul 20 19:02:21 2009 -0500 + + Move api_examples to examples/api + + Also add a rule to remove demo.bin which was previously leftover + after a "make clean" + + Signed-off-by: Peter Tyser + +commit af1d7d984a23a0faa1f436ebfeb55c876b1a99e1 +Author: Heiko Schocher +Date: Tue Jul 21 06:37:28 2009 +0200 + + 83xx, kmeter: fix compile error + + CONFIG_SYS_MALLOC_LEN is defined in the board config, and + the keymile-common.h, which collects common options used + by all keymile-boards. This results in a compile error + when compiling the kmeter1 board. So remove this define + in the board config file. + + Signed-off-by: Heiko Schocher + +commit 39df00d9aecfb465b9eec9af593f9b763fb5209a +Author: Heiko Schocher +Date: Thu Jul 9 12:04:26 2009 +0200 + + i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c + + This patch adds the possibility to call a board specific + i2c bus reset routine for the fsl_i2c bus driver, and adds + this option for the keymile kmeter1 board. + + The deblock sequence for this board is implemented and + tested in the following way: + + CR = 0x20 (release SDA and SCL pin) + CR = 0xa0 (start read) + dummy read + dummy read + if 2. dummy read == 0x00 + 3. dummy read + + CR = 0x80 (SDA and SCL now 1 SR = 0x86) + CR = 0x00 (Modul reset SR=0x81) + CR = 0x80 (SDA and SCL = 1, SR = 0x81) + + Signed-off-by: Heiko Schocher + +commit 1bc1538613d66cef3cbce680fc8d7c3561a0fbd0 +Author: Peter Tyser +Date: Fri Jul 10 11:03:19 2009 -0500 + + Move examples/ to examples/standalone + + The current files in examples are all standalone application examples, + so put them in their own subdirectory for organizational purposes + + Signed-off-by: Peter Tyser + +commit b220c64d86f7c705a183302c3b50076d7e5d876c +Author: Peter Tyser +Date: Fri Jul 10 11:03:15 2009 -0500 + + Move architecture specific config.mk files into subdirs + + This cleans up U-Boot's toplevel directory a bit and makes the + architecture 'config.mk' file naming and location similar to board + and cpu 'config.mk' files + + Signed-off-by: Peter Tyser + +commit 082becd0d546399637fa94fdf9f1730a0f7bf348 +Author: Po-Yu Chuang +Date: Fri Jul 10 18:25:34 2009 +0800 + + Add "tags" to .gitignore file. + + Signed-off-by: Po-Yu Chuang + Signed-off-by: Wolfgang Denk + +commit dc71b248ef0d5e12b19f33c6efb873e31df91fa9 +Author: Heiko Schocher +Date: Thu Jul 9 12:04:18 2009 +0200 + + powerpc: updates for the keymile boards + + - CONFIG_SYS_MAX_I2C_BUS changed to 1 + We use only one I2C hardwarecontroller on this boards, so + change the CONFIG_SYS_MAX_I2C_BUS to 1. + - common: dont print errormsg if second IVM Block lacks. + - 82xx, mgcoge: fix double mtdpart entry in environment + - 82xx, mgcoge: activate on second Flash the second bank. + - common: CONFIG_ENV_SIZE 0x4000 for all keymile boards + - common: Change malloc size to 1MByte for all Keymile boards + We need a bigger malloc area for the environment support (128k) + on some Keymile boards (kmeter1) and the upcoming UBI support. + Change it to 1MB for all Keymile boards to be on the save side. + Also define CONFIG_SYS_64BIT_VSPRINTF which is needed for + UBI/UBIFS support. + - Add UBI support to all Keymile boards + - change manner of writing "/localbus/ranges" node + instead of writting the complete "/localbus/ranges" node + before booting Linux, only update the ranges entries + which gets dynamical detected (size of flashes). + This is needed, because keymile adds in the DTS + "/localbus/ranges" node entries, which u-boot must + not overwrite/delete. + - kmeter, mgcoge: define 2 seperate regions needed for the Intel P30 chips + The Intel P30 chip has 2 non-identical chips on + one die, so we need to define 2 seperate regions + that are scanned by physmap_of independantly. + - kmeter1: Add MTD concat support to Keymile boards + - 82xx, mgcoge: add "unlock=yes" to default environment + - added CONFIG_MTD_DEVICE to get in sync with mainline code + + Signed-off-by: Heiko Schocher + Signed-off-by: Stefan Roese + +commit f14d81050a9e0fa57aedb1bc746c60a07c1ad67f +Author: galak +Date: Tue Jul 7 15:53:21 2009 -0500 + + fsl_sata: Fix compiler warnings shown by gcc-4.4 + + Update fsl_sata to use common structures instead of casting + back and forth between the fsl specific ones and the common ones + (which are identical). + + fsl_sata.c: In function 'scan_sata': + fsl_sata.c:550: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:549: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:548: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:545: note: initialized from here + fsl_sata.c:592: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:590: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:588: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:586: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + fsl_sata.c:579: warning: dereferencing pointer 'cfis' does break strict-aliasing rules + ... + + Signed-off-by: Kumar Gala + +commit 20938e54a207472a090f04f20f30c9e32b14137e +Author: Simon Kagstrom +Date: Tue Jul 7 15:58:51 2009 +0200 + + Add unaligned.h for arm + + This patch adds unaligned.h for ARM (needed to build with LZO + compression). The file is taken from the linux kernel, but includes + u-boot headers instead. + + Signed-off-by: Simon Kagstrom + Acked-by: Stefan Roese + +commit 433ea8abd6adfae3138dd4ce238237a037e1e537 +Author: Peter Tyser +Date: Sun Jul 19 19:17:42 2009 -0500 + + Remove last remanants of unused CONFIG_I2C_CMD_TREE + + Signed-off-by: Peter Tyser + +commit f6ca3b70949790ab5438d6c9a592216cc3616110 +Author: Andrzej Wolski +Date: Fri Jul 17 22:26:54 2009 +0200 + + ubi: help message correction + + Fix incorrect information about size units and correct typo. + + Signed-off-by: Andrzej Wolski + Signed-off-by: Stefan Roese + +commit 22f2017c31bc682e9b15612a5c2580ab5b84418e +Author: Peter Tyser +Date: Sun Jul 19 19:17:42 2009 -0500 + + Remove last remanants of unused CONFIG_I2C_CMD_TREE + + Signed-off-by: Peter Tyser + +commit f99a292aa6083057f5db8283d2ce4a2be22b8856 +Author: Andrzej Wolski +Date: Fri Jul 17 22:26:54 2009 +0200 + + ubi: help message correction + + Fix incorrect information about size units and correct typo. + + Signed-off-by: Andrzej Wolski + Signed-off-by: Stefan Roese + +commit b86b85e2611d57d834795a92453431a1a340c3c9 +Author: Ilya Yanok +Date: Mon Jun 29 17:53:16 2009 +0400 + + mmc: set bus width to 1 and clock to minimum early during initialization + + We need to switch back to 1-bit before initialization or SD 2.0 cards + will fail to send SCR if we've switched to 4-bit already. + + Signed-off-by: Ilya Yanok + +commit cff80f2cd12bf9767509b5334ecfc90cd7de5502 +Author: Shinya Kuribayashi +Date: Sat Jun 20 19:14:33 2009 +0900 + + config.mk: Remove unused HPATH + + This variable is not unused anywhere. + + Signed-off-by: Shinya Kuribayashi + +commit a781de12700e2cb3d3011fc83b47f7dd8cc3c154 +Author: Grzegorz Bernacki +Date: Wed Jun 17 16:20:14 2009 +0200 + + digsy mtc: Enable command line history. + + Signed-off-by: Grzegorz Bernacki + +commit 37566090766d61beef70c62986b90749920255d8 +Author: Mike Frysinger +Date: Thu Jul 2 19:23:25 2009 -0400 + + compiler.h: unify system ifdef cruft here + + Shove a lot of the HOSTCC and related #ifdef checking crap into the new + compiler.h header so that we can keep all other headers nice and clean. + + Also introduce custom uswap functions so we don't have to rely on the non + standard implementations that a host may (or may not in the case of OS X) + provide. This allows mkimage to finally build cleanly on an OS X system. + + Signed-off-by: Mike Frysinger + +commit 2a2ed845c085eb093b69fa6382fcf7534bb1f4b0 +Author: Kim Phillips +Date: Mon Jun 15 11:50:40 2009 -0500 + + common: fix 'dummy' is used uninitialized in this function warning + + fix this gcc 4.4 warning: + + xyzModem.c: In function 'xyzModem_stream_open': + xyzModem.c:564: warning: 'dummy' is used uninitialized in this function + + Signed-off-by: Kim Phillips + +commit 1ea6bcd8590b3ff9fe2bfbb0eb29a3b0edaa9460 +Author: Mike Frysinger +Date: Sun Jun 14 23:33:14 2009 -0400 + + push CROSS_COMPILE out to $(ARCH)_config.mk + + Each arch should handle setting a proper default CROSS_COMPILE value in + their own config.mk file rather than having to maintain a large ugly list + in the Makefile. By using conditional assignment, we don't have to worry + about the variable already being set (env/cmdline/etc...). + + The common config.mk file takes care of exporting CROSS_COMPILE already, + and while a few variables (toolchain ones) utilize CROSS_COMPILE before + including the arch config.mk, they do so with deferred assignment. + + Signed-off-by: Mike Frysinger + +commit 60a3f404acbf8238a3138fe1f80a6bac75da4582 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 12:55:37 2009 +0200 + + malloc.h: protect it against multiple include + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7640f41988a456a0b1f05263d2e2dc5cd7d93984 +Author: Wolfgang Denk +Date: Sun Jul 19 19:37:24 2009 +0200 + + Fix boards broken after removal of legacy NAND and DoC support + + Commit 2419169f removed support for legacy NAND and disk on chip but + missed to update the code for a few boards. This patch fixes the + resulting build issues. + + Signed-off-by: Wolfgang Denk + +commit 1a4664b53aaf23687b52d64b94be06a9aa260b86 +Author: Wolfgang Denk +Date: Sun Jul 19 19:32:37 2009 +0200 + + cmd_flash.c: fix fix compile error for boards with DataFlash + + Commit 5669ed45 ("cmd_flash.c: fix warning: unused variable + 'addr_first'/'addr_last'") changed the #ifdef logic areound the + declaration of these variables and missed a combination of settings + of HAS_DATAFLASH with SYS_NO_FLASH; this patch fixes this. + + Also spotted by Alessandro Rubini + + Signed-off-by: Wolfgang Denk + +commit 341245a28830d3261c41b09d958eeea7bb93587a +Author: Wolfgang Denk +Date: Sun Jul 19 12:05:15 2009 +0200 + + pcm030: fix out-of-tree building + + Commit 0a87dd90 that was supposed to fix out-of-tree building for the + pcm030 board was unfortunately incomplete. + + Signed-off-by: Wolfgang Denk + +commit 8bf29b59fce8cc381114929082202d800e313ad5 +Author: Simon Kagstrom +Date: Tue Jul 7 13:58:51 2009 +0200 + + Add unaligned.h for arm + + This patch adds unaligned.h for ARM (needed to build with LZO + compression). The file is taken from the linux kernel, but includes + u-boot headers instead. + + Signed-off-by: Simon Kagstrom + Acked-by: Stefan Roese + +commit e405afab1dda66c9df3733f6b779d72fc36a0162 +Author: Kazuaki Ichinohe +Date: Fri Jun 12 18:10:12 2009 +0900 + + Canyonlands SATA harddisk driver + + This patch adds a SATA harddisk driver for the canyonlands. + This patch is kernel driver's porting. + This patch corresponded to not cmd_scsi but cmd_sata. + This patch divided an unused member with ifndef __U_BOOT__ in the structure. + + [environment variable, boot script] + setenv bootargs root=/dev/sda7 rw + setenv bootargs ${bootargs} console=ttyS0,115200 + ext2load sata 0:2 0x400000 /canyonlands/uImage + ext2load sata 0:2 0x800000 /canyonlands/canyonlands.dtb + fdt addr 0x800000 0x4000 + bootm 0x400000 - 0x800000 + + If you drive SATA-2 disk on Canyonlands, you must change parts from + PI2PCIE212 to PI2PCIE2212 on U25. We confirmed to boot by using + following disks: + + 1.Vendor: Fujitsu Type: MHW2040BS + 2.Vendor: Fujitsu Type: MHW2060BK + 3.Vendor: HAGIWARA SYS-COM:HFD25S-032GT + 4.Vendor: WesternDigital Type: WD3200BJKT (CONFIG_LBA48 required) + 5.Vendor: WesternDigital Type: WD3200BEVT (CONFIG_LBA48 required) + 6.Vendor: Hitachi Type: HTS543232L9A300 (CONFIG_LBA48 required) + 7.Vendor: Seagate Type: ST31000333AS (CONFIG_LBA48 required) + 8.Vendor: Transcend Type: TS32GSSD25S-M + 9.Vendor: MTRON Type: MSD-SATA1525-016 + + Signed-off-by: Kazuaki Ichinohe + +commit 52a0e2dee90c17e39634de814b16b96061cfb472 +Author: Reinhard Arlt +Date: Wed Jun 10 19:09:40 2009 +0200 + + Add support for the Tundra TSI148 VME-bridge + + From: Reinhard Arlt + + This patch adds support for the Tundra TSI148 VME-bridge. It's used on + the upcoming esd VME8349 board. + + Signed-off-by: Reinhard Arlt + Signed-off-by: Stefan Roese + +commit 8d1fea2c4041e665c96944e3f6fcffbde55db34b +Author: Mike Frysinger +Date: Thu Jul 16 19:05:30 2009 -0400 + + Blackfin: bf537-{minotaur,srv1}: do not hardcode CONFIG_ETHADDR + + MAC addresses should not be hardcoded in boards to avoid random link level + conflicts. + + Signed-off-by: Mike Frysinger + +commit baf357050353aee30c04f3f4b868426cb54468ca +Author: Mike Frysinger +Date: Fri Jul 10 10:42:06 2009 -0400 + + Blackfin: bf533-stamp: back down SCLK a bit + + While the 1.0 and 1.2 spin of the bf533-stamp boards can handle the higher + SCLK speeds just fine, the 1.1 spin cannot due to the bugs introduced with + the shortened SDRAM traces. So lower the SCLK speed down to a value that + all three can handle. + + Signed-off-by: Mike Frysinger + +commit 490fe7349102012c48730f6fc14ef36c8d155068 +Author: Mike Frysinger +Date: Thu Jul 9 20:56:56 2009 -0400 + + Blackfin: split cpu COBJS into multilines + + Signed-off-by: Mike Frysinger + +commit 909878fd3fda056d19b8b51a5cc51cb1c0b563d1 +Author: Mike Frysinger +Date: Thu Jul 9 01:15:05 2009 -0400 + + Blackfin: add os log functions + + Part of the mini Blackfin ABI with operating systems is that they can use + 0x4f0-0x4f8 to pass log buffers to/from bootloaders. So add support to + U-Boot for reading the log buffer. + + Signed-off-by: Mike Frysinger + +commit 9993e196da707a0a1cd4584f1fcef12382c1c144 +Author: Kim Phillips +Date: Sat Jul 18 18:42:13 2009 -0500 + + mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI + + Signed-off-by: Kim Phillips + +commit d39041fcadb1231430201d298c31f6be03d654f7 +Author: Wolfgang Denk +Date: Sun Jul 19 01:15:52 2009 +0200 + + PATI board: fix compiler warnings + + Fix these: + pati.c: In function 'checkboard': + pati.c:358: warning: pointer targets in passing argument 2 of 'getenv_r' differ in signedness + ../common/flash.c: In function 'write_word': + ../common/flash.c:824: warning: dereferencing type-punned pointer will break strict-aliasing rules + cmd_pati.c: In function 'do_pati': + cmd_pati.c:279: warning: 'value' may be used uninitialized in this function + + Signed-off-by: Wolfgang Denk + +commit 28c345042eafc550a34b9f52431bd4a22af6ac25 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 12:14:56 2009 +0200 + + mpl: printing current stdio devices cleanup + + Currently the mpl boards duplicate the code to print the current + devices from common/console.c; use stdio_print_current_devices() + instead + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + + Edited commit message. + + Signed-off-by: Wolfgang Denk + +commit 7e3be7cf3bb344f717b6ec3d47a081269ea67ead +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 12:14:55 2009 +0200 + + console: unify printing current devices + + Create stdio_print_current_devices() for this purpose + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5669ed4557edf2714203aa8625c9fcd5a753b338 +Author: Wolfgang Denk +Date: Sat Jul 18 23:18:14 2009 +0200 + + cmd_flash.c: fix warning: unused variable 'addr_first'/'addr_last' + + Signed-off-by: Wolfgang Denk + +commit 6bb6e6c75ec4ef496f00f7f530e549d3e073c5de +Author: Tom Rix +Date: Tue Jun 30 15:04:13 2009 -0500 + + OMAP3 Fix compiler warning for v7_flush_dcache_all + + On build of omap3 targets in MAKEALL, the *.ERR files have + + cpu.c: In function 'cleanup_before_linux': + cpu.c:64: warning: implicit declaration of function 'v7_flush_dcache_all' + cpu.c:64: warning: implicit declaration of function 'get_device_type + + The functions v7_flush_dcache_all and get_device_type are declared + in include/asm-arm/arch-omap3/sys_proto.h, so use this file to + declare the functions. + + Signed-off-by: Tom Rix + +commit dba107b967332fc8a35867f4d58038626c968800 +Author: Wolfgang Denk +Date: Sat Jul 18 22:09:38 2009 +0200 + + ARM: make split_by_variant.sh output more useful + + The board/armltd/integrator/split_by_variant.sh script used to print + "Configuring for integrator*p board..." no matter which board name + was being compiled. This made it difficult to match MAKEALL output to + board names. This patch fixes this. + + Signed-off-by: Wolfgang Denk + +commit 2eb99ca8029b44c988d5f6312f97e68d3b9cb2bd +Author: Wolfgang Denk +Date: Sat Jul 18 21:52:24 2009 +0200 + + NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF... + + Commit 8d2effea added a warning for configurations that use NAND + without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but + failed to fix the affected boards. + + This patch covers the non-PPC boards that were missed in the previous + patch (commit 170c1972). + + Signed-off-by: Wolfgang Denk + +commit 7024aa14df2981b4e65c6189909da9aadb1c22da +Author: Wolfgang Denk +Date: Sat Jul 18 20:46:38 2009 +0200 + + at91cap9adk: fix #ifdef/#endif pairing + + The #ifdef/#endif pairing in this file was obviously messed up. + + Signed-off-by: Wolfgang Denk + +commit 4abc5bffea244589fa1097e4c899a63efc609c8e +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:58:01 2009 +0530 + + Marvell MV88F6281GTW_GE Board support + + This is Marvell's 88F6281_A0 based custom board developed + for wireless access point product + + This patch is tested for- + 1. Boot from DRAM/SPI flash/NFS + 2. File transfer using tftp and loadb + 3. SPI flash read/write/erase + 4. Booting Linux kernel and RFS from SPI flash + 5. Boot from USB supported + + Reviewed-by: Ronen Shitrit + Signed-off-by: Prafulla Wadaskar + +commit 55dd4ba5413b14e8ee24058c89ac5c05376c331c +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:58:00 2009 +0530 + + Marvell Sheevaplug Board support + + Reference: + http://plugcomputer.org/ + http://openplug.org/plugwiki/index.php/Das_U-boot_plug_support + + This patch is tested for- + 1. Boot from DRAM/NAND flash + 2. File transfer using tftp + 3. NAND flash read/write/erase + 4. Linux kernel and RFS Boot from NAND + 5. Enabled USB PHY init for kernel need + 6. Boot from USB supported + + Note: to boot Kirkwood kernel with USB support, + you should add "usb start" in the boot sequence + + Signed-off-by: Prafulla Wadaskar + +commit 0a87dd90a75d034301496285026fbd8106c7c6d5 +Author: Wolfgang Denk +Date: Sat Jul 18 18:00:25 2009 +0200 + + pcm030: fix out-of-tree building + + Commit c9969947, which added support for the pcm030 board + (aka phyCORE-MPC5200B-tiny), broke out-of-tree building. + + Signed-off-by: Wolfgang Denk + +commit 9ff59601c71e800b9d0dfde22fa70d12c71c12b4 +Author: Wolfgang Denk +Date: Sat Jul 18 16:36:11 2009 +0200 + + MPC837XERDB: fix warning: "CONFIG_SYS_MONITOR_LEN" redefined + + Signed-off-by: Wolfgang Denk + +commit 2b5243fc24a724e83409c0b70caa1a3180e997ae +Author: Wolfgang Denk +Date: Sat Jul 18 16:13:18 2009 +0200 + + 8xxx: fix warning: implicit declaration of function 'uec_standard_init' + + Commit 8e55258f created function uec_standard_init() to initialize + all UEC interfaces for 83xx and 85xx but failed to provide a + prototype for it. + + Signed-off-by: Wolfgang Denk + +commit 5b54df2674fdad5e7d316484c67efc68e79f3f0d +Author: Wolfgang Denk +Date: Sat Jul 18 15:46:02 2009 +0200 + + MIP405T: fix compile problem + + The "stdio/device: rework function naming convention" patch + (commit 52cb4d4f) broke the MIP405T board; this patch fixes it. + + Signed-off-by: Wolfgang Denk + +commit 170c19725ecd3a0e2e517dfd49979ca8822edec0 +Author: Wolfgang Denk +Date: Sat Jul 18 15:32:10 2009 +0200 + + NAND: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF... + + Commit 8d2effea added a warning for configurations that use NAND + without defining the (then necessary) CONFIG_SYS_64BIT_VSPRINTF but + failed to fix the affected boards. + + Signed-off-by: Wolfgang Denk + +commit 6e897a661fb9968ce354165a12cce82e4b889e04 +Author: Wolfgang Denk +Date: Sat Jul 18 15:05:44 2009 +0200 + + CPCI750: fix compile problem + + Commit bc0d3296 removed ppc_error_no.h from Marvell boards + but forgot to update board/esd/cpci750/mv_eth.h + + Signed-off-by: Wolfgang Denk + +commit 6aee3048348f1b19ab89156da98bfa4f7babf24b +Author: Alessandro Rubini +Date: Fri Jul 17 14:42:11 2009 +0200 + + cmd_i2c: bugfix: add missing brace + + The sub-command parser missed a brace, so "return 0;" is always + taken and no error message is diplayed if you say "i2c scan" + instead of "i2c probe", for example. + + Proper brace is added. Also, a misleading and unneeded else + is removed. + + Signed-off-by: Alessandro Rubini + +commit 52cb4d4fb3487313f5a72ea740f527a4aefaa365 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 12:14:54 2009 +0200 + + stdio/device: rework function naming convention + + So far the console API uses the following naming convention: + + ======Extract====== + typedef struct device_t; + + int device_register (device_t * dev); + int devices_init (void); + int device_deregister(char *devname); + struct list_head* device_get_list(void); + device_t* device_get_by_name(char* name); + device_t* device_clone(device_t *dev); + ======= + + which is too generic and confusing. + + Instead of using device_XX and device_t we change this + into stdio_XX and stdio_dev + + This will also allow to add later a generic device mechanism in order + to have support for multiple devices and driver instances. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + + Edited commit message. + + Signed-off-by: Wolfgang Denk + +commit f732a7598fa36d48241df20b1a1f4cdbf09f75ee +Author: Peter Tyser +Date: Wed Jul 15 00:01:08 2009 -0500 + + ppc: Fix compile error for boards with CONFIG_DDR_ECC + + A bug was introduced by commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae + which affected non-MPC83xx/85xx/86xx ppc boards which had CONFIG_DDR_ECC + defined and resulted in errors such as: + + Configuring for canyonlands board... + fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your + processor" + make[1]: *** No rule to make target `.depend', needed by `libdma.a'. Stop. + + Signed-off-by: Peter Tyser + +commit 18e067de9b6ed087fa60496e64887f0b7458dbaa +Author: Prafulla Wadaskar +Date: Thu Jul 16 20:57:59 2009 +0530 + + include/config_cmd_default.h cleanup + + arranged configurations in alphabetical order + CONFIG_CMD_FLASH moved under ifndef CONFIG_SYS_NO_FLASH + + Signed-off-by: Prafulla Wadaskar + +commit 569460ebf14b87bd8fdb2352bde95d35ee96e13b +Author: Mike Frysinger +Date: Sun Jun 14 21:35:22 2009 -0400 + + sata: namespace curr_device variable + + The curr_device variable really should be namespaced with a "sata_" prefix + since it is only used by the sata code. It also avoids random conflicts + with other pieces of code (like cmd_mmc): + common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0): + multiple definition of `curr_device' + common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here + + Signed-off-by: Mike Frysinger + +commit 02e22c2de1ce2312f2636fa473a60c8d8f18d8aa +Author: Mike Frysinger +Date: Sun Jun 14 21:35:21 2009 -0400 + + cmd_mmc: make curr_device static + + The curr_device variable isn't used outside of cmd_mmc, so mark it static + to avoid conflicts with other pieces of code (like sata which also exports + a curr_device). Otherwise we end up with stuff like: + common/libcommon.a(cmd_sata.o):(.data.curr_device+0x0): + multiple definition of `curr_device' + common/libcommon.a(cmd_mmc.o):(.data.curr_device+0x0): first defined here + + Signed-off-by: Mike Frysinger + +commit 2d8d2adde3fce1152e4ad9f47238f07e70793c53 +Author: Mike Frysinger +Date: Sun Jun 14 21:35:16 2009 -0400 + + envcrc: add missing dependencies on env storage + + When the envcrc building was made conditional, it missed a bunch of env + storage types, so add all currently supported types. + + Signed-off-by: Mike Frysinger + +commit 2419169f5749d7af501b3b77a5336d1d535320de +Author: Scott Wood +Date: Thu Jul 16 19:08:04 2009 -0500 + + Remove legacy NAND and disk on chip references from boards. + + Signed-off-by: Scott Wood + +commit 12e9043c7ed961b60df865f45d9a3c74d6a38199 +Author: Shinya Kuribayashi +Date: Sat Jun 20 19:10:14 2009 +0900 + + config.mk: Remove $(PCI_CLOCK) reference + + The following commit introduced $(PCI_CLOCK) reference so that + we could tweak `PCI_66M' definition via an environment variable. + + > commit f046ccd15c8bc9613bfd72916b761a127d36e5c6 + > Author: Eran Liberty + > Date: Thu Jul 28 10:08:46 2005 -0500 + > + > * Patch by Eran Liberty + > Add support for the Freescale MPC8349ADS board. + + But I suggest a removal of it for the following reasons: + + * In 2006, MPC8349ADS was merged into MPC8349EMDS port, + and it seems that MPC8349EMDS port is PCI_66M free. + + * OTOH, PCI_66M is used by MPC832XEMDS an MPC8360EMDS ports, + but they don't need $(PCI_CLOCK) environment variable at all. + PCI_66M is automatically configured via $(BOARD)_config names + with the help of $(findstring _66_,$@). + + * Unfortunately $(PCI_CLOCK) has been undocumented anywhere, + so only a few people know the existence of it these days. + + * Keep config.mk independent from $(BOARD) as much as possible. + + Signed-off-by: Shinya Kuribayashi + Acked-by: Kim Phillips + +commit 3db75d9c11d37cc1d28bebd91b19f4e548b68155 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 23 21:42:36 2009 +0200 + + fix: missing autoconfig.mk from general Makefile + + At the first run of make we generate the autoconf.mk and + autoconf.mk.dep if not already the case and we currently include only + to .dep + + In order to use these autogenerated values we need to include it also + even if it's included in config.mk but it's done before their + generation + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit 1ca298ced07327749b54321815f76fcddb2f9479 +Author: Matthias Weisser +Date: Thu Jul 9 16:07:30 2009 +0200 + + Added support for splash screen positioning + + This patch adds support splash image positioning by adding an + additional variable "splashpos" to the environment. Please see + README for details. + + Signed-off-by: Matthias Weisser + Acked-by: Matthias Fuchs + Signed-off-by: Anatolij Gustschin + +commit 9d173e0233493113c9b1aa81bd2208d0057ab9db +Author: Anatolij Gustschin +Date: Tue Jul 7 13:11:36 2009 +0200 + + video: mb862xx: replace printf with puts + + Signed-off-by: Anatolij Gustschin + +commit cce99b2a7dd80683d61360aee56a6ece344950b2 +Author: Anatolij Gustschin +Date: Tue Jul 7 13:27:07 2009 +0200 + + video: mb862xx: use macros instead of magic numbers + + Signed-off-by: Anatolij Gustschin + +commit e86528671ece6d5c1162656a37fc68a8e0bf67f8 +Author: Anatolij Gustschin +Date: Tue Jul 7 13:24:08 2009 +0200 + + video: mb862xx: fix coding style and remove dead code + + Signed-off-by: Anatolij Gustschin + +commit 292ed489dba8cc97b458579003a8001cd4703cd8 +Author: Michal Simek +Date: Tue Jun 30 12:03:50 2009 +0200 + + microblaze: Remove ignored return type for __arch__swab16 function + + This change remove compilation warnings. + + Signed-off-by: Michal Simek + +commit e2776587c0eac131954ae100fda89cc3e7ed8b57 +Author: Michal Simek +Date: Tue Jun 30 12:02:45 2009 +0200 + + microblaze: Removed unused variables + + Signed-off-by: Michal Simek + +commit be33b046b549ad88c204c209508cd7657232ffbd +Author: Scott Wood +Date: Wed Apr 1 15:02:13 2009 -0500 + + Remove legacy NAND and disk on chip code. + + Legacy NAND had been scheduled for removal. Any boards that use this + were already not building in the previous release due to an #error. + + The disk on chip code in common/cmd_doc.c relies on legacy NAND, + and it has also been removed. There is newer disk on chip code + in drivers/mtd/nand; someone with access to hardware and sufficient + time and motivation can try to get that working, but for now disk + on chip is not supported. + + Signed-off-by: Scott Wood + +commit fbdaafaee71e2c7f2c31b3582ab6d8679efee8d3 +Author: Stefan Roese +Date: Thu Jun 4 16:40:36 2009 +0200 + + nand: Change NAND_MAX_OOBSIZE to 218 as needed for some 4k page devices + + This is needed for the MPC512x NAND driver (fsl_nfc_nand.c) which already + defines such a 4k plus 218 bytes ECC layout. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Signed-off-by: Scott Wood + +commit f2f376ab956c17d4a0c42a993133ca25cdc87278 +Author: Stefan Roese +Date: Thu Jul 16 15:13:04 2009 +0200 + + nand: ndfc: Remove unnecessary #ifdef's + + Now that the 4xx NAND driver ndfc is moved to the common NAND driver + directory we don't need this #ifdef's anymore. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Signed-off-by: Scott Wood + +commit 12582ac771b0bf3852817c3bfa4be326522a0665 +Author: Stefan Roese +Date: Thu Jul 16 15:12:48 2009 +0200 + + nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directory + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Signed-off-by: Scott Wood + +commit 3ebf70db5452d3d47c316ddef09f40e76553bcba +Author: Valeriy Glushkov +Date: Tue Jul 14 13:51:10 2009 +0300 + + nand: fixed failed reads on corrected ECC errors in nand_util.c + + Signed-off-by: Valeriy Glushkov + Signed-off-by: Paulraj, Sandeep + Signed-off-by: Scott Wood + +commit ed727d394c5ab139033719772dc95dc25cfa14f7 +Author: David Brownell +Date: Mon Jul 13 16:29:04 2009 -0700 + + Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646. + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit 937076f84c5064f0a79105fce352ac7cf7b33643 +Author: Kyungmin Park +Date: Sat Jul 11 16:49:55 2009 +0900 + + MTD: OneNAND: Increase the environment size to 4KiB + + Also use mtd operation instead of onenand functions + + Signed-off-by: Kyungmin Park + Signed-off-by: Scott Wood + +commit bfadb17f69c256196620c32164775f063a59c34f +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:38 2009 +0400 + + mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable + + Since we have simple hwconfig interface now, we don't need + pci_external_arbiter variable any longer. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit b8b71ffbc35fde6905e65ffdbf4e4b87efc26b7e +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:36 2009 +0400 + + mpc83xx: MPC8315ERDB: Use hwconfig for board type selection + + This patch simply converts the board to the hwconfig infrastructure. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit c78c678354c8321737aa07e86831ff14176f4ed5 +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:31 2009 +0400 + + mpc83xx: MPC837XEMDS: Fixup eSDHC nodes in device tree + + fdt_fixup_esdhc() will either disable or enable eSDHC nodes, and + also will fixup clock-frequency property. + + Plus, since DR USB and eSDHC are mutually exclusive, we should + only configure the eSDHC if asked through hwconfig. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit c9646ed758804fa1fa6c1425369a4eee5d618b1d +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:30 2009 +0400 + + mpc83xx: MPC837XERDB: Add support for FSL eSDHC + + This patch adds support for eSDHC on MPC837XERDB boards. The WP + switch doesn't seem to work on RDB boards though, the WP pin is + always asserted (can see the pin state when it's in GPIO mode). + + FSL DR USB and FSL eSDHC are mutually exclusive because of pins + multiplexing, so user should specify 'esdhc' or 'dr_usb' options + in the hwconfig environment variable to choose between the + devices. + + p.s. + Now we're very close to a monitor len limit (196 bytes left using + gcc-4.2.0), so also increase the monitor len by one sector (64 KB). + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit b33433a63fe08c9e723ea15a7c7c7143bf527c6d +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:29 2009 +0400 + + fsl_esdhc: Add device tree fixups + + This patch implements fdt_fixup_esdhc() function that is used to fixup + the device tree. + + The function adds status = "disabled" propery if esdhc pins muxed away, + otherwise it fixups clock-frequency for esdhc nodes. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit 93f9dcf9e8b8182e97aeb7965c687176cbd0b933 +Author: Anton Vorontsov +Date: Wed Jun 10 00:25:27 2009 +0400 + + Add simple hwconfig infrastructure + + This patch implements simple hwconfig infrastructure: an + interface for software knobs to control a hardware. + + This is very simple implementation, i.e. it is implemented + via `hwconfig' environment variable. Later we could write + some "hwconfig " commands, ncurses + interface for Award BIOS-like interface, and frame-buffer + interface for AMI GUI[1] BIOS-like interface with mouse + support[2]. + + Current implementation details/limitations: + + 1. Doesn't support options dependencies and mutual exclusion. + We can implement this by integrating apt-get[3] into the + u-boot. But I didn't bother yet. + + 2. Since we don't implement hwconfig command, i.e. we're working + with the environement directly, there is no way to tell that + toggling a particular option will need a reboot to take + an effect. So, for now it's advised to always reboot the + target after modifying hwconfig variable. + + 3. We support hwconfig options with arguments. For example, + + set hwconfig dr_usb:mode=peripheral,phy_type=ulpi + + That means: + - dr_usb - enable Dual-Role USB controller; + - dr_usb:mode=peripheral - USB in Function mode; + - dr_usb:phy_type=ulpi - USB should work with ULPI PHYs; + + The purpose of this simple implementation is to define some + internal API and then we can continue improving user experience + by adding more mature interface, like hwconfig command with + bells and whistles. Or not adding, if we feel that current + interface fits its needs. + + [1] http://en.wikipedia.org/wiki/American_Megatrends + [2] Regarding ncurses and GUI with mouse support -- I'm just + kidding. + [3] The comment regarding apt-get is also a joke, meaning that + dependency tracking could be non-trivial. For example, for + enabling HW feature X we may need to disable Y, and turn Z + into reduced mode (like RMII-only interface for ethernet, + no MII). + + It's quite trivial to implement simple cases though. + + Signed-off-by: Anton Vorontsov + Acked-by: Kim Phillips + +commit 6c3fef28b9fff0d7f3fa4c51c3ee0ae8c2a3b043 +Author: Jerry Van Baren +Date: Wed Jul 15 20:42:59 2009 -0400 + + Improve U-Boot Porting Guide in the README + + Update for... + * BDI2000 -> BDI3000 (BDI2000 is obsolete). + * Add a line to read the doc/README.* files + * Fix coding standard violations + + Signed-off-by: Gerald Van Baren + +commit 9578718c1b085cac73017d834001bc5cb0b2f73f +Author: Kim Phillips +Date: Tue Jul 14 16:00:24 2009 -0500 + + mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarations + + a.k.a cfi_mtd.c does as cfi_flash.c does. This also prevents + the TQM834x build from doing a: + + cfi_mtd.c:36: error: variably modified 'cfi_mtd_info' at file scope + cfi_mtd.c:37: error: variably modified 'cfi_mtd_names' at file scope + + using gcc 4.4. + + Signed-off-by: Kim Phillips + Signed-off-by: Stefan Roese + +commit 4a9932a4364b548773bc131bf85e24a2ec15f2b0 +Author: Kim Phillips +Date: Tue Jul 7 18:04:21 2009 -0500 + + mpc83xx: increase MONITOR_LEN to offset growing pains + + Saving the environment leads to overwriting u-boot itself, + bricking boards. Increase u-boot's image size so the environment + base address doesn't end up overlapping u-boot text. + + Signed-off-by: Kim Phillips + +commit c31e13260bcd048a94412a47b004386ea6112acf +Author: Valeriy Glushkov +Date: Tue Jun 30 15:48:41 2009 +0300 + + usb: mpx8349itx: added support of loading images from USB storage (MPH/DR) + + Signed-off-by: Valeriy Glushkov + Signed-off-by: Kim Phillips + +commit d89e1c36891de793a20a929282acc0fc7b98feac +Author: Valeriy Glushkov +Date: Tue Jun 30 15:48:40 2009 +0300 + + usb: mpc834x: added support of the MPH USB controller in addition to the DR one + + Signed-off-by: Valeriy Glushkov + Signed-off-by: Kim Phillips + +commit d9ac3d5a17ecef0beb70073018925e011b11684e +Author: Kim Phillips +Date: Mon Jun 15 11:51:47 2009 -0500 + + mpc83xx: set 64BIT_VSPRINTF for boards using nand_util + + When enabling NAND support for a board, one must also define + CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c + for correct output. + + Signed-off-by: Kim Phillips + Cc: Dave Liu + Cc: Ron Madrid + Cc: Anton Vorontsov + +commit 052c08916532d1d9c2f69eb9229709c7b2fc1f02 +Author: TsiChung Liew +Date: Wed Jul 8 07:41:24 2009 +0000 + + ColdFire: Update bootargs + + Add a bootargs for M53017EVB and update bootargs + for M54451EVB + + Signed-off-by: TsiChung Liew + +commit 6e8d58d36691520f8da74cd948661d28d5a5dc66 +Author: TsiChung Liew +Date: Tue Jun 30 14:30:19 2009 +0000 + + Command for accessing serial flash update + + Change strtoul number base of argv 3 from 0 to 16 + + Signed-off-by: TsiChung Liew + +commit ee0a8462466dd284968536eb57c6eef4be0d6aad +Author: TsiChung Liew +Date: Tue Jun 30 14:18:29 2009 +0000 + + ColdFire: Add DSPI support for MCF5227x and MCF5445x + + Remove individual CPU specific DSPI driver. + Add required feature for the common DSPI driver in cpu_init and + in platform configuration file. + + Signed-off-by: TsiChung Liew + +commit dec61c7851baa72151ef1d3657e7bb3b68907d48 +Author: TsiChung Liew +Date: Tue Jun 30 14:09:47 2009 +0000 + + Coldfire: Consolidate DSPI driver + + Unify both MCF5227x and MCF5445x DSPI driver in CPU to + driver/spi folder for common use. + + Signed-off-by: TsiChung Liew + +commit 11d88b26a68bd4bf98b1c962fde6257a50978231 +Author: TsiChung Liew +Date: Fri Jun 12 13:03:34 2009 +0000 + + ColdFire: Remove compiler warning messages + + Remove unused variables and printf type mismatch in + lib_m68k/board.c + + Signed-off-by: TsiChung Liew + +commit 4567c7bff2503fb1a7c738ff9b9f0bd00d274d9a +Author: TsiChung Liew +Date: Fri Jun 12 11:31:31 2009 +0000 + + ColdFire: Fix M53017EVB flash size + + Increase the flash size from 8MB to 16MB + + Signed-off-by: TsiChung Liew + +commit bf9a521529e484b15e8fdb583a607cf7945d2f6b +Author: TsiChung Liew +Date: Fri Jun 12 11:29:00 2009 +0000 + + ColdFire: Add M5208EVB and MCF520x CPU support + + Signed-off-by: TsiChung Liew + +commit 709b384b6493d9726dce20663ebe31bf7cab2925 +Author: TsiChung Liew +Date: Thu Jun 11 15:39:57 2009 +0000 + + ColdFire: Update for M54451EVB + + Update serial boot DRAM's Internal RAM, vector table and DRAM in + start.S, serial flash's read status command over SPI and NOR + flash. + + Signed-off-by: TsiChung Liew + +commit bbf6bbffcaf694c03504c661e58fbd1aefe5bf64 +Author: TsiChung Liew +Date: Thu Jun 11 12:50:05 2009 +0000 + + ColdFire: Update configuration file to use flash buffer write + + Update M52277EVB, M53017EVB and M54455EVB platform configuration + file to use flash buffer write + + Signed-off-by: TsiChung Liew + +commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:53 2009 +0200 + + mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map + + Signed-off-by: Wolfgang Denk + +commit 1f1f82f3de1660f398bf42bfd709b9859582ce5e +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:52 2009 +0200 + + aria: add JFFS2 and MTDPARTS support; adjust flash map + + Signed-off-by: Wolfgang Denk + +commit a6d6d46a4fef876455e11b45ed699c0fb3bd1ca1 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:51 2009 +0200 + + aria: enable NAND flash support + + Signed-off-by: Wolfgang Denk + +commit 13946925e850db5351982acb691d51716fc754e2 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:50 2009 +0200 + + MPC512x: fix typo in comment listing the NAND driver name + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit 2ca6f74d09653f8041b52cafd0d650fdc2a56c51 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:49 2009 +0200 + + mecp5123: cleanup - remove dead code + + Remove dead code that was obviously a left-over from copy & paste. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit 25671c8672f2d7b39555416a6b7a6b7b39b810bf +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:48 2009 +0200 + + aria: adjust memory controller initialization + + Needed for Rev. 2 silicon at 400 MHz + + Signed-off-by: Wolfgang Denk + +commit 7629f1c06b6dea36bbc7bf70820b824e9b6d2227 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:47 2009 +0200 + + MPC512x: factor out common code + + Now that we have 3 boards for the MPC512x it turns out that they all + use the very same fixed_sdram() code. + + This patch factors out this common code into cpu/mpc512x/fixed_sdram.c + and adds a new header file, include/asm-ppc/mpc512x.h, with some + macros, inline functions and prototype definitions specific to MPC512x + systems. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit 0549353a6ba5aa03420c0962b9072e9cf1fa49d9 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:46 2009 +0200 + + mecp5123: fix build error + + The mecp5123 board did not compile because the MSCAN Clock Control + Registers were missing; these got added, but as an array instead + of 4 individual registers. Adapt the code so it builds. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit a9905db5d29a56aedd7db5bcb56b0385873aa6a3 +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:45 2009 +0200 + + MPC512x: Add MSCAN1...4 Clock Control Registers + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit f5489c4200b37c9a1d6dbde116f5adc0539610de +Author: Wolfgang Denk +Date: Sun Jun 14 20:58:44 2009 +0200 + + MPC512x: enabling NAND support requires CONFIG_SYS_64BIT_VSPRINTF + + When enabling NAND support for a board, one must also define + CONFIG_SYS_64BIT_VSPRINTF because this is needed in nand_util.c + for correct output. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Reinhard Arlt + +commit b4db4a7638ef90cf0aacf7b954d9bf3043dda780 +Author: Po-Yu Chuang +Date: Fri Jul 10 18:03:57 2009 +0800 + + issue write command to base for JEDEC flash + + For JEDEC flash, we should issue word programming command relative to + base address rather than sector base address. Original source makes + SST Flash fails to program sectors which are not on the 0x10000 boundaries. + + e.g. + SST39LF040 uses addr1=0x5555 and addr2=0x2AAA, however, each sector + is 0x1000 bytes. + + Thus, if we issue command to "sector base (0x41000) + offset(0x5555)", + it sends to 0x46555 and the chip fails to recognize that address. + + This patch is tested with SST39LF040. + + Signed-off-by: Po-Yu Chuang + Signed-off-by: Stefan Roese + +commit 986922714ffd21ad39f48522d285fffc7aed56b1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 2 11:53:50 2009 +0200 + + versatile: update config and merge to cfi flash driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Peter Pearse + Cc: Catalin Marinas + +commit d6e8ed832b25d5db4fdd3fb91e73028e494dcd6e +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 2 11:53:49 2009 +0200 + + versatile: specify the board type on the prompt + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Peter Pearse + Cc: Catalin Marinas + +commit 5ccc2d99d61c81805348b0cd9f79731b271f7daf +Author: Sedji Gaouaou +Date: Thu Jun 25 17:04:15 2009 +0200 + + at91: Introduction of at91sam9g10 SOC. + + AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a + faster clock speed: 266/133MHz. + + Signed-off-by: Sedji Gaouaou + +commit 22ee647380c42f44528f99b7c1b423725e542102 +Author: Sedji Gaouaou +Date: Thu Jul 9 10:16:29 2009 +0200 + + at91: Introduction of at91sam9g45 SOC. + + AT91sam9g45 series is an ARM 926ej-s SOC family clocked at 400/133MHz. + It embeds USB high speed host and device, LCD, DDR2 RAM, and a full set of + peripherals. + + The first board that embeds at91sam9g45 chip is the AT91SAM9G45-EKES. + On the board you can find 2 USART, USB high speed, + a 480*272 LG lcd, ethernet, gpio/joystick/buttons. + + Signed-off-by: Sedji Gaouaou + +commit c33c5990cec7ced9ef1ef148debbca34adafa12b +Author: Daniel Mack +Date: Tue Jun 23 17:30:05 2009 +0200 + + pxa: fix CKEN_B register bits + + The current defition for CKEN_B register bits is nonsense. Adding 32 to + the shifted value is equal to '| (1 << 5)', and this bit is marked + 'reserved' in the PXA docs. + + Signed-off-by: Daniel Mack + +commit bd876be46f28b5fc2896537f6d01353f332789f7 +Author: Daniel Mack +Date: Tue Jun 23 17:30:04 2009 +0200 + + pxa: add clock for system bus 2 arbiter + + This clock is needed for systems using the USB2 device unit or the 2d + graphics accelerator. + + Signed-off-by: Daniel Mack + +commit b016000a95514c08cab50e1cba00b019c0801bc4 +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:30:01 2009 +0300 + + OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh + + Pandora is using both SDRC CSes. The MUX setting is needed + for the second CS clock signal to allow the 2 RAM parts to + be put in self-refresh correctly. + + Based on similar patch for beagle and overo by + Jean Pihet and Steve Sakoman. + +commit 8672c288703f3c51c829851c8fe6608c7869faaa +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:30:00 2009 +0300 + + OMAP3 pandora: setup pulls for various GPIOs + + Set pullups or pulldowns for GPIOs which need them. + Disable them for others, which have external pulls. + Also make disabled pull setting consistent (some pins had + type set to "up" even if pull type selection was disabled). + +commit 5ff78122f229946862a3f67a2f50a329e8e1bcf5 +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:29:59 2009 +0300 + + OMAP3 pandora: setup pin mux for pins used on rev3 boards + + Setup pin mux for GPIO pins connected on rev3 or later + boards. Also change NUB2 IRQ pin. This should not affect + older boards because they don't have any nubs (analog + controllers) attached to them. + +commit 67c97c346b27c586a7263564f7afff6d1f8d8d0a +Author: Grazvydas Ignotas +Date: Wed Jul 8 00:29:58 2009 +0300 + + OMAP3 pandora: pin mux cleanup + + Remove configuration of not unused pins, effectively + leaving them in safe mode. + +commit b996165f5a1623a055c03b22d64d6d5da81835d0 +Author: Prafulla Wadaskar +Date: Mon Jul 6 15:50:47 2009 +0530 + + arm: Kirkwood: bugfix: UART1 bar correction + + Signed-off-by: Prafulla Wadaskar + +commit 50243e3e7a96a96c5418ce6c90b7252d26fdd5b0 +Author: Kumar Gala +Date: Tue Jul 7 15:48:58 2009 -0500 + + usb: Fix compiler warning with gcc4.4 + + ehci-hcd.c: In function 'ehci_submit_root': + ehci-hcd.c:719: warning: value computed is not used + ehci-hcd.c:748: warning: value computed is not used + + Signed-off-by: Kumar Gala + Signed-off-by: Remy Bohmer + +commit 04366d070a1a3f7affddf15aaaea87bcf44cdbb0 +Author: Nobuhiro Iwamatsu +Date: Wed Jul 8 11:42:19 2009 +0900 + + sh: Update pci config for Renesas r7780mp board + + Signed-off-by: Nobuhiro Iwamatsu + +commit 74d9c16a681aa24bb4125191fe39dc7c75cde56a +Author: Nobuhiro Iwamatsu +Date: Thu Jun 25 16:31:26 2009 +0900 + + sh: Add support ESPT-GIGA borad + + ESPT-Giga is SH7763-based reference board. + Board support is relatively sparse, presently supporting serial, + gigabit ethernet, USB host, and MTD. + + More information (in Japanese) available at: + http://www.cente.jp/product/cente_hard/ESPT-Giga.html + + Signed-off-by: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit dae4e0148a1146a5610025ae4b445e841410b659 +Author: Matthias Fuchs +Date: Fri Jul 3 16:06:37 2009 +0200 + + Add ESD PCI vendor ID + + Signed-off-by: Matthias Fuchs + +commit 876b3cef537aab2cba8c19505db2876f6057f818 +Author: Peter Tyser +Date: Mon Jun 22 18:01:41 2009 -0500 + + api_examples/Makefile: General cleanup + + * Remove symlinking of files located outside api_examples/ + + * Auto generate dependencies for files located outside api_examples/ + + * Update names of variables to be similar to those in tools/Makefile + + * Fix out of tree build error + Dependencies are calculated for all files in the SRCS variable. + Previously, the SRCS variable contained files which were symlinked + into the api_examples/ directory. These symlinked files did not exist + when dependencies were calculated when building out of tree. This + resulted in errors such as: + make[1]: *** No rule to make target `/work/wd/tmp-ppc/api_examples/.depend', needed by `_depend'. Stop. + make[1]: Leaving directory `/home/wd/git/u-boot/work/api_examples' + make: *** [depend] Error 2 + + Since symlinked source files are no longer used, this bug no longer + exists. + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 522f6f02adb93194e337016fe2e4e53c58d5d5ea +Author: Peter Tyser +Date: Mon Jun 22 18:01:40 2009 -0500 + + api_examples/Makefile: Get rid of unnecessary intermediate LIB target + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 117d0ab5e6f3b3dd48fc346df4919555a78afd39 +Author: Peter Tyser +Date: Mon Jun 22 18:01:39 2009 -0500 + + api_examples/Makefile: Combine ELF and BIN targets + + Combining the two rules cleans up the Makefile a bit + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 644cb38108b8dc22e0ef3cf5f404fe310d1995f8 +Author: Peter Tyser +Date: Mon Jun 22 18:01:38 2009 -0500 + + api_examples/Makefile: Split up variable declarations + + This cleans up the Makefile a bit and simplifies future changes + + Signed-off-by: Peter Tyser + Acked-by: Rafal Jaworowski + +commit 890d242facc4079ed21e979ced2e8c6d6974f6d3 +Author: Timur Tabi +Date: Fri Jun 19 14:10:52 2009 -0500 + + remove _IO_BASE and KSEG1ADDR from board configuration files + + The KSEG1ADDR macro used to be necessary for the RTL8139 Ethernet + driver, but the code that used that macro was removed over a year + ago, so board configuration files no longer need to define it. + + The _IO_BASE macro is also automatically defined to 0 if it isn't + already set, so there's no need to define that macro either in the + board configuration files. + + Signed-off-by: Timur Tabi + Acked-by: Nobuhiro Iwamatsu + Acked-by: Andy Fleming + Acked-by: Andre Schwarz + Acked-by: Kim Phillips + +commit c9969947a4687de90e2bb58e76842b491aa0e0b9 +Author: Jon Smirl +Date: Sun Jun 14 18:21:28 2009 -0400 + + board support patch for phyCORE-MPC5200B-tiny + + Add support for the Phytec phyCORE-MPC5200B-tiny. + Code originally from Pengutronix.de. + Created CONFIG_SYS_ATA_CS_ON_TIMER01 define for when IDE CS is on + Timer 0/1 + + Signed-off-by: Jon Smirl + Acked-by: Grant Likely + +commit 7bd49ad12cc36a4de6995ddabbc65ffa1aa1933d +Author: Mike Frysinger +Date: Mon Jun 15 13:37:20 2009 -0400 + + kallsyms: fix escaping of NUL char in strings + + The current kallsyms code is using \\0 to escape the backslash in the awk + code, but the shell too needs escaping. This way we make sure gcc is + passed the \0. Then gcc itself will consume this as an octal, so we have + to use 000 so gcc will create the final NUL. + + Signed-off-by: Mike Frysinger + +commit ed540f07b8ad86909704e9806c1762462cb4995a +Author: Harald Krapfenbauer +Date: Fri Jun 26 10:18:49 2009 -0400 + + Blackfin: cm-bf561: add example settings for EXT-BF5xx-USB-ETH2 add-on + + The cm-bf561 module can easily hook up to the EXT-BF5xx-USB-ETH2 extender + board, so add a simple example of how to do that in the board config. + + Signed-off-by: Harald Krapfenbauer + Signed-off-by: Mike Frysinger + +commit f8bf54b4081c3c3d518830df0017a23ec672a841 +Author: Mike Frysinger +Date: Thu Jun 25 19:40:28 2009 -0400 + + Blackfin: blackstamp: update spi flash settings + + The latest blackstamp boards can only run the SPI flash at 15MHz before + they start to crap out, so lower the max speeds accordingly. The new SPI + flash also has different sector requirements, so update the environment + sizes as well. + + Signed-off-by: Mike Frysinger + +commit 286070ddc8339666c09bd7912e960b850a8a0318 +Author: Mike Frysinger +Date: Mon Oct 6 03:31:52 2008 -0400 + + Blackfin: add cache_dump commands + + A few debug-type commands used to dump the raw icache/dcache data. Useful + when trying to track down cache-related bugs. + + Signed-off-by: Mike Frysinger + +commit 632e9b671efb0a6c900499f7a49fe5b63292b5fc +Author: Matthias Fuchs +Date: Wed Jul 8 15:31:57 2009 +0200 + + ppc4xx: Set default PCI device ID for 405EP boards + + Current code only sets the PCI vendor id to 0x1014 and + leaved device id to 0x0000. + + Ths patch .... + a) uses the correct PCI_VENDOR_ID_IBM macro for this + b) sets the default device ID as stated in the UM to 0x0156 + by using PCI_DEVICE_ID_IBM_405GP for this. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 123f102ec093fba6967066acdf9beb637df2e2d1 +Author: Matthias Fuchs +Date: Wed Jul 8 13:43:55 2009 +0200 + + ppc4xx: Move 405EP pci code from cpu_init_f() to __pci_pre_init() + + This patch moves some basic PCI initialisation from the 4xx cpu_init_f() + to cpu/ppc4xx/4xx_pci.c. + + The original cpu_init_f() function enabled the 405EP's internal arbiter + in all situations. Also the HCE bit in cpc0_pci is always set. + The first is not really wanted for PCI adapter designs and the latter + is a general bug for PCI adapter U-Boots. Because it enables + PCI configuration by the system CPU even when the PCI configuration has + not been setup by the 405EP. The one and only correct place is + in pci_405gp_init() (see "Set HCE bit" comment). + + So for compatibility reasons the arbiter is still enabled in any case, + but from weak pci_pre_init() so that it can be replaced by board specific + code. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit c71103f9dc66dfcce8ad6df942364043bf27ade8 +Author: Matthias Fuchs +Date: Wed Jul 8 13:43:23 2009 +0200 + + ppc4xx: Make is_pci_host() available for all 440 and 405 CPUs + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17 +Author: Prafulla Wadaskar +Date: Mon Jun 29 20:56:43 2009 +0530 + + usb: add Marvell Kirkwood ehci host controller driver + + This driver is tested on Sheevaplug platform + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Remy Bohmer + +commit db7b43e4681f6f93c336132708157a8a0cca1f8b +Author: Vivek Mahajan +Date: Wed Jun 24 10:08:40 2009 +0530 + + mpc83xx: USB: fix: access of ehci struct elements + + It fixes the access to the 'ehci' struct elements for mpc83xx which + should have been taken care of in 4ef01010aa4799c759d75e67007fdd3a38c88c8a + Sorry about that. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 08066152735417fc55a5c9de2cec0714c529e4f3 +Author: Vivek Mahajan +Date: Fri Jun 19 17:56:00 2009 +0530 + + mpc8xxx: USB: fix: access of ehci struct elements + + This patch fixes the access to the 'ehci' struct elements which should + have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a + Sorry about that. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit c3a012ce65818beb274195cd47f31ed80d0fbaa5 +Author: Bryan Wu +Date: Tue Jun 16 05:26:27 2009 -0400 + + usb: musb: add timeout via CONFIG_MUSB_TIMEOUT + + Signed-off-by: Bryan Wu + Signed-off-by: Mike Frysinger + Signed-off-by: Remy Bohmer + +commit 7984967a9405672db1581402d2c2cfae268d1a67 +Author: Mike Frysinger +Date: Tue Jun 16 05:26:25 2009 -0400 + + usb: musb: drop old musb read/write prototypes + + These functions are no longer defined, so remove their prototypes. + + Signed-off-by: Mike Frysinger + Signed-off-by: Remy Bohmer + +commit 4e04f16020115ab5ccf53158e100de58bcaf29bd +Author: Kim Phillips +Date: Mon Jun 15 11:50:07 2009 -0500 + + usb: fix CONFIG_SYS_MPC83xx_USB_ADDR not defined error + + fix a stray CONFIG_MPC83XX that escaped commit + 0f898604945af4543c1525fc33b6bae621a3b805. + + Signed-off-by: Kim Phillips + Signed-off-by: Remy Bohmer + +commit bc0d3296f1780b50e6b9630aee5eb368f2afb6cb +Author: Michal Simek +Date: Tue Jun 30 23:47:30 2009 +1000 + + asm-generic: Consolidate errno.h to asm-generic/errno.h + + This patch use blackfin errno.h implementation which + correspond Linux kernel one. + + MIPS implemetation is different that's why I keep it. + + I removed ppc_error_no.h from Marvell boards which + was the same too. + + I have got ack from ppc40x, blackfin, arm, coldfire and avr custodians. + + Acked-by: Stefan Roese + Signed-off-by: Michal Simek + +commit 2896b5851f0430bf16529376a4193630e966c788 +Author: Simon Kagstrom +Date: Tue Jul 7 16:01:02 2009 +0200 + + Command improvements for ubifs + + Check that an argument is passed to ubifsmount and that addresses and + sizes are actually numbers for ubifsload. Also improve the instructions + a bit. + + Signed-off-by: Simon Kagstrom + Signed-off-by: Stefan Roese + +commit 25c8f4005979ab2d190713ba341d96a5fa905cdb +Author: Simon Kagstrom +Date: Tue Jul 7 16:59:46 2009 +0200 + + Handle VID header offset in ubi part command + + The VID header offset is sometimes needed to initialize the UBI + partition. This patch adds it (optionally) to the command line + for the ubi part command. + + (Lines have been properly wrapped since last version) + + Signed-off-by: Simon Kagstrom + Acked-by: Stefan Roese + Signed-off-by: Stefan Roese + +commit 3672cd5c3b53d219d33345eebad4e25ad5bf6d52 +Author: Wolfgang Denk +Date: Thu Jul 9 09:56:16 2009 +0200 + + MAINTAINERS: fix sorting, remove duplicates. + + Signed-off-by: Wolfgang Denk + +commit efbf14e9a2394a154b12643d4a011994b5096b5a +Author: Heiko Schocher +Date: Wed Dec 10 08:27:01 2008 +0100 + + all platforms: make show_boot_progress() work again + + Signed-off-by: Heiko Schocher + +commit 205a0988d8fd778c60746c34c2f17dbd2b7cd0d2 +Author: Prafulla Wadaskar +Date: Mon Jun 29 15:25:18 2009 +0530 + + nand: Add Marvell Kirkwood NAND driver + + This patch adds a NAND driver for the Marvell Kirkwood SoC's + + Signed-off-by: Prafulla Wadaskar + Acked-by: Scott Wood + +commit 0580e48f53f972783e56fcedadb9ce6e5b0b6f32 +Author: Matthias Fuchs +Date: Mon Jul 6 16:27:33 2009 +0200 + + ppc4xx: Make pll_write global + + This patch makes pll_write on PPC405EP boards + global and callable from C code. + + pll_write can be used to dynamically modify the PLB:PCI divider + as it is required for 33/66 MHz pci adapters based on the 405EP. + + board_early_init_f() is a good place to do that (check M66EN signal + and call pll_write() when it is required). + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 20b3c4b528606d51799aed5e4c71783720cd2b72 +Author: Stefan Roese +Date: Mon Jul 6 11:44:33 2009 +0200 + + ppc4xx: Remove compilation warning "pci_async_enabled defined but not used" + + Signed-off-by: Stefan Roese + +commit d0a1364f91c80d29daff6b27a7904a50cdc00b35 +Author: Matthias Fuchs +Date: Fri Jul 3 16:06:06 2009 +0200 + + ppc4xx: Implement is_pci_host() for 405 CPUs + + This patch implements the is_pci_host() function in a similiar way + as it is used on 440 targets. + + The former path with CONFIG_PCI_HOST == PCI_HOST_AUTO does not + build on 405EP targets because checking the PCI arbiter is different. + So putting the fixed code into a separate function makes the code + more readable. + + Also using is_pci_host() on 405 brings 405 and 440 PCI code + a little bit closer. + + In preparation for an upcoming 405EP based PMC module I made this + function weak so that it can be overwritten from board specific code. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 04ddae915f295dee301f15c32100533a48e3b433 +Author: Alessio Centazzo +Date: Wed Jul 1 22:20:51 2009 -0700 + + ppc4xx: Fixed PPC4xx debug compilation error in uic.c + + This patch fixes a debug compilation error for PPC4xx platforms, all + other architectures are not affected by this change. The 'handler' + pointer was undefined. The fix is exercised and has effect only if + DEBUG is defined. + + Signed-off-by: Alessio Centazzo acpatin@yahoo.com + Signed-off-by: Stefan Roese + +commit 48e2b535a0dd3a7b77b674130934a24f9de6f48d +Author: Felix Radensky +Date: Wed Jul 1 11:37:46 2009 +0300 + + 4xx: Fix compilation warnings and MQ registers dump in SPD DDR2 code + + This patch fixes printf format string compilation warnings in several + debug statements. It also fixes the dump of DDR controller MQ registers + found on some 44x and 46x platforms. The current register dump code + uses incorrect DCRs to access these registers. + + Signed-off-by: Felix Radensky + Signed-off-by: Stefan Roese + +commit 26d37f0061ad05e5c383c910f00e6006f3c89a3a +Author: Felix Radensky +Date: Mon Jun 22 15:30:42 2009 +0300 + + ppc4xx: Fix FDT EBC mappings on Canyonlands + + This patch fixes 2 problems with FDT EBC mappings on Canyonlands. + First, NAND EBC mapping was missing, making Linux NAND driver + unusable on this board. Second, NOR remapping code assumed that + NOR is always on CS0, however when booting from NAND NOR is on CS3. + + Signed-off-by: Felix Radensky + Signed-off-by: Stefan Roese + +commit baa9f9ba4345ed6dc5c403871c32e6295316ea52 +Author: Nobuhiro Iwamatsu +Date: Tue Jun 16 22:29:15 2009 +0900 + + sh: Revised the build with newest compiler + + The check of data became severe from newest gcc. + This patch checked in gcc-4.2 and 4.3 . + + Signed-off-by: Nobuhiro Iwamatsu + +commit be45c632568ba76343c1453b3951ad793f482fd5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:48 2009 +0200 + + sh3/sh4: rename config option TMU_CLK_DIVIDER to CONFIG_SYS_TMU_CLK_DIV + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 8dd29c87ba370072a8464b8cc19e0a1e6e0497b4 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:47 2009 +0200 + + sh3/sh4: fix CONFIG_SYS_HZ to 1000 + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit add380f51f34ed1e2678c2abac8d53c91d652f26 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:46 2009 +0200 + + sh: introduce clock framework + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 3931a375de2c381d9ff5ec2767b2da9f62a41aef +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:45 2009 +0200 + + sh: unify linker script + + all sh boards use the same cpu linker script so move it to cpu/$(CPU) + + that could be overwrite in following order + SOC + BOARD + via the corresponding config.mk + + tested on r2dplus + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 236aad875817771eb1f25ed32784b3cd7760b2e6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:44 2009 +0200 + + sh: make the linker scripts more generic + + currently we need to sync the linker script enty and TEXT_BASE manualy + and the reloc_dst is based on it + + instead provide it now from the ldflags + + tested on r2dplus + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit ce29817212792113cd2d67a9767049a2e262c406 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jun 4 12:06:43 2009 +0200 + + sh7785lcr: fix out of tree build + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Nobuhiro Iwamatsu + Signed-off-by: Nobuhiro Iwamatsu + +commit 2e8a6f551cba550e9220dca4d8504066203b1f74 +Author: HeungJun Kim +Date: Tue Jun 30 14:42:22 2009 +0900 + + env_onenand: change env_address type from unsigned long to loff_t + + If use the onenand boot, the env_relocate_spec() calls mtd->read(), + and the type of the argument #2 of mtd->read() was changed to loff_t. + But, the "env_addr" type is still unsigned long, thus this patch change + the type from unsigned long to loff_t. + + Acked-by: Kyungmin Park + Signed-off-by: HeungJun, Kim + Signed-off-by: Scott Wood + +commit 66372fe2ab11cdeb0e841ad9eb6ba79769db4909 +Author: Mingkai Hu +Date: Thu Jun 18 18:23:27 2009 +0800 + + fsl_elbc_nand: redirect the pointer of bbt pattern to RAM + + The bbt descriptors contains the pointer to the bbt pattern which + are statically initialized memory struct. When relocated to RAM, + these pointers will continue point to NOR flash(or L2 SRAM, or + other boot device). If the contents of NOR flash changed or L2 + SRAM disabled, it'll hang the system. + + Signed-off-by: Mingkai Hu + Signed-off-by: Scott Wood + +commit 1dac3a51875967f32641bbc0d26dc382ef02330a +Author: Scott Wood +Date: Wed Jun 24 17:23:49 2009 -0500 + + nand_spl: Fix cmd_ctrl usage in nand_boot.c. + + When adding large page NAND support to this file, I had a misunderstanding + about the exact semantics of NAND_CTRL_CHANGE (which isn't documented + anywhere I can find) -- it is apparently just a hint to drivers, + which aren't required to preserve the old value for subsequent + non-"change" invocations. + + This change makes nand_boot.c no longer assume this. Note that this + happened to work by chance with some NAND drivers, which don't preserve + the value, but treat 0 equivalently to NAND_CTRL_ALE. + + I don't have hardware to test this, so any testing is appreciated. + + Signed-off-by: Scott Wood + +commit 98713d2663d5d30dde74f48f547114a2bfd9d463 +Author: kevin.morfitt@fearnside-systems.co.uk +Date: Thu Jun 18 18:41:03 2009 +0100 + + Bug-fix in drivers mtd nand Makefile + + The S3C2410 NAND driver source file is included in the makefile instead of + the object file. + + Signed-off-by: Kevin Morfitt + Signed-off-by: Scott Wood + +commit b74ab737369bbbe66c15cbe6c0d0b6a351b00c96 +Author: Guennadi Liakhovetski +Date: Mon May 18 16:07:22 2009 +0200 + + nand_spl: read environment early, when booting from NAND using nand_spl + + Currently, when booting from NAND using nand_spl, in the beginning the default + environment is used until later in boot process the dynamic environment is read + out. This way environment variables that must be interpreted early, like the + baudrate or "silent", cannot be modified dynamically and remain at their + default values. Fix this problem by reading out main and redundand (if used) + copies of the environment in the nand_spl code. + + Signed-off-by: Guennadi Liakhovetski + Signed-off-by: Scott Wood + +commit 378adfcdf4bbd77ee4cbc3276d4733e218308a21 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 14:27:40 2009 +0200 + + mtd: nand: use loff_t for offset + + nand_util currently uses size_t which is arch dependent and not always a + unsigned long. Now use loff_t, as does the linux mtd layer. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Scott Wood + +commit 8360b66bac9567701027a0087274d0c9b2fe8d6b +Author: Wolfgang Denk +Date: Sun May 24 17:34:33 2009 +0200 + + nand/onenand: Fix missing argument checking for "markbad" command + + The "nand markbad" and "onenand markbad" commands did not check if an + argument was passed; if this was forgotten, no error was raised but + block 0 was marked as bad. + + While fixing this bug, clean up the code a bit and allow to pass more + than one block address, thus allowing to mark several blocks as bad + in a single command invocation. + + Signed-off-by: Wolfgang Denk + Signed-off-by: Scott Wood + +commit cd84423a09f3a08029fe41c1db96168debd0b51f +Author: Mike Frysinger +Date: Mon May 25 22:42:28 2009 -0400 + + mtd: nand: new base driver for memory mapped nand devices + + The BF537-STAMP Blackfin board had a driver for working with NAND devices + that are simply memory mapped. Since there is nothing Blackfin specific + about this, generalize the driver a bit so that everyone can leverage it. + + Signed-off-by: Mike Frysinger + Signed-off-by: Scott Wood + +commit d27bc728cf35e7d7996fbd77154335e66615b213 +Author: Guennadi Liakhovetski +Date: Mon May 18 16:06:45 2009 +0200 + + env_nand: remove unused variable. + + Remove an unused "total" variable in multiple functions. + + Signed-off-by: Guennadi Liakhovetski + Signed-off-by: Scott Wood + +commit 154b5484ac7dcbcd0fb5ba388d930b02f87fa302 +Author: David Brownell +Date: Sun May 10 15:43:01 2009 -0700 + + davinci_nand chipselect/init cleanup + + Update chipselect handling in davinci_nand.c so that it can + handle 2 GByte chips the same way Linux does: as one device, + even though it has two halves with independent chip selects. + For such chips the "nand info" command reports: + + Device 0: 2x nand0, sector size 128 KiB + + Switch to use the default chipselect function unless the board + really needs its own. The logic for the Sonata board moves out + of the driver into board-specific code. (Which doesn't affect + current build breakage if its NAND support is enabled...) + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit 496863b2440dd7cd69a1ad2443a9badd5f8968d1 +Author: Sandeep Paulraj +Date: Sat May 9 12:35:20 2009 -0400 + + NAND DaVinci: Update to ALE/CLE Mask values + + All DaVinci SOC's use a CLE mask of 0x10 and an ALE mask of 0x8 + except the DM646x. This was decided by the design team driving the design. + This patch updates the CLE and ALE values for DM646x. + Updated patches for DM646x will be sent shortly. + This applies to u-boot-nand-flash git + + Signed-off-by: Sandeep Paulraj + Signed-off-by: Scott Wood + +commit 0c1684437ef810c503df29e8d73f63191aa63862 +Author: Sandeep Paulraj +Date: Wed Apr 29 09:47:09 2009 -0400 + + ARM DaVinci: Changing ALE Mask Value + + The ALE mask used by DaVinci SOCs is wrong. The patch changes the mask value + from '0xa' to '0x8'. This is the mask we use for all TI releases. + + Signed-off-by: Sandeep Paulraj + Signed-off-by: Scott Wood + +commit 6e29ed8e576a6900c5d8dcde36b423ac576894dc +Author: David Brownell +Date: Tue Apr 28 13:19:53 2009 -0700 + + davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC) + + Remove CONFIG_SYS_DAVINCI_BROKEN_ECC option. It's not just nasty; + it's also unused by any current boards, and doesn't even match the + main U-Boot distributions from TI (which use soft ECC, or 4-bit ECC + on newer chips that support it). + + DaVinci GIT kernels since 2.6.24, and mainline Linux since 2.6.30, + match non-BROKEN code paths for 1-bit HW ECC. The BROKEN code paths + do seem to partially match what MontaVista/TI kernels (4.0/2.6.10, + and 5.0/2.6.18) do ... but only for small pages. Large page support + is really broken (and it's unclear just what software it was trying + to match!), and the ECC layout was making three more bytes available + for use by filesystem (or whatever) code. + + Since this option itself seems broken, remove it. Add a comment + about the MV/TI compat issue, and the most straightforward way to + address it (should someone really need to solve it). + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit fcb774777562bb7bcdc53c608d0e6bae906ce0f6 +Author: David Brownell +Date: Tue Apr 28 13:19:50 2009 -0700 + + davinci_nand: cleanup I (minor) + + Minor cleanup for DaVinci NAND code: + + - Use I/O addresses from nand_chip; CONFIG_SYS_NAND_BASE won't + be defined when there are multiple chipselect lines in use + (as with common 2 GByte chips). + + - Cleanup handling of EMIF control registers + * Only need one pointer pointing to them + * Remove incorrect and unused struct supersetting them + + - Use the standard waitfunc; we don't need a custom version + + - Partial legacy cleanup: + * Don't initialize every board like it's a DM6446 EVM + * #ifdef a bit more code for BROKEN_ECC + + Sanity checked with small page NAND on dm355 and dm6446 EVMs; + and large page on dm355 EVM (packaged as two devices, not one). + + Signed-off-by: David Brownell + Signed-off-by: Scott Wood + +commit 8e5e9b940cdede0debe528cdd7edccccbb3ebf2a +Author: Wolfgang Denk +Date: Tue Jul 7 22:35:02 2009 +0200 + + Coding style cleanup; update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit d318d0c44d8e91e937c4dad0c5b1d2f6bb9d9fd8 +Author: Stefan Roese +Date: Mon Jun 29 13:30:50 2009 +0200 + + UBI: Fix build problem noticed on Apollon (arm/testing repo) + + This patch fixes a build problem noticed on Apollon by using + mtd_dev_by_eb() instead of "/" as done in the Linux UBI version. + So this brings the U-Boot UBI version more in sync with the Linux + version again. + + Signed-off-by: Stefan Roese + +commit 2efee52b09657e9353655b9dae9e1d1a67a2abe4 +Author: Prafulla Wadaskar +Date: Mon Jul 6 20:29:15 2009 +0530 + + sf: Macronix additional chips supported + + new chips supported:- + MX25L1605D, MX25L3205D, MX25L6405D, MX25L12855E + out of which MX25L6405D and MX25L12855E tested on Kirkwood platforms + + Modified the Macronix flash support to use 2 bytes of device id instead of 1 + This was required to support MX25L12855E + + Signed-off-by: Piyush Shah + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Mike Frysinger + +commit dd54126715b89ed0c43322aa78b0dad306f043b6 +Author: Mike Frysinger +Date: Fri Jun 19 03:27:28 2009 -0400 + + sf: sst: add sst25vf###b ids + + Signed-off-by: Mike Frysinger + +commit 7d907f0ea993b179a197d8db2a36f122bc673c2d +Author: Mike Frysinger +Date: Fri Jun 19 03:20:06 2009 -0400 + + sf: sst: fix sector size + + Looks like when I was encoding the sector sizes, I forgot to divide by 8 + (due to the stupid marketing driven process that declares all sizes in + useless megabits and not megabytes). + + Signed-off-by: Mike Frysinger + +commit ceb70b466e75ceb1a621b6163f7e31116bfc8094 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jul 5 01:06:06 2009 +0200 + + nhk8815: fix MAKEALL + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d08e5ca301b69ab77ecdd34e2b06aee30d6057d1 +Author: Magnus Lilja +Date: Sat Jul 4 10:31:24 2009 +0200 + + MX31: Add NAND SPL boot support to i.MX31 PDK board. + + Signed-off-by: Magnus Lilja + +commit 78eabb90b793fafe875a7469526d1715fa56cbb4 +Author: Prafulla Wadaskar +Date: Mon Jun 29 20:55:54 2009 +0530 + + arm: Kirkwood: arch specific updated for ehci-Kirkwood driver support + + This patch abstracts Kirkwood arch specific changes to support ehci-kirkwood driver + + Signed-off-by: Prafulla Wadaskar + +commit 095a460b49022e64df76134300643606e3acb4e9 +Author: Alessandro Rubini +Date: Mon Jun 29 10:52:37 2009 +0200 + + arm nomadik: use 1000 as HZ value and rewrite timer code + + This sets CONFIG_SYS_HZ to 1000 as required, and completely rewrites + timer code, which is now both correct and much smaller. Unused + functions like udelay_masked() have been removed as no driver uses + them, even the ones that are not currently active for this board. + mtu.h is copied literally from the kernel sources. + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f7aa59b29a451cc502078a9e4ba32345a4250c05 +Author: Alessandro Rubini +Date: Mon Jun 22 09:18:57 2009 +0200 + + arm nomadik: allow Nand and OneNand to coexists + + The evaluation kit has both Nand and OneNand, both drivers are there + and the two configurations only select a different default for the + jffs partition. This adds the OneNand driver and cleans up storage. + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + +commit fd14c41a861cd38ee2fe3abd61d59b57b4eb23c9 +Author: Alessandro Rubini +Date: Mon Jun 22 09:18:47 2009 +0200 + + arm nomadik: cleanup reset + + There is only one public release of the Nomadik chip, so the ifdef + in reset code as well as a define in the config file are not needed + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + +commit ee1363f2da3996bafdecdd8f4e48862ebff3f271 +Author: Alessandro Rubini +Date: Mon Jun 22 09:18:37 2009 +0200 + + arm nomadik: rename board to nhk8815 + + This is an error in my side in the initial submission: nobody + calls it ""nmdk8815", it's "nomadik hardware kit", nhk8815, instead. + + Signed-off-by: Alessandro Rubini + Acked-by: Andrea Gallo + +commit 040f8f63e922bbfb8ba0958bf637f11a917f5c38 +Author: Stefano Babic +Date: Wed Jul 1 20:40:41 2009 +0200 + + xscale: add support for the polaris board + + The Polaris board is based on the TrizepsIV module of + Keith & Koep (http://www.keith-koep.com). + + Signed-off-by: Stefano Babic + +commit 88bd97501314683b87f3f1edcf55b347c041b722 +Author: Stefano Babic +Date: Wed Jul 1 04:33:56 2009 +0200 + + xscale: fix USB initialization for Trizepsiv module + + Due to change in the usb_board_init() prototype, the USB for + the TrizepsIV was not correctly initialized. + Removed dummy print from usb_board_stop(). + + Signed-off-by: Stefano Babic + +commit 0b785ddd60120cfb74d18e58c56054238219f6db +Author: Prafulla Wadaskar +Date: Wed Jul 1 20:34:51 2009 +0200 + + net: merge bugfix: Marvell Kirkwood gigabit ethernet driver + + This patch looks okay on u-boot-net.git/next branch + but when it was merged to u-boot.git/master the last line is missing + + Signed-off-by: Prafulla Wadaskar + Acked-by: Ben Warren + +commit 33b1d3f43a16fbb79004075ce89ae4e618b288a2 +Author: Daniel Gorsulowski +Date: Tue Jun 30 21:03:37 2009 +0200 + + at91: Add esd gmbh MEESC board support + + This patch adds support for esd gmbh MEESC board. + The MEESC is based on an Atmel AT91SAM9263 SoC. + + Signed-off-by: Daniel Gorsulowski + +commit 21761540b43c7086c75ee9afb412da1e5ddde2e9 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Tue Jun 30 21:03:35 2009 +0200 + + ARM: Update mach-types + + update against linux v2.6.30 + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 45627fce18139a74e0755124d27376b520db156c +Author: Daniel Gorsulowski +Date: Tue Jun 30 23:03:33 2009 +0200 + + at91: Add CAN init function + + To enable CAN init, CONFIG_CAN has to be defined in the board config file + and at91_can_hw_init() has to be called in the board specific code. + + CAN is available on AT91SAM9263 and AT91CAP9 SoC. + + Signed-off-by: Daniel Gorsulowski + +commit 2e23008e5dbde7fe4c4758bee5a393e1db796cdf +Author: Simon Kagstrom +Date: Tue Jun 30 23:03:31 2009 +0200 + + arm: Kirkwood: Correct header define + + Correct define typo (. -> ,) + + Signed-off-by: Simon Kagstrom + +commit 8449f287f5c53d59db13c3c512e6bd1750b692d1 +Author: Magnus Lilja +Date: Wed Jul 1 01:07:55 2009 +0200 + + MX31: Add basic support for Freescale i.MX31 PDK board. + + Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board). + + This patch assumes that some other program performs the actual + NAND boot. + + Signed-off-by: Magnus Lilja + Acked-by: Fabio Estevam + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 8d460a573e2a2ac4834636903865a0428ad0e629 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Tue Jun 23 00:12:01 2009 +0200 + + S3C24x0: extract interrupts from timer + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit c8badbe500a752f42049e51042767ee62ea714e0 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jun 28 14:14:21 2009 +0200 + + dm355/pm9261: add missing CONFIG_NET_MULTI + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 798bf9a9ade1cfbe85a16d180cad720927d8e10a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Tue Jun 23 00:12:01 2009 +0200 + + arm920t/interrupts: Move conditional compilation to Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 06e758e75c79ce8761866bf8165c443584a20893 +Author: Kim, Heung Jun +Date: Sat Jun 20 11:02:17 2009 +0200 + + move L2 cache enable/disable function to cache.c in the omap3 SoC directory + + Signed-off-by: HeungJun, Kim + CC: Dirk Behme + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d583ef5147066d3609de21f3beebbab99a19bad4 +Author: Thomas Lange +Date: Sat Jun 20 11:02:17 2009 +0200 + + ARM DaVinci: EMIF settings + + NAND module should not modify EMIF registers unrelated to CS2 + that is used for NAND, i.e. do not modify EWAIT config register + or registers for other Chip Selects. + + Without this patch, EMIF configurations made in board_init() + will be invalidated. + + Signed-off-by: Thomas Lange + +commit 2600b8571a26c10c1c43401d7af38e2333cc5381 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 20 11:02:17 2009 +0200 + + versatile: config coding style cleanup + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Cc: Peter Pearse + +commit 4efb77d41f9c5d93f0f92dda60e742023fa03c72 +Author: Prafulla Wadaskar +Date: Sat Jun 20 11:01:53 2009 +0200 + + arm: Kirkwood: Basic SOCs support + + Kirkwood family controllers are highly integrated SOCs + based on Feroceon-88FR131/Sheeva-88SV131/arm926ejs cpu core. + + SOC versions supported:- + 1) 88F6281-A0 define CONFIG_KW88F6281_A0 + 2) 88F6192-A0 define CONFIG_KW88F6192_A0 + + Other supported features:- + 1) get_random_hex() fucntion + 2) PCI Express port initialization + 3) NS16550 driver support + + Contributors: + Yotam Admon + Michael Blostein + Acked-by: Stefan Rose + Signed-off-by: Prafulla Wadaskar + +commit 5c3d5817e5e68b828c165c501c215e793dc63aac +Author: Prafulla Wadaskar +Date: Sat Jun 20 11:01:52 2009 +0200 + + arm: generic cache.h for ARM architectures + + This patch is required for Kirkwood SoC support + may be used by other ARM architectures + + Signed-off-by: Prafulla Wadaskar + +commit 9c8c706c92e53433a871a563946c38075d76504d +Author: Matthias Ludwig +Date: Sat Jun 20 11:01:50 2009 +0200 + + OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change + + Signed-off-by: Matthias Ludwig + +commit 0aafde1dc76d6d65d6be10bf499ec86d9ffee8b9 +Author: Sedji Gaouaou +Date: Wed Jun 24 08:32:09 2009 +0200 + + at91sam9260/9263: add back up for the rst(reset controller). + + On the boards at91sam9260ek, at91sam9263ek and afed9260, the rstc register was + set to 0 after being set to 500 ms for the PHY reset. + Do backup the old reset length and restore it after the MACB initialisation. + + Signed-off-by: Sedji Gaouaou + Signed-off-by: Stelian Pop + +commit afb0b1315c048ce2b1f35f0183b8b118ad0c14e1 +Author: Kumar Gala +Date: Fri Jul 3 12:45:44 2009 -0500 + + fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code + + sys_eeprom.c: In function 'do_mac': + sys_eeprom.c:323: warning: dereferencing type-punned pointer will break strict-aliasing rules + sys_eeprom.c: In function 'mac_read_from_eeprom': + sys_eeprom.c:395: warning: dereferencing type-punned pointer will break strict-aliasing rules + + Signed-off-by: Kumar Gala + +commit e94e460c6e8741f42dab6d8dd4b596ba5d9d79ae +Author: Peter Tyser +Date: Tue Jun 30 17:15:51 2009 -0500 + + 83xx: Add support for fsl_dma driver + + Signed-off-by: Peter Tyser + Reviewed-by: Ira W. Snyder + Tested-by: Ira W. Snyder + Acked-by: Kim Phillips + Signed-off-by: Kumar Gala + +commit 9adda5459ca62120c0c50b82b766fe1cf6925bbf +Author: Peter Tyser +Date: Tue Jun 30 17:15:50 2009 -0500 + + 83xx: Replace CONFIG_ECC_INIT_VIA_DDRC references + + Update 83xx architecture's CONFIG_ECC_INIT_VIA_DDRC references to + CONFIG_ECC_INIT_VIA_DDRCONTROLLER, which other Freescale architectures + use + + Signed-off-by: Peter Tyser + Acked-by: Kim Phillips + Signed-off-by: Kumar Gala + +commit 039594a4301dadceb267db5e8b9c8c78b1bb86b5 +Author: Poonam Aggrwal +Date: Thu Jul 2 16:15:01 2009 +0530 + + 8xxx: Second UART port added for MPC85xx, MPC83xx, MPC86xx processors + + Defining the next two configs allows to switch the serial port from the + console using the setenv stdin and stdout + 1. #define CONFIG_SERIAL_MULTI 1 /* Enable both serial ports */ + 2. #define CONFIG_SYS_CONSOLE_IS_IN_ENV /* determine from environment */ + + Signed-off-by: Poonam Aggrwal + Signed-off-by: Ed Swarthout + Signed-off-by: Kumar Gala + +commit 546b1032907df70f2dd0f98f3ad09885a88411e5 +Author: Poonam Aggrwal +Date: Thu Jul 2 16:14:40 2009 +0530 + + 85xx: Adds GPIO registers to MPC85xx Memory Map. + + Signed-off-by: Poonam Aggrwal + Signed-off-by: Kumar Gala + +commit 5da6f806b400372b8a0664f3282c9e83a402eb66 +Author: Peter Tyser +Date: Tue Jun 30 17:26:01 2009 -0500 + + 86xx: XPedite5170 board support + + Initial support for Extreme Engineering Solutions XPedite5170 - + a MPC8640-based 3U VPX single board computer with a PMC/XMC + site. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit e66f38da8434425aca8df08d06d9ef41b3478d3b +Author: Timur Tabi +Date: Wed Jul 1 16:51:59 2009 -0500 + + fsl_ddr: Fix DDR3 calculation of rank density with 8GB or more + + The calculate for rank density in compute_ranksize() for DDR3 used all + integers for the expression, so the result was also a 32-bit integer, even + though the 'bsize' variable is a u64. Fix the expression to calculate a + true 64-bit value. + + Signed-off-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit 6af015b86b86d94de7ca1b23a3890bc93a50c2ab +Author: Peter Tyser +Date: Tue Jun 30 17:15:49 2009 -0500 + + fsl_dma: Make DMA transactions snoopable + + Make DMA transactions snoopable so that CPUs can keep caches up-to-date. + This allows dma transactions to be used for operations such as memory + copies without any additional cache control operations. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 0d595f76bc9c7c8dff5bd31dffed87a840a03c56 +Author: Peter Tyser +Date: Tue Jun 30 17:15:48 2009 -0500 + + fsl_dma: Break out common memory initialization function + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 79f4333ceb059049b3ee560167d6cbaec493695f +Author: Peter Tyser +Date: Tue Jun 30 17:15:47 2009 -0500 + + 8xxx: Move dma_init() call to common code + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 191c7118592cd182f2dc7f46b4f72d9bed0e2c76 +Author: Peter Tyser +Date: Tue Jun 30 17:15:46 2009 -0500 + + fsl_dma: Move dma function prototypes to common header file + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 7892f619d40f4196e41e7114c5dfee9fad0f572f +Author: Peter Tyser +Date: Tue Jun 30 17:15:45 2009 -0500 + + 8xxx: Rename dma_xfer() to dmacpy() + + Also update dmacpy()'s argument order to match memcpy's and use + phys_addr_t/phy_size_t for address/size arguments + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 484919cf3351212ebf748b9b13ece1ddaf7e7d1c +Author: Peter Tyser +Date: Tue Jun 30 17:15:44 2009 -0500 + + fsl_dma: Fix Channel Start bug in dma_check() + + The Channel Start (CS) bit in the Mode Register (MR) should actually be + cleared as the comment in the code suggests. Previously, CS was being + set, not cleared. + + Assuming normal operation of the DMA engine, this change shouldn't have + any real affect. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 51402ac12be9a0025f16db51fbde7c050a54e5fe +Author: Peter Tyser +Date: Tue Jun 30 17:15:43 2009 -0500 + + fsl_dma: Add support for arbitrarily large transfers + + Support DMA transfers larger than the DMA controller's limit of + (2 ^ 26 - 1) bytes + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit a730393a362741c318b21771b8d7b2647e546c3e +Author: Peter Tyser +Date: Tue Jun 30 17:15:42 2009 -0500 + + fsl_dma: Use proper I/O access functions + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 9c06071a6077ba95e9d43226156e39567d5d064a +Author: Peter Tyser +Date: Tue Jun 30 17:15:41 2009 -0500 + + fsl_dma: Add bitfield definitions for common registers + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 017f11f68ef543e866be033bcb7b8058a8a380d8 +Author: Peter Tyser +Date: Tue Jun 30 17:15:40 2009 -0500 + + 8xxx: Break out DMA code to a common file + + DMA support is now enabled via the CONFIG_FSL_DMA define instead of the + previous CONFIG_DDR_ECC + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 6bbced671719518d0e28ff422623cd7ce396cbda +Author: Mark Jackson +Date: Mon Jun 29 15:59:10 2009 +0100 + + Atmel LCD driver GUARDTIME fix + + This patch allows the guard time parameter to be set in + the Atmel LCDC driver. + + By default, the previous value of 1 is used, unless the + setting is defined elsewhere. + + Signed-off-by: Mark Jackson + +commit 29c35182462feea09f322e51913759a53359a3e0 +Author: Roy Zang +Date: Tue Jun 30 13:56:23 2009 +0800 + + 85xx: Add pci e1000 Ethernet support for P2020 board + + Signed-off-by: Roy Zang + Signed-off-by: Kumar Gala + +commit 156984a3611c28093919d3e3c042f722b5548253 +Author: Kumar Gala +Date: Thu Jun 18 08:39:42 2009 -0500 + + 8xxx: Fix PCI bus address setup for 36-bit configs + + We want the outbound PCI memory map to end at the 4G boundary so we + can maximize the amount of space available for inbound mappings if + we have large amounts of memory. + + This matches the device tree setup in the kernel for the 36-bit physical + configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS). + + Signed-off-by: Kumar Gala + +commit 480f61790565d77432b70b4016b73f2ae27d530f +Author: Kumar Gala +Date: Thu Jun 18 08:23:01 2009 -0500 + + 86xx: Add CPU_TYPE_ENTRY support + + Unify with 83xx and 85xx and use CPU_TYPE_ENTRY. We are going to use + this to convey the # of cores and DDR width in the near future so its + good to keep in sync. + + Signed-off-by: Kumar Gala + +commit 98ab14e858bf60306d0aa3f0df5a7a5f88264aff +Author: Peter Meerwald +Date: Mon Jun 29 15:48:33 2009 -0400 + + Blackfin: TWI/I2C: fix pure writes + + If doing a pure write with register address and data (not a read/write + combo transfer), we don't set the initial transfer length properly which + ends up causing only the register address to be transferred. + + While we're here, fix the i2c_write() parameter description of the buffer. + + Signed-off-by: Peter Meerwald + Signed-off-by: Mike Frysinger + +commit 5710de45808eb8f1cc34b51dc3e67e2422113249 +Author: Prafulla Wadaskar +Date: Sat May 30 01:13:33 2009 +0530 + + spi: Add Marvell Kirkwood SPI driver + + This patch adds a SPI driver for the Marvell Kirkwood SoC's. + + Signed-off-by: Prafulla Wadaskar + +commit 6bde171a4c4116cee179167cb65335a28f99932d +Author: Minkyu Kang +Date: Thu Jun 25 19:21:33 2009 +0900 + + s3c64xx: move the reset_cpu function + + Because of the reset_cpu is soc specific, should be move to soc + And read reset value from SYS_ID register instead of hard code + this patch also supports s3c6410 + + Signed-off-by: Minkyu Kang + +commit 576afd4faeba1519bcb8c0083c3e4d45e5643a48 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:37 2009 +0200 + + integrator: merge integratorap and integratorcp + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 46937b27427688a56bf7f5944a92d962dc43c3fa +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap/cp: use cfi driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit de7a01abd8aeb167946f391327e1e0d1e01f90c9 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap/cp/versatile: remove non used functions + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit f54851a6e3844b7e01581b5a9681f294118b7529 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorcp: split timer support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 2bcef0723ea11c4e9bfbcfff2a93ec2da520b5f1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap: split timer support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 86baa085c52a7f3377a88074679c5aca9b9e4d38 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 17 00:58:36 2009 +0200 + + integratorap: split pci support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Peter Pearse + +commit 379e9fc0a319b8f6ae16d763590bf023f3afb87c +Author: Ilya Yanok +Date: Mon Jun 8 04:12:50 2009 +0400 + + arm: add support for CONFIG_GENERIC_MMC + + Signed-off-by: Ilya Yanok + +commit 47d19da4d3f9ac4787abe9dee32406478424be52 +Author: Ilya Yanok +Date: Mon Jun 8 04:12:46 2009 +0400 + + serial_mx31: allow it to work with mx27 too and rename to serial_mxc + + UART hardware on i.MX27 is the same as on the i.MX31 so we just + need to provide the driver with correct address of the registers. + + Signed-off-by: Ilya Yanok + +commit 1dc4da749dbde27ec862f5b65703e8e4541fbba3 +Author: Ilya Yanok +Date: Mon Jun 8 04:12:45 2009 +0400 + + mx27: basic cpu support + + This patch adds generic code to support Freescale's i.MX27 SoCs. + + Signed-off-by: Ilya Yanok + +commit dd2f6965a6c71f6f711ec98827880152e022c236 +Author: Magnus Lilja +Date: Sat Jun 13 20:50:03 2009 +0200 + + i.MX31: Create a common device file. + + Signed-off-by: Magnus Lilja + +commit 958f7da7887fea4a2091ae60944d62c1708c2c55 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 20:50:02 2009 +0200 + + ARM: Add macros.h to be used in assembler file. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 40c642bc19b9fa2906e3172487a522fee456340b +Author: Magnus Lilja +Date: Sat Jun 13 20:50:01 2009 +0200 + + MX31: Add NAND SPL for i.MX31. + + This patch adds the NAND SPL framework needed to boot i.MX31 boards + from NAND. + + It has been tested on a i.MX31 PDK board with large page NAND. Small + page NANDs should work as well, but this has not been tested. + + Note: The i.MX31 NFC uses a non-standard layout for large page NANDs, + whether this is compatible with a particular setup depends on how + the NAND device is programmed by the flash programmer (e.g. JTAG + debugger). + + The patch is based on the work by Maxim Artamonov. + + Signed-off-by: Maxim Artamonov + Signed-off-by: Magnus Lilja + +commit df81238b3e27a791da996a9208402ac8f40b9862 +Author: Magnus Lilja +Date: Sat Jun 13 20:50:00 2009 +0200 + + ARM1136: Introduce CONFIG_PRELOADER macro. + + Currently CONFIG_ONENAND_IPL is used in a number of #ifdef's + in start.S. In preparation for adding support for NAND SPL + the macro CONFIG_PRELOADER is introducted and replaces the + CONFIG_ONENAND_IPL in start.S. + + Signed-off-by: Magnus Lilja + +commit 8096c51fd4e611ed666dbe77767e81af5d94fc7b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 12:50:04 2009 +0200 + + at91: unify nor boot support + + the lowlevel init sequence is the same so unify it + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1b3b7c640d04df2ba9a9d947117d112a75fee7f4 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Jun 13 12:48:36 2009 +0200 + + at91sam9263ek: add nor flash support + + this will allow you to store use it for the env and to boot directly U-Boot from + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 329492329700812c6df275aa0fda09d609cd0fd4 +Author: Ilko Iliev +Date: Fri Jun 12 21:20:39 2009 +0200 + + at91: add support for the PM9261 board of Ronetix GmbH + + The PM9261 board is based on the AT91SAM9261-EK board. + + Here is the page on Ronetix website: + http://www.ronetix.at/starter_kit_9261.html + + Signed-off-by: Ilko Iliev + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 01550a2b650fbabc03334f9eadcc6083601a2414 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Jun 12 21:20:38 2009 +0200 + + pm9263: use macro instead of hardcode value for the lowlevel_init + + optimize a few the RAM init + + Signed-off-by: Ilko Iliev + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7a11c7f9747240dc770954d320569596c0fbcb50 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Jun 12 21:20:37 2009 +0200 + + pm9263: lowlevel init update + + move PSRAM init to pm9263.c + this will allow us after to make the nor lowlevel_init generic + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0 +Author: Mike Frysinger +Date: Mon Jun 15 00:25:19 2009 -0400 + + Blackfin: move ALL += u-boot.ldr to blackfin_config.mk + + The way the ALL variable is used allows for config.mk's to add more + targets themselves without having to clutter up the top level Makefile. + + Signed-off-by: Mike Frysinger + +commit afac8b07172d7e4a65f86ce1ec4c783a6165ba1f +Author: Mike Frysinger +Date: Sun Jun 14 22:29:35 2009 -0400 + + Blackfin: fix SPI flash speed define name + + The SPI flash define is named CONFIG_SF_DEFAULT_SPEED, not + CONFIG_SF_DEFAULT_HZ, so fix the typos in the Blackfin boards. + + Signed-off-by: Mike Frysinger + +commit 9ae55ccf601de7a5b75eb418f3fc3d5eca92c106 +Author: Mike Frysinger +Date: Sun Jun 14 22:26:31 2009 -0400 + + Blackfin: enable -O2 in lib_generic/ for ADI/Bluetechnix boards + + Building the compression code in lib_generic/ with -O2 rather than -Os + gives a nice speed boost without too much code size increase. + + Signed-off-by: Mike Frysinger + +commit fea63e2a44f0db51d2e39ee7793e8c6d7f3cf5d4 +Author: Mike Frysinger +Date: Sun Jun 14 21:23:27 2009 -0400 + + Blackfin: bf548-ezkit: bump up monitor size + + The latest version of U-Boot got a bit fatter in the BSS section which + caused overflows in the RAM region, so increase the monitor size. + + Signed-off-by: Mike Frysinger + +commit bc43a8d8994c2f0be29e09b13b15da7f79e2c081 +Author: Vivi Li +Date: Fri Jun 12 10:53:22 2009 +0000 + + Blackfin: bf533-stamp/bf537-stamp: fix env settings for SPI flash + + The SPI flash layer is much stricter about sector usage than the eeprom + layer we used to use, so update the env settings to better match the + sector alignment of the flashes we use. + + Signed-off-by: Vivi Li + Signed-off-by: Mike Frysinger + +commit 63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c +Author: Vivi Li +Date: Fri Jun 12 10:33:23 2009 +0000 + + Blackfin: bump up default JTAG console timeout + + The debug tools that interface with the other side of the JTAG console + got much slower when generalizing things, so bump up the default timeout + value on the U-Boot side to cope. Hopefully at some point we can improve + the debug tools to speed things back up. + + Signed-off-by: Vivi Li + Signed-off-by: Mike Frysinger + +commit c11ff779f4e0e0c7edc322e84dd229ad28709595 +Author: Mike Frysinger +Date: Mon Jun 1 19:08:33 2009 -0400 + + Blackfin: add jtagconsole helper script + + This script is similar to the netconsole script, but instead works with + the JTAG console device driver that exists on Blackfin parts. + + Signed-off-by: Mike Frysinger + +commit 60f61e6d7655400bb785a2ef637581679941f6d1 +Author: Remy Bohmer +Date: Sat May 2 21:49:18 2009 +0200 + + Convert DM9000 driver for CONFIG_NET_MULTI + + All drivers need to be converted to CONFIG_NET_MULTI. + This patch converts the dm9000 driver. + + Signed-off-by: Thomas Smits + Signed-off-by: Remy Bohmer + Signed-off-by: Ben Warren + +commit 9131589ada4dda0718604d0a425ca46e52775f6e +Author: Prafulla Wadaskar +Date: Sun Jun 14 22:33:46 2009 +0530 + + net: Add Marvell Kirkwood gigabit ethernet driver + + This patch adds a egiga driver for the Marvell Kirkwood SoC's. + + Contributors: + Yotam Admon + Michael Blostein + Acked-by: Stefan Rose + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit 7835f4b94927ecb5affd99aad62592108db606ad +Author: s-paulraj@ti.com +Date: Tue May 12 11:45:34 2009 -0400 + + DaVinci Network Driver Updates + + Different flavours of DaVinci SOC's have differences in their EMAC IP + This patch does the following + 1) Updates base addresses for DM365 + 2) Updates MDIO frequencies for DM365 and DM646x + 3) Update EMAC wrapper registers for DM365 and DM646x + + Patch applies to u-boot-net git. the EMAC driver itself + will be updated shortly to add support for DM365 and DM646x + + Signed-off-by: Sandeep Paulraj + Signed-off-by: Ben Warren + +commit 44578bea14e49035331a8f0e000e935e0d830ff4 +Author: Richard Retanubun +Date: Tue May 26 08:29:29 2009 -0400 + + Subject: [PATCH] [repost] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter. + + From 584b5fbd4abfc43f920cc1c329633e03816e28be Mon Sep 17 00:00:00 2001 + From: Richard Retanubun + Date: Wed, 20 May 2009 18:26:01 -0400 + Subject: [PATCH] Standardize the use of MCFFEC_TOUT_LOOP as a udelay(1) loop counter. + + Signed-off-by: Richard Retanubun + Signed-off-by: Ben Warren + +commit c9a2aab1512fb2d132670fff9c27656d2eb949cd +Author: Norbert van Bolhuis +Date: Thu Jun 4 09:39:48 2009 +0200 + + A VLAN tagged DHCP request/discover is 4 bytes short + + The problem is that BOOTP_SIZE uses ETHER_HDR_SIZE which is 14 bytes. + If sending a VLAN tagged frame (when env variable vlan is set) this + should be VLAN_ETHER_HDR_SIZE=18 which is what NetSetEther returns. + + Signed-off-by: Norbert van Bolhuis + Signed-off-by: Ben Warren + +commit 6e0d2fc7fe0dcfa2f51ab8931d706940ee364193 +Author: Ben Warren +Date: Tue Apr 28 16:39:19 2009 -0700 + + Remove support for non-CONFIG_NET_MULTI on PPC4xx EMAC + + Signed-off-by: Ben Warren + +commit 8453587ef9137daf98b7c9cf4f3b865f4039cea0 +Author: Ben Warren +Date: Tue May 26 00:34:07 2009 -0700 + + Switched davinci_emac Ethernet driver to use newer API + + Added CONFIG_NET_MULTI to all Davinci boards + Removed all calls to Davinci network driver from board code + Added cpu_eth_init() to cpu/arm926ejs/cpu.c + + Signed-off-by: Ben Warren + +commit 8cc13c13f1d154c8fa8fff56cea357ed38af76bf +Author: Ben Warren +Date: Mon Apr 27 23:19:10 2009 -0700 + + Initial cleanup of Davinci Ethernet driver + + Removed pointless #ifdefs + Moved functions around in file in preparation for switch to newer API + + Signed-off-by: Ben Warren + +commit 09cdd1b9b01450e91786d26ff3c866dc9c8d8d6b +Author: Ben Warren +Date: Tue May 26 00:17:59 2009 -0700 + + Moved Davinci Ethernet driver to drivers/net + + This driver has been renamed davinci_emac.c + + Signed-off-by: Ben Warren + +commit 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f +Author: Prafulla Wadaskar +Date: Tue May 19 01:40:16 2009 +0530 + + Marvell MV88E61XX Switch Driver support + + Chips supported:- + 1. 88E6161 6 port gbe swtich with 5 integrated PHYs + 2. 88E6165 6 port gbe swtich with 5 integrated PHYs + 2. 88E6132 3 port gbe swtich with 2 integrated PHYs + Platform specific configuration supported for:- + default or router port vlan configuration + led_init configuration + mdip/n polarity reversal configuration + + Note: This driver is supported and tested against + kirkwood egiga interface + + Contributors: + Yotam Admon + Michael Blostein + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Ben Warren + +commit 091dc9f6adaf572b067ae91af92c4e7db33d7903 +Author: Zach LeRoy +Date: Fri May 22 10:26:33 2009 -0500 + + tsec: Add support for BCM5482S PHY + + Signed-off-by: Zach LeRoy + Acked-by: Kumar Gala + Signed-off-by: Ben Warren + +commit 9ff67e5e4c719556d57f136a6453f8e4798d85c0 +Author: Mike Frysinger +Date: Sun Jun 14 06:29:07 2009 -0400 + + Blackfin: unify u-boot linker scripts + + All the Blackfin linker scripts were duplicated across the board dirs with + no difference save from the semi-often used ENV_IS_EMBEDDED option. So + unify all of them in the lib_blackfin/ dir and for the few boards that + need to embedded the environment directly, add a LDS_BOARD_TEXT define for + them to customize via their board config file. This is much simpler than + forcing them to duplicate the rest of the linker script. + + Signed-off-by: Mike Frysinger + +commit f52efcae98cbb8a39f1d0535df8d9646a776af9e +Author: Mike Frysinger +Date: Fri May 29 17:02:37 2009 -0400 + + Blackfin: bf518f-ezbrd: enable SST SPI flash driver + + The BF51xF parts have an internal SST SPI flash, so make sure the driver is + enabled by default so we can access it. + + Signed-off-by: Mike Frysinger + +commit f348ab85f741dc98b2d202c04b5f430eace94925 +Author: Mike Frysinger +Date: Fri Apr 24 17:22:40 2009 -0400 + + Blackfin: convert specific pre/post config headers to common method + + The Blackfin port was using asm/blackfin-config-{pre,post}.h to setup + common Blackfin board defines. The common method now is to use config.h, + so convert blackfin-config-post.h to that. Rename the still Blackfin + specific blackfin-config-pre.h to config-pre.h so the naming conventions + at least line up. + + Signed-off-by: Mike Frysinger + +commit 7c7503ee6cd03c0f3b16e98d33d5aa23b30d65b1 +Author: Mike Frysinger +Date: Fri Apr 24 17:11:47 2009 -0400 + + Blackfin: enable LZMA for all ADI boards + + Signed-off-by: Mike Frysinger + +commit 0e63dc0679451d48f8b727c543ce48b488f7a33f +Author: Mike Frysinger +Date: Mon Apr 13 05:52:45 2009 -0400 + + Blackfin: make default ADI env more flexible + + Allow boards to easily override the root= and default bootcmd, allow + people to tweak the file used in default bootcmds at runtime via one env + var, and add a stock nandboot command. + + Signed-off-by: Mike Frysinger + +commit 0f52b560f19623ec651f9b9b40405d138ec251d3 +Author: Hoan Hoang +Date: Sun Jan 18 22:44:17 2009 -0500 + + Blackfin: ibf-dsp561: new board port + + Signed-off-by: Hoan Hoang + Signed-off-by: Mike Frysinger + +commit 3088189a15d219c48fd7e71623ca4daa08b80b59 +Author: Mike Frysinger +Date: Sun Oct 12 23:28:33 2008 -0400 + + Blackfin: blackstamp: new board port + + Signed-off-by: Mike Frysinger + +commit 59ac9729700db1d4446c1a6db3ffe38398b7abb2 +Author: Mike Frysinger +Date: Sun Oct 12 23:22:25 2008 -0400 + + Blackfin: bf537-srv1: new board port + + Signed-off-by: Mike Frysinger + +commit d7fdc1410b5fa5ef623b35a283733b6bcee3753b +Author: Mike Frysinger +Date: Sun Oct 12 23:16:52 2008 -0400 + + Blackfin: bf537-minotaur: new board port + + Signed-off-by: Mike Frysinger + +commit cb4b5e874f3c9b882a6f4394bbebbbd91fd01bbf +Author: Mike Frysinger +Date: Sun Oct 12 23:08:03 2008 -0400 + + Blackfin: bf537-pnav: new board port + + Signed-off-by: Mike Frysinger + +commit 59e4be945b6469e31eee721e0bcdccf4940d75ac +Author: Mike Frysinger +Date: Sun Oct 12 21:55:45 2008 -0400 + + Blackfin: cm-bf527: new board port + + Signed-off-by: Mike Frysinger + +commit 8b219cf07c186cc9d97354cf4b14f24a53d193c5 +Author: Mike Frysinger +Date: Sun Oct 12 21:54:07 2008 -0400 + + Blackfin: cm-bf548: new board port + + Signed-off-by: Mike Frysinger + +commit 9417d9a21384279308abe5b4dd8dfd418742484c +Author: Mike Frysinger +Date: Sun Oct 12 21:49:28 2008 -0400 + + Blackfin: tcm-bf537: new board port + + Signed-off-by: Mike Frysinger + +commit e548321af00e869af7194896576beb9b68457ff7 +Author: Mike Frysinger +Date: Sun Oct 12 21:45:05 2008 -0400 + + Blackfin: cm-bf561: new board port + + Signed-off-by: Mike Frysinger + +commit 8a9bab08a6fe93e5f3bf57b90438f1d2a67fad3c +Author: Mike Frysinger +Date: Sun Oct 12 21:41:06 2008 -0400 + + Blackfin: cm-bf537e: new board port + + Signed-off-by: Mike Frysinger + +commit e82d8a1f028bedb12c4ab88a35a935010d92898c +Author: Mike Frysinger +Date: Sun Oct 12 21:36:22 2008 -0400 + + Blackfin: cm-bf533: new board port + + Signed-off-by: Mike Frysinger + +commit dd14af7640f7d48d8e9768eeeb09592e6f94ed38 +Author: Mike Frysinger +Date: Thu Nov 27 16:50:32 2008 -0500 + + Blackfin: new spibootldr command + + Newer Blackfin parts can an on-chip ROM that can boot LDRs over SPI flashes, + so add a new 'spibootldr' command to take advantage of it. + + Signed-off-by: Mike Frysinger + +commit 67c2829b646bb5b859088b36fbc89e971b9c1960 +Author: Mike Frysinger +Date: Mon Oct 6 04:42:33 2008 -0400 + + Blackfin: support embedding the environment into loader files (LDRs) + + For the most part, the Blackfin processor boots files in the LDR format + rather than binary/ELF files. So we want to export the environment as a + raw blob to the LDR utility so it can embed it at the right location. + + Signed-off-by: Mike Frysinger + +commit 31f30c9eb60d9ab0bd702e31f66345f99b34bdc6 +Author: Mike Frysinger +Date: Sun Jun 14 11:03:48 2009 -0400 + + add %.c->%.i and %.c->%.s rules + + The Linux kernel has some helper rules which allow you to quickly produce + some of the intermediary files from C source. Specifically, you can + create .i files which is the preprocessed output and you can create .s + files which is the assembler output. This is useful when you are trying + to track down header/macro expansion errors or inline assembly errors. + + Signed-off-by: Mike Frysinger + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6d1ce387874c1060f27656f70151a52c511cd0e3 +Author: Mike Frysinger +Date: Sat May 30 01:02:03 2009 -0400 + + make sure toplevel $(SUBDIRS) is always declared + + The $(SUBDIRS) variable is only declared when U-Boot has been configured, + but it gets used all the time. In the non-configured case, it is used to + generate a helpful error message, but it needs to be set properly for that + to occur. + + Signed-off-by: Mike Frysinger + +commit 1260233982f7dfbdfd1adee12daa95a0c0e84a43 +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:55 2009 +0200 + + digsy mtc: Add description to GPIO initial configuration. + + Signed-off-by: Grzegorz Bernacki + +commit 12304871bc7839145f2b4238923e9023616d7399 +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:54 2009 +0200 + + digsy MTC: Add 'mtc' command. + + New command allows to: + o check FW version + o set LED status + o set digital output status + o get digital input status + + Signed-off-by: Grzegorz Bernacki + +commit f1f66edfc76f4a9f5b9f63972d90309784a8cae5 +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:53 2009 +0200 + + digsy MTC: Add SPI support. + + Signed-off-by: Grzegorz Bernacki + +commit 6325b7780dad8be26ba6fc25ef88ba338c50205b +Author: Grzegorz Bernacki +Date: Fri Jun 12 11:33:52 2009 +0200 + + mpc52xx: Add SPI driver. + + Signed-off-by: Grzegorz Bernacki + +commit 5ec5529b82f314ca2cf9c262cdfc985d5fc468a0 +Author: Mike Frysinger +Date: Sun Jun 14 09:33:00 2009 -0400 + + allow boards to customize compiler options on a per-file/dir basis + + With our Blackfin boards, we like to build the compression routines with + -O2 as our tests show a pretty good size/speed tradeoff. For the rest of + U-Boot though, we want to stick with the default -Os as that is mostly + control code. So in our case, we would add a line like so to the board + specific config.mk file: + CFLAGS_lib_generic += -O2 + + Now all files under lib_generic/ will have -O2 appended to their build. + + Signed-off-by: Mike Frysinger + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6b1f78ae6ad037382ad430b07064105c88f7ac02 +Author: Wolfgang Denk +Date: Sun Jun 14 21:30:39 2009 +0200 + + Prepare v2009.06 + + Update CHANGELOG, fix minor coding stylke issue. Update Makefile. + + Signed-off-by: Wolfgang Denk + +commit c3147c1762f8caf99649051116a2411bdf887c10 +Author: Wolfgang Denk +Date: Sun Jun 14 20:31:36 2009 +0200 + + Revert "SMC911x driver fixed for NFS boot" + + This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43, + which causes compile warnings ("large integer implicitly truncated + to unsigned type") on all systems that use this driver. The warning + results from passing long constants (TX_CFG, RX_CFG) into + smc911x_set_mac_csr() which is declared to accept "unsigned + character" arguments only. + + Being close to a release, with nobody available to actually test the + code or the suggested fixes, it seems better to revert the patch. + +commit 388517e4b745b00256c2fa201ce7bccb67b4f245 +Author: Peter Tyser +Date: Fri May 22 10:26:37 2009 -0500 + + xes: Update Freescale clock code to work with 86xx processors + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 25623937bb81cae788d767e6c59a11c96fc82866 +Author: Peter Tyser +Date: Fri May 22 10:26:36 2009 -0500 + + xes: Update Freescale DDR code to work with 86xx processors + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit bef3013908bbc68f24084174a3ca86cc2a3eb986 +Author: Peter Tyser +Date: Fri May 22 10:26:35 2009 -0500 + + xes: Update Freescale PCI code to work with 86xx processors + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 6442b71b522face775c1c31bd43121db3b4bf7d6 +Author: Peter Tyser +Date: Fri May 22 10:26:32 2009 -0500 + + 85xx: Add PORBMSR and PORDEVSR shift defines + + Add defines similar to those already used for the the 86xx architecture. + This will ease sharing of PCI code between the 85xx and 86xx + architectures. + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 2f21ce4d546d31289ac49a680f78bcc9a792c6ec +Author: Peter Tyser +Date: Thu May 21 12:10:00 2009 -0500 + + fsl/85xx, 86xx: Sync up DMA code + + The following changes were made to sync up the DMA code between the 85xx + and 86xx architectures which will make it easier to break out common + 8xxx DMA code: + + 85xx: + - Don't set STRANSINT and SPCIORDER fields in SATR register. These bits + only have an affect when the SBPATMU bit is set. + - Write 0xffffffff instead of 0xfffffff to clear errors in the DMA + status register. We may as well clear all 32 bits of the register... + + 86xx: + - Add CONFIG_SYS_MPC86xx_DMA_ADDR define to address DMA registers + - Add clearing of errors in the DMA status register when initializing + the controller + - Clear the channel start bit in the DMA mode register after a transfer + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit b1f12650d332eadac1306a772cab6096abee6ddd +Author: Peter Tyser +Date: Thu May 21 12:09:59 2009 -0500 + + fsl: Create common fsl_dma.h for 85xx and 86xx cpus + + Break out DMA structures for the Freescale MPC85xx and MPC86xx cpus to + reduce a large amount of code duplication + + Signed-off-by: Peter Tyser + Signed-off-by: Kumar Gala + +commit 3bd8e532b5de20647aeaff94a1cbf33fb8b897b9 +Author: Haiying Wang +Date: Wed May 20 12:30:41 2009 -0400 + + 85xx: Add UEC6 and UEC8 at SGMII mode for MPC8569MDS + + On MPC8569MDS board, UCC6 and UCC8 can be configured to work at SGMII mode via + UEM on PB board. Since MPC8569 supports up to 4 Gigabit Ethernet ports, we + disable UEC6 and UEC8 by default. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit e8efef7c1b457442583a8b9d38d8a5b667661616 +Author: Haiying Wang +Date: Thu Jun 4 16:12:42 2009 -0400 + + drivers/qe: add sgmii support in for UEC driver + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 8e55258f144764de8902e9f078a7ad4c6c022c2f +Author: Haiying Wang +Date: Thu Jun 4 16:12:41 2009 -0400 + + qe: Pass in uec_info struct through uec_initialize + + The uec driver contains code to hard code configuration information for the uec + ethernet controllers. This patch creates an array of uec_info structures, which + are then parsed by the corresponding driver instance to determine configuration. + It also creates function uec_standard_init() to initialize all UEC interfaces + for 83xx and 85xx. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 9a6110897fc9282ade598bbba70ad72b940436e3 +Author: Haiying Wang +Date: Thu Jun 4 16:12:40 2009 -0400 + + fsl: Update the number of ethxaddr in reading system eeprom + + We support up to 8 mac addresses in system eeprom, so we define the macro + MAX_NUM_PORTS to limit the mac_count to 8, and update the number of ethxaddr + according to mac_count. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit f82107f637f167a77803c0933f9b24741a91c711 +Author: Haiying Wang +Date: Wed May 20 12:30:37 2009 -0400 + + 85xx: Add RMII support for MPC8569MDS + + This patch supports UCC working at RMII mode on PIB board, fixup fdt blob to + support rmii in kernel. It also changes the name of enable_mpc8569mds_qe_mdio to + enalbe_mpc8569mds_qe_uec which is more accurate. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 750098d33bc362ac4263863e92da158cf011063f +Author: Haiying Wang +Date: Wed May 20 12:30:36 2009 -0400 + + 85xx: Add UEC3 and UEC4 support for MPC8569MDS + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 4e7b25e4fe777f525e426cbd58c3a3976c564f2e +Author: Haiying Wang +Date: Wed May 20 12:30:35 2009 -0400 + + drivers/qe: Add more SNUM number for QE + + Some QE chips like 8569 need more SNUM numbers for supporting 4 UECs in RGMII- + 1000 mode. + + Signed-off-by: Haiying Wang + Acked-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit 7211fbfa18f3061858696150ee6e9e093d9eceae +Author: Haiying Wang +Date: Thu May 21 15:34:14 2009 -0400 + + drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs + + Also define the QE_RISC_ALLOCATION_RISCs to MACROs instead of using enum, and + define MAX_QE_RISC for QE based silicons. + + Signed-off-by: Haiying Wang + Acked-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit b3d7f20f43a0f8d11c65e2f92153b5512b11580c +Author: Haiying Wang +Date: Wed May 20 12:30:29 2009 -0400 + + 85xx: Add QE clk support + + Signed-off-by: Haiying Wang + Acked-by: Timur Tabi + Signed-off-by: Kumar Gala + +commit 71b358cc26792889bbac35054d8e89d59b3fabc4 +Author: Kumar Gala +Date: Wed May 20 01:11:33 2009 -0500 + + 85xx: Added MPC8535/E identifiers + + Signed-off-by: Kumar Gala + +commit 22419d77976bbd0df9fcf45513f1b96bd73e50d1 +Author: Kumar Gala +Date: Thu May 21 08:36:43 2009 -0500 + + 85xx: Always attempt ethernet device tree fixup + + Its reasonable that we may have ethernet devices but dont have drivers + or support enabled for them in u-boot and want the device tree fixed up. + Unconditionally calling the ethernet fixup is fine since if we dont have + ethernet nodes that match (or aliases) we will not attempt to do + anything. + + Signed-off-by: Kumar Gala + Acked-by: Timur Tabi + +commit 52d6ad5ecfb22938441c8e3e62935fbd7b0f0920 +Author: Haiying Wang +Date: Thu May 21 15:32:13 2009 -0400 + + drivers/qe: Rename the camel-case identifiers in uec + + Rename riscRx/riscTx to risc_rx/risc_tx to comply with Codingstyle. + + Signed-off-by: Haiying Wang + +commit feb7838f979ec2b581df3c791b9ae3284c36bb47 +Author: Srikanth Srinivasan +Date: Fri Apr 3 15:36:13 2009 -0500 + + 85xx: Add P2020DS support + + The patch adds support for P2020DS reference platform. + DDR3 interface uses hard-coded initialization rather than SPD + for now and was tested at 667Mhz. Some PIXIS register + definitions and associated code sections need to be fixed. + TSEC1/2/3, NOR flash, MAC/SYS ID EEPROM, PCIE1/2/3 are all + tested under u-boot. + + Signed-off-by: Srikanth Srinivasan + Signed-off-by: Travis Wheatley + Signed-off-by: Kumar Gala + +commit 229549a56d9ae413c00f64fd7c728c6879a1b54b +Author: Stefan Roese +Date: Tue Jun 9 16:57:47 2009 +0200 + + mpc512x: MPC5121ADS: Add NAND support + + This patch adds NAND support to the MPC5121ADS board. Please + note that the image size increased since NAND support didn't + fit in the current image size (256k). + + Signed-off-by: Stefan Roese + Signed-off-by: Wolfgang Denk + Cc: Wolfgang Denk + +commit 35f2edbb6cad043ccd5ea6e78fe9b7aa21d8395f +Author: Stefan Roese +Date: Tue Jun 9 16:57:03 2009 +0200 + + nand/mpc512x: Add MPC512x NAND support (NFC) + + This patch adds NAND Flash Controller driver for MPC5121 revision 2. + All device features, except hardware ECC and power management, are + supported. + + This NFC driver replaces the one orignally posted by John Rigby: + + "[PATCH] Freescale NFC NAND driver" + + It's a port of the Linux driver version posted by Piotr Ziecik a few + weeks ago. Using this driver has the following advantages (from my + point of view): + + - Compatibility with the Linux NAND driver (e.g. ECC usage) + - Better code quality in general + - Resulting U-Boot image is a bit smaller (approx. 3k) + - Better to sync with newer Linux driver versions + + The only disadvantage I can see, is that HW-ECC is not supported right + now. But this could be added later (e.g. port from Linux driver after + it's supported there). Using HW-ECC on the MCP5121 NFC has a general + problem because of the ECC usage in the spare area. This collides with + JFFS2 for example. + + Signed-off-by: Stefan Roese + Cc: Piotr Ziecik + Cc: Wolfgang Denk + Cc: John Rigby + Cc: Scott Wood + +commit e53b507cee5d976953134a565c72fd32c967d7dd +Author: Stefan Roese +Date: Tue Jun 9 11:50:40 2009 +0200 + + mpc512x: Add esd gmbh mecp5123 board support + + MECP5123 is a MPC5121E based module by esd gmbh. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 6bd55cc65d0c3aa84d719518254fb3c650239ed9 +Author: Stefan Roese +Date: Tue Jun 9 11:50:05 2009 +0200 + + mcp512x: Add macros for SCFR LPC divisor access + + Thos macros will be used by the esd mecp5123 board. + + Signed-off-by: Stefan Roese + +commit c60dc8527dbb2a1318c03bc18bdebcfbd0164551 +Author: Stefan Roese +Date: Mon Jun 8 09:38:07 2009 +0200 + + mpc512x: Fix problem with I2C access before relocation + + This is needed for the upcoming esd MECP5123 board port which uses + I2C EEPROM for environment storage. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + Acked-by: Heiko Schocher + +commit 58f10460b05e0928d986b15edd4f2e1e99403f7e +Author: Stefan Roese +Date: Thu Jun 4 13:35:39 2009 +0200 + + 74xx_7xx: CPCI750: Add CPCI adapter/target support + + The CPCI750 can be built as CPCI host or adapter/target board. This patch + adds support for runtime detection of those variants. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit ae7a2739d7a0704437376e229bb21940952c55be +Author: Stefan Roese +Date: Fri Jun 5 05:45:41 2009 +0200 + + 74xx_7xx: CPCI750: Enable access to PCI function > 0 + + The Marvell bridge 64360 supports serveral PCI functions, not only 0. This + patch enables access to those functions. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit e5b563e9ec54c3f6d702c8fa2b711b4a6150243a +Author: Stefan Roese +Date: Thu Jun 4 13:35:37 2009 +0200 + + 74xx_7xx: CPCI750: Minor coding style cleanup of cpci750.c + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 0e5ef07d0d91bd3d87ebea0534f538561aa974d5 +Author: Stefan Roese +Date: Thu Jun 4 13:35:36 2009 +0200 + + 74xx_7xx: CPCI750: Add loadpci command + + This command is used to load/boot an OS-image which is transferred from + the CPCI host to the CPCI target/adapter. + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 0a14d6b8f4d21ff59a9b7686a49a77069a9fcd2a +Author: Stefan Roese +Date: Thu Jun 4 13:35:35 2009 +0200 + + 74xx_7xx: CPCI750: Add commandline editing/history + + Signed-off-by: Stefan Roese + Cc: Reinhard Arlt + +commit 60cfe87bd39e6f07f2b92eb4bff82bfd105f4724 +Author: Stefan Roese +Date: Thu Jun 4 16:55:34 2009 +0200 + + UBI: Add compile-time check for correct malloc area configuration + + UBI is quite memory greedy and requires at least approx. 512k of malloc + area. This patch adds a compile-time check, so that boards will not + build with less memory reserved for this area (CONFIG_SYS_MALLOC_LEN). + + Signed-off-by: Stefan Roese + +commit 7ce6031afc8671c8b47c6135b3678d43fcd02852 +Author: Prafulla Wadaskar +Date: Mon Apr 6 21:24:43 2009 +0530 + + sf: new Macronix MX25xx SPI flash driver + + Added macronix SF driver for MTD framework + MX25L12805D is supported and tested + TBD: sector erase implementation, other deivces support + + Signed-off-by: Prafulla Wadaskar + Signed-off-by: Mike Frysinger + +commit 2a6cc58869305f346e389eefdfa96dea5146cb0c +Author: Todor I Mollov +Date: Sat Apr 4 07:14:44 2009 -0400 + + sf: atmel: implement power-of-two write/erase funcs + + Signed-off-by: Todor I Mollov + Signed-off-by: Mike Frysinger + CC: Haavard Skinnemoen + +commit 4bc6eb79be2a7317425575184324b94e3b43fbc2 +Author: Vivek Mahajan +Date: Mon May 25 17:23:18 2009 +0530 + + mpc85xx: 8536ds: Add USB related CONFIGs + + This patch adds CONFIGs for enabling USB in mpc8536ds and also + adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its + Copyright. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 6823e9b01290977c4d9c90381459c01f66e12e79 +Author: Vivek Mahajan +Date: Mon May 25 17:23:17 2009 +0530 + + mpc83xx: 8315erdb: Add USB related CONFIGs + + This patch adds CONFIGs for enabling USB in mpc8315erdb and also + adds usb_phy_type in CONFIG_EXTRA_ENV_SETTINGS. Also revamps its + Copyright. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit a07bf180efc3c0de4a89a3bd49a7c7584dfb95a8 +Author: Vivek Mahajan +Date: Thu May 21 17:32:48 2009 +0530 + + mpc85xx: USB: Add support + + The following patch adds 85xx-specific USB support and also + revamps Copyright in immap_85xx.h + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 4ef01010aa4799c759d75e67007fdd3a38c88c8a +Author: Vivek Mahajan +Date: Mon May 25 17:23:16 2009 +0530 + + mpc83xx: USB: Reorganized its support + + The following patch reorganizes/reworks the USB support for mpc83xx + as under:- + + * Moves the 83xx USB clock init from drivers/usb/host/ehci-fsl.c to + cpu/mpx83xx/cpu_init.c + + * Board specific usb_phy_type is read from the environment + + * Adds USB EHCI specific structure in include/usb/ehci-fsl.h + + * Copyrights revamped in most of the following files + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit ed90d2c87158e5114b6009fa95bb6417e4b27b3e +Author: Vivek Mahajan +Date: Thu May 21 17:32:27 2009 +0530 + + mpc8xxx: USB: Relocates ehci-fsl.h to include/usb + + The following patch moves 8xxx-specifc USB #defines from + drivers/usb/host/ehci-fsl.h to include/usb. + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit cfd39cdf9422d3d25e9b3c058865f4c1f66f34da +Author: Vivek Mahajan +Date: Thu May 21 17:32:15 2009 +0530 + + mpc8xxx: USB: Removed reenablement of its interface + + To prepare for the 85xx USB support, which requires interface enablement + only once in (specified) order, no different than instructions for + enabling the interface under 83xx. It is unknown why the original author + enabled the interface twice (checked for references in errata, etc). + + Signed-off-by: Vivek Mahajan + Signed-off-by: Remy Bohmer + +commit 2c7920afaf96d9779304202cd8a355b4f7576a83 +Author: Peter Tyser +Date: Fri May 22 17:23:25 2009 -0500 + + 83xx: Replace CONFIG_MPC83[0-9]X with MPC83[0-9]x + + Use the standard lowercase "x" capitalization that other Freescale + architectures use for CPU defines to prevent confusion and errors + + Signed-off-by: Peter Tyser + Signed-off-by: Kim Phillips + +commit 0f898604945af4543c1525fc33b6bae621a3b805 +Author: Peter Tyser +Date: Fri May 22 17:23:24 2009 -0500 + + 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx + + Use the standard lowercase "xx" capitalization that other Freescale + architectures use for CPU defines to prevent confusion and errors + + Signed-off-by: Peter Tyser + Signed-off-by: Kim Phillips + +commit ba4feae90ca71de1681d5808f17e73224d8f03c4 +Author: Stefan Roese +Date: Tue Jun 2 16:53:16 2009 +0200 + + mpc512x: Use serial_setbrg() in serial_init() to not duplicate the code + + This patch removes the duplicated code for baudrate generator configuration + in the PSC serial_init() implementation by calling serial_setbrg() instead + of duplicating the code. + + Signed-off-by: Stefan Roese + +commit b8c1d6a54ff8195488b68e163de8ec31f1603496 +Author: Stefan Roese +Date: Tue Jun 2 16:53:15 2009 +0200 + + mpc512x: Fix PSC divisor calculation for baudrate setting + + The wrong input frequency was used in serial_setbrg(). This patch fixes + this by using ips_clk as input frequency for the PSC baudrate generator. + + Signed-off-by: Stefan Roese + +commit 52568c3654b2b257016d52167805ae132faac14e +Author: Wolfgang Denk +Date: Sat May 16 10:47:46 2009 +0200 + + MPC512x: add support for ARIA board + + ARIA is a MPC5121E based COM Express module by Dave/DENX. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 3b74e7ec58e2cc352b0a396a614065cfeb8d138f +Author: Wolfgang Denk +Date: Sat May 16 10:47:45 2009 +0200 + + MPC512x: remove include/mpc512x.h + + Move needed definitions (register descriptions etc.) from + include/mpc512x.h into include/asm-ppc/immap_512x.h. + + Instead of using a #define'd register offset, use a function that + provides the PATA controller's base address. + + All the rest of include/mpc512x.h are register offset definitions + which can be eliminated by proper use of C structures. + + There are only a few register offsets remaining that are needed in + cpu/mpc512x/start.S; for these we provide cpu/mpc512x/asm-offsets.h + which is intended as a temporary workaround only. In a later patch + this file will be removed, too, and then auto-generated from the + respective C structs. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit a927e491b2a326c1e9c4313e3ce4042988422697 +Author: Wolfgang Denk +Date: Sat May 16 10:47:44 2009 +0200 + + MPC512x FEC: get rid of duplicated struct ethernet_regs + + Use existing struct fec512x instead. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + Acked-by: Ben Warren + +commit 843efb1192cc8fd4f904a23dbab4e0fe3e1c5bc2 +Author: Wolfgang Denk +Date: Sat May 16 10:47:43 2009 +0200 + + MPC512x: use I/O accessors instead of pointer accesses + + This commit changes the MPC512x code to use I/O accessor calls (i.e. + out_*() and in_*()) instead of using deprecated pointer accesses. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 19dc7e179268be148e550c36203208c662610d76 +Author: Wolfgang Denk +Date: Sat May 16 10:47:42 2009 +0200 + + MPC512x: add more hardware description to immap_512x.h + + - add GPIO module description + - add Address Latch Timing Register description + - add IO Control Memory Map + - add FEC Memory Map + + Also change board/freescale/mpc5121ads/mpc5121ads.c and + cpu/mpc512x/iopin.c as needed. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 72601d04fdfdd4c7597afcf1f6aab654bd99366c +Author: Wolfgang Denk +Date: Sat May 16 10:47:41 2009 +0200 + + Rename ads5121 board into mpc5121ads + + We rename the board so we use a consistent name in U-Boot and in + Linux. Also, we use this opportunity to move the board into the + Freecale vendor directory. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit debf87415579c0f50aab9e0832976d4506babe0f +Author: Wolfgang Denk +Date: Sat May 16 10:47:40 2009 +0200 + + cpu/mpc512x/diu.c: fix warning: assignment from incompatible pointer type + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 8b251263191ec554967dd1add6237c1ba7f7eb25 +Author: Wolfgang Denk +Date: Sat May 16 10:47:39 2009 +0200 + + cpu/mpc512x/pci.c: minor coding style cleanup + + Get rid of variable declaration in the middle of the code. + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit de26ef99bddbce4ed225f93afcf0bee99c3b6f87 +Author: Wolfgang Denk +Date: Sat May 16 10:47:38 2009 +0200 + + mpc512x: Move common files to share them by several boards + + We will soon see several new MPC521x based boards added. This patch + moves files that are not board specific to a common directory so they + can be shared by all such ports. It also splits off common IDE code + into a new file, cpu/mpc512x/ide.c . + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit 03e069dc0a765d506f78a68319acf33d432e035b +Author: Wolfgang Denk +Date: Sat May 16 10:47:37 2009 +0200 + + mpc512x: change cpu/mpc512x/Makefile to use Kconfig style + + Signed-off-by: Wolfgang Denk + Cc: John Rigby + +commit a89c33db96a1e55319a286dd4c3c05ca64ac6bfd +Author: Wolfgang Denk +Date: Sun May 24 17:06:54 2009 +0200 + + General help message cleanup + + Many of the help messages were not really helpful; for example, many + commands that take no arguments would not print a correct synopsis + line, but "No additional help available." which is not exactly wrong, + but not helpful either. + + Commit ``Make "usage" messages more helpful.'' changed this + partially. But it also became clear that lots of "Usage" and "Help" + messages (fields "usage" and "help" in struct cmd_tbl_s respective) + were actually redundant. + + This patch cleans this up - for example: + + Before: + => help dtt + dtt - Digital Thermometer and Thermostat + + Usage: + dtt - Read temperature from digital thermometer and thermostat. + + After: + => help dtt + dtt - Read temperature from Digital Thermometer and Thermostat + + Usage: + dtt + + Signed-off-by: Wolfgang Denk + +commit 94796d8544d4248028141bad11c6a74b840e9d6e +Author: Wolfgang Denk +Date: Sun May 24 19:17:29 2009 +0200 + + Make "usage" messages more helpful. + + In case of incorrect command invocations U-Boot used to print pretty + useless "usage" messages, for example: + + => nand markbad + Usage: + nand - NAND sub-system + + In the result, the user would have to run the "help" command to get + the (available) information about correct command usage. Change this, + so that this information gets always printed. + + Note that this changes the user interface of all commands, but + hopefully to the better. + + Signed-off-by: Wolfgang Denk + +commit 4c94f6c54bbc4dc5f418da01d8ec01e2adf636be +Author: Mike Frysinger +Date: Sun May 24 02:26:19 2009 -0400 + + nvedit: speed up printing of environment + + The printing code would check the same environment byte multiple times and + write to the console one byte at a time. For some devices (such as the + Blackfin JTAG console which operates in 8 bytes at a time), this is pretty + damned slow. So create a small 16 byte buffer to fill up and send to puts + as needed. In the process, unify the different print functions, shrink + the resulting code (source and compiled), and avoid excess env reads as + those too can be somewhat expensive depending on the board. + + Signed-off-by: Mike Frysinger + +commit 3112030a430553768de5d30c05bedf8710784452 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 22 19:28:52 2009 +0200 + + config.mk: remove un-needed REMOTE_BUILD check + + as $(obj) is empty when in tree build + + %.s: %.S + $(CPP) $(AFLAGS) -o $@ $< + + and + + $(obj)%.s: %.S + $(CPP) $(AFLAGS) -o $@ $< + + are the same + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Mike Frysinger + +commit 651351fe980b20217b014b9a888398f18d77951c +Author: Tom Rix +Date: Wed May 20 07:55:41 2009 -0500 + + FAT replace compare_sign with strncmp. + + The static function compare_sign is only used to compare the fs_type string + and does not do anything more than what strncmp does. + + The addition of the trailing '\0' to fs_type, while legal, is not needed + because the it is never printed out and strncmp does not depend on NULL + terminated strings. + + Signed-off-by: Tom Rix + +commit ecb1dc892297d5d99876907328fed732feefeab2 +Author: Mike Frysinger +Date: Wed May 20 04:35:14 2009 -0400 + + Add support for Linux-like kallsysms + + The kernel stores address<->symbol names in it so things can be decoded at + runtime. Do it in U-Boot, and we get nice symbol decoding when crashing. + + Signed-off-by: Mike Frysinger + +commit 36c9169aa6f79ddf604a3bca64e145654f94888b +Author: Wolfgang Denk +Date: Sun May 17 16:01:54 2009 +0200 + + cmd_mtdparts.c: allow to omit definitions for default settings + + There is actually no good reason to enforce that all board + configuations must define default settings for "mtdids" and + "mtdparts". Actually this may be difficult to handle, especially on + boards where different sizes of flash chips can be fit, so there is no + real "default" partition map for all boards. + + Lift this arbitrary limitation. + + Signed-off-by: Wolfgang Denk + +commit 864aa034f3a0e10ce710e8bbda171df3cab59414 +Author: Stefan Roese +Date: Tue May 12 14:31:56 2009 +0200 + + cmd_mtdparts: Move to common handling of FLASH devices via MTD layer + + This patch removes all references to the direct CFI FLASH interface + (via flash_info[]). Now that all FLASH types currently handled in + mtdparts are available (if selected, see below) via the MTD infrastructure. + This is NOR, NAND and OneNAND right now. This can be achieved by defining + the following options: + + CONFIG_MTD_DEVICE (for all FLASH types) + + plus + + CONFIG_FLASH_CFI_MTD (for NOR FLASH) + + So we need to add those defines to the board config headers currently + using the mtdparts commands. This is done via another patch, so + we shouldn't break mtdparts compatibility. + + One big advantage from this solution is that the cmd_mtdparts.c is + *much* cleaner now. Lot's of #ifdef's are removed and the code itself + is smaller. Additionally the newly added MDT concatenation feature + can new be used via the mtdparts infrastructure and therefor via + UBI etc. + + Signed-off-by: Stefan Roese + Cc: Ladislav Michl + Cc: Scott Wood + +commit d558107c18708050f05b6639b2192efb67c905dc +Author: Stefan Roese +Date: Tue May 12 14:31:18 2009 +0200 + + mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.o + + This new define enables mtdcore.c compilation and with this we can + select the MTD device infrastructure needed for the reworked mtdparts + command. + + We now have the 2 MTD infrastructure defines, CONFIG_MTD_DEVICE and + CONFIG_MTD_PARTITIONS. CONFIG_MTD_DEVICE is needed (as explained above) + for the "mtdparts" command and CONFIG_MTD_PARTITIONS is needed for UBI. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + +commit 942556a92a8c1eb1bd76584a5143f6f57dcb25ad +Author: Stefan Roese +Date: Tue May 12 14:32:58 2009 +0200 + + mtd: MTD related config header changes (mtdparts command) + + By changing the cmd_mtdparts to only use the MTD infrastructure and + not the direct interface to the CFI NOR FLASH driver we now need + to add the MTD infrastructure to all boards using those mtdparts + commands. This patch adds those components: + + CONFIG_MTD_DEVICE (for all FLASH types) + + plus + + CONFIG_FLASH_CFI_MTD (for NOR FLASH) + + To all board maintainers: Please test this on your platforms and + report any problems/issues found. Thanks. + + Signed-off-by: Stefan Roese + Cc: Wolfgang Denk + Cc: Ron Madrid + Cc: Georg Schardt + Cc: Michal Simek + Cc: Ladislav Michl + Cc: Martin Krause + Cc: Gary Jennejohn + Cc: Ricardo Ribalda + +commit 8d2effea23e938631126a7888008a0637e13b389 +Author: Stefan Roese +Date: Mon May 11 16:03:55 2009 +0200 + + mtd: Update MTD infrastructure to support 64bit device size + + This patch brings the U-Boot MTD infrastructure in sync with the current + Linux MTD version (2.6.30-rc3). Biggest change is the 64bit device size + support and a resync of the mtdpart.c file which has seen multiple fixes + meanwhile. + + Signed-off-by: Stefan Roese + Cc: Scott Wood + Cc: Kyungmin Park + +commit 0a57265533c412adf6024f4b4955141f4346b2b9 +Author: Stefan Roese +Date: Tue May 12 14:29:39 2009 +0200 + + mtd: Add MTD concat support to concatenate multiple MTD NOR devices + + This patch adds concatenation support to the U-Boot MTD infrastructure. + By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate + all found NOR devices into one single MTD device. This can be used by + e.g by UBI to access a partition that spans over multiple NOR chips. + + Signed-off-by: Stefan Roese + +commit 55e0ed6078b10b0d425b6a0677f38a015c277df6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 25 14:57:52 2009 +0200 + + make MODEM SUPPORT generic instead of duplicate it + + and fix comment + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + + Adjusted Copyright message. + + Signed-off-by: Wolfgang Denk + +commit a30f519bd0cde78ba46b424314de94fdab863726 +Author: Tom Rix +Date: Tue Jun 2 20:53:56 2009 -0500 + + ZOOM2 detect the version of the zoom2 board at runtime. + + There are currently 3 versions of the zoom2 board. + The production board, that is currently being released. + The beta board, similar in form to the production board but not released. + The alpha board, a set of PCBs with a very limited circulation. + + GPIO 94 is used to determine the version of the board. If GPIO 94 is clear, + the board is a production board, otherwise it is a beta board. + + The alpha board will likely be mistaken for a beta board. An alpha board + was unavailible for testing. + + This has been tested on the beta and production boards. + + Signed-off-by: Tom Rix + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 718763c4745fd3d987a5576d2a67325e9444f9d4 +Author: Tom Rix +Date: Wed Jun 3 01:53:57 2009 -0500 + + Beagle Convert the board version detection to use the OMAP3 GPIO interface. + + There is no new functionality in the change. + + This change is a conversion from the using raw register access to using + the OMAP3 GPIO API described in doc/README.omap3. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 7caa13fdd2d3dc957b4e0a228810a3a4a8ba499b +Author: Tom Rix +Date: Wed Jun 3 01:53:55 2009 -0500 + + Fix a typo in the instructions on using omap3's gpio interface. + + Using the example for reading a gpio, shows the problem. + NULL should be the gpio number. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 0c9520efd651ce13451654a35307ec87d4a13a69 +Author: Tom Rix +Date: Fri May 29 18:57:32 2009 -0500 + + ZOOM2 Define GPIO banks used. + + Enable the function and interface clocks for banks 2,3,5 and 6. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 708cfb74b7c6df9c37d3c48988a154be79daefeb +Author: Tom Rix +Date: Fri May 29 18:57:31 2009 -0500 + + OMAP3 Turn on the GPIO bank clocks + + The function and interface clocks for each GPIO bank, except the first, must + be explicitly turned on. These are controlled by the config level defines + CONFIG_OMAP3_GPIO_n where n is from 2 to 6. + + Signed-off-by: Tom Rix + Acked-by: Dirk Behme + +commit 59272620c24549b5bcd03c94ba12ec302c1476a2 +Author: Richard Retanubun +Date: Thu Mar 26 15:26:01 2009 -0400 + + Coldfire M5271: Activate u-boot system timer interrupt. + + This patch assigns the u-boot system timer interrupt to + interrupt level 3, priority 6. Without this patch the interrupt + will be a level 0, priority 0, which disables it and cause + u-boot functions that relies on the timer (e.g. sleep command) + to never return. + + Signed-off-by: Richard Retanubun + +commit dc26965ad3acdfb18780361d77a276b2843a90af +Author: Richard Retanubun +Date: Mon Mar 23 13:35:48 2009 -0400 + + Compier warning cleanup + + Follow up to git commit: 19b5b533ccd522abeb501d510750693c35e20456 + + Cleanup on compiler warnings on unused variables now that + bd->bi_enetaddr is no longer used. + + Signed-off-by: Richard Retanubun + +commit 42a83765d54f042b4079e05a3438789542429981 +Author: Richard Retanubun +Date: Fri Mar 20 15:30:10 2009 -0400 + + Adds WATCHDOG_RESET() function call to lib_m68k dtimer_interrupt. + + Ported from lib_ppc/interrupts.c, this adds the ability for + the coldfire system timer to auto-reset the watchdog when + dtimer_interrupts is called. + + Signed-off-by: Richard Retanubun + +commit a24d96e40e1ca66dde6e6c158e7ecffafc5a2199 +Author: Prafulla Wadaskar +Date: Sun May 31 14:53:20 2009 +0200 + + arch_misc_init support for ARM architectures + + This patch is required for Kirkwood support + may be used by other ARM architectures + + Signed-off-by: Prafulla Wadaskar + +commit b2403589b4d9996394bafc73eca3623f43ac2c31 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 14:53:18 2009 +0200 + + at91: move cpu info print to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b32e189079fa16e1b647ac6b949fd4e0a9435343 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:46 2009 +0200 + + at91: move cpu name define to arm/arch/ cpu header + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5bb59b3c906ee01adfaac9565443e5236a793079 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:45 2009 +0200 + + at91: extract reset from timer + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 61cf851b09cf8b67009ec11fc47c16add6b142a5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:43 2009 +0200 + + omap24xx: rename reset file + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 9d4fc99dbdbfda1260aad478e83fca7cdf0e1a32 +Author: Dirk Behme +Date: Sun May 31 12:44:42 2009 +0200 + + OMAP3: Fix CKE1 MUX setting to allow self-refresh + + The Beagle rev Cx and Overo boards are using both SDRC CSes. The MUX + setting is needed for the second CS clock signal to allow the 2 RAM + parts to be put in self-refresh correctly. This also works on rev B + Beagle boards with 128M of RAM. + + From: Steve Sakoman + From: Jean Pihet + Signed-off-by: Jean Pihet + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit 3962c4f9fc4482a6547f3c3d3d5e986e625abb8a +Author: Dirk Behme +Date: Sun May 31 12:44:41 2009 +0200 + + OMAP3: Zoom2: Enable Board and CPU info + + With other OMAP3 boards we recently switched to CPU and Board + info API. From parallel merge, this is missing for Zoom2. + Enable it for Zoom2, too. + + Signed-off-by: Dirk Behme + Acked-by: Tom Rix + +commit 83ae698ff26b81b569ca32f7f2b008ad0da15e66 +Author: Tom Rix +Date: Sun May 31 12:44:39 2009 +0200 + + ZOOM2 Add led support. + + This patch controls the large LED on the top left of the zoom2. + + Signed-off-by: Tom Rix + +commit 660888b7fb8840ce169dcd2589e49ab44c46b87b +Author: Tom Rix +Date: Sun May 31 12:44:37 2009 +0200 + + ZOOM2 Add serial support. + + Zoom2 serial is in general supplied by one of the 4 UARTS on the debug board. + The default serial is from the USB connector on left side of the debug board. + The USB connector will produce 2 of the 4 UARTS. On your host pick the first + enumeration. + + The details of the setting of the serial gpmc setup are not available. + The values were provided by another party. + + The serial port set up is the same with Zoom1. + Baud rate 115200, 8 bit data, no parity, 1 stop bit, no flow. + + The kernel bootargs are + console=ttyS3,115200n8 + + Signed-off-by: Tom Rix + +commit 3ea201b016ab259a5ac8824af767569522768c47 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun May 31 12:44:27 2009 +0200 + + lh7a40x: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 379be585eb2343d8814a5cee5fb3da930d846bee +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 22:48:46 2009 +0200 + + pxa: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit ad7e8aac6920f8b8a85b3cc2e93bca7458e99aa1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 9 13:21:19 2009 +0200 + + arm: remove cpu_init + + move s3c44b0 to arch_cpu_init and as noone use cpu_init remove it + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit c358d9c3f16571e8f825e81b75eaf32e228cb669 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 9 13:21:18 2009 +0200 + + arm: unify interrupt init + + all arm init the IRQ stack the same way + so unify it in lib_arm/interrupts.c and then call arch specific interrupt init + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 10a451cd57cffbca875c97bbd8929059c5627ec6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 8 20:24:12 2009 +0200 + + arm: unify linker script + + all arm boards except a few use the same cpu linker script + so move it to cpu/$(CPU) + + that could be overwrite in following order + SOC + BOARD + via the corresponding config.mk + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 9475c63c7855edd863c93a9bb0f4b8e240d9d212 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat May 16 10:02:05 2009 +0200 + + afeb9260: fix macb device init + + uses PA10, PA11 for ETX2 and ETX3. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7 +Author: Stefan Roese +Date: Wed May 27 10:34:32 2009 +0200 + + ppc4xx: Remove PCI async bootup message if PCI is not used + + Signed-off-by: Stefan Roese + +commit a3455c00510c5abf1e91743c4a02d8393b6df18d +Author: Wolfgang Denk +Date: Fri May 15 09:19:52 2009 +0200 + + TQM834x: use buffered writes to accelerate writing to flash + + Also enable display of 'E'mpty sectors in "flinfo" output. + + Signed-off-by: Wolfgang Denk + Signed-off-by: Kim Phillips + +commit 4681e673a51c48f4c096aa3c8fae5e6217ffd58d +Author: Wolfgang Denk +Date: Thu May 14 23:18:34 2009 +0200 + + TQM834x: add FDT support + + Signed-off-by: Wolfgang Denk + Signed-off-by: Kim Phillips + +commit 929b79a0b5e48303ab04aae9d0abceb0c707f111 +Author: Wolfgang Denk +Date: Thu May 14 23:18:33 2009 +0200 + + TQM834x: fix environment size; add redundant env. + + Also reserve more space for U-Boot as it will probably grow soon. + + Signed-off-by: Wolfgang Denk + Signed-off-by: Kim Phillips + +commit 2ae0f35fd60c7345446835b95a4daff356e1f031 +Author: Thomas Lange +Date: Sun May 3 20:07:33 2009 +0200 + + ARM DaVinci: Reset with watchdog enabled + + Once the Davinci watchdog has been enabled, the timeout + value cannot be changed. If the timeout in use is long, + it can take a long time for card to reset. By writing + an invalid service key, we can trigger an immediate reset. + + Signed-off-by: Thomas Lange + +commit 6cc7ba9ed43106946aa9aa868302aa2faf1d17be +Author: Wolfgang Denk +Date: Fri May 15 10:07:43 2009 +0200 + + video: Add an option to skip video initialization + + This patch adds an option to skip the video initialization on for all + video drivers. This is needed for the CPCI750 which can be built as + CPCI host and adapter/target board. And the adapter board can't + access the video cards located on the CompactPCI bus. + + Signed-off-by: Stefan Roese + Cc: Anatolij Gustschin + + Rebased against simplifying patch. + Signed-off-by: Wolfgang Denk + +commit f62f64692ff7f6226ad221d5df6487ea5ef39bdd +Author: Wolfgang Denk +Date: Fri May 15 10:07:42 2009 +0200 + + drv_video_init(): simplify logic + + Simplify nesting of drv_video_init() and use a consistent way of + indicating failure / success. Before, it took me some time to realize + which of the returns was due to an error condition and which of them + indicated success. + + Signed-off-by: Wolfgang Denk + Cc: Anatolij Gustschin + +commit 1699da6297b8c22da16cf85b3c79192f1a6d70ca +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Wed May 13 21:01:13 2009 +0200 + + at91: regroup IP hw init in one file per soc + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 28b00324becf3552134ae1e086509dc9c3d6e932 +Author: David Brownell +Date: Fri May 15 23:48:37 2009 +0200 + + dm355 evm support + + Initial U-Boot support for the DaVinci DM355 EVM. This is a board + from Spectrum Digital. Board docs include schematic and firmware + for its microcontroller: + + http://c6000.spectrumdigital.com/evmdm355/revd/ + + Most of the DM355 chip is fully documented by TI, the most notable + exception being the MPEG/JPEG coprocessor (programmable using codecs + available at no cost from TI), which is omitted from its DM335 sibling: + + http://focus.ti.com/docs/prod/folders/print/tms320dm355.html + + This version can boot from the on-board DM9000 Ethernet chip, after + being loaded (from NAND, MMC/SD, or UART). In the near future, NAND + and USB support could be added ... NAND support is being held back + until the support for the 4-bit ECC hardware is ready. + + Signed-off-by: David Brownell + +commit 136cf92dc9e84c9a1bf567f1fe741092bf765495 +Author: Sanjeev Premi +Date: Fri May 15 23:48:37 2009 +0200 + + OMAP3EVM: Set default bootfile + + The current configuration doesn't define default + bootfile; leading to this warning at execution: + + OMAP3_EVM # dhcp + ... + ... + DHCP client bound to address 192.168.1.11 + *** Warning: no boot file name; using 'AC18BE16.img' + TFTP from server 0.0.0.0; our IP address is 192.168.1.11; + sending through gateway 192.168.1.1 + Filename 'AC18BE16.img'. + Load address: 0x82000000 + Loading: * + TFTP error: 'File not found' (1) + + Signed-off-by: Sanjeev Premi + +commit 1a09d05abfc6d4d4f1fce9f6bd0275bd1c08d4f5 +Author: s-paulraj@ti.com +Date: Fri May 15 23:48:36 2009 +0200 + + ARM DaVinci: Minor Updates to base addresses + + Patch adds base addresses for DaVinci DM365. Updated patches for DM365 + will be posted soon. + + Signed-off-by: Sandeep Paulraj + +commit de193e8e369f5f029ed3b6e2fc60341098eea766 +Author: Tom Rix +Date: Fri May 15 23:48:36 2009 +0200 + + ZOOM2 Add support for debug board detection. + + The logicpd web site is a good source for general information on this board. + Please start looking here if the below links are broken. + http://www.logicpd.com + + This is a pdf of the product + http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf + + This is a pdf of the product quick start guide. + The debug board is described here. + http://support.logicpd.com/downloads/1165/ + + This is a wiki showing the debug board in use + https://omapzoom.org/gf/project/omapzoom/wiki/?pagename=GettingStartedWithZoomII_AKA_OMAP34XII_MDP + + The zoom2 has an auxillary board that contains the serial, net, jtag and + battery simulator. This change supports a runtime check if the debug board is + connected. + + Signed-off-by: Tom Rix + +commit 0c872ecd01d6782ae9d37b6eb721404a4a48f356 +Author: Tom Rix +Date: Fri May 15 23:48:36 2009 +0200 + + OMAP3 Port kernel omap gpio interface. + + Port version 2.6.27 of the linux kernel's omap gpio interface to u-boot. + The orignal source is in linux/arch/arm/plat-omap/gpio.c + + See doc/README.omap3 for instructions on use. + + Signed-off-by: Tom Rix + +commit 376aee78dd66ae0dc4ce496cbe93ecc80aaad48e +Author: Tom Rix +Date: Fri May 15 23:48:36 2009 +0200 + + ZOOM2 Add initial support for Zoom2 + + Zoom2 is a new board from Texas Instruments and LogicPD + + The logicpd web site is a good source for general information on this board. + Please start looking here if the below links are broken. + http://www.logicpd.com + + This is a pdf of the product + http://www.logicpd.com/sites/default/files/1012659A_Zoom_OMAP34x-II_MDP_Brief.pdf + This is the product description web page + http://www.logicpd.com/products/development-kits/texas-instruments-zoom%E2%84%A2-omap34x-ii-mdp + + This patch provides a zoom2 base target by copying zoom1 and by making some + obvious changes. + + To configure, run + make omap3_zoom2_config + + Signed-off-by: Tom Rix + +commit 53925acf1b5c1a1e6230cda2697640cd05bd1104 +Author: Sandeep Paulraj +Date: Fri May 15 23:48:33 2009 +0200 + + ARM DaVinci:Consolidate common u-boot.lds + + The u-boot.lds is common for all DaVinci boards. The patch removes + multiple instances and moves the u-boot.lds to /cpu/arm926ejs/davinci + folder. This addresses one of the comments i received while submitting + patches for DM3xx + + Signed-off-by: Sandeep Paulraj + +commit 68a531fd465f5c0b3d373e0010afed32e88d37c4 +Author: Tom Rix +Date: Fri May 15 23:47:52 2009 +0200 + + OMAP Consolidate common u-boot.lds to cpu layer. + + The u-boot.lds file is common for all omap boards. + Move a cleaned up version to the cpu layer and add makefile logic to use it. + + Signed-off-by: Tom Rix + +commit 65a76d4f947a193e57bb8f8093c481f27e059f8f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:14 2009 +0200 + + arm/dcc: add xscale support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 66e8f9da6879fe37f3159b3997bff874842dc51d +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:14 2009 +0200 + + arm/dcc: use static support to allow to use it at anytime + + the dcc can be used at the start of the cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7893aa1eb6f52c3957efc301b436f1fa11e91a00 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:13 2009 +0200 + + ARM: Update mach-types + + update against linux v2.6.29 + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2907798926ee932f453ac8538e7a6c05c18428a5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:13 2009 +0200 + + arm920/926/926: remove non needed header + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 269dfea017b09c5a999d3053d00505c19789c350 +Author: David Brownell +Date: Fri May 15 23:47:13 2009 +0200 + + davinci dm6446evm NAND update + + This updates the optional (non-default!) NAND support for the + DaVinci DM6446 EVM: + + - include MTD partitioning, defaulting to what Linux uses + + - use a flash-based BBT, which among other things speeds bootup + + This matches code that's now queued for mainline Linux, and might + even merge in an upcoming 2.6.30-rc; and the MTIDS are set up so + that the U-Boot $mtdparts environment variable can be passed as-is + on the kernel command line as a cmdlinepart override. + + Signed-off-by: David Brownell + +commit 7a4f511b59f08f51dde4ceacbd45f49b8bf2a5cc +Author: David Brownell +Date: Fri May 15 23:47:12 2009 +0200 + + davinci: display correct clock info + + Move the clock-rate dumping code into the cpu/.../davinci area + where it should have been, enabled by CONFIG_DISPLAY_CPUINFO, + updating the format and showing the DSP clock (where relevant). + + Switch boards to use the cpuinfo() hook for this stuff. + + Remove a few now-obsolete PLL #defines. + + Signed-off-by: David Brownell + +commit daea928829098cae3c9ec6b801e52ba616725034 +Author: Tom Rix +Date: Fri May 15 23:47:12 2009 +0200 + + ZOOM1 Remove more legacy NAND defines. + + These legacy NAND defines are no longer needed by this target. + + Signed-off-by: Tom Rix + +commit 65fd21c80fcaca2bbfe3ab06ab6ac68207408078 +Author: Tom Rix +Date: Fri May 15 23:47:12 2009 +0200 + + LED Add documentation describing the status_led and colour led API. + + This document describes the u-boot status LED API. + This allows common u-boot commands to use a board's leds to + provide status for activities like booting and downloading files. + + Signed-off-by: Tom Rix + +commit 7cdf804f34378b910b4c4edd2dac7e3ca61c0825 +Author: Tom Rix +Date: Fri May 15 23:47:12 2009 +0200 + + ARM Add blue colour LED to status_led. + + There is exiting support for red,yellow,green but no blue. + The main LED on the zoom2 is a blue LED. + + Signed-off-by: Tom Rix + +commit b54384e3ba6b5535751f317fcd3940a53eed0d3a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:47:02 2009 +0200 + + arm: timer and interrupt init rework + + actually the timer init use the interrupt_init as init callback + which make the interrupt and timer implementation difficult to follow + + so now rename it as int timer_init(void) and use interrupt_init for interrupt + + btw also remane the corresponding file to the functionnality implemented + + as ixp arch implement two timer - one based on interrupt - so all the timer + related code is moved to timer.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5b4bebe1d20c4f2b70d48b06aed1016785efcc25 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + OMAP3: Reorganize Makefile style + + Reformat COBJS handling. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Dirk Behme + +commit b1966982718347f67317b3fb356439743ca68a37 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + OMAP3: Remove dublicated interrupt code + + Remove duplicated interrupt code. Original, identical code can be found + in lib_arm/interrupts.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Dirk Behme + +commit ac7260a4190315eba4a6e526c764f6cad0bbf8c5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + at91rm9200: move reset code to reset.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2c75c78d94574ee996db2aa9b511258519471dd6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:22 2009 +0200 + + ixp/interrupts: Move conditional compilation to Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 8fc3bb4b0603516ad641e2de252a400b85fd869b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:20 2009 +0200 + + arm: cleanup remaining CONFIG_INIT_CRITICAL + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit c20e28f49aaf38c7dede46d8f8fe8234fe90822c +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 15 23:45:12 2009 +0200 + + arm946es: remove non used timer + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f1d944e30eb8ff89080fa03fb98d8fb5c82388d2 +Author: David Brownell +Date: Fri May 15 23:44:09 2009 +0200 + + davinci: add basic dm355/dm350/dm335 support + + Add some basic declarations for DaVinci DM355/DM350/DM335 support, + keyed on CONFIG_SOC_DM355. (DM35X isn't quite right because the + DM357 is very different; while the DM355 is like a DM355 without + the MPEG/JPEG coprocessor). + + These have different peripherals than the DM6446, and some of + the peripherals are at different addresses. Notably for U-Boot, + there's no EMAC, and the NAND controller address is different + + Signed-off-by: David Brownell + +commit bd36fdc146654f9de4e2ad346126e6bd2990fb19 +Author: David Brownell +Date: Fri May 15 23:44:09 2009 +0200 + + davinci: fix dm644x buglets + + Fix two buglets in the dm644x support: don't set two must-be-zero + bits in the UART management register; and only include the I2C hooks + if the I2C driver is being included. + + Signed-off-by: David Brownell + +commit f79043681ff44bae435c06f830e51e1546db7e19 +Author: David Brownell +Date: Fri May 15 23:44:08 2009 +0200 + + davinci: split out some dm644x-specific bits from psc + + Split out DaVinci DM6446-specific bits from more generic bits: + + - Add a CONFIG_SOC_DM644X. All current boards use DM6446 chips; + DM6443 and DM6441 chips differ in available peripherals. + + - Move most DM644X-specific bits from psc.c to a new dm644x.c file, + which is conditionally built. It provides device-specific setup. + + Plus minor coding style and comment updates with respect to the PSC. + + Signed-off-by: David Brownell + +commit 48ef5729555f41f51618b6a3016ac5c53c7c75dc +Author: David Brownell +Date: Fri May 15 23:44:08 2009 +0200 + + davinci: cpu-specific build uses conditional make syntax + + Update cpu/arm926ejs/davinci/Makefile to use COBJ-y type syntax. + Add the first conditional: for EMAC driver support. Not all + chips have an EMAC; and boards might not use it, anyway. + + This doesn't touch PHY configuration; that should eventually + become conditional too. + + Signed-off-by: David Brownell + +commit 7b7808ae6dace59287f565e9323cda7b098a5612 +Author: David Brownell +Date: Fri May 15 23:44:06 2009 +0200 + + davinci: move psc support board-->cpu + + Move DaVinci PSC support from board/* to cpu/* where it belongs. + The PSC module manages clocks and resets for all DaVinci-family + SoCs, and isn't at all board-specific. + + Signed-off-by: David Brownell + +commit 84f7411cb901b8df2391cf7e967ad0737f6194aa +Author: David Brownell +Date: Tue Apr 14 08:52:58 2009 -0700 + + DaVinci now respects SKIP_LOWLEVEL_INIT + + Don't needlessly include lowlevel init code; that's only really + needed with boot-from NOR (not boot-from-NAND). The 2nd stage + loader (UBL) handles that before it loads U-Boot. + + Signed-off-by: David Brownell + +commit 641e0925e4bf7adf8e2e04e3ad81b840fd71cadd +Author: David Brownell +Date: Sun Apr 12 22:49:26 2009 -0700 + + DaVinci Ethernet cleanup + + Chips without the EMAC controller won't need the utilities + it uses to read an Ethernet address from EEPROM; so don't + include them needlessly. + + Use is_valid_ether() to validate the address from EEPROM. + All-zero addresses aren't the only invalid addresses. + A fully erased EEPROM returns all-ones, also invalid... + + Switch those Ethernet utilities to use "%pM" for printing + MAC addresses; and not say ROM when they mean EEPROM. + + Signed-off-by: David Brownell + Acked-by: Ben Warren + +commit c790b04d230363d03939dc008bcc80f3ba4de1ae +Author: Stefan Roese +Date: Mon May 11 15:50:12 2009 +0200 + + lib_arch/board.c: Move malloc initialization before flash_init() + + This patch moves the malloc initialization before calling flash_init(). + Upcoming changes to the NOR FLASH common CFI driver with optional + MTD infrastructure and MTD concatenation support will call malloc(). + And nothing really speaks against enabling malloc just a little earlier + in the boot stage. Some architectures already enable malloc before + calling flash_init() so they don't need any changes here. + + Signed-off-by: Stefan Roese + Cc: Wolfgang Denk + Cc: Mike Frysinger + Cc: Scott McNutt + Cc: Shinya Kuribayashi + Cc: Nobuhiro Iwamatsu + Cc: Daniel Hellstrom + Cc: Jean-Christophe PLAGNIOL-VILLARD + Cc: John Rigby + +commit d873133f2ba9bd613d5f6552c31cc70fb13f15d3 +Author: Stefan Roese +Date: Mon May 11 13:46:14 2009 +0200 + + ppc4xx: Add Sequoia RAM-booting target + + This patch adds another build target for the AMCC Sequoia PPC440EPx + eval board. This RAM-booting version is targeted for boards without + NOR FLASH (NAND booting) which need a possibility to initially + program their NAND FLASH. Using a JTAG debugger (e.g. BDI2000/3000) + configured to setup the SDRAM, this debugger can load this RAM- + booting image to the target address in SDRAM (in this case 0x1000000) + and start it there. Then U-Boot's standard NAND commands can be + used to program the NAND FLASH (e.g. "nand write ..."). + + Here the commands to load and start this image from the BDI2000: + + 440EPX>reset halt + 440EPX>load 0x1000000 /tftpboot/sequoia/u-boot.bin + 440EPX>go 0x1000000 + + Please note that this image automatically scans for an already + initialized SDRAM TLB (detected by EPN=0). This TLB will not be + cleared. This TLB doesn't need to be TLB #0, this RAM-booting + version will detect it and preserve it. So booting via BDI2000 + will work and booting with a complete different TLB init via + U-Boot works as well. + + Signed-off-by: Stefan Roese + +commit 837db3d87f4bfe9261629fb4a1bb433506a3056a +Author: Mike Frysinger +Date: Wed May 6 08:41:45 2009 -0400 + + tools/envcrc: add --binary option to export embedded env + + The --binary option to envcrc can be used to export the embedded env as a + binary blob so that it can be manipulated/examined/whatever externally. + + Signed-off-by: Mike Frysinger + +commit 18cc7afd9a153a66854af862d14ba01c5496cf07 +Author: Ben Warren +Date: Tue Apr 28 16:50:53 2009 -0700 + + Enable CONFIG_NET_MULTI on all remaining PPC4xx boards + + All in-tree PPC4xx boards now use CONFIG_NET_MULTI + + Signed-off-by: Ben Warren + Signed-off-by: Stefan Roese + +commit 70be6c2d40076f14062b892152649f9a62832fc9 +Author: Matthias Fuchs +Date: Wed Apr 29 09:51:01 2009 +0200 + + 4xx: Add support for DP405 hardware variants + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit de47a34d4de1d007a8951efd072283516d580ffa +Author: Matthias Fuchs +Date: Wed Apr 29 09:51:00 2009 +0200 + + 4xx: Remove binary cpld bitstream from DP405 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on DP405 boards. + + Because u-boot with an external cpld bitstream may not + take more space in flash than before the u-boot binary is + shrinked a little bit. Some unused featues have been + removed therefore. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 700d553fd3afe804086de8f73d95153315eb0c32 +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:59 2009 +0200 + + 4xx: Remove binary cpld bitstream from VOM405 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on VOM405 boards. + + Because u-boot with an external cpld bitstream may not + take more space in flash than before the u-boot binary is + shrinked a little bit. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 0bb10630364c48d9857cbf5353da609fc4dd6751 +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:58 2009 +0200 + + 4xx: Remove binary cpld bitstream from PMC405 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on PMC405 boards. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 7cc635fb35f5b94e304fa2243d56758f57f6416b +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:57 2009 +0200 + + 4xx: Remove binary cpld bitstream from CMS700 board + + This patch removes the cpld binary bitstream that is + used by esd's cpld command on CMS700 boards. + + Because u-boot with an external cpld bitstream may not + take more space in flash than before the u-boot binary is + shrinked a little bit. Some unused featues have been + removed therefore. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit c1b2f79788deec75773b1d944d8aaf4a6d5baf9e +Author: Matthias Fuchs +Date: Wed Apr 29 09:50:56 2009 +0200 + + esd/common: extend cpld command with address parameter + + This patch adds support for an address parameter to esd's + cpld command. This is in preparation to remove compiled-in + binary cpld (xsvf) bitstreams. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 9166b776350d16460c7330bfb0a50154ea0a1903 +Author: Peter Tyser +Date: Sat Apr 18 22:34:06 2009 -0500 + + cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUX + + When CONFIG_I2C_MUX was defined the output of 'help i2c' was not + correct, eg: + + => help i2c + i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes. + speed [speed] - show or set I2C bus speed + i2c dev [dev] - show or set current I2C bus + ... + + It has been changed to: + i2c speed [speed] - show or set I2C bus speed + i2c bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes + i2c dev [dev] - show or set current I2C bus + ... + + Signed-off-by: Peter Tyser + +commit 0a45a6357b02e5ce5bf899a60db09def6a129fee +Author: Peter Tyser +Date: Sat Apr 18 22:34:05 2009 -0500 + + cmd_i2c: Clean up trivial helper functions + + Signed-off-by: Peter Tyser + +commit e96ad5d3aba42f8ffe99f7cc5ec1bb9f21810035 +Author: Peter Tyser +Date: Sat Apr 18 22:34:04 2009 -0500 + + cmd_i2c: Clean up i2c command argument parsing + + argc and argv should only be modified once instead of once for + every i2c sub-command + + Signed-off-by: Peter Tyser + +commit 0f89c54be92773b23d66ac401ba6acb6144100c3 +Author: Peter Tyser +Date: Sat Apr 18 22:34:03 2009 -0500 + + i2c: Update references to individual i2c commands + + The individual i2c commands imd, imm, inm, imw, icrc32, iprobe, iloop, + and isdram are no longer available so all references to them have been + updated to the new form of "i2c ". + + Signed-off-by: Peter Tyser + +commit d48eb5131d287f52bb85b4c58c8680a2e8e3b641 +Author: Peter Tyser +Date: Sat Apr 18 22:34:02 2009 -0500 + + i2c: Remove deprecated individual i2c commands + + The following individual I2C commands have been removed: imd, imm, inm, + imw, icrc32, iprobe, iloop, isdram. + + The functionality of the individual commands is still available via + the 'i2c' command. + + This change only has an impact on those boards which did not have + CONFIG_I2C_CMD_TREE defined. + + Signed-off-by: Peter Tyser + +commit 655b34a78adf60ef260981688837904208883ae9 +Author: Peter Tyser +Date: Sat Apr 18 22:34:01 2009 -0500 + + i2c: Create common default i2c_[set|get]_bus_speed() functions + + New default, weak i2c_get_bus_speed() and i2c_set_bus_speed() functions + replace a number of architecture-specific implementations. + + Also, providing default functions will allow all boards to enable + CONFIG_I2C_CMD_TREE. This was previously not possible since the + tree-form of the i2c command provides the ability to display and modify + the i2c bus speed which requires i2c_[set|get]_bus_speed() to be + present. + + Signed-off-by: Peter Tyser + +commit 8229e9c04f7019ddd76aea05d4dca044cbc9a34a +Author: Peter Tyser +Date: Sat Apr 18 22:34:00 2009 -0500 + + cm5200: Make function test command names more unique + + Add "_test" to cm5200's function test command names to prevent + overlap with common, global function names. Originally, the + "do_i2c" function test command interfered with + common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined. + + The functions were also made static as they are not globally accessed. + + Signed-off-by: Peter Tyser + +commit f0722ee762e8dada9d7f74ac2745e043f83aae85 +Author: Peter Tyser +Date: Fri Apr 24 15:34:09 2009 -0500 + + tsi108_i2c: Add i2c_init() stub function + + Add the i2c_init() function so that the tsi108_i2c.c driver fits + U-Boot's standard I2C API which is utilized by cmd_i2c.c + + Signed-off-by: Peter Tyser + +commit 8d907e79bc9babb27396e34be54cfdc36ff62fb9 +Author: Peter Tyser +Date: Fri Apr 24 15:34:08 2009 -0500 + + mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define + + Add standard CONFIG_SYS_I2C_SPEED define for the mpc7448hpc2 so that + it can use the common 'i2c speed' command. Note that the I2C controller + utilized by the mpc7448hpc2 has a fixed speed and cannot be changed + dynamically. + + Signed-off-by: Peter Tyser + +commit a056b1ce9e19b4d4ab3dd01c3f897dcd832cd37f +Author: Peter Tyser +Date: Fri Apr 24 15:34:07 2009 -0500 + + Marvell: i2c cleanup + + The following changes were made, primarily to bring the Marvell i2c + driver in line with U-Boot's current I2C API: + - Made i2c_init() globally accessible + - Made i2c_read() and i2c_write() return an integer + - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the + offhand chance someone adds slave support in the future + + Signed-off-by: Peter Tyser + +commit 54afc6ee10c8cd09598d814d49e601359b005e49 +Author: Peter Tyser +Date: Fri Apr 24 15:34:06 2009 -0500 + + cpci750: i2c cleanup + + The following changes were made, primarily to bring the cpci750 i2c + driver in line with U-Boot's current I2C API: + - Made i2c_init() globally accessible + - Made i2c_read() and i2c_write() return an integer + - Updated i2c_init() calls to pass in CONFIG_SYS_I2C_SLAVE in the + offhand chance someone adds slave support in the future + + Signed-off-by: Peter Tyser + +commit 9c90a2c8e87414007a016b7cd099ac1e32fd301b +Author: Peter Tyser +Date: Fri Apr 24 15:34:05 2009 -0500 + + i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value + + Many boards/controllers/drivers don't support an I2C slave interface, + however CONFIG_SYS_I2C_SLAVE is used in common code so provide a + default + + Signed-off-by: Peter Tyser + +commit e7563aff174f77aa61dab1ef5d9b47bebaa43702 +Author: Kumar Gala +Date: Thu Jun 11 23:42:35 2009 -0500 + + fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT + + The ddr code computes most things as 64-bit quantities and had some places + in the middle that it was using phy_addr_t and phys_size_t. + + Instead we use unsigned long long through out and only at the last stage of + setting the LAWs and reporting the amount of memory to the board code do we + truncate down to what we can cover via phys_size_t. + + This has the added benefit that the DDR controller itself is always setup + the same way regardless of how much memory we have. Its only the LAW + setup that limits what is visible to the system. + + Signed-off-by: Kumar Gala + +commit d4b130dc80761b430dc5b410159cd158fca1a348 +Author: Kumar Gala +Date: Thu Jun 11 23:40:34 2009 -0500 + + 85xx: Use print_size to report amount of memory not mapped by TLBs + + Signed-off-by: Kumar Gala + +commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e +Author: Haiying Wang +Date: Wed May 20 12:30:42 2009 -0400 + + 85xx: Add README for MPC8569MDS + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit b2aab386e957ba684d4f2a466bfaa91770e5058a +Author: Haiying Wang +Date: Wed May 20 12:30:33 2009 -0400 + + 85xx: Add UART1 support for MPC8569MDS + + MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define + those pins before using UART1. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719 +Author: Haiying Wang +Date: Wed May 20 12:30:32 2009 -0400 + + 85xx: Add PIB support at CS4/CS5 for MPC8569MDS + + Signed-off-by: Haiying Wang + Signed-off-by: Yu Liu + Signed-off-by: Kumar Gala + +commit fb27949059f1bc84381a6216a819090f0cdbaa70 +Author: Haiying Wang +Date: Thu Jun 4 16:12:39 2009 -0400 + + 85xx: Fix some settings for MPC8569MDS board + + - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for + malloc to support up to eight Ethernet interfaces. + - Move Environment address out of uboot thus the saved environment variables + will not be erased after u-boot is re-programmed. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d +Author: Haiying Wang +Date: Wed May 20 12:30:30 2009 -0400 + + 85xx: Fix MURAM size for MPC8569 + + MPC8569 has 128K bytes MURAM. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit a53c997dd7fc858f2a27f5a47b200567b9343ae5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 22 20:23:51 2009 +0200 + + at91/cpu.c: add missing Copyright & GPL header + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit aa446a591aca46ef2b53cc6598ea8091feb45444 +Author: Shinya Kuribayashi +Date: Sun Jun 7 21:45:16 2009 +0900 + + apollon: Fix a OBJCFLAGS typo + + Signed-off-by: Shinya Kuribayashi + +commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002 +Author: Wolfgang Denk +Date: Wed Jun 10 00:19:28 2009 +0200 + + Prepare 2009.06-rc3 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e +Author: Wolfgang Denk +Date: Wed Jun 10 00:15:11 2009 +0200 + + rmu board: fix error: 'CONFIG_ENV_SECT_SIZE' undeclared + + Signed-off-by: Wolfgang Denk + +commit 165f9859b64ff59f0cfae3cc70a7e7ded7aaa4a7 +Author: Daniel Mack +Date: Thu Jun 4 19:44:12 2009 +0200 + + ubifs: fix small error path mismatch + + In do_readpage(), don't free 'dn' if its allocation failed. + + Signed-off-by: Daniel Mack + +commit de7cf709ebd3c01fbd094e8853dabb410c0370a1 +Author: Wolfgang Denk +Date: Thu Jun 4 00:31:07 2009 +0200 + + EP88x: fix broken linker script + + Signed-off-by: Wolfgang Denk + Tested-by: Mikhail Zaturenskiy + +commit 7a2063bd80d3b58b2dd5d5e58f4411f8d250576c +Author: Wolfgang Denk +Date: Fri May 15 00:16:02 2009 +0200 + + TQM85xx: minor config file cleanup + + Remove "saveenv" from "update" definition: the environment is outside + the U-Boot image on TQM85xx and therefor not affected by updates. + + Also "beautify" code a bit (vertical alignment). + + Signed-off-by: Wolfgang Denk + +commit c0296b1801fc9426d772fa75fe58458db605dfee +Author: Wolfgang Denk +Date: Fri May 15 00:16:01 2009 +0200 + + TQM85xx: adapt for new flash types + + Old TQM85xx boards had 'M' type Spansion Flashes from the S29GLxxxM + series while new boards have 'N' type Flashes from the S29GLxxxN + series, which have bigger sectors: 2 x 128 instead of 2 x 64 KB. + + We now change the configuration to the new flash types for all + boards; this also works on old boards - we just waste two flash + sectors for the environment which could be smaller there. + + Signed-off-by: Wolfgang Denk + +commit 6735104924f06340071a6914a9ee3345607fc102 +Author: Dave Liu +Date: Mon May 18 17:49:23 2009 +0800 + + 85xx: Fix the wrong SYS_CLK_IN for 8569MDS + + The SYS_CLK_IN of MPC8569MDS is 66.66MHz, + The DDR_CLK_IN is same with SYS_CLK_IN in 8569 processor. + so, change the SYS_CLK_IN from 66MHz to 66.66MHz. + + Signed-off-by: Dave Liu + +commit 16e7559c08b6f29db4596d795b92914c01e6a1b3 +Author: Dave Liu +Date: Fri May 15 10:27:44 2009 +0800 + + 85xx: Fix the wrong BCSR address of 8569MDS + + The BCSR17[7] = 1 will unlock the write protect of FLASH. + The WP# pin only controls the write protect of top/bottom sector, + That is why we can save env, but we can't write the first sector + before the patch. + + Signed-off-by: Dave Liu + +commit 90d13b8ac3d515349626d7c8a3dc34ef38c43fa6 +Author: Fredrik Arnerup +Date: Tue Jun 2 16:27:10 2009 -0500 + + 85xx: bugfix for reading maximum TLB size on mpc85xx + + The MAXSIZE field in the TLB1CFG register is 4 bits, not 8 bits. + This made setup_ddr_tlbs() try to set up a TLB larger than the e500 maximum + (256 MB) + which made u-boot hang in board_init_f() when trying to create a new stack + in RAM. + I have an mpc8540 with one 1GB dimm. + + Signed-off-by: Fredrik Arnerup + Signed-off-by: Andy Fleming + Acked-by: Kumar Gala + +commit 1b5291dddf5f16c7ae10e3cb165882fa96038b26 +Author: Dave Liu +Date: Fri Mar 27 14:32:43 2009 +0800 + + 85xx: Fix the clock adjust of mpc8569mds board + + Currently the clk_adj is 6 (3/4 cycle), The settings will cause + the DDR controller hang at the data init. Change the clk_adj + from 6 to 4 (1/2 cycle), make the memory system stable. + + Signed-off-by: Dave Liu + +commit faa14babd7466dfade358f9cac128ae246b9bf1b +Author: RONETIX - Ilko Iliev +Date: Fri Jun 5 16:54:31 2009 +0200 + + at91: fix a USB problem for AT91SAM9261 + + This patch corrects the missing PLLB initialization in usb_cpu_init() + for AT91SAM9261. + Because of the missing PLLB initialization, the USB support for all + AT91SAM9261 based boards will work only if the PLLB is configured by a + precedent bootloader. + + Signed-off-by: Ilko Iliev + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Remy Bohmer + +commit 0c24dec550ddb7d86b8bfdd8645b18479f73e6e2 +Author: Felix Radensky +Date: Sun May 31 20:44:15 2009 +0300 + + ppc4xx/net: Fix MDIO clock setup + + This patch fixes MDIO clock setup in case when OPB frequency is 100MHz. + Current code assumes that the value of sysinfo.freqOPB is 100000000 + when OPB frequency is 100MHz. In reality it is 100000001. As a result + MDIO clock is set to incorrect value, larger than 2.5MHz, thus violating + the standard. This in not a problem on boards equipped with Marvell PHYs + (e.g. Canyonlands), since those PHYs support MDIO clocks up to 8.3MHz, + but can be a problem for other PHYs (e.g. Realtek ones). + + Signed-off-by: Felix Radensky + Signed-off-by: Ben Warren + +commit d65e34d12514de2bbe3b8f519761d641c081bad0 +Author: Yoshihiro Shimoda +Date: Wed Feb 25 14:27:29 2009 +0900 + + rtl8169: fix PCI system memory address + + When PCI device use system memory, some PCI host controller should be + set physical memory address. + + Signed-off-by: Yoshihiro Shimoda + Signed-off-by: Ben Warren + +commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43 +Author: Manikandan Pillai +Date: Wed Apr 8 09:14:35 2009 +0530 + + SMC911x driver fixed for NFS boot + + eth_halt() function in the smc911x drivers used to call the + smc911x_reset() function. eth_halt() used to be called after + tftp transfers. This used to put the ethernet chip in reset + while the linux boots up resulting in the ethernet driver + not coming up. NFS boot used to fail as a result. + + This patch calls smc911x_shutdown() instead of smc911x_reset(). + Some comments received has also been fixed. + + Signed-off-by: Manikandan Pillai + Signed-off-by: Ben Warren + +commit e5a3bc2401a23f1890611f020f57f94824a534db +Author: Remy Bohmer +Date: Sun May 3 12:11:40 2009 +0200 + + Add config option for disabling DM9000-SROM support. + + Some boards do not have SROM support for the DM9000 network adapter. + Instead of listing these board names in the driver code, make this + option configurable from the board config file. + + It also removes a build warning for the at91sam9261ek board: + 'dm9000x.c:545: warning: 'read_srom_word' defined but not used' + + And it repaires the trizepsiv board build which was broken around the + same routines + + Signed-off-by: Remy Bohmer + Signed-off-by: Ben Warren + +commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713 +Author: Kim Phillips +Date: Fri Jun 5 14:11:33 2009 -0500 + + mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation + + In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer + impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0. + SICRH[TSIOB1] was erroneously being set high. + + U-Boot always operated this PHY interface in GMII mode. It is assumed this + was missed in the clean up by the original board porters, and copied along + to the TQM and sbc boards. + + Signed-off-by: Kim Phillips + Acked-by: Ira Snyder + Reviewed-by: David Hawkins + Tested-by: Paul Gortmaker + CC: Dave Liu + +commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7 +Author: Daniel Mack +Date: Wed Apr 8 13:23:37 2009 +0200 + + smc911x: write back the manually set MAC address + + If the MAX address is given by the environment, write it back to the + hardware. + + Signed-off-by: Daniel Mack + Cc: Sascha Hauer + Signed-off-by: Ben Warren + +commit dfcd7f21607fd847236b04bb1a8d59a7c10ab99c +Author: Wolfgang Denk +Date: Fri May 15 00:16:03 2009 +0200 + + Redundant Environment: protect full sector size + + Several boards used different ways to specify the size of the + protected area when enabling flash write protection for the sectors + holding the environment variables: some used CONFIG_ENV_SIZE and + CONFIG_ENV_SIZE_REDUND, some used CONFIG_ENV_SECT_SIZE, and some even + a mix of both for the "normal" and the "redundant" areas. + + Normally, this makes no difference at all. However, things are + different when you have to deal with boards that can come with + different types of flash chips, which may have different sector + sizes. + + Here we may have to chose CONFIG_ENV_SECT_SIZE such that it fits the + biggest sector size, which may include several sectors on boards using + the smaller sector flash types. In such a case, using CONFIG_ENV_SIZE + or CONFIG_ENV_SIZE_REDUND to enable the protection may lead to the + case that only the first of these sectors get protected, while the + following ones aren't. + + This is no real problem, but it can be confusing for the user - + especially on boards that use CONFIG_ENV_SECT_SIZE to protect the + "normal" areas, while using CONFIG_ENV_SIZE_REDUND for the + "redundant" area. + + To avoid such inconsistencies, I changed all sucn boards that I found + to consistently use CONFIG_ENV_SECT_SIZE for protection. This should + not cause any functional changes to the code. + + Signed-off-by: Wolfgang Denk + Cc: Paul Ruhland + Cc: Pantelis Antoniou + Cc: Stefan Roese + Cc: Gary Jennejohn + Cc: Dave Ellis + Acked-by: Stefan Roese + +commit b81830f6e3b3e6ed114d071eb107965e49fa9b5a +Author: Ilya Yanok +Date: Thu May 14 14:03:09 2009 +0400 + + mmc: it's safe to ignore mmc_send_if_cond() return value + + Return value of mmc_send_if_cond() can be safely ignored (as it is + done in Linux). This makes older cards work with MXC MCI controller. + + Signed-off-by: Ilya Yanok + +commit dba6fcf6517faa5dda7df8109febe03c9c72a6f5 +Author: Stefan Roese +Date: Mon May 11 15:54:13 2009 +0200 + + cfi_mtd: Fix bug in last sector detection + + This patch now enabled this cfi-mtd wrapper to correctly detect and + erase the last sector in an NOR FLASH device. + + Signed-off-by: Stefan Roese + +commit 4e3d89ba948eef801ffd46ef862cdede5b3f8320 +Author: Yauhen Kharuzhy +Date: Thu May 7 00:43:30 2009 +0300 + + mmc: Fix decoding of SCR & function switch data on little-endian machines + + SCR & switch data are read from card as big-endian words and should be + converted to CPU byte order. + + Signed-off-by: Yauhen Kharuzhy + Signed-off-by: Andy Fleming + +commit f33cb34b3971dabe3720d577b0e1b8601c09fe17 +Author: Yauhen Kharuzhy +Date: Thu May 7 13:08:53 2009 +0300 + + mmc: Remove return from mmc_init for non SD 2.0 compatible cards. + + Cards which are not compatible with SD 2.0 standard, may return response + for CMD8 command, but it will be invalid in terms of SD 2.0. We should + accept this case as admissible, just like Linux does. + + Signed-off-by: Yauhen Kharuzhy + Signed-off-by: Andy Fleming + +commit 998be3dd59ed0af4bec38324047fecfa88ac45db +Author: Rabin Vincent +Date: Sun Apr 5 13:30:56 2009 +0530 + + mmc: drop unnecessary casts + + Now that response is a uint, we can drop all the casts. + + Signed-off-by: Rabin Vincent + +commit 0b453ffe28bb9227d86ddbe0893bd19c93f04ed7 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:55 2009 +0530 + + mmc: fix response decoding on little endian + + The mmc code defines the response as an array of chars. However, it + access the response bytes both as (i) an array of four uints (with + casts) and (ii) as individual chars. The former case is used more + often, including by the driver when it assigns the response. + + The char-wise accesses are broken on little endian systems because they + assume that the bytes in the uints are in big endian byte order. + + This patch fixes this by changing the response to be an array of four + uints and replacing the char-wise accesses with equivalent uint-wise + accesses. + + Signed-off-by: Rabin Vincent + +commit 9b1f942c09dd942e6de3185caa81c111b14de567 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:54 2009 +0530 + + mmc: use lldiv to fix arm eabi build + + The generic MMC core uses direct long long divisions, which do not build + with ARM EABI toolchains. Use lldiv() instead, which works everywhere. + + Signed-off-by: Rabin Vincent + +commit e85649c7e683faea1ccfddc9fa9abc62f38e4201 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:53 2009 +0530 + + mmc: check find_mmc_device return value + + find_mmc_device returns NULL if an invalid device number is specified. + Check for this to avoid dereferencing NULL pointers. + + Signed-off-by: Rabin Vincent + +commit ac0865ff33870cdf2cd480165045e1bc311e9fa2 +Author: Rabin Vincent +Date: Sun Apr 5 13:30:52 2009 +0530 + + mmc: clean up help texts + + Remove some repeated words and superfluous newlines in the mmc command + help entries. + + Signed-off-by: Rabin Vincent + +commit 7d6900ebe16d679c0e03f8d1584b64057a64ce39 +Author: Mike Frysinger +Date: Fri May 29 17:01:48 2009 -0400 + + Blackfin: spi: fix pin handling of SPI0 SSEL4 + + CS4 on SPI0 has a dedicated PH8 pin which needs to be enabled as a + peripheral in order to work. + + Signed-off-by: Mike Frysinger + +commit 2157359dad2533987f5eb0181ef543693fad6a33 +Author: Mike Frysinger +Date: Tue May 26 02:51:57 2009 -0400 + + Blackfin: fix if() logic in bootrom evt1 check + + A missing set of parenthesis caused the silicon revision to apply only to + the BF533 and not the BF531/BF532 variants. + + Signed-off-by: Mike Frysinger + +commit 76b5883da2cf049cd410901c04ea450e5f5c27c3 +Author: Stefan Roese +Date: Sat May 16 12:04:22 2009 +0200 + + jffs2/mtdparts: Fix problem with usage from JFFS2 and MTDPARTS together + + Currently using JFFS2 with MTDPARTS enabled doesn't work. This is because + mtdparts_init() is available in both files, cmd_mtdparts.c and + cmd_jffs2.c. Please note that in the original cmd_jffs2.c file (before + the jffs2/mtdparts command/file split those 2 different versions + already existed. So this is nothing new. The main problem is that the + variables "current_dev" and "current_partnum" are declared in both + files now. This doesn't work. + + This patch now changes the names of those variable to more specific + names: "current_mtd_dev" and "current_mtd_partnum". This is because + this patch also changes the declaration from static to global, so + that they can be used from both files. + + Please note that my first tests were not successful. The MTD devices + selected via mtdparts are now accessed but I'm failing to see the + directory listed via the "ls" command. Nothing is displayed. Perhaps + I didn't generate the JFFS2 image correctly (I never used JFFS2 in + U-Boot before). Not sure. Perhaps somebody else could take a look at + this as well. I'll continue looking into this on Monday. + + Signed-off-by: Stefan Roese + Cc: Wolfgang Denk + Cc: Detlev Zundel + Cc: Ilya Yanok + Cc: Renaud barbier + +commit ab687907980fa28940a1a992d3f1c5d17cdbbf5d +Author: Graf Yang +Date: Sun May 24 02:34:34 2009 -0400 + + Blackfin: bf518f-ezbrd: setup portmux for async flash + + The pins for async memory where parallel flash lives are not enabled by + default, so make sure we mux them as needed. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + +commit f40f6db278f602b55820693634a7256b0b4e4b80 +Author: Stefan Roese +Date: Wed May 20 10:58:03 2009 +0200 + + nand: Fix problem with ECC ordering for PPC4xx NDFC platforms + + This patch enables Smart Media (SMC) ECC byte ordering which is used + on the PPC4xx NAND FLASH controller (NDFC). Without this patch we have + incompatible ECC byte ordering to the Linux kernel NDFC driver. + + Signed-off-by: Stefan Roese + Acked-by: Scott Wood + +commit 399aab7748bef053d59612211e1bd7a3fabfce18 +Author: Stefan Roese +Date: Wed May 20 10:58:02 2009 +0200 + + ppc4xx: Fix problem with ECC ordering for PPC4xx NDFC platforms + + This patch now uses the correct ECC byte order (Smart Media - SMC) + to be used on the 4xx NAND FLASH driver. Without this patch we have + incompatible ECC byte ordering to the Linux kernel NDFC driver. + + Please note that we also have to enable CONFIG_MTD_NAND_ECC_SMC in + drivers/mtd/nand/nand_ecc.c for correct operation. This is done with + a seperate patch. + + Signed-off-by: Stefan Roese + Acked-by: Scott Wood + +commit 5d841fac8249a2b3f9a814da2140132be0a9f60d +Author: Stefan Roese +Date: Wed May 20 10:58:01 2009 +0200 + + ppc4xx: Move definition for PPC4xx NAND FLASH controller to header + + This patch moves the definition for the PPC4xx NAND FLASH controller + (NDFC) CONFIG_NAND_NDFC into include/ppc4xx.h. This is needed for the + upcoming fix for the ECC byte ordering of the NDFC driver. + + Signed-off-by: Stefan Roese + Acked-by: Scott Wood + +commit 2df72b82bc9e17b88dc82735a067749220beb025 +Author: Kim Phillips +Date: Tue May 19 12:53:36 2009 -0500 + + common: fix inline--weak error spotted by gcc 4.4 + + cmd_ide.c:547: error: inline function 'ide_inb' cannot be declared weak + + removing the inline attribute fixes it. + + Signed-off-by: Kim Phillips + +commit 9fd9abedcc3c10cf89353265cbe05f58609d51f3 +Author: Kim Phillips +Date: Tue May 19 12:53:32 2009 -0500 + + TQM834x: remove defines causing gcc4.4 warnings + + Configuring for TQM834x board... + cpu_init.c: In function 'cpu_init_f': + cpu_init.c:262: warning: array subscript is above array bounds + cpu_init.c:263: warning: array subscript is above array bounds + cpu_init.c:270: warning: array subscript is above array bounds + ... + + Signed-off-by: Kim Phillips + +commit 0850301747228a3327f2815a85284d26ade3de95 +Author: Andreas Huber +Date: Tue May 19 11:06:30 2009 +0200 + + UBI: fix return code in ubi_volume_read + + Return -ENODEV instead of 0 when trying to read from a non existing volume. + + Signed-off-by: Andreas Huber + Signed-off-by: Stefan Roese + +commit ec01481ddc4cf302c7f6d760b776ca94819ec21e +Author: Graf Yang +Date: Tue May 19 04:40:08 2009 -0400 + + Blackfin: fix timer_init()/timer_reset() + + The timer_init() function was not using the right csync instruction, nor + was it doing it right after disabling the core timer. + + The timer_reset() function would reset the timestamp, but not the actual + timer, so there was a common edge case where get_timer() return a jump of + one timestamp (couple milliseconds) right after resetting. This caused + many functions to improperly timeout right away. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + +commit c06326c73bf90e48a8e1cf8893ad31c575423f50 +Author: Shinya Kuribayashi +Date: Sat May 16 09:12:09 2009 +0900 + + MIPS: lib_mips/board.c: Remove unused variables + + This fixes the following build warnings: + + board.c: In function 'board_init_r': + board.c:328: warning: unused variable 'i' + board.c:326: warning: unused variable 'e' + + Signed-off-by: Shinya Kuribayashi + +commit 47f6a36cc3f3427cc8e4f1d0f3e6678be6f33769 +Author: Shinya Kuribayashi +Date: Sat May 16 09:12:09 2009 +0900 + + MIPS: Make all extern-ed functions in bitops.h static + + All these functions are expected to be static inline-ed. + This patch also fixes the following build warnings on MIPS targets: + + include/asm/bitops.h: In function 'ext2_find_next_zero_bit': + include/asm/bitops.h:862: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static + include/asm/bitops.h:885: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static + include/asm/bitops.h:887: warning: '__fswab32' is static but used in inline function 'ext2_find_next_zero_bit' which is not static + + Signed-off-by: Shinya Kuribayashi + +commit 87423d740b91329b8d1d0b73cafd6930993b558a +Author: Thomas Lange +Date: Fri Apr 24 16:22:16 2009 +0200 + + MIPS: Implement ethernet halt for au1x00 + + Implement ethernet halt() by putting MAC0 in reset. + If we do not do this, we will get memory corruption + when ethernet frames are received during early OS boot. + + Signed-off-by: Thomas Lange + Signed-off-by: Shinya Kuribayashi + +commit a2e0ffcf2d9a22c582a93e84a4bef20fd3877f47 +Author: Wolfgang Denk +Date: Fri May 15 23:29:23 2009 +0200 + + Prepare v2009.06-rc2 + + Update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit f4317ea91942f44cc1c433277927b61618e9b0a5 +Author: Daniel Mack +Date: Tue May 5 12:48:29 2009 +0200 + + ARM: fix PXA build by defining UP2OCR + + U-Boot does not currently build for PXA platforms with USB support + enabled: + + usb.c:46: error: 'UP2OCR' undeclared (first use in this function) + + Signed-off-by: Daniel Mack + Cc: Markus Klotzbuecher + + Edited commit message. + Signed-off-by: Wolfgang Denk + +commit e26ad0eabd10a8cda51920fbcfe4da5b4ccf0c98 +Author: Wolfgang Denk +Date: Fri May 15 22:32:57 2009 +0200 + + Minor Coding Style fix; update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit af75a45d23b72a59ac5cc0427696c7f634fdc94b +Author: Wolfgang Denk +Date: Fri May 15 09:27:58 2009 +0200 + + IDE: bail out of dev_print() for unknown device types + + Commit 574b319512 introduced a subtle bug by mixing a list of tests + for "dev_desc->type" and "dev_desc->if_type" into one switch(), which + then mostly did not work because "dev_desc->type" cannot take any + "IF_*" type values. A later fix in commit 8ec6e332ea changed the + switch() into testing "dev_desc->if_type", but at this point the + initial test for unknown device types was completely lost, which + resulted in output like that for IDE ports without device attached: + + Device 1: Model: Firm: Ser#: + Type: # 1F # + Capacity: not available + + This patch re-introduces the missing test for unknown device types. + + Signed-off-by: Wolfgang Denk + Cc: Stefan Roese + Cc: Detlev Zundel + Tested-by: Stefan Roese + +commit c21f62d8483fbab44cd98d93ff2e9355a330d225 +Author: Stefan Roese +Date: Thu May 14 07:25:13 2009 +0200 + + 74xx_7xx: Fix rounding problem in CPU frequency calculation + + This patch fixes a problem in the CPU frequency calculation. Without it + a 798MHz CPU is displayed as 368.503 MHz. And with it it's 798 MHz. + + Signed-off-by: Stefan Roese + +commit 3ad8a0517b724782ab36f2b554a94de4c00c1adb +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Wed May 13 22:24:12 2009 +0200 + + console.h: remove unused prototype 'console_realloc' + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 84bf7ca522e94ec402a1264b01971b924b7e268f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Wed May 13 22:16:31 2009 +0200 + + api: remove un-needed ifdef CONFIG_API already handle by the Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 792a09eb9d5d8c4f74b7e9f2e887316d511a4e80 +Author: Detlev Zundel +Date: Wed May 13 10:54:10 2009 +0200 + + Fix e-mail address of Gary Jennejohn. + + Signed-off-by: Detlev Zundel + +commit 5e2c08c3ac90808e9be64856916bfd6df984823c +Author: Emil Medve +Date: Tue May 12 13:48:32 2009 -0500 + + Remove inline qualifier from show_boot_progress() + + The 'inline' is conflicting with the semantic of 'weak' attribute and with the + way the show_boot_progress() function is used. + + Also gcc 4.4 is complaining about it: + + main.c:51: error: inline function 'show_boot_progress' cannot be declared weak + + Signed-off-by: Emil Medve + +commit fe6da4837308aa33d537ac3e7f36c2d66e3d9a36 +Author: Wolfgang Denk +Date: Tue May 12 15:17:35 2009 +0200 + + MPC8260: fixup device tree by property instead of path + + cpu/mpc8260/cpu.c used to use do_fixup_by_path_u32() to update the + clock frequencies in the device tree, using a CPU path + "/cpus/OF_CPU", with OF_CPU beind defined in the board config file. + + However, this does not work when one board config file (here: + MPC8260ADS.h) is intended to be used for several diffrent CPUs and + therefor contains a generic definition like "cpu@0", as the device + trees that will then be loaded will contain specific names like + "PowerPC,8272@0". + + We switch to using do_fixup_by_prop_u32() instead, so we can search + for device_type="cpu", as it is done in other architectures, too. + + Signed-off-by: Wolfgang Denk + Cc: Heiko Schocher + Acked-by: Heiko Schocher + Tested-by: Heiko Schocher + +commit 12a6753155716e5c3c181a8f40e8b2d3d669aefd +Author: Rohit Hagargundgi +Date: Mon Mar 9 19:45:46 2009 +0530 + + Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN + + Add CONFIG_SYS_MONITOR_LEN macro to apollon board config. + CONFIG_SYS_MONITOR_LEN defines the U-Boot image size. + and is used by OneNAND ipl when reading U-Boot image. + + Signed-off-by: Rohit Hagargundgi + Acked-by: Kyungmin Park + +commit c404cc5884b0c82fd82d751dbd8e8b3f8919a23a +Author: Ben Warren +Date: Tue Apr 28 17:04:51 2009 -0700 + + Schedule removal of non-CONFIG_NET_MULTI net driver API + + This will make CONFIG_NET_MULTI the only net driver configuration and + we'll be able to remove this option. + + Signed-off-by: Ben Warren + +commit 60bbcf0cc6e55095dd186e59a557d584b9b56eb1 +Author: Detlev Zundel +Date: Tue May 5 16:04:06 2009 +0200 + + powerpc/inka4x0: Remove left-over ide reset code. + + The pin which was used in preliminary versions of the board for ide + reset is really connected to the rtc clock. + + Signed-off-by: Detlev Zundel + +commit f578a2da6770951239ad91ee9a1875fdc71dbe48 +Author: Marco Stornelli +Date: Tue Apr 28 19:04:02 2009 +0200 + + Add imls utility command + + This patch adds, under tools folder, a new command called imls. Its + goal is the same of UBoot's imls but it can be used as Linux shell + command. It reads from raw mtd partition and prints the list of the + stored images. + + Signed-off-by: Marco Stornelli + +commit da95427ce431908714ae5e9f663ee6e2bc3bcc33 +Author: Heiko Schocher +Date: Tue Apr 28 08:36:11 2009 +0200 + + netloop: updates for NetLoop + + Fix some issues introduced from commit: + 2f70c49e5b9813635ad73666aa30f304c7fdeda9 + suggested by Mike Frysinger. + + - added some comment for the env_id variable in common_cmd_nvedit.c + - moved some variables in fn scope instead of file scope + - NetInitLoop now static void + + Signed-off-by: Heiko Schocher + Acked-by: Ben Warren + +commit 3c1d89545de11822f8b5afb5646a57757620bd95 +Author: Heiko Schocher +Date: Tue Apr 28 07:48:39 2009 +0200 + + 82xx, ids8247: added ids8247 board to MAKEALL script + + Signed-off-by: Heiko Schocher + +commit 890a017a8a995c921d1e889d360e8d6538ceecfe +Author: Detlev Zundel +Date: Thu May 7 13:08:55 2009 +0200 + + arm/imx31_phycore: Fix bi_arch_number + + Signed-off-by: Detlev Zundel + Cc: Sascha Hauer + +commit ee47bfabefeb25bdfc83f49ef3bae0f325d3e69e +Author: Sascha Hauer +Date: Fri May 15 10:21:33 2009 +0200 + + remove myself as phycore/litekit Maintainer + + I never acked a patch that adds me as phycore i.MX31 maintainer nor was + it me who pushed the patches, so remove myself from the maintainer list + so that other people do not longer wait for my ack. + + Signed-off-by: Sascha Hauer + +commit c63254ef5628efe1c77cb2fdba20753f9666f55d +Author: Sergey Lapin +Date: Tue May 12 12:25:14 2009 +0400 + + AFEB9260 network fix + + AFEB9260 uses PA10, PA11 for ETX2 and ETX3. + Also, due to extarnal pull-up on IRQ line, Micrel PHY ID is 1 after reset sequence, + not 0. + + Signed-off-by: Sergey Lapin + +commit f8ddcd58221cab63dd25c2324dd2032487f748b1 +Author: Graf Yang +Date: Tue May 5 02:26:27 2009 -0400 + + Blackfin: bf518f-ezbrd: reset ethernet PHY during init + + We don't know what state the ethernet PHY is in when starting up, so make + sure we set it to a sane state. This fixes troubles seen when Linux boots + up, configures the PHY is a non-default state, and then the system reboots + into U-Boot which previously expected a reset state only. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + +commit 53310b88eaa27fb5cb83144d0b22389190ad87a1 +Author: Mike Frysinger +Date: Tue May 5 01:35:41 2009 -0400 + + Blackfin: bf527-ezkit: fix SPI flash env params + + The BF527-EZKIT settings for storing the environment in SPI flash wasn't + using the correct sector settings for the SPI flash part that is actually + on the board. + + Signed-off-by: Mike Frysinger + +commit f58bf804a14324c6c9186a7a664fa23281780e8b +Author: Mike Frysinger +Date: Fri Apr 24 23:54:19 2009 -0400 + + Blackfin: avoid get_sclk() with early serial debug + + When the clock functions were changed to use cached values (and thereby + avoiding expensive math functions), early serial debug broke because the + baud programming is called before external memory is available. + + Signed-off-by: Mike Frysinger + +commit 02778f2f1b4b1a28b492367477db27c58d45ae35 +Author: Mike Frysinger +Date: Fri Apr 24 23:39:41 2009 -0400 + + Blackfin: fix booting with older bootroms (no EVT1) + + When dropping jump block support, the assumption was that all bootroms + supported entry point redirection via the EVT1 register. Unfortunately, + this turned out to be incorrect for the oldest Blackfin parts (BF533-0.2 + and older and BF561). No one really noticed earlier because these parts + usually are booted by bypassing the bootrom entirely, and older BF533 + parts are not supported at all (too many anomalies). + + Signed-off-by: Mike Frysinger + +commit af2c37378f203857d5e6c957e77a14c2da5b59d2 +Author: Mike Frysinger +Date: Fri Apr 24 23:22:48 2009 -0400 + + Blackfin: recurse with early serial initcode + + Make sure we recurse through serial_putc() rather than bang on the UART + transmit register directly to avoid hardware overflows when using \n. + + Signed-off-by: Mike Frysinger + +commit 6b8edfde22acc574b5532e9f086e6a7287a9bc78 +Author: Wolfgang Denk +Date: Fri May 1 21:59:12 2009 +0200 + + Prepare v2009.06-rc1 + + Update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri May 1 15:38:06 2009 +0200 + + at91: remove lowlevel_init.S + + lowlevel_init.S is not used any more so remove it. + As consequence, we also don't have to generate u-boot.lds + but can use a static version as before. + + This also fixes the out-of-tree build problem introduced + with commit f0a2c7b4 "at91: add support for the PM9263 board" + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Wolfgang Denk + +commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330 +Author: Wolfgang Denk +Date: Fri May 1 00:16:11 2009 +0200 + + Update CHANGELOG; minor coding style cleanup. + + Signed-off-by: Wolfgang Denk + +commit d3a513c23ba4100d6983161cdc1f747dfd087bbd +Author: Manikandan Pillai +Date: Tue Apr 21 17:29:05 2009 +0200 + + OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000 + + Signed-off-by: Dirk Behme + Signed-off-by: Manikandan Pillai + +commit ac9140037a84629c5583066ff1a177396c47d89d +Author: Dirk Behme +Date: Fri Apr 17 14:27:56 2009 +0200 + + OMAP3: Beagle: Set pinmux conditionally for Rev C boards + + The Beagle Rev C boards pull UART2 from an alternate set of balls. + + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a +Author: Ricardo Ribalda Delgado +Date: Mon Apr 27 18:33:33 2009 +0200 + + ubifs: BUG: Blocks commpressed with zlib + + Blocks compressed with zlib dont have the full gzip header. + + Without this patch, block compressed with zlib cannot be readed! + + Signed-off-by: Ricardo Ribalda Delgado + +commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630 +Author: Ricardo Ribalda Delgado +Date: Mon Apr 27 18:33:32 2009 +0200 + + lib_generic: gunzip: New function zunzip + + Separate gunzip in + + gunzip: Find the end of the header and call zunzip. + zunzip: Inflate gunzip block without header. + + UBI fs blocks can be compresed in lzo, zlib or no-compression. The + current implementation of u-boot supported all the compressions but + there was a bug in the implementation of the zlib blocks. + + UBIFS's Zlib blocks do not have header but they were compressed using + gunzip, a function used to decompress gunzip files/sectors with a + header. + + This patch adds a new function zunzip that uncompress a zlib block with + no header. + + Signed-off-by: Ricardo Ribalda Delgado + +commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c +Author: Daniel Gorsulowski +Date: Thu Apr 23 15:37:16 2009 +0200 + + at91: fixed plla calc when no USB support is active + + Signed-off-by: Daniel Gorsulowski + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 3791a1187c1401c33c9512595e6e89dbb46230c5 +Author: Ladislav Michl +Date: Wed Apr 22 01:12:04 2009 +0200 + + arm925t: Fix CONFIG_SYS_HZ to 1000 + + Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of + get_timer. + + Changes since original version: + * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to + improve timer resolution. + + Signed-off-by: Ladislav Michl + +commit 42bf4b2248146abdc592bde0009c6ea42067f437 +Author: Dirk Behme +Date: Tue Apr 14 20:15:17 2009 +0200 + + OMAP3: Remove legacy NAND defines + + Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora. + + Signed-off-by: Dirk Behme + +commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5 +Author: Sanjeev Premi +Date: Mon Apr 27 21:27:54 2009 +0530 + + OMAP3: Print correct silicon revision + + The function display_board_info() displays incorrect + silicon revision - based on the return value from + function get_cpu_rev(). + + This patch fixes the problem. + + Signed-off-by: Sanjeev Premi + +commit 90006e9b33bcdbf241b0295d186e3634137907a9 +Author: Sanjeev Premi +Date: Mon Apr 27 21:27:44 2009 +0530 + + OMAP3: Remove unused board-types + + The board-types defined in struct omap3_sysinfo seem to be + unused. The function display_board_info() is passed + board type as an argument; which is ignored. + + This patch removes all uses of board-type, related definitions + and functions. + + Signed-off-by: Sanjeev Premi + +commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d +Author: Sanjeev Premi +Date: Mon Apr 27 21:27:27 2009 +0530 + + OMAP3: Use functions print_cpuinfo() and checkboard() + + Use the functions print_cpuinfo() and checkboard() to + display the cpu and board specific information. + + These functions reuse content from the existing function + display_board_info() - which has been removed. + + Also, updated the existig OMAP3 configurations to + define: + - CONFIG_DISPLAY_CPUINFO + - CONFIG_DISPLAY_BOARDINFO + + Signed-off-by: Sanjeev Premi + +commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a +Author: Stefan Roese +Date: Wed Mar 18 11:17:37 2009 +0100 + + MTD: Change cfi-mtd to accept non-uniform sector sizes + + With this patch non-uniform NOR FLASH chips (chips with multiple erase + regions) can be exported via the cfi-mtd layer and therefor used by UBI. + We select the largest sector size as erasesize. The cfi driver will make + sure that the smaller sectors are handled correctly. + + Signed-off-by: Stefan Roese + +commit 3dcbe628d66b648e954bc8147d4faff2983206d9 +Author: Anatolij Gustschin +Date: Thu Apr 23 12:35:22 2009 +0200 + + video: fix bug in cfb_console.c code + + Fix bug in drawing long version/info strings: + U-Boot version string like + "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX" + is long and doesn't wrap around correctly while drawing + beside the logo. Such long strings partially overwrite + the logo. This patch is an attempt to fix it. + + Signed-off-by: Anatolij Gustschin + +commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75 +Author: Wolfgang Denk +Date: Tue Apr 28 08:50:31 2009 +0200 + + cmd_ext2.c: fix compile warnings + + Get rid of these warnings: + + cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int' + cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int' + + Signed-off-by: Wolfgang Denk + +commit 28afe0160f87ff74574150d703055a965f91422a +Author: Heiko Schocher +Date: Mon Apr 27 10:48:20 2009 +0200 + + ids8247: Remove legacy NAND defines + + because legacy NAND support is deprecated converting to current + NAND interface. !This just compile, because I have no more the + hardware to test it. + + Signed-off-by: Heiko Schocher + +commit dbd33614404b65aa441c5620c3dbd560c4460c09 +Author: Ricardo Ribalda Delgado +Date: Mon Apr 27 09:13:31 2009 +0200 + + ubifs: BUG realpath string must be ended with NULL + + If the memory used to copy the link_make is "dirty" the string wont + be ended with NULL, throwing out multiple memory bugs. + + Signed-off-by: Ricardo Ribalda Delgado + Acked-by: Stefan Roese + +commit 65351a8793c51f3787efbbcf3aa1df0ad543c127 +Author: Peter Tyser +Date: Fri Apr 24 15:59:56 2009 -0500 + + bmp_logo: Check return value of fread() + + Add basic error handling to fread() function calls. This prevents + compililation warnings such as: + + bmp_logo.c: In function ‘main’: + bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with + attribute warn_unused_result + ... + + Signed-off-by: Peter Tyser + +commit eea8be86d1c2b570660d1f6c553845e13164231a +Author: Peter Tyser +Date: Fri Apr 24 15:59:46 2009 -0500 + + ncb: Check return value of write() + + This prevents the compilation warning: + + ncb.c: In function 'main': + ncb.c:32: warning: ignoring return value of ‘write’, declared with + attribute warn_unused_result + + Signed-off-by: Peter Tyser + +commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691 +Author: Stefan Roese +Date: Fri Apr 24 15:59:35 2009 +0200 + + mtd: nand/onenand: Register mtd device upon device scanning + + With this patch the NAND and OneNAND devices are registered in the MTD + subsystem and can then be referenced by the mtdcore code (e.g. + get_mtd_device_nm()). This is needed for the new "ubi part" command + syntax without the flash type parameter (nor|nand|onenand). + + Signed-off-by: Stefan Roese + +commit 10bb62d85a0850dbad1fdd34123378686373f166 +Author: Stefan Roese +Date: Fri Apr 24 15:58:33 2009 +0200 + + mtd: nand: Include linux/mtd/partitions.h in nand_base.h + + This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is + defined: + + nand_base.c: In function 'nand_release': + nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions' + + Signed-off-by: Stefan Roese + +commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9 +Author: Stefan Roese +Date: Fri Apr 24 20:24:19 2009 +0200 + + ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part" + + This patch removes the now unnecessary flash type parameter from the + "ubi part" command. Currently the user has to define the type of flash + he will be using UBI on. Example: + + => ubi part nor partition1 + + With this patch this type parameter is not needed anymore. The user can + now select the partition directly without the flash type paramter. + Example: + + => ubi part partition1 + + This breaks backward compatibility right now because of the change in the + command syntax. But UBI support is still quite fresh and the advantage of + this new command is syntax big enough for this change. Additionally the + code is much cleaner now. + + Signed-off-by: Stefan Roese + CC: Kyungmin Park + +commit 294f10ca9ea82a15e135dcb0fc658382ab206940 +Author: Detlev Zundel +Date: Thu Apr 23 13:14:20 2009 +0200 + + mips/vcth: Use generic 16550 uart driver + + As the common code also handles baudrate switching, which the board + specific vct.c driver did not support, this is one of the rare + occassions where deleting code actually adds a feature :) + + Signed-off-by: Detlev Zundel + Acked-by: Stefan Roese + Acked-by: Shinya Kuribayashi + +commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07 +Author: Ladislav Michl +Date: Tue Apr 21 02:26:31 2009 +0200 + + Separate mtdparts command from jffs2 + + On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote: + > Currently the mtdparts commands are included in the jffs2 command support. + > This doesn't make sense anymore since other commands (e.g. UBI) use this + > infrastructure as well now. This patch separates the mtdparts commands from + > the jffs2 commands making it possible to only select mtdparts when no JFFS2 + > support is needed. + + One more leftover... Let nboot command know about partitions even if JFFS2 + support is not enabled. + + Signed-off-by: Ladislav Michl + Acked-by: Stefan Roese + +commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9 +Author: Peter Tyser +Date: Mon Apr 20 11:22:13 2009 -0500 + + cmd_ide: Remove unused AmigaOneG3SE code + + The output_data_short() and input_data_short() functions for the + AmigaOneG3SE are unused and result in compiler warnings. + + Signed-off-by: Peter Tyser + +commit c93c102ace00764a56dbdf78bac134a23906721e +Author: Peter Tyser +Date: Mon Apr 20 11:21:40 2009 -0500 + + AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition + + Signed-off-by: Peter Tyser + +commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7 +Author: Peter Tyser +Date: Mon Apr 20 11:09:05 2009 -0500 + + Replace __asm references with __asm__ + + __asm__ follows gcc's documented syntax and is generally more common + than __asm. This change is only asthetic and should not affect + functionality. + + Signed-off-by: Peter Tyser + +commit f9a109b3adc5e8647535357500e2a38f0558b5c2 +Author: Peter Tyser +Date: Mon Apr 20 11:08:46 2009 -0500 + + Replace __attribute references with __attribute__ + + __attribute__ follows gcc's documented syntax and is generally more + common than __attribute. This change is only asthetic and should not + affect functionality. + + Signed-off-by: Peter Tyser + +commit 08f077da9298ff65cc6f85f90d2770000a1beee9 +Author: David Brownell +Date: Thu Apr 16 19:55:48 2009 -0700 + + mtdpart command: align output columns + + Make the headers in the "mtdparts" command output line up + with their columns ... strike the extra TAB character. + + Signed-off-by: David Brownell + +commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02 +Author: Shinya Kuribayashi +Date: Thu Apr 16 10:51:03 2009 +0900 + + Remove sa1100.h + + sa1100.h is not used anywhere, then remove it. + + $ find . -name '*.h' -empty -print + ./include/sa1100.h + $ git grep 'sa1100.h' . + $ + + Signed-off-by: Shinya Kuribayashi + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992 +Author: Stefan Roese +Date: Tue Apr 14 17:51:21 2009 +0200 + + UBIFS: Remove tnc_commit.c which is not used in the read-only version + + I missed removing this file while implementing the UBIFS support. It's + not referenced at all, so let's remove it. Thanks to Artem Bityutskiy + for spotting. + + Signed-off-by: Stefan Roese + +commit 6356daff70867822bdb23cea49f98e65421a25b8 +Author: Adrian Hunter +Date: Tue Apr 14 17:50:38 2009 +0200 + + UBIFS: fix recovery bug + + UBIFS did not recovery in a situation in which it could + have. The relevant function assumed there could not be + more nodes in an eraseblock after a corrupted node, but + in fact the last (NAND) page written might contain anything. + The correct approach is to check for empty space (0xFF bytes) + from then on. + + Signed-off-by: Adrian Hunter + Signed-off-by: Stefan Roese + +commit 351f40caf2f7806b2cefb93e077ea619b9f684e8 +Author: Gao Guanhua +Date: Tue Apr 14 14:37:35 2009 +0800 + + fs: Fix the wrong type of var + + The filelen should be signed type, not unsigned type. + otherwise, The condition as below never take. + if (filelen < 0) + + Signed-off-by: Gao Guanhua + Signed-off-by: Dave Liu + +commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62 +Author: Wolfgang Denk +Date: Tue Apr 28 00:29:34 2009 +0200 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit ad74cae9ff8790727bc81ee91c6bca7d50dca446 +Author: David Brownell +Date: Thu Apr 16 23:15:15 2009 -0700 + + dm9000 EEPROM reading bugfix + + Make the U-Boot dm9000 driver read addresses from EEPROM just + like Linux does ... read six bytes, instead of reading twelve + bytes and then discarding every other one. + + Using the right Ethernet address is a big win. + + Signed-off-by: David Brownell + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Ben Warren + +commit d4c02e6f5d49880123e7f584b88f857ffd874381 +Author: Yoshihiro Shimoda +Date: Wed Feb 25 14:27:24 2009 +0900 + + rtl8169: fix cache coherency problem + + Fix the problem that cannot access actual data when CPU data cache enabled. + + Signed-off-by: Yoshihiro Shimoda + Tested-by: Nobuhiro Iwamatsu + Acked-by: Ben Warren + +commit a85693b3bd4431b05b7df608b6f7733c0f80c53e +Author: Dirk Behme +Date: Tue Apr 21 17:30:51 2009 +0200 + + OMAP3: Fix changed mmc init command + + In recent U-Boot mmcinit changed to mmc init. + + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit 34b76a14f676bc6501c27a96564e4dfb4793f033 +Author: Wolfgang Denk +Date: Sun Apr 26 20:39:26 2009 +0200 + + lib_arm/board.c: remove misleading "test-only" comment. + + For a long time, the print_cpuinfo() declaration in lib_arm/board.c + had been marked as "test-only", which is plain wrong considering + current usage. Delete this misleading comment. + + Signed-off-by: Wolfgang Denk + +commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e +Author: David Brownell +Date: Sun Apr 12 15:40:16 2009 -0700 + + minor DaVinci clock cleanup + + Minor cleanup to clock-related defines for DaVinci DM6446 boards: + + - CONFIG_SYS_CLK_FREQ is unused; remove it. + + - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK + + On DM6446 both of those peripheral clocks actually come from the + same source, the primary oscillator. Having them use the same + symbol avoids bugs in the clone'n'modify development cycle. + + Signed-off-by: David Brownell + +commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3 +Author: Minkyu Kang +Date: Mon Apr 6 19:59:29 2009 +0900 + + s3c64xx: remove unnecessary definition + + CONFIG_S3C6400 is must defined at config header file + That definition is unnecessary at this file + + Signed-off-by: Minkyu Kang + +commit 14b9308d511b53042ef478936e367a67282df66a +Author: Heiko Schocher +Date: Fri Apr 24 06:50:45 2009 +0200 + + 83xx: searching "muram-data" by compatible property + + if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU + in the muram-data node, the reg entry needs to be updated. + This is done in fdt_fixup_muram(), but we should use + the compatible "fsl,qe-muram-data" for searching the + node instead of searching the muram-data node with + an absolute path. + + Signed-off-by: Heiko Schocher + Signed-off-by: Kim Phillips + +commit 8e15088794807944b221c11609d36789efc7f767 +Author: Anatolij Gustschin +Date: Thu Apr 23 21:29:34 2009 +0200 + + mpc83xx: MPC8360ERDK: fix environment offset configuration bug + + The size of U-Boot binary for MPC8360ERDK increased + (> 2 flash sectors now), so 'saveenv' will partially + overwrite U-Boot in flash and will brick the board. + This patch moves environment offset to fourth flash + sector and also fixes CONFIG_SYS_MONITOR_LEN. + + Signed-off-by: Anatolij Gustschin + Signed-off-by: Kim Phillips + +commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc +Author: Michael Zaidman +Date: Sat Apr 4 01:43:00 2009 +0300 + + NetLoop initialization bug + + The patch fixes the bug of partial initialization of global network + parameters. + + Upon u-boot's start up the first ping command causes a failure of the + consequent TFTP command. It happens in the recently added mechanism of + the NetLoop initialization where initialization of global network + parameters is separated in the NetInitLoop routine which is called per + env_id change. Thus, ping request will initialize the network parameters + necessary for ping operation only, afterwards the env_changed_id will be + set to the env_id that will prevent all following initialization requests + from other protocols. + The problem is that the initialized by ping subset of network parameters + is not sufficient for other protocols and particularly for TFTP which + requires the NetServerIp also. + + Signed-off-by: Michael Zaidman + Signed-off-by: Ben Warren + +commit b11f664f52c2855990107c18f242223377183575 +Author: Timur Tabi +Date: Thu Apr 9 10:27:05 2009 -0500 + + net: fix ULI 526x macro usage in netdev.h + + Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X + is used everywhere else, so that's the correct macro name. Without this fix, + Ethernet will not work on the Freescale MPC8610 HPCD. + + Signed-off-by: Timur Tabi + Signed-off-by: Ben Warren + +commit 7ee38c044ca5041d3378d6507580ea4ec344af96 +Author: David Brownell +Date: Sun Apr 12 15:38:06 2009 -0700 + + fix DaVinci NS16550_REG_SIZE regression + + Update the DaVinci DM6446 boards to use the new convention + for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed + from the original 4 bytes, but these chips are little-endian. + + (Resolves a regression added recently by the include/ns16550.h + patch to "Unify structure declaration for registers". The code + previously worked just fine because the registers were accessed + as host-endian words, not as bytes.) + + Signed-off-by: David Brownell + +commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9 +Author: Mike Frysinger +Date: Sun Apr 12 22:29:20 2009 -0400 + + cmd_nand: drop duplicate NULL ptr check + + The first if statement checks for NULL ptrs, so there is no need to check + it again in later else cases (such as .oob). + + Signed-off-by: Mike Frysinger + CC: Scott Wood + +commit 7732cef2eeb4e339cfcd8553fab773af73a20805 +Author: David Brownell +Date: Mon Apr 13 08:03:38 2009 -0700 + + CMD_UBI != MTD_PARTITIONS + + Fix dependency goofage: it should certainly be possible to have the + partition support without bringing in UBI commands. + + Signed-off-by: David Brownell + Acked-by: Stefan Roese + +commit 6ebff365eb63093ca35b687316002535c6a18820 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Apr 16 21:30:48 2009 +0200 + + at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000 + + The timer has been rewrote with a precision at ~0,18% + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Tested-by: Sergey Lapin + Tested-by: Eric BENARD + +commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a +Author: Ilko Iliev +Date: Thu Apr 16 21:30:48 2009 +0200 + + at91: add support for the PM9263 board of Ronetix GmbH + + The PM9263 board is based on the AT91SAM9263-EK board. + + Here is the page on Ronetix website: + http://www.ronetix.at/starter_kit_9263.html + + Signed-off-by: Ilko Iliev + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Apr 16 21:30:44 2009 +0200 + + at91sam9/at91cap: improve clock framework + + calculate dynamically the clock rate and pllb setting for usb + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit dd7c302099ef5590069bdbf292aaa8230cd59de7 +Author: Stefan Roese +Date: Wed Apr 15 14:08:48 2009 +0200 + + ppc4xx: Disable POST memory test on NAND-booting Kilauea + + Don't run the memory POST on the NAND-booting version. It will + overwrite part of the U-Boot image which is already loaded from NAND + to SDRAM. We were just lucky that it booted at all with this SDRAM + test enabled. + + Signed-off-by: Stefan Roese + +commit 9a929170be89b27bce677504da27e88600c06c49 +Author: Stefan Roese +Date: Wed Apr 15 14:06:26 2009 +0200 + + ppc4xx: Disable POST memory test on NAND-booting Sequoia + + Don't run the memory POST on the NAND-booting version. It will + overwrite part of the U-Boot image which is already loaded from NAND + to SDRAM. We were just lucky that it booted at all with this SDRAM + test enabled. + + Signed-off-by: Stefan Roese + +commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3 +Author: Stefan Roese +Date: Wed Apr 15 11:32:53 2009 +0200 + + ppc4xx: Remove unused code for Sequoia NAND booting version + + The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not + used at all. This patch changes it's define to the currently used value of + 133333333 and removes the unnecessary code. + + Signed-off-by: Stefan Roese + +commit cf9409885cbe01405bad76790e99f8adf3351f4d +Author: Stefan Roese +Date: Wed Apr 15 10:50:48 2009 +0200 + + ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets + + This additional text in the bootup log helps to see if the board is + configured for NAND-booting. Especially helpful for boards that can + boot from NOR and NAND (e.g. most of the AMCC eval boards). + + Signed-off-by: Stefan Roese + +commit 5132106a27b8fb302677852b26ffd319b40d17e2 +Author: Stefan Roese +Date: Wed Apr 8 10:36:22 2009 +0200 + + ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia + + Currently the NOR & NAND support in Linux only works for the "standard" + Sequoia, the version booting for NOR flash. The NAND-booting version + has the chip-selects swapped. Here the chip-select mappings: + + "Standard" NOR-booting version: + CS0 NOR + CS3 NAND + + NAND-booting version: + CS0 NAND + CS3 NOR + + With this path the dtb gets fixed-up, so that the correct chip-select + numbers are patched in the dtb enabling correct NOR & NAND support + in Linux on the NAND-booting Sequoia version. + + Signed-off-by: Stefan Roese + +commit aad4eca4ba8d597747199d8af723426681557dda +Author: Mike Frysinger +Date: Sat Apr 4 09:10:27 2009 -0400 + + Blackfin: audit UART for all known anomalies + + There is no code change here, just new comments, but this keeps me from + having to do another audit from scratch in the future. + + Signed-off-by: Mike Frysinger + +commit 8ef929afa43c77c9573caa57c6e17a97a33775c0 +Author: Mike Frysinger +Date: Sat Apr 4 08:40:13 2009 -0400 + + Blackfin: add check for anomaly 05000362 + + DESCRIPTION: + The column address width settings for banks 2 and 3 are misconnected in + the SDRAM controller. Accesses to bank 2 will result in an error if the + Column Address Width for bank 3 (EB3CAW ) is not set to be the same as + that of bank 2. + + WORKAROUND: + If using bank 2, make sure that banks 2 and 3 have the same column address + width settings in the EBIU_SDBCTL register. This must be the case + regardless of whether or not bank 3 is enabled. + + Signed-off-by: Mike Frysinger + +commit c2e07449f546fb375289cdac1a608fdc20357873 +Author: Mike Frysinger +Date: Sat Apr 4 08:29:55 2009 -0400 + + Blackfin: add comment about anomaly 05000430 avoidance + + Signed-off-by: Mike Frysinger + +commit 48ab1509254a4c175e4f65c478a978928ffe09ec +Author: Mike Frysinger +Date: Sat Apr 4 08:10:22 2009 -0400 + + Blackfin: add workaround for anomaly 05000242 + + DESCRIPTION: + If the DF bit is set prior to a hardware reset, the PLL will continue to + divide CLKIN by 2 after the hardware reset, but the DF bit itself will be + cleared in the PLL_CTL register. + + WORKAROUND: + Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by + 2 after reset. + + Signed-off-by: Mike Frysinger + +commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916 +Author: Mike Frysinger +Date: Sat Apr 4 08:09:24 2009 -0400 + + Blackfin: add workaround for anomaly 05000171 + + DESCRIPTION: + The Boot ROM is executed at power up/reset and changes the value of the + SICA_IWR registers from their default reset value of 0xFFFF, but does not + restore them. + + WORKAROUND: + User code should not rely on the default value of these registers. Set + the desired values explicitly. + + Signed-off-by: Mike Frysinger + +commit 51ee6e057f7a920e2a125cd9f985d10f625e355f +Author: Mike Frysinger +Date: Sat Apr 4 08:22:36 2009 -0400 + + Blackfin: update anomaly sheets + + Signed-off-by: Mike Frysinger + +commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df +Author: Graf Yang +Date: Sat Apr 4 07:45:57 2009 -0400 + + Blackfin: nand: flush peripheral before polling it + + We need to make sure the data written to the nand flash controller makes + it there before we start polling its status register. Otherwise, we may + get stale data and return before the controller is actually ready. + + Signed-off-by: Graf Yang + Signed-off-by: Mike Frysinger + Acked-by: Scott Wood + +commit 3ccbfb25f48af78e7092ac75f3115e924e76c748 +Author: Remy Bohmer +Date: Sun Apr 5 11:43:28 2009 +0200 + + Support for PXA27X UDC. + + This Patch adds Support for PXA27X UDC. + (Rebased to drivers/usb reorganisation) + + Signed-off-by: Vivek Kutal + Signed-off-by: Remy Bohmer + +commit 2731b9a86685190d26b1883f27afda5ac8e1a313 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Apr 3 12:46:58 2009 +0200 + + drivers/usb: regorganisation + + move to linux usb driver organisation + + as following + + drivers/usb/gadget + drivers/usb/host + drivers/usb/musb + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Remy Bohmer + +commit d04371a116d102e587ba7aa4c329b441cdbea3f4 +Author: Todor I Mollov +Date: Sat Apr 4 06:53:06 2009 -0400 + + Blackfin: spi: make cs deassert function deterministic + + Blackfin SPI driver was not driving the SPI chip-select high before + putting the chip-select signals into tri-state mode. This is probably + something that slipped by unnoticed in most designs. If the signals are + put directly into a tri-state mode, then the board is relying on the + pull-up resistors to pull up the chip-select before the next transaction. + Most of the time this is fine, except when you have two transactions that + follow each other very closely, such as the flash erase and read status + register commands. In this case I was seeing a 500ns separation between + the transactions. In my setup, with a 10kOhm pull-up, it would meet + timing spec about half the time and resulted in intermittent errors. (A + stronger pull up would fix this, but our design is targeted for low power + consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.) + I modified the spi_cs_deactivate() function in bfin_spi.c to drive the + chip-selects high before putting them into tri-state. For me, this + resulted in a rise time of 5ns instead of the previous rise time of about + 1us, and fully satisfied the timing spec of the chip. + + Signed-off-by: Todor I Mollov + Signed-off-by: Mike Frysinger + +commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Dec 13 21:08:05 2008 +0100 + + integratorap: fix PCI support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1c397508c836dfcb01fb2471c71de0727051f117 +Author: Dirk Behme +Date: Mon Mar 30 21:15:23 2009 +0200 + + OMAP3: Update Overo pin mux for new expansion board + + A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and + switches. This patch changes the pinmux configuration for those pins. + They were previously set up for unused MMC3_DAT4-7. + + Signed-off-by: Steve Sakoman + Signed-off-by: Dirk Behme + +commit ab298231518675b3784aea88ee9b978438f99e63 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Apr 5 13:08:03 2009 +0200 + + arm: unify reset command + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b3acb6cd4059dfb29a5e99095d802717f53ff784 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Apr 5 13:06:31 2009 +0200 + + arm: clean cache management + + unify arm cache management except for non standard cache as ARM7TDMI + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 677e62f43235de9a1701204d7bcea0fb3d233fa1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Apr 5 13:02:43 2009 +0200 + + arm: update co-processor 15 access + + import system.h from linux + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 23e4af49e066a53cd3e3659b68ef90572d88de84 +Author: Guennadi Liakhovetski +Date: Sun Apr 5 00:42:02 2009 +0200 + + ARM: add the imx31_phycore_eet target to MAINTAINERS + + imx31_phycore_eet is a variant of the imx31_phycore board with a few + extensions, which justifies a separate entry in the MAINTAINERS list, + whereas normally all entries sharing a single configuration file and a + board/ directory have only one entry in MAINTAINERS. + + Reported-by: Wolfgang Denk + Signed-off-by: Guennadi Liakhovetski + +commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5 +Author: Guennadi Liakhovetski +Date: Sun Apr 5 00:37:07 2009 +0200 + + ARM: fix out-of-tree build of imx31_phycore_eet + + Fix out-of-tree build of the imx31_phycore_eet target. + + Reported-by: Wolfgang Denk + Signed-off-by: Guennadi Liakhovetski + +commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237 +Author: Jon Smirl +Date: Sat Apr 4 17:44:51 2009 -0400 + + mpc5200: reduce delays in i2c + + The previous code waited 1000us before checking i2c + status. Measurement shows i2c is usually ready in + under 50us. Change the polling interval to 15us, + loop 6,667 times to keep the polling timeout constant + at 100ms. + +commit 36003268968949110ef145d9f2eaf8439c96d25b +Author: Sanjeev Premi +Date: Fri Apr 3 14:00:07 2009 +0530 + + OMAP: Fix compile issue + + Fixes this compile error: + board.c: In function 'do_switch_ecc': + board.c:339: error: 'cmd_tbl_t' has no member named 'help' + make[1]: *** [board.o] Error 1 + make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3' + make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2 + + This is due to the fact that current command uses long + help for the usage print even if the CONFIG_SYS_LONGHELP + is not enabled. (Thanks Jean-Christophe for explanation). + + Signed-off-by: Sanjeev Premi + +commit 342c1a5d9ab74febf3226a86216dc5aa05295d46 +Author: Minkyu Kang +Date: Fri Apr 3 09:56:16 2009 +0900 + + s3c64xx: fix the wrong gpio offset + + This patch fix the wrong gpio offset + + Signed-off-by: Minkyu Kang + +commit ab0689c316c9b2ee33f4de1c50263b64e539f12a +Author: Kyungmin Park +Date: Wed Nov 26 10:18:13 2008 +0900 + + Move machine specific code to board at s3c64xx (v2) + + Move machine specific code to smdk6400. + Some board use OneNAND instead of NAND. + + Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w. + So it's better to use macro instead of hard-coded value. + + Signed-off-by: Kyungmin Park + +commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8 +Author: Tom Rix +Date: Wed Apr 1 22:02:19 2009 -0500 + + ZOOM1 Remove legacy NAND defines + + Signed-off-by: Tom Rix + +commit 5891151707ee5902fe62d554c247f42865815757 +Author: Tom Rix +Date: Wed Apr 1 22:02:20 2009 -0500 + + OMAP3 Fix multiline formatting in board init files. + + Signed-off-by: Tom Rix + +commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d +Author: Wolfgang Denk +Date: Sun Apr 5 00:27:57 2009 +0200 + + Update CHANGELOG, coding style cleanup. + +commit f63728c804ab7413a67d70f6774cd30c3f7b40fb +Author: Wolfgang Denk +Date: Sun Apr 5 00:18:44 2009 +0200 + + One more fix for building env_embedded.o + + In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in + commit afcbce07, we also need to do the same for + CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM. + + Signed-off-by: Wolfgang Denk + +commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5 +Author: Scott Wood +Date: Thu Apr 2 16:15:10 2009 -0500 + + common/image.c: Relocate strings in tables. + + Without this, u-boot can crash or print garbage if the original link + address no longer points to a valid string. + + Signed-off-by: Scott Wood + +commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e +Author: Scott Wood +Date: Thu Apr 2 16:10:36 2009 -0500 + + mpc8260: Fill in brg's clock-frequency in device tree. + + Signed-off-by: Scott Wood + +commit c73ed274a211699739d83c2cef92853dc6716e15 +Author: Scott Wood +Date: Thu Apr 2 18:20:43 2009 -0500 + + MPC8260ADS: Add nfsboot/ramboot to default environment. + + This brings it in line with other Freescale boards. + + Signed-off-by: Scott Wood + +commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84 +Author: Andreas Huber +Date: Thu Apr 2 17:15:34 2009 +0200 + + UBI/cfi-mtd: Fix mtd name for multiple chips + + On platforms with multiple NOR chips, currently only the first one + can be selected using the "ubi part" command. This patch fixes this + problem by using different names for the NOR "mtd devices". + + It also changes the name of the NOR MTD device from "cfi-mtd" to + "norX" (X indexing the device numer) to better match the mtdparts + defaults. + + Signed-off-by: Stefan Roese + Signed-off-by: Andreas Huber + +commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf +Author: Peter Korsgaard +Date: Tue Mar 31 17:52:16 2009 +0200 + + tools/setlocalversion: use git svn instead of git-svn + + Use the new "git " syntax instead of the deprecated + "git-". + + Signed-off-by: Peter Korsgaard + +commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff +Author: Mingkai Hu +Date: Tue Mar 31 14:09:40 2009 +0800 + + eSPI: add the eSPI register support + + Signed-off-by: Mingkai Hu + +commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b +Author: Minkyu Kang +Date: Mon Mar 30 14:55:51 2009 +0900 + + cmd_mmc: add support for device command for selecting mmc device + + This patch improves device command for selecting mmc device + + Signed-off-by: Minkyu Kang + +commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc +Author: Alan Carvalho de Assis +Date: Sat Mar 28 19:50:16 2009 -0300 + + Small fix to m5282evb + + This is just a small fix to get u-boot on m5282evb. + + Signed-off-by: Alan Carvalho de Assis + +commit febd7e4174e54579c9aa165c85c519fe5288f9d2 +Author: Artem Bityutskiy +Date: Fri Mar 27 10:21:14 2009 +0100 + + UBIFS: add R/O compatibility + + Now UBIFS is supported by u-boot. If we ever decide to change the + media format, then people will have to upgrade their u-boots to + mount new format images. However, very often it is possible to + preserve R/O forward-compatibility, even though the write + forward-compatibility is not preserved. + + This patch introduces a new super-block field which stores the + R/O compatibility version. + + Signed-off-by: Artem Bityutskiy + Acked-by: Adrian Hunter + Signed-off-by: Stefan Roese + +commit 852dbfdd56f68eb67d138b306a64e4de58dabb91 +Author: Mike Frysinger +Date: Mon Mar 23 22:27:34 2009 -0400 + + more command usage cleanup + + Fix up a few dangling commands like in "Command usage cleanup" commit. + + Signed-off-by: Mike Frysinger + +commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc +Author: Ladislav Michl +Date: Mon Mar 23 12:06:07 2009 +0100 + + Separate mtdparts command from jffs2 + + On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote: + > Currently the mtdparts commands are included in the jffs2 command support. + > This doesn't make sense anymore since other commands (e.g. UBI) use this + > infrastructure as well now. This patch separates the mtdparts commands from + > the jffs2 commands making it possible to only select mtdparts when no JFFS2 + > support is needed. + + ... and to make it useful for NAND chips as well, we should also remove now + unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in + jffs2/load_kernel.h which is a bit misleading filename for that purpose, + but that can be fixed later (tm). + + Signed-off-by: Ladislav Michl + +commit b196ca75503ce307c535b87bf47d51f05e7530df +Author: Mike Frysinger +Date: Sun Mar 22 22:18:01 2009 -0400 + + smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT() + + Rather than sticking Blackfin-specific stuff into the eeprom example, use + an indirect macro so that any board can override it with their own magic + sauce in their board config file. + + Also fix some spurious semi-colons in defines while I'm at it ... + + Signed-off-by: Mike Frysinger + CC: Ben Warren + +commit f5cf2ef2ad2a8bf321712ab460ed846120163d74 +Author: Sascha Hauer +Date: Sat Mar 21 09:38:46 2009 -0400 + + mpc52xx phy: initialize only when needed + + Do not initialize phy on startup, instead initialize it + when we actually need it. + + Signed-off-by: Sascha Hauer + +commit 03bab0091948196b9558248684c04f60943ca4b5 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 16:51:40 2009 +0200 + + at91sam9263ek: enable hush and auto complete support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Stelian Pop + +commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:44 2009 +0100 + + at91: move dataflash spi driver to drivers/spi + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2b7178afce59f71e95da657273f4132012098c1f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:44 2009 +0100 + + at91: move usb driver to drivers/usb + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f82518d7f443ebac5f8821103a3c521c963aa6ee +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:43 2009 +0100 + + at91rm9200: Reset update + + Update the rm9200 reset sequence to try executing a board-specific reset + function and move specific board reset to board. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 3524049cd053746298e4cfab2449882e75c146fc +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:43 2009 +0100 + + at91rm9200: move serial shutdown code to serial drivers + + introduce serial_exit for this purpose. Use it only when the rm9200 + serial driver is active + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:43 2009 +0100 + + at91rm9200: move serial driver to drivers/serial + + add CONFIG_AT91RM9200_USART to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a +Author: Ulf Samuelsson +Date: Fri Mar 27 23:26:43 2009 +0100 + + Add support for the AT91RM9200EK Board. + + The AT91RM9200-EK Evaluation Board supports the AT91RM9200 + ARM9-based 32-bit RISC microcontroller and enables real-time code development + and evaluation. + + Here is the chip page on Atmel website: + http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507 + + with + - NOR (cfi driver) + - DataFlash + - USB OHCI + - Net + - I2C (hard) + + Signed-off-by: Ulf Samuelsson + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + add dataflash mmc mux missing support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2a325ce3c705ab2d82760afc541c511328472df8 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + at91rm9200dk: Move conditional compilation to Makefile + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 90a92a708d5180a20d600ba0fc2352ec76dc3829 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 843a2654bce74192de2b5a43474fdc27a572ab40 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 23:26:42 2009 +0100 + + at91sam9: add watchdog support + + Signed-off-by: Nicolas Ferre + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit a47492ac60657dd9d59c713aa049319ea6eabd52 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Mar 27 13:14:52 2009 +0100 + + at91sam9/at91cap: spi init add hardware chip select support + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 66932ac3929c7a145a6ef6574a96fd7535154951 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 4 19:15:40 2009 +0200 + + netstar: fix crc32.c dependancy location + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 42f9ebff2f758bef524780a00c712eb63a72d99b +Author: Scott Wood +Date: Fri Apr 3 15:24:40 2009 -0500 + + MPC8260ADS: Define CONFIG_HAS_ETH0. + + This is required so that the MAC address will be updated in the device tree. + + Signed-off-by: Scott Wood + +commit 8701eceffdf77e2908d0b58add0dabc16edf6087 +Author: Scott Wood +Date: Fri Apr 3 15:26:45 2009 -0500 + + PQ2FADS: Enable PCI. + + PCI on PQ2FADS is very similar to PCI on MPC8272ADS. + + Signed-off-by: Scott Wood + +commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc +Author: Wolfgang Denk +Date: Sat Apr 4 16:57:50 2009 +0200 + + Fix quoting bug introduced by commit 74de7aef + + Signed-off-by: Wolfgang Denk + +commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33 +Author: Wolfgang Denk +Date: Sat Apr 4 16:14:51 2009 +0200 + + Fix implicit declaration of function 'htons' + + Include instead of to get htons() + prototpye. + + Signed-off-by: Wolfgang Denk + +commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306 +Author: Kumar Gala +Date: Sat Apr 4 10:21:02 2009 -0500 + + fsl_law: Fix bug in calculation of LAW sizing + + In set_ddr_laws() when we determined how much of the size requested + to be mapped was covered by the the first LAW we needed to recalculate + the size based on what was actually mapped. + + Signed-off-by: Kumar Gala + +commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2 +Author: Kumar Gala +Date: Thu Apr 2 13:57:05 2009 -0500 + + fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs + + Signed-off-by: Kumar Gala + +commit c8514622e2713d9c47919acfe23fce386782afe7 +Author: Kumar Gala +Date: Thu Apr 2 13:22:48 2009 -0500 + + fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h + + Rename the pci header for FSL HW so we can move some prototypes + in there and stop doing explicit externs + + Signed-off-by: Kumar Gala + +commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7 +Author: Wolfgang Denk +Date: Sat Apr 4 16:10:40 2009 +0200 + + Fix building of env_embedded.o + + Since commit a706bfc7 common/env_embedded.o and tools/envcrc were + only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks + building for many boards. + + We always have to build these files when CONFIG_ENV_IS_IN_FLASH is + set. + + Signed-off-by: Wolfgang Denk + +commit a31e091ad70915278fb15b79d6ae53ea2d44b251 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 4 12:49:11 2009 +0200 + + rename include/zlib.h to include/u-boot/zlib.h + + Some systems have zlib.h installed in /usr/include/. This isn't the + desired file for u-boot code - we want the one in include/zlib.h. + This rename will avoid the conflict. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit ae644c178f097874a92a6d934f364985fc7e075a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Apr 4 12:46:31 2009 +0200 + + tools/Makefile: fix image.c dependancy location + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit b074a7081124d7f05fd1651a3bc0b5579fdfa473 +Author: Mike Frysinger +Date: Sat Apr 4 07:42:25 2009 -0400 + + tools: add ncb to gitignore + + Signed-off-by: Mike Frysinger + +commit 453c0d7558215cbc8636d94af172886d84e0dbba +Author: Detlev Zundel +Date: Fri Apr 3 16:45:46 2009 +0200 + + include/ns16550.h: Unify structure declaration for registers + + Instead of special casing the different access patterns, use common + code with light macros sprinkled in to accomodate for the different + layouts of the register structure. + + Note that this also changes the types of the registers for the + "positively packed (>1)" cases. As the registers truly are unsigned + chars, this is surely the Right Thing, but it is a semantic change. + Note that for this case depending on the endianness on the bus, we may + see a change of behaviour. + + Signed-off-by: Detlev Zundel + +commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df +Author: Peter Tyser +Date: Fri Mar 13 18:54:52 2009 -0500 + + Delete now unused tools/Makefile.win32 + + Signed-off-by: Peter Tyser + +commit 2f8d396b9302eddcd8d552648e101a46b7a80acd +Author: Peter Tyser +Date: Fri Mar 13 18:54:51 2009 -0500 + + Add support for building native win32 tools + + Add support for compiling the host tools in the tools directory using + the MinGW toolchain. This produces executables which can be used on + standard Windows computers without requiring cygwin. + + One must specify the MinGW compiler and strip utilities as if they + were the host toolchain in order to build win32 executables, eg: + + make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools + + Signed-off-by: Peter Tyser + +commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2 +Author: Peter Tyser +Date: Fri Mar 13 18:54:50 2009 -0500 + + tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation + + Signed-off-by: Peter Tyser + +commit b0d4d7219a4806e46affc96bd1f65397194a6e72 +Author: Peter Tyser +Date: Fri Mar 13 18:54:49 2009 -0500 + + tools/Makefile: Create generic build rules + + Create a few generic build rules to replace the current method which has + 1 build target for each file + + Signed-off-by: Peter Tyser + +commit 273174ddbcce215c42f6c307470cd5580a3f72bf +Author: Peter Tyser +Date: Fri Mar 13 18:54:48 2009 -0500 + + tools/Makefile: Use auto-generated object file dependencies + + Files in the SRCS variable have their dependencies automatically + generated so remove duplicate explicit dependencies + + Signed-off-by: Peter Tyser + +commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589 +Author: Peter Tyser +Date: Fri Mar 13 18:54:47 2009 -0500 + + tools/Makefile: Remove symlinks for remaining source files + + Signed-off-by: Peter Tyser + +commit eed073315b6447eceadf7468a4c2b757442c7c6f +Author: Peter Tyser +Date: Fri Mar 13 18:54:46 2009 -0500 + + tools/Makefile: Dynamically generate libfdt object dependencies + + Add the libfdt files to the SRCS variable so that they have their + dependencies automatically generated + + Signed-off-by: Peter Tyser + +commit c0170175393b94560fa7a5da6dd31377df5f4a72 +Author: Peter Tyser +Date: Fri Mar 13 18:54:45 2009 -0500 + + tools/Makefile: Remove symlinks for fdt targets + + Signed-off-by: Peter Tyser + +commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51 +Author: Peter Tyser +Date: Fri Mar 13 18:54:44 2009 -0500 + + tools/Makefile: Add libfdt/ to the include search path + + This change makes the process of symlinking libfdt_internal.h + unnecessary + + Signed-off-by: Peter Tyser + +commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b +Author: Peter Tyser +Date: Fri Mar 13 18:54:43 2009 -0500 + + tools: Remove unecessary symlinking of zlib.h + + crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink + was previously necessary to give U-Boot's version of zlib.h precedence + over the host computer's version of zlib.h. + + Signed-off-by: Peter Tyser + +commit 40b8d909ace06f6f494dee08ffa64a82493e72e9 +Author: Peter Tyser +Date: Fri Mar 13 18:54:42 2009 -0500 + + tools/Makefile: Add tools/ to the include search path + + This change makes the process of symlinking mkimage.h and fdt_host.h + unnecessary + + Signed-off-by: Peter Tyser + +commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78 +Author: Peter Tyser +Date: Fri Mar 13 18:54:41 2009 -0500 + + tools/Makefile: Compile ncb when CONFIG_NETCONSOLE + + Also conditionally add ncb.o to OBJ_FILES list + + Signed-off-by: Peter Tyser + +commit 123c48a21ce08b4a33f36e96cc75f92324e761d7 +Author: Peter Tyser +Date: Fri Mar 13 18:54:40 2009 -0500 + + tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET + + Signed-off-by: Peter Tyser + +commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120 +Author: Peter Tyser +Date: Fri Mar 13 18:54:39 2009 -0500 + + tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED + + Signed-off-by: Peter Tyser + +commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20 +Author: Peter Tyser +Date: Fri Mar 13 18:54:38 2009 -0500 + + tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP + + Signed-off-by: Peter Tyser + +commit 7cd5cbc34699ccc15d0277f48375cad928d04faf +Author: Peter Tyser +Date: Fri Mar 13 18:54:37 2009 -0500 + + tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG + + Signed-off-by: Peter Tyser + +commit eeba8617908e33f7e7db3b1588c04ca65b856793 +Author: Peter Tyser +Date: Fri Mar 13 18:54:36 2009 -0500 + + tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS + + Signed-off-by: Peter Tyser + +commit 335ffe7e0e0a30e90ce409c3279016a582157d8e +Author: Peter Tyser +Date: Fri Mar 13 18:54:35 2009 -0500 + + tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled + + Signed-off-by: Peter Tyser + +commit ee3584a5970230ee96aae19505ad3226734ee4ff +Author: Peter Tyser +Date: Fri Mar 13 18:54:34 2009 -0500 + + tools/Makefile: Split variable declarations into multiple lines + + Split variable declarations into multiple lines and use the standard + VAR-y convention. Also move object and binary variable declarations to + after config.mk has been included to allow for these lists to utilize + the CONFIG_XXX variables. + + These changes lay the groundwork for conditional compilation of files + in the tools directory. + + Signed-off-by: Peter Tyser + +commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb +Author: Peter Tyser +Date: Fri Mar 13 18:54:33 2009 -0500 + + tools/Makefile: Remove inappropriate double-tabs + + Signed-off-by: Peter Tyser + +commit 652f4ba076689fd0acd447561a777b1c440a4b57 +Author: Peter Tyser +Date: Fri Mar 13 18:54:32 2009 -0500 + + tools/Makefile: Remove HOSTARCH HOSTOS defines + + The values of HOSTARCH and HOSTOS which are exported from the top-level + Makefile should be used + + Signed-off-by: Peter Tyser + +commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b +Author: Peter Tyser +Date: Fri Mar 13 18:54:31 2009 -0500 + + gen_eth_addr: Use POSIX rand() and srand() + + Replace random()/srandom() use with rand()/srand() to support + compilation with the mingw toolchain. The rand()/srand() functions are + generally more common and are functionally equivalent to the original + random()/srandom() calls. + + Signed-off-by: Peter Tyser + +commit 24d2ae5e9debe4b75151a55251031a14477fa875 +Author: Peter Tyser +Date: Fri Mar 13 18:54:28 2009 -0500 + + elf.h: Use stdint.h to provide standard typedefs for WIN32 + + The original code provided an incomplete set of typedefs for WIN32 + compiles and replicated the standard typedefs that are already + provided by stdint.h + + Signed-off-by: Peter Tyser + +commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc +Author: Peter Tyser +Date: Fri Mar 13 18:54:27 2009 -0500 + + common/Makefile: Conditionally compile env_embedded.o + + Signed-off-by: Peter Tyser + +commit 2b48f7d5f62835f87278efb498397b6ae9e2d117 +Author: Peter Tyser +Date: Fri Mar 13 18:54:26 2009 -0500 + + Makefile: Add removal of *.exe files to clean target + + Signed-off-by: Peter Tyser + +commit d0d6144e0e4a03a68311b781f3dde38dc9316b82 +Author: Peter Tyser +Date: Fri Mar 13 18:54:25 2009 -0500 + + Makefile: Make autoconf.mk a dependency of the depend target + + The original code did not generate autoconf.mk until after some targets + dependencies had already been calculated, for example the directories in + the SUBDIRS variable + + Signed-off-by: Peter Tyser + +commit 75eb82ec7cacb18d059d701b35677b93d2bb7596 +Author: unsik Kim +Date: Wed Feb 25 11:31:24 2009 +0900 + + mflash: Initial mflash support + + Mflash is fusion memory device mainly targeted consumer eletronic and + mobile phone. + Internally, it have nand flash and other hardware logics and supports + some different operation (ATA, IO, XIP) modes. + + IO mode is custom mode for the host that doesn't have IDE interface. + (Many mobile targeted SoC doesn't have IDE bus) + + This driver support mflash IO mode. + + Followings are brief descriptions about IO mode. + + 1. IO mode based on ATA protocol and uses some custom command. (read + confirm, write confirm) + 2. IO mode uses SRAM bus interface. + + Signed-off-by: unsik Kim + +commit 200779e3e2a9aeda7030b171a8c39d7797019917 +Author: Detlev Zundel +Date: Fri Apr 3 11:53:01 2009 +0200 + + Rename common ns16550 constants with UART_ prefix to prevent conflicts + + Fix problems introduced in commit + 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware + diagnosis functions for inka4x0] which redefined MSR_RI which is + already used on PowerPC systems. + + Also eliminate redundant definitions in ps2mult.h. More cleanup will + be needed for other redundant occurrences though. + + Signed-off-by: Detlev Zundel + +commit 99067b08f4a0ce20ff337a35211239f334d8f451 +Author: Scott Wood +Date: Wed Apr 1 15:33:24 2009 -0500 + + Noisily disable the legacy NAND subsystem. + + Legacy NAND is marked for feature removal after April 2009 (i.e. this + upcoming release). There are still several boards that reference it + (though many do so only for disk-on-chip support which has been silently + disabled for a while now). These boards will now fail to build + with #error, though the code is still there if the user removes #error. + + The plan is to remove the code outright in the next release, along with + any board code that refers to it (such as board/esd/common/auto_update.c). + + Also, remove the legacy NAND API description from README.nand. + + Signed-off-by: Scott Wood + +commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf +Author: apgmoorthy +Date: Fri Mar 27 14:45:23 2009 +0530 + + Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN + + Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB. + However, u-boot image for apollon board is 195KB making the board + unbootable with OneNAND. + + Fix ipl to read CONFIG_SYS_MONITOR_LEN. + CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size. + + Signed-off-by: Rohit Hagargundgi + Signed-off-by: Gangheyamoorthy + Signed-off-by: Scott Wood + +commit 74de7aefd79690bae8cf5a5120f5962d444be089 +Author: Wolfgang Denk +Date: Wed Apr 1 23:34:12 2009 +0200 + + Add "source" command; prepare removal of "autoscr" command + + According to the doc/feature-removal-schedule.txt, the "autoscr" + command will be replaced by the "source" command in approximately 6 + months from now. + + This patch prepares this change and starts a 6 month transition + period as follows: + + - The new "source" command has been added, which implements exactly + the same functionlaity as the old "autoscr" command before + - The old "autoscr" command name is kept as an alias for compatibility + - Command sequences, script files atc. have been adapted to use the + new "source" command + - Related environment variables ("autoscript", "autoscript_uname") + have *not* been adapted yet; these will be renamed resp. removed in + a separate patch when the support for the "autoscr" command get's + finally dropped. + + Signed-off-by: Wolfgang Denk + +commit 78237df55248034a2d7c2daea992b9dbe7ca8e96 +Author: Wolfgang Denk +Date: Thu Apr 2 17:31:09 2009 +0200 + + Add "GPL cleanup" task to feature-removal-schedule.txt + + Announce removal of all non-GPL or GPL-incompatible files + after August 2009. + + Signed-off-by: Wolfgang Denk + +commit d9596ffbdc79cea285010b67dd20a4618303f624 +Author: Mike Frysinger +Date: Thu Apr 2 12:51:28 2009 -0400 + + sf: stmicro: dont send 4 bytes when reading status register + + I can't find anywhere in the datasheet that says the status register needs + 3 dummy bytes sent to it before being able to read back the first real + result. Tests on a Blackfin board show that after writing the opcode, the + status register starts coming back immediately. So only write out the + read status register opcode before polling the result. + + Signed-off-by: Mike Frysinger + CC: Jason McMullan + CC: TsiChung Liew + +commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd +Author: Mike Frysinger +Date: Thu Apr 2 08:11:31 2009 -0400 + + sf: set common timeouts in seconds, not milliseconds + + Since timeouts are only hit when there is a problem in the system, we + don't want to prematurely timeout on a functioning setup. Thus having + low timeouts (in milliseconds) doesn't gain us anything in the production + case, but rather increases likely hood of causing problems where none + otherwise exist. + + Signed-off-by: Mike Frysinger + CC: Haavard Skinnemoen + +commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1 +Author: Mike Frysinger +Date: Thu Apr 2 06:51:49 2009 -0400 + + sf: stmicro: use common page timeout define + + Signed-off-by: Mike Frysinger + CC: Haavard Skinnemoen + +commit 0dcdbb172c2fdf60c5c578980308b312fd56496f +Author: Mike Frysinger +Date: Sat Mar 28 06:41:09 2009 -0400 + + sf: always read 5 bytes for the idcode + + Some SPI flash drivers like to have extended id information available + (like the spansion flash), so rather than making it re-issue the ID cmd + to get at the last 2 bytes, have the common code read 5 bytes rather than + just 3. This also matches the Linux behavior where it always reads 5 id + bytes from all flashes. + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + CC: Mingkai Hu + +commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52 +Author: Mike Frysinger +Date: Fri Mar 27 16:34:21 2009 -0400 + + sf: stmicro: drop redundant id read + + The common SPI flash code reads the idcode and passes it down to the SPI + flash driver, so there is no need to read it again ourselves. + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + CC: Jason McMullan + CC: TsiChung Liew + +commit 1c5874374e091b4bb62917c519861f7682fe066e +Author: Mike Frysinger +Date: Fri Mar 27 19:27:58 2009 -0400 + + sf: add driver for SST flashes + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + +commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d +Author: Mike Frysinger +Date: Mon Mar 23 23:03:58 2009 -0400 + + sf: drop DEBUG defines + + Signed-off-by: Mike Frysinger + Acked-by: Haavard Skinnemoen + +commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jan 4 07:44:07 2009 +0100 + + mtd: add some at45 spi flash support + + - AT45DB321D + - AT45DB161D + - AT45DB081D + - AT45DB041D + - AT45DB021D + - AT45DB011D + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Mike Frysinger + +commit 6805e4bf83e6f444f7411101228766c8a7aec5f7 +Author: Mingkai Hu +Date: Tue Mar 31 14:09:41 2009 +0800 + + mtd: SPI Flash: Support the Spansion Flash + + Add MTD SPI Flash support for S25FL008A, S25FL016A, + S25FL032A, S25FL064A, S25FL128P. + + Signed-off-by: Mingkai Hu + Signed-off-by: Mike Frysinger + +commit 40587701924aa0afc86b3840421b4cc6de42c748 +Author: Mike Frysinger +Date: Mon Mar 30 20:56:45 2009 -0400 + + Blackfin: force all boards to HZ of 1000 + + Since the Blackfin timer code requires HZ to be 1000, barf on any board + that tries to use a different value. + + Signed-off-by: Mike Frysinger + +commit f4032d2eec9d71a59c6c724671e577f67a76839b +Author: Mike Frysinger +Date: Fri Mar 27 21:07:45 2009 -0400 + + Blackfin: bf533-stamp: drop old spi flash driver + + Now that the common SPI flash code supports all the flashes, we can stop + using the old driver. + + Signed-off-by: Mike Frysinger + +commit bc72f50a659d0d1b551817e1910b9b2be1c7e496 +Author: Mike Frysinger +Date: Thu Mar 26 15:42:12 2009 -0400 + + Blackfin: add BF538/BF539 SPI portmux handling + + Signed-off-by: Mike Frysinger + +commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3 +Author: Mike Frysinger +Date: Mon Mar 23 22:36:10 2009 -0400 + + Blackfin: do not delay on output bytes + + Signed-off-by: Mike Frysinger + +commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382 +Author: Mike Frysinger +Date: Mon Mar 23 22:17:27 2009 -0400 + + Blackfin: drop newline from OTP help + + Looks like I accidentally added a newline to the OTP help when merging and + older change. + + Signed-off-by: Mike Frysinger + +commit d3c38d96b991d641a33f7748130dae008563cdc9 +Author: Mike Frysinger +Date: Sun Mar 22 23:43:31 2009 -0400 + + Blackfin: convert bfin_sdh to legacy mmc + + The Blackfin SDH controller is still using the legacy framework, so update + the driver to use the renamed functions. + + Signed-off-by: Mike Frysinger + +commit d248cfb2d940b742f6bfdba9b832a3df96da3101 +Author: Mike Frysinger +Date: Sun Feb 22 16:30:38 2009 -0500 + + Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c + + Signed-off-by: Mike Frysinger + +commit ad9073211ca9e62162a39851e082b8d07a662fb6 +Author: Mike Frysinger +Date: Fri Feb 13 17:10:58 2009 -0500 + + Blackfin: fix crash when booting from external memory + + When testing a u-boot binary that hasn't been booted from the bootrom, we + have to make sure the bootstruct structure has sane storage space. If we + don't, the initcode will crash when it tries to dereference an invalid + pointer. + + Signed-off-by: Mike Frysinger + +commit 84a9dda324c3faa56be14449d7519b993d9397a9 +Author: Mike Frysinger +Date: Sun Oct 12 21:32:52 2008 -0400 + + Blackfin: bf518f-ezbrd: new board port + + Signed-off-by: Mike Frysinger + +commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa +Author: Mike Frysinger +Date: Sun Oct 12 21:30:48 2008 -0400 + + Blackfin: bf526-ezbrd: new board port + + Signed-off-by: Mike Frysinger + +commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e +Author: Mike Frysinger +Date: Sun Oct 12 21:25:33 2008 -0400 + + Blackfin: bf538f-ezkit: new board port + + Signed-off-by: Mike Frysinger + +commit d9a5d113b93583c984711127ab8503e136ed1e4a +Author: Mike Frysinger +Date: Sun Oct 12 20:59:12 2008 -0400 + + Blackfin: bf527-ezkit: new board port + + Signed-off-by: Mike Frysinger + +commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46 +Author: Mike Frysinger +Date: Sun Oct 12 05:05:42 2008 -0400 + + Blackfin: bf548-ezkit: new board port + + Signed-off-by: Mike Frysinger + +commit 67b89c79e72fe86b0ea0199425d880630beb95d8 +Author: Laurent Gregoire +Date: Tue Mar 3 14:23:59 2009 +0100 + + libfdt: Fix C++ compile-time cast error on gnu 4.2.1 + + Allow the inclusion of libfdt.h in C++ source. + + Signed-off-by: Laurent Gregoire + Acked-by: David Gibson + +commit 13d93f38e86818739317b0206d597265cf9e675e +Author: Emil Medve +Date: Mon Feb 23 10:43:36 2009 -0600 + + Fix a possible overflow case detected by gcc 4.3.2 + + .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node': + .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false + + Signed-off-by: Emil Medve + +commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383 +Author: David Gibson +Date: Fri Feb 6 14:03:24 2009 +1100 + + libfdt: Rework/cleanup fdt_next_tag() + + Currently, callers of fdt_next_tag() must usually follow the call with + some sort of call to fdt_offset_ptr() to verify that the blob isn't + truncated in the middle of the tag data they're going to process. + This is a bit silly, since fdt_next_tag() generally has to call + fdt_offset_ptr() on at least some of the data following the tag for + its own operation. + + This patch alters fdt_next_tag() to always use fdt_offset_ptr() to + verify the data between its starting offset and the offset it returns + in nextoffset. This simplifies fdt_get_property() which no longer has + to verify itself that the property data is all present. + + At the same time, I neaten and clarify the error handling for + fdt_next_tag(). Previously, fdt_next_tag() could return -1 instead of + a tag value in some circumstances - which almost none of the callers + checked for. Also, fdt_next_tag() could return FDT_END either because + it encountered an FDT_END tag, or because it reached the end of the + structure block - no way was provided to tell between these cases. + + With this patch, fdt_next_tag() always returns FDT_END with a negative + value in nextoffset for an error. This means the several places which + loop looking for FDT_END will still work correctly - they only need to + check for errors at the end. The errors which fdt_next_tag() can + report are: + - -FDT_ERR_TRUNCATED if it reached the end of the structure + block instead of finding a tag. + + - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the + tag data couldn't be verified with fdt_offset_ptr(). + + This patch also updates the callers of fdt_next_tag(), where + appropriate, to make use of the new error reporting. + + Finally, the prototype for the long gone _fdt_next_tag() is removed + from libfdt_internal.h. + + Signed-off-by: David Gibson + +commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da +Author: David Gibson +Date: Fri Feb 6 14:01:56 2009 +1100 + + libfdt: Rework fdt_next_node() + + Currently fdt_next_node() will find the next node in the blob + regardless of whether it is above, below or at the same level in the + tree as the starting node - the depth parameter is updated to indicate + which is the case. When a depth parameter is supplied, this patch + makes it instead terminate immediately when it finds the END_NODE tag + for a node at depth 0. In this case it returns the offset immediately + past the END_NODE tag. + + This has a couple of advantages. First, this slightly simplifies + fdt_subnode_offset(), which no longer needs to explicitly check that + fdt_next_node()'s iteration hasn't left the starting node. Second, + this allows fdt_next_node() to be used to implement + _fdt_node_end_offset() considerably simplifying the latter function. + + The other users of fdt_next_node() either don't need to iterate out of + the starting node, or don't pass a depth parameter at all. Any + callers that really need to iterate out of the starting node, but keep + tracking depth can do so by biasing the initial depth value. + + This is a semantic change, but I think it's very unlikely to break any + existing library users. + + Signed-off-by: David Gibson + +commit c123098035be8bae3859bbfbd06861f197c07631 +Author: Scott Wood +Date: Tue Mar 31 17:49:36 2009 -0500 + + mpc83xx: Set guarded bit on BAT that covers the end of the address space + + The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of + address space; however, not all of this space is covered by a device. In + particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped + at the far end of the address space. + + In zlib, there is a loop that references p[-1] if p is non-NULL. Under + some circumstances, this leads to the CPU speculatively loading from + 0xfffffff8 if p is NULL. This leads to a machine check. + + Signed-off-by: Scott Wood + + continuation to the remaining mpc83xx boards that suffer from the same problem. + + Signed-off-by: Kim Phillips + +commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa +Author: Kim Phillips +Date: Mon Mar 30 14:28:05 2009 -0500 + + rtc: remove broken rtc_read and rtc_write declarations + + commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g. + EPSON)" introduces the following build error on boards configuring e.g, + the ds1374 rtc: + + Configuring for MPC837XEMDS board... + ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration + /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here + ds1374.c:104: error: conflicting types for 'rtc_write' + /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here + + this reverts the erroneous chunk. + + Signed-off-by: Kim Phillips + Acked-by: Detlev Zundel + CC: Detlev Zundel + CC: Andreas Pfefferle + +commit fc39c2fd51e64707de4d61ed49479ebea2847e1b +Author: Kumar Gala +Date: Tue Mar 31 17:58:13 2009 -0500 + + 85xx/86xx: Ensure MP boot page is not used + + We had a bug on 86xx in which the boot page used to bring up secondary + cores was being overwritten and used for the malloc region in u-boot. + + We need to reserve the region of memory that the boot page is going to + be put at so nothing uses it. + + Signed-off-by: Kumar Gala + Acked-by: Becky Bruce + +commit c840d26c752141b94bbc24ac748ddd45752a955a +Author: Kumar Gala +Date: Tue Mar 31 23:11:05 2009 -0500 + + 85xx: Introduce determine_mp_bootpg() helper. + + Match determine_mp_bootpg() that was added for 86xx. We need this to + address a bug introduced in v2009.03 with 86xx MP booting. We have to + make sure to reserve the region of memory used for the MP bootpg() so + other u-boot code doesn't use it. + + Also added a comment about how cpu_reset() is dealing w/an errata on + early 85xx MP HW. + + Signed-off-by: Kumar Gala + +commit 7649a590b53ee548f41428bf20780f74ce9fc099 +Author: Kumar Gala +Date: Tue Mar 31 23:02:38 2009 -0500 + + 86xx: Cleanup MP support + + * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx + * Introduce determine_mp_bootpg() helper. We'll need this to address a + bug introduced in v2009.03 with 86xx MP booting. We have to make sure + to reserve the region of memory used for the MP bootpg() so other + u-boot code doesn't use it. + * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to + allow cmd_mp.c to build and work. In the future we should look at + implementing all these functions. This could be common w/85xx if we + use spin tables on 86xx. + + Signed-off-by: Kumar Gala + +commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2 +Author: Becky Bruce +Date: Tue Mar 31 18:38:37 2009 -0500 + + mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves + + We're missing the board_lmb_reserve definitions that allow + cpu_mp_lmb_reserve to be called; this means that Linux + is free to reallocate reserved pages. Linux currently boots + because we're getting lucky - the page we've reserved is + high enough in memory that it isn't allocated by Linux + while we still need it to be in existence. + + Signed-off-by: Becky Bruce + Signed-off-by: Kumar Gala + +commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed +Author: Ladislav Michl +Date: Tue Mar 31 13:43:10 2009 +0200 + + NetStar: fix NAND + + Fix NAND support broken during new NAND code merge. Move those few lines of + code to board/netstar/netstar.c + + Signed-off-by: Ladislav Michl + +commit d144f94d590b5190a9963bd0f2026b2a7ce67eda +Author: Jens Scharsig +Date: Tue Mar 31 08:18:29 2009 +0200 + + soft_i2c.c compiler/linker error + + This patch fix the compiler/linker errors + + common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed' + common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed' + + if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not + uesd/undef (wrong define order) + + and + + removes additional empty lines + + Signed-off-by: Jens Scharsig + +commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352 +Author: Haiying Wang +Date: Fri Mar 27 17:02:45 2009 -0400 + + MPC85xx: Add MPC8569MDS board support + + This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD + EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch. + + Signed-off-by: Haiying Wang + Signed-off-by: Hillel Avni + Signed-off-by: Kumar Gala + +commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4 +Author: Haiying Wang +Date: Fri Mar 27 17:02:44 2009 -0400 + + MPC85xx: Add MPC8569 CPU support + + There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of + LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage, + then invalidate it after LBCR bit 13 is set. + + Signed-off-by: Haiying Wang + Signed-off-by: Kumar Gala + +commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f +Author: Haiying Wang +Date: Thu Mar 26 17:01:49 2009 -0400 + + MPC85xx: Load and enable QE microcode patch in IRAM + + For the silicon which doesn't have ROM support in QE, it always needs to load + a pre-built ucode binary to IRAM so that QE can work. + + Signed-off-by: Haiying Wang + Signed-off-by: Hillel Avni + +commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b +Author: Kumar Gala +Date: Thu Mar 19 09:16:10 2009 -0500 + + 85xx: Add support for additional e500mc features + + * Enable backside L2 + * e500mc no longer has timebase enable in HID (moved to CCSR register) + + Signed-off-by: Kumar Gala + +commit c360ceac0286159f94d9d1a9496fc9858c8d9bec +Author: Dave Liu +Date: Sat Mar 14 12:48:30 2009 +0800 + + fsl-ddr: add the DDR3 SPD infrastructure + + - support mirrored DIMMs, not support register DIMMs + - test passed on P2020DS board with MT9JSF12872AY-1G1D1 + - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1 + + Signed-off-by: Dave Liu + Signed-off-by: Travis Wheatley + +commit 6a8197836702991468cead5ead073f589e2623ad +Author: Dave Liu +Date: Sat Mar 14 12:48:19 2009 +0800 + + fsl-ddr: Fix two bugs in the ddr infrastructure + + 1. wr_lat + UM said the total write latency for DDR2 is equal to + WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1. + so, the WR_LAT = CL - 1; + 2. rd_to_pre + we missed to add the ADD_LAT for DDR2 case. + + Reported-by: Joakim Tjernlund + Signed-off-by: Dave Liu + +commit 540dcf1cb86961e11aa92c47671f27762c581d8c +Author: Kumar Gala +Date: Thu Mar 26 01:34:39 2009 -0500 + + 83xx: Use common LSDMR defines from asm/fsl_lbc.h + + Signed-off-by: Kumar Gala + Acked-by: Kim Phillips + +commit b0fe93eda69721aef1fdef576164b668fad83bbd +Author: Kumar Gala +Date: Thu Mar 26 01:34:38 2009 -0500 + + 85xx: Use common LSDMR defines from asm/fsl_lbc.h + + Signed-off-by: Kumar Gala + +commit 0088c298f0eeb90ec001f744e9959dea83dd563a +Author: Kumar Gala +Date: Thu Mar 26 01:34:37 2009 -0500 + + Add LSDMR (SDRAM Mode Register) definition on localbus + + The masks for various bit defines of LSDMR are common and thus we can + define them in one place rather than replicating them in each config.h + + Signed-off-by: Kumar Gala + +commit 89c00fb15859213788f0ad089934c376fb356099 +Author: Ladislav Michl +Date: Mon Mar 30 18:58:41 2009 +0200 + + OMAP: use {read,write}l to access timer registers + + Signed-off-by: Ladislav Michl + +commit 81472d893fa565c9d300928a40e504a689bde131 +Author: Ladislav Michl +Date: Mon Mar 30 18:58:41 2009 +0200 + + OMAP: rename timer divisor + + Divisor field is called PTV not PVT. + + Signed-off-by: Ladislav Michl + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit fe672d60b2a8c9e803596ba4533fa1776015551d +Author: Ladislav Michl +Date: Mon Mar 30 18:58:40 2009 +0200 + + OMAP: reindent timer code + + Signed-off-by: Ladislav Michl + +commit b3f66b0ba09949e0796ce7fad6367f75f15ed890 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:40 2009 +0200 + + s3c2410: move nand driver to drivers/mtd/nand + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d3b635774194404bcd424f6b376419bce22076ad +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:40 2009 +0200 + + s3c24x0: move i2c driver to drivers/i2c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 300f99f4539dd5caf7e19af5e4ea5eb259445913 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:39 2009 +0200 + + s3c24x0: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 942ba9969b9efa25f816c238861ecb339c54ed73 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:39 2009 +0200 + + davinci: move i2c driver to drivers/i2c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:39 2009 +0200 + + davinci: move nand driver to drivers/mtd/nand + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d3e55d0774a180c1837bd7ddec464015e883bd86 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Mar 30 18:58:38 2009 +0200 + + imx: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 2344bb8de2354101a8264c2123303c9d8d2aed3c +Author: Detlev Zundel +Date: Mon Mar 30 00:31:36 2009 +0200 + + inka4x0: Use proper accessor macros for memory mapped registers. + + Signed-off-by: Detlev Zundel + +commit e979e85fd39b06436922bb4d6bb5fafcbc775182 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:35 2009 +0200 + + inka4x0: Add hardware diagnosis and RTC in configuration. + + This patch adds the board specific communication routines needed by + the external 4543 RTC. + + Signed-off-by: Detlev Zundel + Signed-off-by: Andreas Pfefferle + +commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:34 2009 +0200 + + inka4x0: Add hardware diagnosis functions for inka4x0 + + This patch adds advanced diagnosis functions for the inka4x0 board. + + Signed-off-by: Andreas Pfefferle + Signed-off-by: Detlev Zundel + +commit 04e11cf383ff6231535fd981023bb1306b2133d4 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:33 2009 +0200 + + rtc: add support for 4543 RTC (manufactured by e.g. EPSON) + + Signed-off-by: Detlev Zundel + Signed-off-by: Andreas Pfefferle + +commit 572e6179adb5447ff42ec2aa5cf3a26decf97583 +Author: Detlev Zundel +Date: Mon Mar 30 00:31:32 2009 +0200 + + drivers/twserial: Add protocol driver for "three wire serial" interface. + + This pretty unintelligent interface is used on some RTC chips. + + Signed-off-by: Detlev Zundel + +commit a6ef3ddeafbe8007af3662cc4509b897c53ab395 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + arm720t/clps7111: move serial driver to drivers/serial + + add CONFIG_CLPS7111_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6790c55704531eb98f76b51d50e0f73d19fa2988 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + lpc2292: move serial driver to drivers/serial + + add CONFIG_LPC2292_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 176a600d0ecdaccbac483d2ba992d0119f853119 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + ks8695: move serial driver to drivers/serial + + add CONFIG_KS8695_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:42 2009 +0200 + + s3c64xx: move usb driver to drivers/usb + + add CONFIG_USB_S3C64XX to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + imx31: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + netarm: move serial driver to drivers/serial + + add CONFIG_NETARM_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 412ab705888742add435dd6ffc2e8bda14962235 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + sa1100: move serial driver to drivers/serial + + add CONFIG_SA1100_SERIAL to activate the driver + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit b2368754a9202225fd072e159fb78da7d2cdb623 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + s3c44b0: extract cache from cpu.c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 40fd626223eae5363719bcb9a6896f08ceeee90a +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:41 2009 +0200 + + s3c44b0: move serial driver to drivers/serial + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:40 2009 +0200 + + s3c44b0: move rtc driver to drivers/rtc + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 50f601cca8985615f9e3de4c34887448ade8a64b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:40 2009 +0200 + + s3c44b0: move i2c driver to drivers/i2c + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 29 23:01:36 2009 +0200 + + s3c4510b: move specific code to soc directory + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 04531f3c11c693dc54924f82c41979d960309c9d +Author: Ladislav Michl +Date: Wed Mar 25 23:43:58 2009 +0100 + + NetStar: add RTC support + + Add RTC support. + + Signed-off-by: Ladislav Michl + +commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11 +Author: Ladislav Michl +Date: Wed Mar 25 23:43:50 2009 +0100 + + NetStar: use generic flash driver + + Signed-off-by: Ladislav Michl + +commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c +Author: Ladislav Michl +Date: Mon Mar 16 23:31:20 2009 +0100 + + NetStar: update crcit utility + + Make crc32 function to match its prototype. Use more meaningful identifiers. + + Signed-off-by: Ladislav Michl + +commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17 +Author: Ladislav Michl +Date: Mon Mar 23 17:46:27 2009 +0100 + + Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ + + Signed-off-by: Ladislav Michl + +commit 88685b5f62274167ad2ba8a58e108d89ff71955b +Author: Wolfgang Denk +Date: Sun Mar 29 00:58:16 2009 +0100 + + VCMA9: fix compile errors + + Fix these: + cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr' + cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function) + + Signed-off-by: Wolfgang Denk + +commit 26e42cbd786241fec370a0b92ad591f4e9cc423b +Author: Wolfgang Denk +Date: Sun Mar 29 00:54:21 2009 +0100 + + ARM: fix warning: 'print_eth' defined but not used + + This warning got issued for all ARM systems that don't have + CONFIG_CMD_NET enabled. + + Signed-off-by: Wolfgang Denk + +commit fd88d91a639ce41b825c8d50dc2182050e98fe53 +Author: Ladislav Michl +Date: Mon Mar 23 18:16:34 2009 +0100 + + cs8900 compile fix + + cs8900.c: In function 'eth_init': + cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type + cs8900.c:165: error: invalid operands to binary << + cs8900.c:166: error: invalid operands to binary << + cs8900.c:167: error: invalid operands to binary << + + Signed-off-by: Ladislav Michl + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + +commit d2567be915036720693f3ddd00c39b5b4d86fb8d +Author: Wolfgang Denk +Date: Sat Mar 28 20:16:16 2009 +0100 + + Fix implicit declaration of function 'eth_[gs]etenv_enetaddr' + + ...and some other compile warnings. + + Signed-off-by: Wolfgang Denk + +commit 97b05d7d524a6b4f195f07b8f90e98561a85596c +Author: Wolfgang Denk +Date: Sat Mar 28 16:17:29 2009 +0100 + + mpc8xx/ether.c: fix warning: unused variable 'bd' + + Also minor coding style cleanup. + + Signed-off-by: Wolfgang Denk + +commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90 +Author: Detlev Zundel +Date: Wed Mar 25 17:27:52 2009 +0100 + + command.c: Expose the core of do_help as _do_help to the rest of u-boot. + + Other commands implementing subcommands can reuse this code nicely. + + Signed-off-by: Detlev Zundel + Signed-off-by: Andreas Pfefferle + +commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f +Author: Detlev Zundel +Date: Tue Mar 24 18:02:33 2009 +0100 + + mpc5xxx: Add structure definition for several more register blocks. + + Signed-off-by: Detlev Zundel + +commit 739b0e594677a0676577bc95db4495a5563fc7f8 +Author: Detlev Zundel +Date: Fri Mar 27 15:03:55 2009 +0100 + + MAINTAINERS: Add entry for 'inka4x0' board. + + Signed-off-by: Detlev Zundel + +commit e55ecec45340755ef47cbbb13fb35ceed60eb115 +Author: Detlev Zundel +Date: Fri Mar 27 15:03:54 2009 +0100 + + MAINTAINERS: Keep list sorted. + + Signed-off-by: Detlev Zundel + +commit 0baeca4b09b703728f8e66b52418039fd8f8ce35 +Author: Mike Frysinger +Date: Thu Mar 26 11:17:41 2009 -0400 + + karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos + + The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr". + + Signed-off-by: Mike Frysinger + CC: Ben Warren + +commit 76756e41cde0a617e781a604cc47dfaef63697cd +Author: Heiko Schocher +Date: Thu Mar 26 07:33:59 2009 +0100 + + ppc: cleanup compiler errors/warnings + + Current u-boot top of tree builds with warnings/errors for + the following boards: + + ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823 + RPXClassic debris PN62 + + following patch solves this. + + Signed-off-by: Heiko Schocher + Acked-by: Mike Frysinger + +commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1 +Author: Stefan Roese +Date: Thu Mar 26 16:14:13 2009 +0100 + + ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code + + This patch fixes a bug in the Sequoia TLB init code to reconfigure + the correct TLB (boot space) after running from RAM. This bug was + introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed + [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the + TLB in the Sequoia init.S file. + + Signed-off-by: Stefan Roese + +commit e2b66fe453a3679f807b37fc5923d89214302764 +Author: Wolfgang Denk +Date: Thu Mar 26 10:00:57 2009 +0100 + + ads5121: enable instruction cache + + Enabling the instruction cache significantly accelerates U-Boot + operations like CRC checking, image uncompression, etc. + + Kudos to Andrea Scian for pointing out. + + Signed-off-by: Wolfgang Denk + +commit 33e88c557b29c84c52039ba05993fa70fe62afe3 +Author: Jon Smirl +Date: Sun Mar 22 22:55:45 2009 -0400 + + mpc5200: suppress printf until console initialized + + On boards which have the environment in eeprom, i2c_init() is called + before the console and RAM are initialized. + Suppress printfs until the console is initialized. + + Signed-off-by: Jon Smirl + Acked-by: Heiko Schocher + +commit 0c6926736effbb9a19047949b7e9b3e8feab7c46 +Author: Guennadi Liakhovetski +Date: Wed Mar 25 11:36:50 2009 +0100 + + ARM: Add the imx31_phycore_eet board to MAKEALL + + Signed-off-by: Guennadi Liakhovetski + +commit 917cfc70c18b74fa8a80189bdce8395199fa8360 +Author: Nishanth Menon +Date: Wed Mar 25 22:13:56 2009 +0100 + + OMAP3:Beagle: Enable mtdparts + + http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts + provides a flexible way to create and maintain u-boot mtd + partitions. This allows commands such as "nand erase fs" + to work and the user no longer needs to decode the absolute + nand offsets. This patch enables this function for beagleboard + + Signed-off-by: Nishanth Menon + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 4de1a5daab079ddc8ce1274144700203d692105c +Author: Mike Frysinger +Date: Sun Feb 22 16:26:35 2009 -0500 + + Blackfin: bf537-stamp: split post code out into dedicated post.c + + Signed-off-by: Mike Frysinger + +commit 5e8f245743ed14c89e495ba2c027703db9813160 +Author: Mike Frysinger +Date: Sat Oct 11 22:51:56 2008 -0400 + + Blackfin: add support for S25FL128 parts + + Signed-off-by: Mike Frysinger + +commit bf1e028bf3eab1d702fa0627cade4460688f3913 +Author: Mike Frysinger +Date: Sat Oct 11 22:51:23 2008 -0400 + + Blackfin: overhaul SPI flash handling to speed things up + + Signed-off-by: Mike Frysinger + +commit efcc08cededa2168b96f12a22a5872340880d334 +Author: Mike Frysinger +Date: Sat Oct 11 22:51:05 2008 -0400 + + Blackfin: add support for SST SPI flashes + + Signed-off-by: Mike Frysinger + +commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf +Author: Mike Frysinger +Date: Sat Oct 11 22:50:10 2008 -0400 + + Blackfin: add hack for crappy m25p80 + + Signed-off-by: Mike Frysinger + +commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5 +Author: Mike Frysinger +Date: Wed Jan 21 20:47:12 2009 -0500 + + Blackfin: bf537-stamp: increase monitor size + + The new jffs2 code pushed the code size just over the limit, so increase + the limit a bit more. + + Signed-off-by: Mike Frysinger + +commit f82caaccc87e1f76448ff42a6b930e59797e4f65 +Author: Mike Frysinger +Date: Mon Dec 8 16:16:11 2008 -0500 + + Blackfin: bf537-stamp: bump default SCLK up to 125MHz + + Since all of the bf537-stamp and bf537-ezkit boards out there can handle it, + increase the speed of SCLK to 125MHz rather than 100MHz. + + Signed-off-by: Mike Frysinger + +commit 751e54c3b77311b720b794813cce20546f288ada +Author: Mike Frysinger +Date: Sat Oct 11 22:44:14 2008 -0400 + + Blackfin: bf537-stamp: rewrite MAC-in-flash handling + + Use the common net eth functions to setup the env/global data with the MAC + address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined. + + Signed-off-by: Mike Frysinger + +commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad +Author: Mike Frysinger +Date: Tue Dec 9 13:47:39 2008 -0500 + + Blackfin: add clkin_hz= to default kernel command line for ADI boards + + Signed-off-by: Mike Frysinger + +commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232 +Author: Mike Frysinger +Date: Sun Oct 12 23:49:13 2008 -0400 + + Blackfin: bf533-stamp: bump up default clocks + + Since the hardware can handle it, bump the default clocks from 80mhz SCLK + and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK. + + Signed-off-by: Mike Frysinger + +commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699 +Author: Mike Frysinger +Date: Sat Oct 11 22:40:22 2008 -0400 + + Blackfin: bf533-stamp: rewrite startup LED notifications + + Again, don't clobber pins that we aren't actually using, and use the common + LED framework rather than our own hob-job-but-not-really-working. + + Signed-off-by: Mike Frysinger + +commit cf6f469e2730fc8ab3523808b828be000d6eee77 +Author: Mike Frysinger +Date: Sun Jun 1 09:09:48 2008 -0400 + + Blackfin: unify common ADI board settings + + Rather than duplicate the same ADI settings in every ADI board, create a + common ADI config header and have all ADI boards start using that. This + will also make merging the ~10 boards I have to forward port a lot easier. + + Signed-off-by: Mike Frysinger + +commit 196c74311f394c6eb08bd9ab07a35671299b9851 +Author: Kyungmin Park +Date: Tue Mar 3 09:05:53 2009 +0900 + + Reduce OneNAND IPL common code + + OneNAND IPL has common codes for RAM init, load data, and jump to 2nd + bootloader, but it's common code used about 300~400 bytes. So board + specific codes, such as lowlevel_init, can't has enough code. It make + a difficult to implement OneNAND IPL. + + his patch make this common code as small as possible. and give + lowlevel_init can have more codes. + + Signed-off-by: Kyungmin Park + Signed-off-by: Scott Wood + +commit 16f2f5a351004129e79e79816697a367fd9e5446 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:24 2009 +0100 + + Add multi-chip NAND support for the TQM8548 modules + + This patches configures the NAND UPM-FSL driver with multi-chip + support for the Micron MT29F8G08FAB NAND flash memory on the + TQM8548 modules. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 33846df28fa1f4cf96a96c18142d48d813caa892 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:23 2009 +0100 + + Add wait flags to support board/chip specific delays + + The NAND flash on the TQM8548_BE modules requires a short delay after + running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE + requires a further short delay after writing out a buffer. Normally the + R/B pin should be checked, but it's not connected on the TQM8548_BE. + The corresponding Linux FSL UPM driver uses similar delay points at the + same locations. To manage these extra delays in a more general way, I + introduced the "wait_flags" field allowing the board-specific driver to + specify various types of extra delay. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:22 2009 +0100 + + Add support for TQM-specific chip select logic to FSL-UPM + + For the NAND chips on the TQM8548 modules, a special chip-select logic is + used. It uses dedicated address lines to be set via UPM machine address + register (mar). This patch adds such support to the FSL-UPM driver. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit e93c1c169d49eda7babad9c781f541e2e34f0ff0 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:21 2009 +0100 + + Add multi chip support to the FSL-UPM driver + + This patch adds support for multi-chip NAND devices to the FSL-UPM + driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now + called with the argument "chip_nr" to allow testing the proper chip + select line. The NAND support of the MPC8360ERDK is updated as well. + No other boards are currently using the FSL UPM driver. + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 672ed2aee91b4856f6671fc72cd34168d8f1b624 +Author: Wolfgang Grandegger +Date: Wed Feb 11 18:38:20 2009 +0100 + + Enable multi chip support in the NAND layer + + This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer. + Multi-chips devices are displayed as shown: + + Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB + + Signed-off-by: Wolfgang Grandegger + Signed-off-by: Scott Wood + +commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9 +Author: Mike Frysinger +Date: Sat Oct 11 21:58:33 2008 -0400 + + Blackfin: put memory into self-refresh before/after programming clocks + + When initializing the core clocks, stick external memory into self-refresh. + This gains us a few cool things: + - support suspend-to-RAM with Linux + - reprogram clocks automatically when doing "go" on u-boot.bin in RAM + - make sure settings are stable before flashing new version + - finally fully unify initialize startup code path between LDR/non-LDR + + Signed-off-by: Mike Frysinger + +commit d347d572ab1f2d47bf257c9f7ca2e602038a136b +Author: Mike Frysinger +Date: Sat Oct 11 21:56:08 2008 -0400 + + Blackfin: do not program voltage regulator on parts that do not have one + + Some newer Blackfins (like the BF51x) do not have an on-chip voltage + regulator, so do not attempt to program the memory as if it does. + + Signed-off-by: Mike Frysinger + +commit 0d4f24b70f7a979f58174f3eb271874950b551b6 +Author: Mike Frysinger +Date: Sun Jun 1 01:28:24 2008 -0400 + + Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers + + If the board config does not specify an explicit EBIU_SDBCTL value, set it + up with sane values based on other configuration options. + + Signed-off-by: Mike Frysinger + +commit 3986e981f565c08f10c7e526af8cb518d741c349 +Author: Mike Frysinger +Date: Sat Dec 6 18:06:58 2008 -0500 + + Blackfin: handle reboot anomaly 432 + + Workaround anomaly 432: + The bfrom_SysControl() firmware function does not clear the SIC_IWR1 + register before executing the PLL programming sequence. Therefore, any + interrupt enabled in the SIC_IWR1 register prior to the call to + bfrom_SysControl() can prematurely terminate the idle sequence required + for the PLL to relock properly. SIC_IWR0 is properly handled. + + Signed-off-by: Mike Frysinger + +commit 7e1d212b6da492c6ea32c62af92e185284f41291 +Author: Mike Frysinger +Date: Sat Oct 18 04:04:49 2008 -0400 + + Blackfin: kill off LDR jump block + + The Boot ROM uses EVT1 as the entry point so set that rather than having + to use a tiny jump block in the default EVT1 location. + + Signed-off-by: Mike Frysinger + +commit a75fa148d60b1975403441e45565621bba50d2d9 +Author: Mike Frysinger +Date: Tue Jan 6 10:00:48 2009 -0500 + + Blackfin: simplify symbol_lookup() a bit + + No need to skip a byte as the symbol table handles this. + + Signed-off-by: Mike Frysinger + +commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98 +Author: Mike Frysinger +Date: Sat Feb 7 05:43:21 2009 -0500 + + Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits + + Signed-off-by: Mike Frysinger + +commit 58130f8920151d9e8942bbdf3388f2defb47e415 +Author: Mike Frysinger +Date: Sat Feb 7 05:41:17 2009 -0500 + + Blackfin: drop SPORT_TX read helper macros + + The SPORT_TX registers cannot be read (the hardware will trigger an error), + so drop the read helper macros. + + Signed-off-by: Mike Frysinger + +commit 820b076c449688bcd4af6db5a33ae424d1a60d0e +Author: Mike Frysinger +Date: Sat Feb 7 05:25:35 2009 -0500 + + Blackfin: unify duplicate CPU port definitions + + Signed-off-by: Mike Frysinger + +commit 744fd240d181b0b05b1436e1b655c9a62526c752 +Author: Mike Frysinger +Date: Fri Feb 6 00:59:50 2009 -0500 + + Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX + + With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines + are no longer used/needed. + + Signed-off-by: Mike Frysinger + +commit 45c48953e8a4038bd49c46813fcff5a207867ae4 +Author: Mike Frysinger +Date: Mon Oct 6 04:01:26 2008 -0400 + + Blackfin: print out Flash: before checking it + + If there is some problem in the flash init/checking code, it's nicer to see + the message "Flash:" before crashing. This way the source of the problem + is a bit more straightforward. + + Signed-off-by: Mike Frysinger + +commit 1c7a79a04eb916f685f7275520b5eea6968a1559 +Author: Mike Frysinger +Date: Thu Aug 7 15:33:09 2008 -0400 + + Blackfin: safely flush data caches when in writeback mode + + Signed-off-by: Mike Frysinger + +commit c06f2b13022703611bc3e512bd34f9014a46f448 +Author: Mike Frysinger +Date: Thu Aug 7 13:21:48 2008 -0400 + + Blackfin: update lockbox api according to latest documentation + + Signed-off-by: Mike Frysinger + +commit 2decc2a8d17a5397cb5956e46c8466c736e305a2 +Author: Mike Frysinger +Date: Sat Oct 11 21:49:06 2008 -0400 + + Blackfin: mark bfin_reset static + + The function is only used locally, so mark it static. + + Signed-off-by: Mike Frysinger + +commit 974473caa732f63312687ef2bd2d22dad8e99b9a +Author: Sonic Zhang +Date: Fri Mar 20 19:28:20 2009 -0400 + + Blackfin: spi: there is no PORTJ_FER MMR on BF537 + + Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality), + then there is no PORTJ_FER register for us to worry about. + + Signed-off-by: Sonic Zhang + Signed-off-by: Mike Frysinger + +commit e82b762f293debc53c5afa90f37264f6b07520f9 +Author: Mike Frysinger +Date: Tue Mar 17 13:58:23 2009 -0400 + + Blackfin: fix jtag console tstc + + The jtag tstc operation was checking the hardware to see if data is + available from it (which is fine for the jtag getc operation), but the + higher layers need to know whether any data is available. Since we have + to read up to 4 bytes at a time from the hardware, the higher layers need + to know they can consume the cached bytes as well. + + Signed-off-by: Mike Frysinger + +commit bc683f58b1f1d8d20546fe019483967a51a49df1 +Author: Mike Frysinger +Date: Sun Feb 22 16:23:41 2009 -0500 + + Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...) + + Signed-off-by: Mike Frysinger + +commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297 +Author: Mike Frysinger +Date: Sun Feb 22 16:02:27 2009 -0500 + + Blackfin: unify net-related init code + + Unify all of the net-related init code in the common Blackfin board init + code to clean up the ifdef mess a bit. + + Signed-off-by: Mike Frysinger + +commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657 +Author: Mike Frysinger +Date: Wed Feb 18 12:51:48 2009 -0500 + + Blackfin: fix SWRST/SYSCR register sizes + + Signed-off-by: Mike Frysinger + +commit a9d6777d39154978b9ef9c682b2627a3480b194c +Author: Mike Frysinger +Date: Wed Feb 18 12:51:31 2009 -0500 + + Blackfin: update anomaly lists + + Signed-off-by: Mike Frysinger + +commit 4d7c32dad2e787f890ebcd51bfb723a126913c90 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Mar 19 18:31:38 2009 +0100 + + avr32: fix cacheflush.h location introducted by d8f2aa3298610b + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Haavard Skinnemoen + +commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48 +Author: Eric Schumann +Date: Sat Mar 21 09:59:34 2009 -0400 + + Make flash protection work, when the environment is in EEPROM + + On the pcm030 the environment is located in the onboard EEPROM. But we want + to handle flash sector protection in a safe manner. So we must read the + unlock environment variable from EEPROM instead from flash. + + This patch is required as long the evironment is saved into the EEPROM. + + Stefan: Additional change as suggested by Wolfgang, use bigger char array + (instead of 4). + + Signed-off-by: Eric Schumann + Signed-off-by: Sascha Hauer + Acked-by: Wolfgang Denk + Signed-off-by: Stefan Roese + +commit de3ce8c59f48f99779d7d7379a5432ded12ec06c +Author: Jon Smirl +Date: Sat Mar 21 11:17:56 2009 -0400 + + Add define for mpc5200 CDM_CLK_ENA + + Signed-off-by: Jon Smirl + +commit df486b1fa3f750b153eac7daa0b3bf1f594e5098 +Author: Nicolas Ferre +Date: Sun Mar 22 14:48:16 2009 +0100 + + at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. + + AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed. + + The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board. + It is essentially the same, with a few minor differences. + + Here is the chip page on Atmel website: + http://www.atmel.com/dyn/products/product_card.asp?part_id=4337 + + Signed-off-by: Justin Waters + Signed-off-by: Nicolas Ferre + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 118d168035cc93f586da4812c89cb153eb9f4243 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 22 14:28:14 2009 +0100 + + cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr' + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 22 14:28:13 2009 +0100 + + cmc_pu2: fix misc_init_r prototype + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 53158aea995221706b42c7bad9f717b31ae20414 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jan 11 03:32:01 2009 +0100 + + at91sam9xeek: fix soc name + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 74c076d6c33d6d42ab065541a38383587879e7b7 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Mar 22 10:22:34 2009 +0100 + + at91sam9/at91cap: move nand drivers to drivers/mtd/nand + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 163966087d62680547f188a93c61d01c8155254e +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:01 2009 +0100 + + atmel/at91/boards: compile dataflash partition only when dataflash is + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:00 2009 +0100 + + at91sam9/at91cap: move common macb initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit f3f91f886bc8927fd692ac411b7423a87ffec532 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:00 2009 +0100 + + at91sam9/at91cap: move common usb host initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:08:00 2009 +0100 + + at91sam9/at91cap: move common led management to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7ebafb7ec1a0285af8380623c009576f92583b98 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:07:59 2009 +0100 + + at91sam9/at91cap: move common spi initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Mar 21 21:07:59 2009 +0100 + + at91sam9/at91cap: move common serial initialisation to cpu + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit e60beb13cf0135dc71c541021487b5ccc4d269cb +Author: Wolfgang Denk +Date: Sat Mar 21 22:04:41 2009 +0100 + + Prepare 2009.03 + + Update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5 +Author: Vivek Kutal +Date: Mon Feb 23 21:35:11 2009 +0530 + + Replaced endpoint numbers with appropriate macros in usbtty.c. + + Signed-off-by: Vivek Kutal + Signed-off-by: Remy Bohmer + +commit faac4fd852e39cb1d7a740801b060e41aeacef1f +Author: Michael Lawnick +Date: Thu Mar 19 10:06:41 2009 +0100 + + UBIFS: Missing offset relocation for compressor 'none' + + On systems where U-Boot is linked to another address than it really lays + (e.g. backup image), calls via function pointers must be fixed with a + '+= gd->reloc_off'. + This was not done for none_compr in ubifs_compressors_init() what leads + to system crash on ubifsmount command. + + Signed-off-by: Michael Lawnick + Acked-by: Stefan Roese + +commit ce6d0c8de031f345bde745f3b855082adf1c4e45 +Author: Stefan Roese +Date: Thu Mar 19 15:35:50 2009 +0100 + + UBIFS: Add UBIFS commands + + This patchset adds these UBIFS related commands: + + - ubifsmount + Mount an UBIFS volume + + - ubifsls + List a directory of the mounted UBIFS volume + + - ubifsload + Load a file from the mounted UBIFS volume to memory + + Signed-off-by: Stefan Roese + +commit 9eefe2a2b37a838558e3d213a9f5519503d0c180 +Author: Stefan Roese +Date: Thu Mar 19 15:35:05 2009 +0100 + + UBIFS: Implement read-only UBIFS support in U-Boot + + The U-Boot UBIFS implementation is largely a direct copy from the current + Linux version (2.6.29-rc6). As already done in the UBI version we have an + "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock() + ...). This makes it possible to use the original Linux code with very + little changes. And by this we can better update to later Linux versions. + + I removed some of the Linux features that are not used in the U-Boot + version (e.g. garbage-collection, write support). + + Signed-off-by: Stefan Roese + CC: Artem Bityutskiy + CC: Adrian Hunter + +commit b1b4e89a0f3b75854c39a62cae41bad56d210adf +Author: Stefan Roese +Date: Thu Mar 19 15:34:56 2009 +0100 + + Add LZO decompressor support + + This patch adds LZO decompression support to U-Boot. It is needed for + the upcoming UBIFS support, since UBIFS uses LZO as default compressor/ + decompressor. Since we only support read-only in UBIFS, only the + decompressor is needed. + + All this is copied with minor changes from the current Linux kernel + version (2.6.28-rc8). + + This patch only implements this LZO decompressor support for PPC. + Other platforms using UBIFS will have to add the required + "include/asm/unaligned.h" as well. It should be fairly easy to copy this + from the Linux source tree as I have done it for PPC in this patch. + + Signed-off-by: Stefan Roese + +commit 68d7d65100e84df00bca971c114092731b441090 +Author: Stefan Roese +Date: Thu Mar 19 13:30:36 2009 +0100 + + Separate mtdparts command from jffs2 + + Currently the mtdparts commands are included in the jffs2 command support. + This doesn't make sense anymore since other commands (e.g. UBI) use this + infrastructure as well now. This patch separates the mtdparts commands from + the jffs2 commands making it possible to only select mtdparts when no JFFS2 + support is needed. + + Signed-off-by: Stefan Roese + Signed-off-by: Kyungmin Park + +commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398 +Author: Stefan Roese +Date: Wed Feb 25 12:11:15 2009 +0100 + + powerpc: Only use eth_getenv_enetaddr() if networking is enabled + + Signed-off-by: Stefan Roese + +commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5 +Author: Grzegorz Bernacki +Date: Tue Mar 17 10:06:40 2009 +0100 + + Add support for the digsy MTC board. + + This is the InterControl custom device based on the MPC5200B chip. + + Signed-off-by: Grzegorz Bernacki + +commit ff7dc067369e30066744f096995aef7d97574d15 +Author: Stefan Roese +Date: Mon Feb 23 16:52:36 2009 +0100 + + powerpc: Fix compilation warning in board.c + + Fix this warning: + + board.c: In function 'board_init_r': + board.c:653: warning: unused variable 'i' + board.c:651: warning: unused variable 'e' + + Signed-off-by: Stefan Roese + +commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c +Author: Stefan Roese +Date: Mon Feb 23 16:42:51 2009 +0100 + + ppc4xx: Don't write the MAC address into the internal SoC registers + + Remove this code. It's not needed. The 4xx EMAC driver stores the MAC + addresses into the SoC registers instead. + + Signed-off-by: Stefan Roese + +commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:19 2009 +0100 + + ppc4xx: Use correct io accessors for esd 405/440 boards + + This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 + macros. Also volatile pointer references are replaced by the + new accessors. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988 +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:18 2009 +0100 + + ppc4xx: Use correct io accessors for esd 405 boards + + This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32 + macros. Also volatile pointer references are replaced by the + new accessors. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit a59205d1519375d027f97a545ad642ab20fce6f8 +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:17 2009 +0100 + + ppc4xx: Cleanup linker scripts of esd 4xx boards + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:16 2009 +0100 + + ppc4xx: Update TEXT_BASE for DASA_SIM boards + + Fix building DASA_SIM boards by increasing U-Boot's size in flash. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 09db8f4de6805f1dde510c167f20e56a5405d29e +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:15 2009 +0100 + + ppc4xx: DU405 maintenance fix + + -strip unused features + -fix resetting phy + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit 75511b47ac2647be48218dbb93af05b21f404f67 +Author: Matthias Fuchs +Date: Fri Feb 20 10:19:14 2009 +0100 + + ppc4xx: Abort autoboot only by space key on CPCI405 boards + + Signed-off-by: Matthias Fuchs + Signed-off-by: Stefan Roese + +commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c +Author: Graeme Russ +Date: Tue Feb 24 21:14:56 2009 +1100 + + Add basic relocation to i386 port + + Signed-off-by: Graeme Russ + +commit 8c63d47651f77d9fb887cad433370b866eb0a193 +Author: Graeme Russ +Date: Tue Feb 24 21:14:45 2009 +1100 + + Implement SC520 timers + + Signed-off-by: Graeme Russ + +commit 6d7f610b09f813b1239eedcbfe921cfd439aea25 +Author: Graeme Russ +Date: Tue Feb 24 21:14:32 2009 +1100 + + Factor out SC520 sub-features + + Moved sub-features of the SC520 code which is currently selectively compiled + using #ifdef out of sc520.c into individual files selectively compiled via + the makefile + + Signed-off-by: Graeme Russ + +commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df +Author: Graeme Russ +Date: Tue Feb 24 21:13:40 2009 +1100 + + Rewrite i386 interrupt handling + + Rewrite interrupt handling functionality for the i386 port. Separated + functionality into separate CPU and Architecture components. + + It appears as if the i386 interrupt handler functionality was intended + to allow multiple handlers to be installed for a given interrupt. + Unfortunately, this functionality was not fully implemented and also + had the problem that irq_free_handler() does not allow the passing + of the handler function pointer and therefore could never be used to + free specific handlers that had been installed for a given IRQ. + + There were also various issues with array bounds not being fully + tested. + + I had two objectives in mind for the new implementation: + + 1) Keep the implementation as similar as possible to existing + implementations. To that end, I have used the leon2/3 + implementations as the reference + + 2) Seperate CPU and Architecture specific elements. All specific i386 + interrupt functionality is now in cpu/i386/ with the high level + API and architecture specific code in lib_i386. Functionality + specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has + been further split out into an individual file to allow for the + implementation of the PIC architecture of the SC520 CPU (supports + more IRQs) + + Signed-off-by: Graeme Russ + +commit ece444b42b71eb5bce34a24ec584573b3c8c4a98 +Author: Graeme Russ +Date: Tue Feb 24 21:12:35 2009 +1100 + + Move ali512x.h + + Moved ali512x.h from include/asm-i386/ic/ to /include + + Signed-off-by: Graeme Russ + +commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704 +Author: Graeme Russ +Date: Tue Feb 24 21:12:20 2009 +1100 + + Rename SC520 Configuration Options + + Options are now all uniformly CONFIG_SYS_SC520_