- Apr 29, 2007
-
-
Stefan Roese authored
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Apr 24, 2007
-
-
Matthias Fuchs authored
Signed-off-by:
Matthias Fuchs <matthias.fuchs@esd-electronics.com>
-
- Apr 19, 2007
-
-
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>
-
- Apr 18, 2007
-
-
Domen Puncer authored
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>
- 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 14, 2007
-
-
Wolfgang Denk authored
-
Heiko Schocher authored
clear the Display after reset. Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- 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>
-