History log of /rk3399_rockchip-uboot/arch/powerpc/cpu/ (Results 951 – 975 of 1281)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fbb9ecf705-Aug-2011 Timur Tabi <timur@freescale.com>

powerpc/mp: add support for discontiguous cores

Some SOCs have discontiguously-numbered cores, and so we can't determine the
valid core numbers via the FRR register any more. We define
CPU_TYPE_ENT

powerpc/mp: add support for discontiguous cores

Some SOCs have discontiguously-numbered cores, and so we can't determine the
valid core numbers via the FRR register any more. We define
CPU_TYPE_ENTRY_MASK to specify a discontiguous core mask, and helper functions
to process the mask and enumerate over the set of valid cores.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

f117c0f001-Aug-2011 Kumar Gala <galak@kernel.crashing.org>

fdt: Rename fdt_create_phandle to fdt_set_phandle

The old fdt_create_phandle didn't actually create a phandle it just
set one. We'll introduce a new helper that actually does creation.

Signed-off-

fdt: Rename fdt_create_phandle to fdt_set_phandle

The old fdt_create_phandle didn't actually create a phandle it just
set one. We'll introduce a new helper that actually does creation.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>

show more ...

e2d0f25531-Jul-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Fix compile warnings/errors if CONFIG_SYS_DPAA_FMAN isn't set

Add ifdef protection around fman specific code related to device tree
clock setup. If we dont have CONFIG_SYS_DPAA_FMAN d

powerpc/85xx: Fix compile warnings/errors if CONFIG_SYS_DPAA_FMAN isn't set

Add ifdef protection around fman specific code related to device tree
clock setup. If we dont have CONFIG_SYS_DPAA_FMAN defined we shouldn't
be executing this code.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

bc6bbd6b07-Jul-2011 Poonam Aggrwal <poonam.aggrwal@freescale.com>

fsl_ifc: Add the workaround for erratum IFC A-003399(enabled on P1010)

Issue: Address masking doesn't work properly.
When sum of the base address, defined by BA, and memory bank size,
defined by AM,

fsl_ifc: Add the workaround for erratum IFC A-003399(enabled on P1010)

Issue: Address masking doesn't work properly.
When sum of the base address, defined by BA, and memory bank size,
defined by AM, exceeds 4GB (0xffff_ffff) then AMASKn[AM] doesn't mask
CSPRn[BA] bits.

Impact:
This will impact booting when we are reprogramming CSPR0(BA) and
AMASK0(AMASK) while executing from NOR Flash.

Workaround:
Re-programming of CSPR(BA) and AMASK is done while not executing from NOR
Flash. The code which programs the BA and AMASK is executed from L2-SRAM.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

fb855f4329-Jun-2011 Poonam Aggrwal <poonam.aggrwal@freescale.com>

powerpc/P1010: Add workaround for erratum P1010-A003549 (related to IFC)

Issue:
Peripheral connected to IFC_CS3 may hamper booting from IFC.

Impact:
Boot from IFC may not be successful if IFC_CS3 i

powerpc/P1010: Add workaround for erratum P1010-A003549 (related to IFC)

Issue:
Peripheral connected to IFC_CS3 may hamper booting from IFC.

Impact:
Boot from IFC may not be successful if IFC_CS3 is used.

Workaround:
If IFC_CS3 is used, gate IFC_CS3 while booting from NAND or NOR.
Also Software should select IFC_CS3 using PMUXCR[26:27] = 0x01.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

42aee64b30-Jun-2011 Poonam Aggrwal <poonam.aggrwal@freescale.com>

fsl_ifc: Add the workaround for erratum IFC-A002769 (enable on P1010)

Issue:
The NOR-FCM does not support access to unaligned addresses for 16 bit port size

Impact:
When 16 bit port size is used, a

fsl_ifc: Add the workaround for erratum IFC-A002769 (enable on P1010)

Issue:
The NOR-FCM does not support access to unaligned addresses for 16 bit port size

Impact:
When 16 bit port size is used, accesses not aligned to 16 bit address boundary
will result in incorrect data

Workaround:
The workaround is to switch to GPCM mode for NOR Flash access.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

e8e6197a29-Jun-2011 Poonam Aggrwal <poonam.aggrwal@freescale.com>

powerpc/85xx: Expanding the window of CCSRBAR in AS=1 from 4k to 1M

For an IFC Erratum (A-003399) we will need to access IFC registers in
cpu_init_early_f() so expand the TLB covering CCSR to 1M.

S

powerpc/85xx: Expanding the window of CCSRBAR in AS=1 from 4k to 1M

For an IFC Erratum (A-003399) we will need to access IFC registers in
cpu_init_early_f() so expand the TLB covering CCSR to 1M.

Since we need a TLB to cover 1M we move to using TLB1 array for all the
early mappings so we can cover various sizes beyond 4k.

Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

52f90dad22-Mar-2011 Dipen Dudhat <Dipen.Dudhat@freescale.com>

nand: Freescale Integrated Flash Controller NAND support

Add NAND support (including spl) on IFC, such as is found on the p1010.

Note that using hardware ECC on IFC with small-page NAND (which is w

nand: Freescale Integrated Flash Controller NAND support

Add NAND support (including spl) on IFC, such as is found on the p1010.

Note that using hardware ECC on IFC with small-page NAND (which is what
comes on the p1010rdb reference board) means there will be insufficient
OOB space for JFFS2, since IFC does not support 1-bit ECC. UBI should
work, as it does not use OOB for anything but ECC.

When hardware ECC is not enabled in CSOR, software ECC is now used.

Signed-off-by: Dipen Dudhat <Dipen.Dudhat@freescale.com>
[scottwood@freescale.com: ECC rework and misc fixes]
Signed-off-by: Scott Wood <scottwood@freescale.com>

show more ...

6ca88b0903-Aug-2011 Timur Tabi <timur@freescale.com>

powerpc/85xx: relocate CCSR before creating the initial RAM area

Before main memory (DDR) is initialized, the on-chip L1 cache is used as a
memory area for the stack and the global data (gd_t) struc

powerpc/85xx: relocate CCSR before creating the initial RAM area

Before main memory (DDR) is initialized, the on-chip L1 cache is used as a
memory area for the stack and the global data (gd_t) structure. This is
called the initial RAM area, or initram. The L1 cache is locked and the TLBs
point to a non-existent address (so that there's no chance it will overlap
main memory or any device). The L1 cache is also configured not to write
out to memory or the L2 cache, so everything stays in the L1 cache.

One of the things we might do while running out of initram is relocate CCSR.
On reset, CCSR is typically located at some high 32-bit address, like
0xfe000000, and this may not be the best place for CCSR. For example, on
36-bit systems, CCSR is relocated to 0xffe000000, near the top of 36-bit
memory space.

On some future Freescale SOCs, the L1 cache will be forced to write to the
backing store, so we can no longer have the TLBs point to non-existent address.
Instead, we will point the TLBs to an unused area in CCSR. In order for this
technique to work, CCSR needs to be relocated before the initram memory is
enabled.

Unlike the original CCSR relocation code in cpu_init_early_f(), the TLBs
we create now for relocating CCSR are deleted after the relocation is finished.
cpu_init_early_f() will still need to create a TLB for CCSR (at the new
location) for normal U-Boot purposes. This is done to keep the impact to
existing U-Boot code minimal and to better isolate the CCSR relocation code.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
mpc85xx/cpu_init_early.c
mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/board/keymile/common/ivm.c
/rk3399_rockchip-uboot/board/ti/beagle/beagle.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/doc/README.console
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/drivers/mtd/spi/spi_flash.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/usb/eth/asix.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-fsl.c
/rk3399_rockchip-uboot/include/configs/MPC8536DS.h
/rk3399_rockchip-uboot/include/configs/MPC8540ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8541CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8548CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8555CDS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8568MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8569MDS.h
/rk3399_rockchip-uboot/include/configs/MPC8572DS.h
/rk3399_rockchip-uboot/include/configs/P1022DS.h
/rk3399_rockchip-uboot/include/configs/P1023RDS.h
/rk3399_rockchip-uboot/include/configs/P1_P2_RDB.h
/rk3399_rockchip-uboot/include/configs/P2020DS.h
/rk3399_rockchip-uboot/include/configs/P2041RDB.h
/rk3399_rockchip-uboot/include/configs/SBC8540.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/corenet_ds.h
/rk3399_rockchip-uboot/include/configs/km/km83xx-common.h
/rk3399_rockchip-uboot/include/configs/mpq101.h
/rk3399_rockchip-uboot/include/configs/omap4_panda.h
/rk3399_rockchip-uboot/include/configs/omap4_sdp4430.h
/rk3399_rockchip-uboot/include/configs/sbc8548.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/configs/socrates.h
/rk3399_rockchip-uboot/include/configs/stxgp3.h
/rk3399_rockchip-uboot/include/configs/stxssa.h
/rk3399_rockchip-uboot/include/configs/xpedite520x.h
/rk3399_rockchip-uboot/include/configs/xpedite537x.h
/rk3399_rockchip-uboot/include/configs/xpedite550x.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/eth.c
226502e016-Sep-2011 Stefan Roese <sr@denx.de>

ppc4xx: Flush dcache after DDR2 autocalibration with caches on

Flush the dcache before removing the TLB with caches enabled.
Otherwise this might lead to problems later on, e.g. while booting
Linux

ppc4xx: Flush dcache after DDR2 autocalibration with caches on

Flush the dcache before removing the TLB with caches enabled.
Otherwise this might lead to problems later on, e.g. while booting
Linux (as seen on ICON-440SPe).

Signed-off-by: Stefan Roese <sr@denx.de>

show more ...


/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx31/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/mx35/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/omap24xx/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm1176/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/interrupts.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/at91/at91rm9200_devices.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/at91/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/at91/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/led.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ks8695/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/led.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/davinci/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mb86r0x/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/cache_v7.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx5/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/gpio.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/sys_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/clocks.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/emif.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/ap20.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/pinmux.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/tegra2/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/pxa/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/s3c44b0/start.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-arm720t/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9g45.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9g45_matrix.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx25/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx25/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx25/macro.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx31/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx31/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx31/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx35/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx5/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/clocks_omap3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/dss.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/omap3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/clocks.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/emif.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/omap4.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc1xx/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s5pc2xx/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/clk_rst.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/clock.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/pinmux.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra2/timer.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_gpio.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/arm/lib/cache-pl310.c
/rk3399_rockchip-uboot/arch/arm/lib/cache.c
/rk3399_rockchip-uboot/arch/arm/lib/memcpy.S
/rk3399_rockchip-uboot/arch/m68k/config.mk
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/config.mk
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/config.mk
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/config.mk
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/config.mk
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/config.mk
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/config.mk
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/slicetimer.c
/rk3399_rockchip-uboot/arch/m68k/include/asm/io.h
/rk3399_rockchip-uboot/arch/m68k/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/lib/time.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/cpu.c
ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/u-boot.h
/rk3399_rockchip-uboot/arch/powerpc/lib/bootm.c
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/config.mk
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/cpu.c
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh2.h
/rk3399_rockchip-uboot/arch/sh/include/asm/cpu_sh7264.h
/rk3399_rockchip-uboot/arch/sh/lib/Makefile
/rk3399_rockchip-uboot/arch/sh/lib/ashiftlt.S
/rk3399_rockchip-uboot/arch/sh/lib/ashiftrt.S
/rk3399_rockchip-uboot/arch/sh/lib/ashldi3.c
/rk3399_rockchip-uboot/arch/sh/lib/board.c
/rk3399_rockchip-uboot/arch/sh/lib/libgcc.h
/rk3399_rockchip-uboot/arch/sh/lib/lshiftrt.S
/rk3399_rockchip-uboot/arch/sh/lib/lshrdi3.c
/rk3399_rockchip-uboot/arch/sh/lib/movmem.S
/rk3399_rockchip-uboot/board/armltd/integrator/integrator.c
/rk3399_rockchip-uboot/board/armltd/integrator/lowlevel_init.S
/rk3399_rockchip-uboot/board/armltd/versatile/versatile.c
/rk3399_rockchip-uboot/board/atmel/at91rm9200ek/led.c
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9m10g45ek/led.c
/rk3399_rockchip-uboot/board/calao/sbc35_a9g20/sbc35_a9g20.c
/rk3399_rockchip-uboot/board/calao/tny_a9260/tny_a9260.c
/rk3399_rockchip-uboot/board/cm4008/cm4008.c
/rk3399_rockchip-uboot/board/cm4008/flash.c
/rk3399_rockchip-uboot/board/cm41xx/cm41xx.c
/rk3399_rockchip-uboot/board/cm41xx/flash.c
/rk3399_rockchip-uboot/board/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/cm_t35/leds.c
/rk3399_rockchip-uboot/board/comelit/dig297/dig297.c
/rk3399_rockchip-uboot/board/davedenx/qong/fpga.c
/rk3399_rockchip-uboot/board/davedenx/qong/qong.c
/rk3399_rockchip-uboot/board/davinci/common/misc.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/da850evm.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/hawkboard_nand_spl.c
/rk3399_rockchip-uboot/board/efikamx/efikamx.c
/rk3399_rockchip-uboot/board/esd/meesc/meesc.c
/rk3399_rockchip-uboot/board/etx094/u-boot.lds
/rk3399_rockchip-uboot/board/eukrea/cpu9260/led.c
/rk3399_rockchip-uboot/board/freescale/m5208evbe/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m52277evb/u-boot.spa
/rk3399_rockchip-uboot/board/freescale/m5253demo/m5253demo.c
/rk3399_rockchip-uboot/board/freescale/m5253demo/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m53017evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5329evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m5373evb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m54451evb/u-boot.spa
/rk3399_rockchip-uboot/board/freescale/m54451evb/u-boot.stm
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.atm
/rk3399_rockchip-uboot/board/freescale/m54455evb/u-boot.int
/rk3399_rockchip-uboot/board/freescale/m547xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/m548xevb/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mx35pdk/lowlevel_init.S
/rk3399_rockchip-uboot/board/freescale/mx35pdk/mx35pdk.c
/rk3399_rockchip-uboot/board/freescale/mx51evk/mx51evk.c
/rk3399_rockchip-uboot/board/freescale/mx53ard/imximage_dd3.cfg
/rk3399_rockchip-uboot/board/freescale/mx53ard/mx53ard.c
/rk3399_rockchip-uboot/board/freescale/mx53evk/mx53evk.c
/rk3399_rockchip-uboot/board/freescale/mx53loco/imximage.cfg
/rk3399_rockchip-uboot/board/freescale/mx53loco/mx53loco.c
/rk3399_rockchip-uboot/board/freescale/mx53smd/imximage.cfg
/rk3399_rockchip-uboot/board/freescale/mx53smd/mx53smd.c
/rk3399_rockchip-uboot/board/isee/igep0020/igep0020.c
/rk3399_rockchip-uboot/board/karo/tx25/tx25.c
/rk3399_rockchip-uboot/board/linkstation/linkstation.c
/rk3399_rockchip-uboot/board/logicpd/am3517evm/am3517evm.c
/rk3399_rockchip-uboot/board/logicpd/imx27lite/lowlevel_init.S
/rk3399_rockchip-uboot/board/logicpd/zoom1/zoom1.c
/rk3399_rockchip-uboot/board/logicpd/zoom2/debug_board.c
/rk3399_rockchip-uboot/board/logicpd/zoom2/led.c
/rk3399_rockchip-uboot/board/logicpd/zoom2/zoom2.c
/rk3399_rockchip-uboot/board/lubbock/flash.c
/rk3399_rockchip-uboot/board/nvidia/common/board.c
/rk3399_rockchip-uboot/board/nvidia/harmony/Makefile
/rk3399_rockchip-uboot/board/nvidia/seaboard/Makefile
/rk3399_rockchip-uboot/board/overo/overo.c
/rk3399_rockchip-uboot/board/pandora/pandora.c
/rk3399_rockchip-uboot/board/prodrive/alpr/fpga.c
/rk3399_rockchip-uboot/board/renesas/rsk7203/lowlevel_init.S
/rk3399_rockchip-uboot/board/renesas/rsk7264/Makefile
/rk3399_rockchip-uboot/board/renesas/rsk7264/lowlevel_init.S
/rk3399_rockchip-uboot/board/renesas/rsk7264/rsk7264.c
/rk3399_rockchip-uboot/board/renesas/sh7757lcr/u-boot.lds
/rk3399_rockchip-uboot/board/ronetix/pm9261/led.c
/rk3399_rockchip-uboot/board/ronetix/pm9261/pm9261.c
/rk3399_rockchip-uboot/board/ronetix/pm9263/led.c
/rk3399_rockchip-uboot/board/ronetix/pm9263/pm9263.c
/rk3399_rockchip-uboot/board/ronetix/pm9g45/pm9g45.c
/rk3399_rockchip-uboot/board/samsung/goni/goni.c
/rk3399_rockchip-uboot/board/samsung/origen/Makefile
/rk3399_rockchip-uboot/board/samsung/origen/lowlevel_init.S
/rk3399_rockchip-uboot/board/samsung/origen/mem_setup.S
/rk3399_rockchip-uboot/board/samsung/origen/mmc_boot.c
/rk3399_rockchip-uboot/board/samsung/origen/origen.c
/rk3399_rockchip-uboot/board/samsung/origen/origen_setup.h
/rk3399_rockchip-uboot/board/samsung/origen/tools/mkv310_image.c
/rk3399_rockchip-uboot/board/samsung/smdk6400/smdk6400.c
/rk3399_rockchip-uboot/board/samsung/smdkc100/smdkc100.c
/rk3399_rockchip-uboot/board/samsung/smdkv310/smdkv310.c
/rk3399_rockchip-uboot/board/samsung/universal_c210/universal.c
/rk3399_rockchip-uboot/board/scb9328/scb9328.c
/rk3399_rockchip-uboot/board/syteco/jadecpu/lowlevel_init.S
/rk3399_rockchip-uboot/board/syteco/zmx25/lowlevel_init.S
/rk3399_rockchip-uboot/board/syteco/zmx25/zmx25.c
/rk3399_rockchip-uboot/board/ti/am3517crane/am3517crane.c
/rk3399_rockchip-uboot/board/ti/beagle/beagle.c
/rk3399_rockchip-uboot/board/ti/beagle/beagle.h
/rk3399_rockchip-uboot/board/ti/beagle/led.c
/rk3399_rockchip-uboot/board/ti/evm/evm.c
/rk3399_rockchip-uboot/board/ti/omap1610inn/omap1610innovator.c
/rk3399_rockchip-uboot/board/ti/panda/panda_mux_data.h
/rk3399_rockchip-uboot/board/ti/sdp3430/sdp.c
/rk3399_rockchip-uboot/board/ti/sdp4430/sdp4430_mux_data.h
/rk3399_rockchip-uboot/board/timll/devkit8000/devkit8000.c
/rk3399_rockchip-uboot/board/ttcontrol/vision2/vision2.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_bootm.c
/rk3399_rockchip-uboot/common/cmd_led.c
/rk3399_rockchip-uboot/common/cmd_sf.c
/rk3399_rockchip-uboot/common/cmd_yaffs2.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/stdio.c
/rk3399_rockchip-uboot/common/usb.c
/rk3399_rockchip-uboot/doc/README.SPL
/rk3399_rockchip-uboot/doc/README.arm-caches
/rk3399_rockchip-uboot/doc/README.at91-soc
/rk3399_rockchip-uboot/doc/README.imx5
/rk3399_rockchip-uboot/doc/README.omap3
/rk3399_rockchip-uboot/doc/README.scrapyard
/rk3399_rockchip-uboot/doc/README.ublimage
/rk3399_rockchip-uboot/doc/README.usb
/rk3399_rockchip-uboot/drivers/fpga/lattice.c
/rk3399_rockchip-uboot/drivers/gpio/da8xx_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/mxc_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/s5p_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/Makefile
/rk3399_rockchip-uboot/drivers/mmc/ftsdc010_esdhc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/s5p_mmc.c
/rk3399_rockchip-uboot/drivers/mtd/spi/winbond.c
/rk3399_rockchip-uboot/drivers/net/davinci_emac.c
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/net/ks8695eth.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/serial/serial_sh.h
/rk3399_rockchip-uboot/drivers/spi/mxc_spi.c
/rk3399_rockchip-uboot/drivers/usb/eth/Makefile
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/eth/usb_ether.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci-hcd.c
/rk3399_rockchip-uboot/drivers/usb/host/ehci.h
/rk3399_rockchip-uboot/drivers/usb/host/r8a66597.h
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/mb86r0xgdc.c
/rk3399_rockchip-uboot/drivers/video/omap3_dss.c
/rk3399_rockchip-uboot/fs/ubifs/ubifs.c
/rk3399_rockchip-uboot/fs/yaffs2/Makefile
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_guts.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.c
/rk3399_rockchip-uboot/fs/yaffs2/yaffs_nand.h
/rk3399_rockchip-uboot/fs/yaffs2/yaffscfg.c
/rk3399_rockchip-uboot/include/bedbug/bedbug.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5253DEMO.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/M54451EVB.h
/rk3399_rockchip-uboot/include/configs/M54455EVB.h
/rk3399_rockchip-uboot/include/configs/M5475EVB.h
/rk3399_rockchip-uboot/include/configs/M5485EVB.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/at91sam9m10g45ek.h
/rk3399_rockchip-uboot/include/configs/cm4008.h
/rk3399_rockchip-uboot/include/configs/cm41xx.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/csb226.h
/rk3399_rockchip-uboot/include/configs/da830evm.h
/rk3399_rockchip-uboot/include/configs/da850evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dm365evm.h
/rk3399_rockchip-uboot/include/configs/davinci_dvevm.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/dig297.h
/rk3399_rockchip-uboot/include/configs/efikamx.h
/rk3399_rockchip-uboot/include/configs/imx31_litekit.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/meesc.h
/rk3399_rockchip-uboot/include/configs/mx31ads.h
/rk3399_rockchip-uboot/include/configs/mx31pdk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/mx51evk.h
/rk3399_rockchip-uboot/include/configs/mx53ard.h
/rk3399_rockchip-uboot/include/configs/mx53evk.h
/rk3399_rockchip-uboot/include/configs/mx53loco.h
/rk3399_rockchip-uboot/include/configs/mx53smd.h
/rk3399_rockchip-uboot/include/configs/omap1610h2.h
/rk3399_rockchip-uboot/include/configs/omap1610inn.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_pandora.h
/rk3399_rockchip-uboot/include/configs/omap3_sdp3430.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom2.h
/rk3399_rockchip-uboot/include/configs/omap4_common.h
/rk3399_rockchip-uboot/include/configs/omap4_panda.h
/rk3399_rockchip-uboot/include/configs/omap4_sdp4430.h
/rk3399_rockchip-uboot/include/configs/origen.h
/rk3399_rockchip-uboot/include/configs/pm9261.h
/rk3399_rockchip-uboot/include/configs/pm9263.h
/rk3399_rockchip-uboot/include/configs/pm9g45.h
/rk3399_rockchip-uboot/include/configs/rsk7264.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/sbc35_a9g20.h
/rk3399_rockchip-uboot/include/configs/smdk6400.h
/rk3399_rockchip-uboot/include/configs/tny_a9260.h
/rk3399_rockchip-uboot/include/configs/tx25.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/configs/vision2.h
/rk3399_rockchip-uboot/include/configs/vpac270.h
/rk3399_rockchip-uboot/include/faraday/ftsdc010.h
/rk3399_rockchip-uboot/include/lattice.h
/rk3399_rockchip-uboot/include/linux/mdio.h
/rk3399_rockchip-uboot/include/malloc.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/include/usb.h
/rk3399_rockchip-uboot/include/usb_ether.h
/rk3399_rockchip-uboot/lib/qsort.c
/rk3399_rockchip-uboot/lib/vsprintf.c
/rk3399_rockchip-uboot/mmc_spl/board/samsung/smdkv310/Makefile
/rk3399_rockchip-uboot/mmc_spl/board/samsung/smdkv310/mmc_boot.c
/rk3399_rockchip-uboot/mmc_spl/board/samsung/smdkv310/tools/mkv310_image.c
/rk3399_rockchip-uboot/mmc_spl/board/samsung/smdkv310/u-boot.lds
/rk3399_rockchip-uboot/nand_spl/board/davinci/da8xxevm/Makefile
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/rules.mk
/rk3399_rockchip-uboot/spl/Makefile
/rk3399_rockchip-uboot/tools/omapimage.c
fa82f87104-Aug-2011 Albert ARIBAUD <albert.u.boot@aribaud.net>

Convert ISO-8859 files to UTF-8

There was a mix of UTF-8 and ISO-8859 files in the U-Boot source
tree, which could cause issues with the patchwork review system.
This commit converts all ISO-8859 fi

Convert ISO-8859 files to UTF-8

There was a mix of UTF-8 and ISO-8859 files in the U-Boot source
tree, which could cause issues with the patchwork review system.
This commit converts all ISO-8859 files to UTF-8.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/cpu/arm1136/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/at91/reset.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm925t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/at91/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mb86r0x/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mb86r0x/asm-offsets.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/omap/reset.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/versatile/reset.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm_intcm/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/gpio.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/utils.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/sys_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/clocks.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/emif.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/omap4_mux_data.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap4/sdram_elpida.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/u-boot.lds
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/include/IxAtmdAccCtrl.h
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/include/IxOsal.h
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-armada100/mfp.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91_spi.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9261.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9261_matrix.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9263.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9263_matrix.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9rl.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-at91/at91sam9rl_matrix.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/davinci_misc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-davinci/hardware.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-kirkwood/kirkwood.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mb86r0x/mb86r0x.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/clocks.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/cpu.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/emif.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/mux_omap4.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/omap4.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap4/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/s3c2400.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/s3c2410.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
/rk3399_rockchip-uboot/arch/arm/include/asm/armv7.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_gpio.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
mpc8260/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/lib/board.c
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/usb_uhci.c
/rk3399_rockchip-uboot/arch/x86/cpu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/config.mk
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/x86/cpu/resetvec.S
/rk3399_rockchip-uboot/arch/x86/cpu/sc520/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/sc520/sc520.c
/rk3399_rockchip-uboot/arch/x86/cpu/sc520/sc520_pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/sc520/sc520_reset.c
/rk3399_rockchip-uboot/arch/x86/cpu/sc520/sc520_ssi.c
/rk3399_rockchip-uboot/arch/x86/cpu/sc520/sc520_timer.c
/rk3399_rockchip-uboot/arch/x86/cpu/start.S
/rk3399_rockchip-uboot/arch/x86/cpu/start16.S
/rk3399_rockchip-uboot/arch/x86/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/x86/include/asm/i8254.h
/rk3399_rockchip-uboot/arch/x86/include/asm/i8259.h
/rk3399_rockchip-uboot/arch/x86/include/asm/ibmpc.h
/rk3399_rockchip-uboot/arch/x86/include/asm/ic/pci.h
/rk3399_rockchip-uboot/arch/x86/include/asm/ic/sc520.h
/rk3399_rockchip-uboot/arch/x86/include/asm/interrupt.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pci.h
/rk3399_rockchip-uboot/arch/x86/include/asm/processor.h
/rk3399_rockchip-uboot/arch/x86/include/asm/realmode.h
/rk3399_rockchip-uboot/arch/x86/include/asm/u-boot-x86.h
/rk3399_rockchip-uboot/arch/x86/include/asm/zimage.h
/rk3399_rockchip-uboot/arch/x86/lib/bios.S
/rk3399_rockchip-uboot/arch/x86/lib/bios.h
/rk3399_rockchip-uboot/arch/x86/lib/bios_pci.S
/rk3399_rockchip-uboot/arch/x86/lib/bios_setup.c
/rk3399_rockchip-uboot/arch/x86/lib/board.c
/rk3399_rockchip-uboot/arch/x86/lib/interrupts.c
/rk3399_rockchip-uboot/arch/x86/lib/pcat_interrupts.c
/rk3399_rockchip-uboot/arch/x86/lib/pcat_timer.c
/rk3399_rockchip-uboot/arch/x86/lib/pci.c
/rk3399_rockchip-uboot/arch/x86/lib/pci_type1.c
/rk3399_rockchip-uboot/arch/x86/lib/realmode.c
/rk3399_rockchip-uboot/arch/x86/lib/realmode_switch.S
/rk3399_rockchip-uboot/arch/x86/lib/timer.c
/rk3399_rockchip-uboot/arch/x86/lib/video.c
/rk3399_rockchip-uboot/arch/x86/lib/video_bios.c
/rk3399_rockchip-uboot/arch/x86/lib/zimage.c
/rk3399_rockchip-uboot/board/LEOX/elpt860/README.LEOX
/rk3399_rockchip-uboot/board/Marvell/common/memory.c
/rk3399_rockchip-uboot/board/Marvell/gplugd/Makefile
/rk3399_rockchip-uboot/board/Marvell/gplugd/gplugd.c
/rk3399_rockchip-uboot/board/RPXClassic/RPXClassic.c
/rk3399_rockchip-uboot/board/RPXClassic/eccx.c
/rk3399_rockchip-uboot/board/RPXClassic/flash.c
/rk3399_rockchip-uboot/board/armltd/versatile/versatile.c
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/at91sam9261ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9261ek/led.c
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/at91sam9263ek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9263ek/led.c
/rk3399_rockchip-uboot/board/atmel/at91sam9rlek/at91sam9rlek.c
/rk3399_rockchip-uboot/board/atmel/at91sam9rlek/led.c
/rk3399_rockchip-uboot/board/davinci/dm355leopard/dm355leopard.c
/rk3399_rockchip-uboot/board/davinci/dm365evm/dm365evm.c
/rk3399_rockchip-uboot/board/eNET/Makefile
/rk3399_rockchip-uboot/board/eNET/eNET_pci.c
/rk3399_rockchip-uboot/board/hymod/hymod.c
/rk3399_rockchip-uboot/board/in-circuit/grasshopper/Makefile
/rk3399_rockchip-uboot/board/in-circuit/grasshopper/grasshopper.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/digsy_mtc.c
/rk3399_rockchip-uboot/board/lwmon/README.keybd
/rk3399_rockchip-uboot/board/lwmon/lwmon.c
/rk3399_rockchip-uboot/board/mpl/common/pci_parts.h
/rk3399_rockchip-uboot/board/spear/common/spr_misc.c
/rk3399_rockchip-uboot/board/st-ericsson/u8500/u8500_href.c
/rk3399_rockchip-uboot/board/ti/evm/evm.c
/rk3399_rockchip-uboot/board/ti/evm/evm.h
/rk3399_rockchip-uboot/board/ti/panda/Makefile
/rk3399_rockchip-uboot/board/ti/panda/panda.c
/rk3399_rockchip-uboot/board/ti/panda/panda_mux_data.h
/rk3399_rockchip-uboot/board/ti/sdp4430/Makefile
/rk3399_rockchip-uboot/board/ti/sdp4430/sdp.c
/rk3399_rockchip-uboot/board/ti/sdp4430/sdp4430_mux_data.h
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_dtt.c
/rk3399_rockchip-uboot/common/cmd_fdos.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/doc/README.RPXClassic
/rk3399_rockchip-uboot/doc/README.at91-soc
/rk3399_rockchip-uboot/doc/README.m5373evb
/rk3399_rockchip-uboot/doc/README.mpc7448hpc2
/rk3399_rockchip-uboot/drivers/block/sata_sil3114.c
/rk3399_rockchip-uboot/drivers/block/sata_sil3114.h
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/da8xx_gpio.c
/rk3399_rockchip-uboot/drivers/hwmon/adm1021.c
/rk3399_rockchip-uboot/drivers/hwmon/adt7460.c
/rk3399_rockchip-uboot/drivers/hwmon/ds1621.c
/rk3399_rockchip-uboot/drivers/hwmon/ds1775.c
/rk3399_rockchip-uboot/drivers/hwmon/lm63.c
/rk3399_rockchip-uboot/drivers/hwmon/lm73.c
/rk3399_rockchip-uboot/drivers/hwmon/lm75.c
/rk3399_rockchip-uboot/drivers/hwmon/lm81.c
/rk3399_rockchip-uboot/drivers/misc/ali512x.c
/rk3399_rockchip-uboot/drivers/pcmcia/ti_pci1410a.c
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/rtc/mvrtc.c
/rk3399_rockchip-uboot/drivers/rtc/mvrtc.h
/rk3399_rockchip-uboot/drivers/rtc/s3c24x0_rtc.c
/rk3399_rockchip-uboot/drivers/spi/atmel_dataflash_spi.c
/rk3399_rockchip-uboot/drivers/usb/musb/da8xx.h
/rk3399_rockchip-uboot/drivers/video/ct69000.c
/rk3399_rockchip-uboot/drivers/video/mb862xx.c
/rk3399_rockchip-uboot/drivers/video/sed13806.c
/rk3399_rockchip-uboot/drivers/video/sm501.c
/rk3399_rockchip-uboot/fs/fdos/Makefile
/rk3399_rockchip-uboot/fs/fdos/dev.c
/rk3399_rockchip-uboot/fs/fdos/dos.h
/rk3399_rockchip-uboot/fs/fdos/fat.c
/rk3399_rockchip-uboot/fs/fdos/fdos.c
/rk3399_rockchip-uboot/fs/fdos/fdos.h
/rk3399_rockchip-uboot/fs/fdos/fs.c
/rk3399_rockchip-uboot/fs/fdos/subdir.c
/rk3399_rockchip-uboot/fs/fdos/vfat.c
/rk3399_rockchip-uboot/include/ali512x.h
/rk3399_rockchip-uboot/include/configs/a320evb.h
/rk3399_rockchip-uboot/include/configs/am3517_crane.h
/rk3399_rockchip-uboot/include/configs/am3517_evm.h
/rk3399_rockchip-uboot/include/configs/at91sam9261ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9263ek.h
/rk3399_rockchip-uboot/include/configs/at91sam9rlek.h
/rk3399_rockchip-uboot/include/configs/ca9x4_ct_vxp.h
/rk3399_rockchip-uboot/include/configs/cm_t35.h
/rk3399_rockchip-uboot/include/configs/devkit8000.h
/rk3399_rockchip-uboot/include/configs/dig297.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/gplugd.h
/rk3399_rockchip-uboot/include/configs/grasshopper.h
/rk3399_rockchip-uboot/include/configs/igep0020.h
/rk3399_rockchip-uboot/include/configs/igep0030.h
/rk3399_rockchip-uboot/include/configs/omap3_beagle.h
/rk3399_rockchip-uboot/include/configs/omap3_evm.h
/rk3399_rockchip-uboot/include/configs/omap3_overo.h
/rk3399_rockchip-uboot/include/configs/omap3_pandora.h
/rk3399_rockchip-uboot/include/configs/omap3_sdp3430.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom1.h
/rk3399_rockchip-uboot/include/configs/omap3_zoom2.h
/rk3399_rockchip-uboot/include/configs/omap4_panda.h
/rk3399_rockchip-uboot/include/configs/omap4_sdp4430.h
/rk3399_rockchip-uboot/include/configs/s5p_goni.h
/rk3399_rockchip-uboot/include/configs/s5pc210_universal.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/smdkc100.h
/rk3399_rockchip-uboot/include/configs/smdkv310.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/versatile.h
/rk3399_rockchip-uboot/include/dtt.h
/rk3399_rockchip-uboot/include/fdc.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/linux/mtd/mtd.h
/rk3399_rockchip-uboot/include/sed13806.h
/rk3399_rockchip-uboot/include/sm501.h
/rk3399_rockchip-uboot/lib/lzma/history.txt
/rk3399_rockchip-uboot/mmc_spl/board/samsung/smdkv310/Makefile
/rk3399_rockchip-uboot/nand_spl/board/amcc/bamboo/sdram.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/spl/Makefile
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/mkimage.h
/rk3399_rockchip-uboot/tools/omap/clocks_get_m_n.c
/rk3399_rockchip-uboot/tools/omapimage.c
/rk3399_rockchip-uboot/tools/omapimage.h
3b4a226326-May-2011 Timur Tabi <timur@freescale.com>

video: Add SHARP LQ084S3LG01 LCD support on P1022DS

The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision "C") board.
This device only supports 800x600 resolution, so if that resolution i

video: Add SHARP LQ084S3LG01 LCD support on P1022DS

The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision "C") board.
This device only supports 800x600 resolution, so if that resolution is selected,
assume that this is the device. The device is attached to the LVDS port
on the P1022DS board.

The existing 800x600 entry (for the PDM360NG board) is actually 800x480,
so we fix that. To support two different 800x resolutions, the Y-resolution
is now passed to fsl_diu_init() and both values are used to pick the proper
fb_videomode structure.

The data for the 800x600 video mode is originally from Jiang Yutang.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Jiang Yutang <b14898@freescale.com>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/include/asm/u-boot-arm.h
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/.gitignore
/rk3399_rockchip-uboot/arch/blackfin/cpu/Makefile
/rk3399_rockchip-uboot/arch/blackfin/cpu/cpu.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/gpio.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/init.S
/rk3399_rockchip-uboot/arch/blackfin/cpu/init.lds.S
/rk3399_rockchip-uboot/arch/blackfin/cpu/initcode.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/initcode.h
/rk3399_rockchip-uboot/arch/blackfin/cpu/jtag-console.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/reset.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/serial.c
/rk3399_rockchip-uboot/arch/blackfin/cpu/serial.h
/rk3399_rockchip-uboot/arch/blackfin/cpu/start.S
/rk3399_rockchip-uboot/arch/blackfin/include/asm/blackfin_local.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/config.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/gpio.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf506/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf518/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf527/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf533/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf537/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf538/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf548/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/mach-bf561/anomaly.h
/rk3399_rockchip-uboot/arch/blackfin/include/asm/portmux.h
/rk3399_rockchip-uboot/arch/blackfin/lib/board.c
/rk3399_rockchip-uboot/arch/mips/cpu/mips32/start.S
mpc512x/diu.c
/rk3399_rockchip-uboot/arch/x86/include/asm/u-boot-x86.h
/rk3399_rockchip-uboot/board/cm-bf537e/cm-bf537e.c
/rk3399_rockchip-uboot/board/cm-bf537u/cm-bf537u.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c
/rk3399_rockchip-uboot/board/freescale/p1022ds/diu.c
/rk3399_rockchip-uboot/board/hymod/bsp.c
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/fpga.c
/rk3399_rockchip-uboot/board/matrix_vision/mergerbox/fpga.h
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/fpga.c
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/fpga.h
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/fpga.c
/rk3399_rockchip-uboot/board/matrix_vision/mvblm7/fpga.h
/rk3399_rockchip-uboot/board/tcm-bf537/tcm-bf537.c
/rk3399_rockchip-uboot/board/tqc/tqm834x/tqm834x.c
/rk3399_rockchip-uboot/common/cmd_fpga.c
/rk3399_rockchip-uboot/common/cmd_nvedit.c
/rk3399_rockchip-uboot/common/serial.c
/rk3399_rockchip-uboot/drivers/fpga/ACEX1K.c
/rk3399_rockchip-uboot/drivers/fpga/altera.c
/rk3399_rockchip-uboot/drivers/fpga/cyclon2.c
/rk3399_rockchip-uboot/drivers/fpga/fpga.c
/rk3399_rockchip-uboot/drivers/fpga/spartan2.c
/rk3399_rockchip-uboot/drivers/fpga/spartan3.c
/rk3399_rockchip-uboot/drivers/fpga/virtex2.c
/rk3399_rockchip-uboot/drivers/fpga/xilinx.c
/rk3399_rockchip-uboot/drivers/mmc/atmel_mci.h
/rk3399_rockchip-uboot/drivers/mmc/gen_atmel_mci.c
/rk3399_rockchip-uboot/drivers/mtd/spi/macronix.c
/rk3399_rockchip-uboot/drivers/mtd/spi/spansion.c
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/drivers/video/fsl_diu_fb.c
/rk3399_rockchip-uboot/drivers/video/mb86r0xgdc.c
/rk3399_rockchip-uboot/include/ACEX1K.h
/rk3399_rockchip-uboot/include/altera.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/bf537-stamp.h
/rk3399_rockchip-uboot/include/configs/bfin_adi_common.h
/rk3399_rockchip-uboot/include/configs/cm-bf537e.h
/rk3399_rockchip-uboot/include/configs/cm-bf537u.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/tcm-bf537.h
/rk3399_rockchip-uboot/include/environment.h
/rk3399_rockchip-uboot/include/exports.h
/rk3399_rockchip-uboot/include/fpga.h
/rk3399_rockchip-uboot/include/fsl_diu_fb.h
/rk3399_rockchip-uboot/include/search.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/spartan2.h
/rk3399_rockchip-uboot/include/spartan3.h
/rk3399_rockchip-uboot/include/virtex2.h
/rk3399_rockchip-uboot/include/xilinx.h
/rk3399_rockchip-uboot/lib/hashtable.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/xway-swap-bytes.c
5756736129-Jul-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/8xxx: Remove dependency on <usb.h>

We used <usb.h> for USB_MAX_DEVICE. However this requires we actual
build in support for USB into u-boot (which should not be required for
device tree fix

powerpc/8xxx: Remove dependency on <usb.h>

We used <usb.h> for USB_MAX_DEVICE. However this requires we actual
build in support for USB into u-boot (which should not be required for
device tree fixup).

At this time no FSL SoC that utilizies this code (83xx/85xx) has more
than 2 USB controllers. So we replace USB_MAX_DEVICE with a local
define FSL_MAX_NUM_USB_CTRLS.

If/when a device shows up with more than 2 controllers we can easily
bump this value or refactor into a proper define per SoC.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

a3a3e7b228-Jul-2011 Shaohui Xie <Shaohui.Xie@freescale.com>

powerpc/85xx: enable USB2 gadget mode for corenet ds board

to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to
'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll br

powerpc/85xx: enable USB2 gadget mode for corenet ds board

to make USB2 worked in gadget mode, we need to set it's 'dr_mode' to
'peripheral' in hwconfig, but driver starts scan from 'usb1', it'll break
out if it cannot find 'usb1', so drop the 'else' clause to make driver scan
all the 'usbx'.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

90f89f0903-May-2011 Timur Tabi <timur@freescale.com>

powerpc/85xx: verify the device tree before booting Linux

Introduce ft_verify_fdt(), a function that is called after the device tree
has been fixed up, that displays warning messages if there is a m

powerpc/85xx: verify the device tree before booting Linux

Introduce ft_verify_fdt(), a function that is called after the device tree
has been fixed up, that displays warning messages if there is a mismatch
between the physical addresses of some devices that U-Boot has configured
with what the device tree says the addresses are.

This is a particular problem when booting a 36-bit device tree from a
32-bit U-Boot (or vice versa), because the physical address of CCSR is
wrong in the device tree. When the operating system boots, no messages are
displayed, so the user generally has no idea what's wrong.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

21cd581525-Jul-2011 Wolfgang Denk <wd@denx.de>

MPC8xxx: drop redundant boot messages

Current code would print RAM size information like this:

DRAM: DDR: 256 MiB (DDR1, 64-bit, CL=2, ECC off)

Turn a number of printf()s into debug() to get rid

MPC8xxx: drop redundant boot messages

Current code would print RAM size information like this:

DRAM: DDR: 256 MiB (DDR1, 64-bit, CL=2, ECC off)

Turn a number of printf()s into debug() to get rid of the redundant
"DDR: " string like this:

DRAM: 256 MiB (DDR1, 64-bit, CL=2, ECC off)

Signed-off-by: Wolfgang Denk <wd@denx.de>
Acked-by: York Sun <yorksun@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

8992738d25-Jul-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500

At some point we broke the detection of e500v1 class cores. Fix that
and simply the code to just utilize PVR_VER() to have a si

powerpc/85xx: Cleanup handling of PVR detection for e500/e500mc/e5500

At some point we broke the detection of e500v1 class cores. Fix that
and simply the code to just utilize PVR_VER() to have a single case
statement.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

65bb8b0604-Mar-2011 Bhaskar Upadhaya <Bhaskar.Upadhaya@freescale.com>

powerpc/85xx: Fix up clock_freq property in CAN node of dts

Fix up the device tree property associated with the Flexcan clock
frequency. This property is used to calculate the bit timing parameters

powerpc/85xx: Fix up clock_freq property in CAN node of dts

Fix up the device tree property associated with the Flexcan clock
frequency. This property is used to calculate the bit timing parameters
for Flexcan.

Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

0a9fe8ee23-May-2011 Matthew McClintock <msm@freescale.com>

powerpc/85xx: provide 85xx flush_icache for cmd_cache

This provides a function that will override the weak function
flush_icache to let 85xx boards to flush the icache

cc: Kumar Gala <kumar.gala@fr

powerpc/85xx: provide 85xx flush_icache for cmd_cache

This provides a function that will override the weak function
flush_icache to let 85xx boards to flush the icache

cc: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Matthew McClintock <msm@freescale.com>

show more ...

acf3f8da21-Jul-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E

The P2040/P2040E have no L2 cache. So we utilize the SVR to determine
if we are one of these devices and skip the L2 init code in cpu_init.

powerpc/85xx: Handle the lack of L2 cache on P2040/P2040E

The P2040/P2040E have no L2 cache. So we utilize the SVR to determine
if we are one of these devices and skip the L2 init code in cpu_init.c
and release. For the device tree we skip the updating of the L2 cache
properties but we still update the chain of caches so the CPC/L3 node
can be properly updated.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

db564bcc21-Jul-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Add support for P2041[e] XAUI in SERDES

We add XAUI_FM1 into the SERDES tables for P2041[e] devices. However
for the P2040[e] devices that dont support XAUI we handle this at
runtime

powerpc/85xx: Add support for P2041[e] XAUI in SERDES

We add XAUI_FM1 into the SERDES tables for P2041[e] devices. However
for the P2040[e] devices that dont support XAUI we handle this at
runtime via SVR checks. If we are on a P2040[e] device the SERDES
functions will behave as follows:

is_serdes_prtcl_valid() will always report invalid if prtcl passed in is
XAUI_FM1.

serdes_get_prtcl() will report NONE if the prtcl in the table is set to
XAUI_FM1.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

88b91f2d21-Jul-2011 Kumar Gala <galak@kernel.crashing.org>

powerpc/85xx: Rename P2040 id & SERDES to P2041

P2041 is the superset part that covers both P2040 & P2041. The only
difference between the two devices is that P2041 supports 10g/XAUI and
has an L2

powerpc/85xx: Rename P2040 id & SERDES to P2041

P2041 is the superset part that covers both P2040 & P2041. The only
difference between the two devices is that P2041 supports 10g/XAUI and
has an L2 cache.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

f110fe9420-Jul-2011 Stephen George <stephen.george@freescale.com>

powerpc/85xx: Adding configuration for DCSRCR to enable 32M access

Configuring DCSRCR to define the DCSR space to be 1G instead
of the default 4M. DCSRCR only allows selection of either 4M
or 1G.
Mo

powerpc/85xx: Adding configuration for DCSRCR to enable 32M access

Configuring DCSRCR to define the DCSR space to be 1G instead
of the default 4M. DCSRCR only allows selection of either 4M
or 1G.
Most DCSR registers are within 4M but the Nexus trace buffer
is located at offset 16M within the DCSR.

Configuring the LAW to be 32M to allow access to the Nexus
trace buffer. No TLB modification is required since accessing
the Nexus trace buffer from within u-boot is not required.

Signed-off-by: Stephen George <stephen.george@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...


/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/lpc2292/mmc_hw.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/at91/timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm920t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/include/IxEthAcc_p.h
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/include/IxNpeA.h
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/include/IxQMgr.h
/rk3399_rockchip-uboot/arch/arm/cpu/ixp/npe/include/IxQueueAssignments.h
/rk3399_rockchip-uboot/arch/arm/cpu/lh7a40x/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/sa1100/start.S
/rk3399_rockchip-uboot/arch/m68k/include/asm/fec.h
mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_8260.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/cpm_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/immap_85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440ep_gr.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440epx_grx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440gx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440sp.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/ppc440spe.h
/rk3399_rockchip-uboot/arch/powerpc/lib/bootm.c
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/usb_uhci.c
/rk3399_rockchip-uboot/arch/x86/cpu/start.S
/rk3399_rockchip-uboot/arch/x86/include/asm/interrupt.h
/rk3399_rockchip-uboot/board/Marvell/common/bootseq.txt
/rk3399_rockchip-uboot/board/Marvell/common/i2c.c
/rk3399_rockchip-uboot/board/Marvell/common/ns16550.h
/rk3399_rockchip-uboot/board/Marvell/include/mv_gen_reg.h
/rk3399_rockchip-uboot/board/bmw/ns16550.h
/rk3399_rockchip-uboot/board/evb64260/bootseq.txt
/rk3399_rockchip-uboot/board/evb64260/i2c.c
/rk3399_rockchip-uboot/board/freescale/corenet_ds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8266ads/mpc8266ads.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/eeprom.h
/rk3399_rockchip-uboot/board/mpl/common/usb_uhci.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/cmd_flash.c
/rk3399_rockchip-uboot/common/xyzModem.c
/rk3399_rockchip-uboot/doc/README.m68k
/rk3399_rockchip-uboot/doc/README.qemu_mips
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/net/greth.c
/rk3399_rockchip-uboot/drivers/net/natsemi.c
/rk3399_rockchip-uboot/drivers/net/ns8382x.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/rtc/mpc5xxx.c
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/include/commproc.h
/rk3399_rockchip-uboot/include/compiler.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/galileo/gt64260R.h
/rk3399_rockchip-uboot/include/mpc5xxx_sdma.h
/rk3399_rockchip-uboot/include/mpc824x.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/version.h
/rk3399_rockchip-uboot/lib/vsprintf.c
/rk3399_rockchip-uboot/mkconfig
/rk3399_rockchip-uboot/rules.mk
09c2e90c18-Jul-2011 Andreas Bießmann <andreas.devel@googlemail.com>

unify version_string

This patch removes the architecture specific implementation of
version_string where possible. Some architectures use a special place
and therefore we provide U_BOOT_VERSION_STRI

unify version_string

This patch removes the architecture specific implementation of
version_string where possible. Some architectures use a special place
and therefore we provide U_BOOT_VERSION_STRING definition and a common
weak symbol version_string.

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
CC: Mike Frysinger <vapier@gentoo.org>
CC: Peter Pan <pppeterpppan@gmail.com>
Acked-by: Mike Frysinger <vapier@gentoo.org>

show more ...


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/arm/lib/board.c
/rk3399_rockchip-uboot/arch/avr32/lib/board.c
/rk3399_rockchip-uboot/arch/blackfin/lib/board.c
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/start.S
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/start.S
/rk3399_rockchip-uboot/arch/microblaze/lib/board.c
/rk3399_rockchip-uboot/arch/mips/lib/board.c
/rk3399_rockchip-uboot/arch/nios2/cpu/start.S
74xx_7xx/start.S
mpc512x/start.S
mpc5xx/start.S
mpc5xxx/start.S
mpc8220/start.S
mpc824x/start.S
mpc8260/start.S
mpc83xx/start.S
mpc85xx/start.S
mpc86xx/start.S
mpc8xx/start.S
mpc8xx/video.c
ppc4xx/start.S
/rk3399_rockchip-uboot/arch/sh/lib/board.c
/rk3399_rockchip-uboot/arch/sparc/cpu/leon2/start.S
/rk3399_rockchip-uboot/arch/sparc/cpu/leon3/start.S
/rk3399_rockchip-uboot/arch/x86/lib/board.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/Makefile
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/cmd_disp.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/cmd_mtc.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/cmd_mtc.h
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/digsy_mtc.c
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/eeprom.h
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/is42s16800a-7t.h
/rk3399_rockchip-uboot/board/intercontrol/digsy_mtc/is45s16800a2.h
/rk3399_rockchip-uboot/board/keymile/common/common.c
/rk3399_rockchip-uboot/board/keymile/common/common.h
/rk3399_rockchip-uboot/board/keymile/common/ivm.c
/rk3399_rockchip-uboot/board/keymile/km82xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km82xx/km82xx.c
/rk3399_rockchip-uboot/board/keymile/km83xx/Makefile
/rk3399_rockchip-uboot/board/keymile/km_arm/Makefile
/rk3399_rockchip-uboot/board/keymile/scripts/README
/rk3399_rockchip-uboot/board/keymile/scripts/develop-arm.txt
/rk3399_rockchip-uboot/board/keymile/scripts/develop-common.txt
/rk3399_rockchip-uboot/board/keymile/scripts/develop-ppc_82xx.txt
/rk3399_rockchip-uboot/board/keymile/scripts/develop-ppc_8xx.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-arm.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-common.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-ppc_82xx.txt
/rk3399_rockchip-uboot/board/keymile/scripts/ramfs-ppc_8xx.txt
/rk3399_rockchip-uboot/board/matrix_vision/common/mv_common.c
/rk3399_rockchip-uboot/boards.cfg
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_eeprom.c
/rk3399_rockchip-uboot/common/cmd_fitupd.c
/rk3399_rockchip-uboot/common/cmd_i2c.c
/rk3399_rockchip-uboot/common/cmd_mac.c
/rk3399_rockchip-uboot/common/cmd_version.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/common/main.c
/rk3399_rockchip-uboot/common/serial.c
/rk3399_rockchip-uboot/common/update.c
/rk3399_rockchip-uboot/disk/part_dos.c
/rk3399_rockchip-uboot/disk/part_dos.h
/rk3399_rockchip-uboot/doc/README.ublimage
/rk3399_rockchip-uboot/doc/README.update
/rk3399_rockchip-uboot/drivers/fpga/altera.c
/rk3399_rockchip-uboot/drivers/fpga/cyclon2.c
/rk3399_rockchip-uboot/drivers/i2c/omap24xx_i2c.c
/rk3399_rockchip-uboot/drivers/net/phy/generic_10g.c
/rk3399_rockchip-uboot/drivers/net/smc911x.h
/rk3399_rockchip-uboot/drivers/video/cfb_console.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/include/ACEX1K.h
/rk3399_rockchip-uboot/include/altera.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/digsy_mtc.h
/rk3399_rockchip-uboot/include/configs/km/keymile-common.h
/rk3399_rockchip-uboot/include/configs/km/km-powerpc.h
/rk3399_rockchip-uboot/include/configs/km/km82xx-common.h
/rk3399_rockchip-uboot/include/configs/km/km8321-common.h
/rk3399_rockchip-uboot/include/configs/km/km83xx-common.h
/rk3399_rockchip-uboot/include/configs/km/km_arm.h
/rk3399_rockchip-uboot/include/image.h
/rk3399_rockchip-uboot/include/linux/mdio.h
/rk3399_rockchip-uboot/include/post.h
/rk3399_rockchip-uboot/include/serial.h
/rk3399_rockchip-uboot/include/ubi_uboot.h
/rk3399_rockchip-uboot/include/version.h
/rk3399_rockchip-uboot/lib/display_options.c
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/post/board/lwmon/sysmon.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/ether.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/spr.c
/rk3399_rockchip-uboot/post/cpu/mpc8xx/uart.c
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/drivers/Makefile
/rk3399_rockchip-uboot/post/drivers/flash.c
/rk3399_rockchip-uboot/post/drivers/memory.c
/rk3399_rockchip-uboot/post/lib_powerpc/andi.c
/rk3399_rockchip-uboot/post/lib_powerpc/cmp.c
/rk3399_rockchip-uboot/post/lib_powerpc/cmpi.c
/rk3399_rockchip-uboot/post/lib_powerpc/cr.c
/rk3399_rockchip-uboot/post/lib_powerpc/fpu/mul-subnormal-single-1.c
/rk3399_rockchip-uboot/post/lib_powerpc/load.c
/rk3399_rockchip-uboot/post/lib_powerpc/multi.c
/rk3399_rockchip-uboot/post/lib_powerpc/rlwimi.c
/rk3399_rockchip-uboot/post/lib_powerpc/rlwinm.c
/rk3399_rockchip-uboot/post/lib_powerpc/rlwnm.c
/rk3399_rockchip-uboot/post/lib_powerpc/srawi.c
/rk3399_rockchip-uboot/post/lib_powerpc/store.c
/rk3399_rockchip-uboot/post/lib_powerpc/three.c
/rk3399_rockchip-uboot/post/lib_powerpc/threei.c
/rk3399_rockchip-uboot/post/lib_powerpc/threex.c
/rk3399_rockchip-uboot/post/lib_powerpc/two.c
/rk3399_rockchip-uboot/post/lib_powerpc/twox.c
/rk3399_rockchip-uboot/post/post.c
/rk3399_rockchip-uboot/post/tests.c
/rk3399_rockchip-uboot/tools/Makefile
/rk3399_rockchip-uboot/tools/logos/intercontrol.bmp
/rk3399_rockchip-uboot/tools/mkimage.c
/rk3399_rockchip-uboot/tools/mkimage.h
/rk3399_rockchip-uboot/tools/ublimage.c
/rk3399_rockchip-uboot/tools/ublimage.h
1c9a560629-Apr-2011 Mike Frysinger <vapier@gentoo.org>

serial: drop useless ctlr field

The multi serial support has a "ctlr" field which almost no one uses,
but everyone is forced to set to useless strings. So punt it.

Funny enough, the only code that

serial: drop useless ctlr field

The multi serial support has a "ctlr" field which almost no one uses,
but everyone is forced to set to useless strings. So punt it.

Funny enough, the only code that actually reads this field (the mpc8xx
driver) has a typo where it meant to look for the SCC driver. Fix it
while converting the check to use the name field.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
CC: Heiko Schocher <hs@denx.de>
CC: Anatolij Gustschin <agust@denx.de>
CC: Tom Rix <Tom.Rix@windriver.com>
CC: Minkyu Kang <mk7.kang@samsung.com>
CC: Craig Nauman <cnauman@diagraph.com>
CC: Marek Vasut <marek.vasut@gmail.com>
CC: Prafulla Wadaskar <prafulla@marvell.com>
CC: Mahavir Jain <mjain@marvell.com>

show more ...

1...<<31323334353637383940>>...52