- Aug 14, 2007
-
-
Andy Fleming authored
Signed-off-by:
Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Haiying Wang authored
This patch is against u-boot-mpc85xx.git of www.denx.com Signed-off-by:
Haiying Wang <Haiying.Wang@freescale.com> Signed-off-by:
Ebony Zhu <ebony.zhu@freescale.com>
-
Haiying Wang authored
This patch is against u-boot-mpc85xx.git of www.denx.com Setting cpo to 0x9 for frequencies higher than 333MHz is verified on both MPC8548CDS board and MPC8568MDS board, especially for supporting 533MHz DDR2. Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for DDR2 on all current board versions especially ver 1.92 or later to bring up. Signed-off-by:
Haiying Wang <Haiying.Wang@freescale.com>
-
Kumar Gala authored
On e500 when we leave the 4k boot page we should use an absolute address since we don't know where the board code may want us to be really running at. Signed-off-by:
Kumar Gala <galak@kernel.crashing.org>
-
Andy Fleming authored
The current implementation does not set the number of bank address bits (BA) in the processor. The default assumes 2 logical bank bits. This works fine for a DIMM that uses devices with 4 internal banks (SPD byte17 = 0x4) but needs to be set appropriately for a DIMM that uses devices with 8 internal banks (SPD byte17 = 0x8). Signed-off-by:
Greg Davis <DavisG@embeddedplanet.com>
-
Andy Fleming authored
Some patches had inserted warnings into the build: * mpc8560ads declared data without using it * cpu_init declared ecm and immap without using it in all CONFIGs * MPC8548CDS.h had its default filenames changed so that they contained "\m" in the paths. Made the defaults not Windows-specific (or anything-specific) Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Ed Swarthout authored
Make the early L1 cache stack region guarded to prevent speculative fetches outside the locked range. Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions. init.S whitespace cleanup. Allow TEXT_BASE value to be specified on command line. This allows it to be set to 0xfffc0000 which cuts the uboot binary in half. Clear and enable lbc and ecm errors. Update last_busno in device-tree for pci and pcie. Remove load of obsolete cpu/mpc85xx/pci.0 Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Acked-by:
Andy Fleming <afleming@freescale.com>
-
Ed Swarthout authored
PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address. Enable LBC and ECM errors and clear error registers. Add tftpflash env var to get uboot from tftp server and flash it. Add pci/pcie convenience env vars to display register space: "run pcie3regs" to see all pcie3 ccsr registers "run pcie3cfg" to see all cfg registers Whitespace cleanup and MPC8544DS.h Enable CONFIG_INTERRUPTS. Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Acked-by:
Andy Fleming <afleming@freescale.com>
-
Andy Fleming authored
From: Ed Swarthout <Ed.Swarthout@freescale.com> Support external interrupts from platform to eliminate system hangs. Define CONFIG_INTERRUPTS board configure option to enable. Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC. Remove extra cpu initialization redundant with hardware initialization. Whitespace cleanup. Define and use _START_OFFSET consistent with other processors using ppc_asm.tmpl Move additional code from .text to boot page to make room for exception vectors at start of image. Handle Machine Check, External and Critical exceptions. Fix e500 machine check error determination in traps.c TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half. Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Acked-by:
Andy Fleming <afleming@freescale.com>
-
Andy Fleming authored
Signed-off-by:
Andy Fleming <afleming@freescale.com>
-
Ed Swarthout authored
Only check for mpc8548 rev 1 when compiled for 8548. Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Acked-by:
Andy Fleming <afleming@freescale.com>
-
Ed Swarthout authored
Allow debugger to override flash cs0/cs1 settings to enable alternate boot regions Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Acked-by:
Andy Fleming <afleming@freescale.com>
-
Ed Swarthout authored
Always define MCK_EXCEPTION macro - so e500 can use it too. Signed-off-by:
Ed Swarthout <Ed.Swarthout@freescale.com> Acked-by:
Andy Fleming <afleming@freescale.com>
-
- Aug 13, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Jon Loeliger authored
Conflicts: MAKEALL With any luck, this is the last MAKEALL merge conflict!
-
Joe Hamman authored
PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT adapter. Signed-off-by:
Joe Hamman <joe.hamman@embeddedspecialties.com> Signde-off-by:
Jon Loeliger <jdl@freescale.com>
-
Haavard Skinnemoen authored
Calculate the data timeout based on values from the CSD instead of just using a hardcoded DTOR value. This is a backport of a similar fix in BSP 2.0, with one additional fix: the DTOCYC value is rounded up instead of down. Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>
-
Haavard Skinnemoen authored
include/asm-avr32/div64.h was recently moved to include/div64.h, but cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of the patch was merged perhaps?) This patch updates cpu/at32ap/interrupts.c so that the avr32 port compiles again. Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com>
-
Haavard Skinnemoen authored
-
Haavard Skinnemoen authored
Instead of always using the largest blocksize the card supports, check if it can support smaller block sizes and use 512 bytes if possible. Most cards do support this, and other parts of u-boot seem to have trouble with block sizes different from 512 bytes. Also enable underrun/overrun protection. Signed-off-by:
Haavard Skinnemoen <hskinnemoen@atmel.com> Acked-by:
Hans-Christian Egtvedt <hcegtvedt@atmel.com>
-
- Aug 12, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
Also update CHANGELOG Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by: Wolfgang Denk
-
Wolfgang Denk authored
The update procedure was modified to turn off the USB subsystem before exit for MCC200 and TRAB. This is necessary as otherwise the USB controller continues to write periodically to system memory! MCC200-specific notes: - the patch disables the magic key check for MCC200 - the patch contains the configuration changes made for the new revision of the board. Signed-off-by:
Sergei Poselenov <sposelenov@emcraft.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Aug 11, 2007
-
-
Wolfgang Denk authored
-
- Aug 10, 2007
-
-
Gerald Van Baren authored
Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Kim Phillips authored
protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the area. Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Kim Phillips authored
The last fdt patch to bootm did board setup based on the address specified by a prior fdt address command invocation. The bootm code, as its call to fdt_chosen does, should use the fdt specified by the user on the bootm command. Note this restores full functionality for the 8360's existing default boot environment values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr' before booting a kernel). Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Gerald Van Baren authored
In the patch titled "Create new fdt boardsetup command..." I removed the call to ft_board_setup() from the routine fdt_chosen(), but I forgot to add a direct call back into cmd_bootm.c This fixes the oversight by adding the direct call to the bootm command. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Previously ft_board_setup() was called by fdt_chosen() which was not really correctly structured. This splits ft_board_setup() out by creating a new fdt boardsetup command. Fix a bug when parsing fdt set command values which have the square bracket form [00 11 22 33] - the length was updated incorrectly in when parsing that form. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Tighten up the error messages, split overlength lines. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
The fdt_chosen() function was adding/seting some properties ad-hoc improperly and duplicated (poorly) what was done in ft_board_setup() Clean up long lines (setting properties, printing errors). Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Also removes the special case root path detection in cmd_fdt.c since it is no longer necessary. Signed-off-by:
Gerald Van Baren <vanbaren@cideas.com>
-
Gerald Van Baren authored
Signed-off-by:
Wolfgang Grandegger <wg@grandegger.com> Acked-by:
Gerald Van Baren <vanbaren@cideas.com>
-