- Apr 16, 2007
-
-
Domen Puncer authored
U-Boot part of Lite5200b low power mode support. Puts SDRAM out of self-refresh and transfers control to address saved at physical 0x0. Signed-off-by:
Domen Puncer <domen.puncer@telargo.com> Acked-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Apr 13, 2007
-
-
Denis Peter authored
Fix bug introduced by "Fix get_partition_info() parameter error in all other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented to use diskboot or scsiboot form another device than 0. Signed-off-by:
Denis Peter <d.peter@mpl.ch>
-
Greg Lopp authored
Signed-of-by:
Greg Lopp <lopp@pobox.com> Acked-by:
Grant Likely <grant.likely@secretlab.ca>
-
- Apr 12, 2007
-
-
Jeffrey Mann authored
This patch fixes changes the i2c_init(...) function to use the function get_OPB_freq() rather than calculating the OPB speed by sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is specific per processor. The prior method was not and so was calculating the wrong speed for some PPC4xx processors. Signed-off-by:
Jeffrey Mann <mannj@embeddedplanet.com> Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Apr 11, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
* Make IDE timeout configurable through ide_reset_timeout variable. * Use Newline as "password" string * Use just a single partition in NAND flash
-
- Apr 04, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Apr 03, 2007
-
-
Wolfgang Denk authored
-
- Apr 02, 2007
-
-
Stefan Roese authored
With this new base address of the Xilinx SystemACE controller the Linux driver will be easier to adapt, since it can now be mapped via the "normal" ioremap() call. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Mar 31, 2007
-
-
Gerald Van Baren authored
-
Gerald Van Baren authored
Modifications to the existing code to support the new fdt command.
-
Gerald Van Baren authored
The fdt command uses David Gibson's libfdt library to manipulate as well as print the flattened device tree. This patch is the new command, the second part is the modifications to the existing code.
-
Gerald Van Baren authored
Enhanced the formerly private function _fdt_next_tag() to allow stepping through the tree, used to produce a human-readable dump, and made it part of the published interface. Also added some comments.
-
Gerald Van Baren authored
Changes to David Gibson's original source to fit into u-boot's environment. No functionality changes.
-
Gerald Van Baren authored
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
-
Gerald Van Baren authored
This adds the applicable libfdt source files (unmodified) and a README to explain where the source came from.
-
Stefan Roese authored
Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB is selected. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Additional RAM information is now printed upon powerup, like DDR2 frequency and CAS latency. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
With the updated 44x DDR2 driver the Yucca board now supports ECC generation and checking. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
The board specific "bootstrap" command is now fixed and can be used for the AMCC Katmai board to configure different CPU/PLB/OPB frequencies. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Fix a bug in the auto calibration routine. This driver now runs more reliable with the tested modules. It's also tested with 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Mar 30, 2007
-
-
Michal Simek authored
-
Michal Simek authored
-
- Mar 29, 2007
-
-
Wolfgang Denk authored
-
- Mar 28, 2007
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
The "old" i2c commands (iprobe, imd...) are now compiled in again, even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE config option. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Mar 26, 2007
-
-
Michal Simek authored
-
- Mar 25, 2007
-
-
Michal Simek authored
Reset support BSP autoconfig support
-
- Mar 24, 2007
-
-
Stefan Roese authored
-
Stefan Roese authored
This patch adds some 4xx GPIO functions. It also moves some of the common code and defines into a common 4xx GPIO header file. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
This patch cleans up all the open issue of the preliminary Acadia support. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Mar 22, 2007
-
-
Jon Loeliger authored
(Dot outside sections problem). This fix is in the spirit of 807d5d73. Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
Haiying Wang authored
Prevent false interrupt from hanging Linux as MSR[EE] is set to enable interrupts by changing the PIC out of the default pass through mode into mixed mode. Signed-off-by:
Haiying Wang <haiying.wang@freescale.com> Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
Jason Jin authored
Also fixes some commmand for 8641 HPCN ramboot case. Signed-off-by:
Jason Jin <jason.jin@freescale.com> Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
Ed Swarthout authored
Without this patch, I am unable to get to the prompt on rev 2 silicon. Only set ddrioovcr for rev1. Signed-off-by:
Ed <Swarthout<ed.swarthout@freescale.com> Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-