- 29 Apr, 2007 1 commit
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 19 Apr, 2007 1 commit
-
-
Stefan Roese authored
Previous versions used full wait states for the chip select #1 which is connected to the Xilinix SystemACE controller on the AMCC Katmai evaluation board. This leads to really slow access and therefore low performance. This patch now sets up the chip select a lot faster resulting in much better read/write performance of the Linux driver. Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 18 Apr, 2007 4 commits
-
-
-
Signed-off-by:
Domen Puncer <domen.puncer@telargo.com>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Now 405EZ ports also show upon bootup from which boot device they are configured to boot: U-Boot 1.2.0-gd3832e8f -dirty (Apr 18 2007 - 07:47:05) CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz) Bootstrap Option E - Boot ROM Location EBC (32 bits) 16 kB I-Cache 16 kB D-Cache Board: Acadia - AMCC PPC405EZ Evaluation Board Signed-off-by:
Stefan Roese <sr@denx.de>
-
- 16 Apr, 2007 1 commit
-
-
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>
-
- 14 Apr, 2007 2 commits
-
-
Wolfgang Denk authored
-
Heiko Schocher authored
clear the Display after reset. Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- 13 Apr, 2007 2 commits
-
-
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>
-
Signed-of-by:
Greg Lopp <lopp@pobox.com> Acked-by:
Grant Likely <grant.likely@secretlab.ca>
-
- 12 Apr, 2007 2 commits
-
-
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>
-
-
- 11 Apr, 2007 2 commits
-
-
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
-
- 04 Apr, 2007 3 commits
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- 03 Apr, 2007 1 commit
-
-
Wolfgang Denk authored
-
- 02 Apr, 2007 1 commit
-
-
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>
-
- 31 Mar, 2007 13 commits
-
-
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>
-
- 30 Mar, 2007 2 commits
-
-
Michal Simek authored
-
Michal Simek authored
-
- 29 Mar, 2007 1 commit
-
-
Wolfgang Denk authored
-
- 28 Mar, 2007 2 commits
-
-
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>
-
- 26 Mar, 2007 1 commit
-
-
Michal Simek authored
-
- 25 Mar, 2007 1 commit
-
-
Michal Simek authored
Reset support BSP autoconfig support
-