- Oct 20, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Vlad Lungu authored
Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try to do anything in eth_stop() if eth_init() was not called. Simplified RX path in order to avoid timeouts on really really fast NE2000 cards (read: qemu with internal tftp), NetLoop() is clever enough to cope with 1 packet per eth_rx(). Signed-off-by:
Vlad Lungu <vlad@comsys.ro>
-
Wolfgang Denk authored
-
- Oct 19, 2007
-
-
Detlev Zundel authored
Signed-off-by:
Detlev Zundel <dzu@denx.de>
-
- Oct 18, 2007
-
-
Tony Li authored
Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into Makfile and MAKEALL Signed-off-by:
Tony Li <tony.li@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
Tony Li authored
Correct to val8 from val. Signed-off-by:
Tony Li <tony.li@freescale.com> Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
-
git://www.denx.de/git/u-bootKim Phillips authored
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
- Oct 16, 2007
-
-
runet@innovsys.com authored
Signed-off-by:
Runet Torgersen <runet@innovsys.com>
-
Jon Loeliger authored
As a direct correlation exists between DDR DIMM slots and SPD EEPROM addresses used to configure them, use the individually defined SPD_EEPROM_ADDRESS* values to determine if a DDR DIMM slot should have its SPD configuration read or not. Effectively, this now allows for 1 or 2 DIMM slots per memory controller. Signed-off-by:
Jon Loeliger <jdl@freescale.com>
-
- Oct 15, 2007
-
-
Wolfgang Denk authored
-
Rodolfo Giometti authored
Some USB keys need to be switched off before loading the kernel otherwise they can remain in an undefined status which prevents them to be correctly recognized by the kernel. Signed-off-by:
Rodolfo Giometti <giometti@linux.it>
-
Stefan Roese authored
The I2C bootstrap values that can be setup via the "bootstrap" command, were setup incorrect regarding the generation of the internal sync PCI clock. The values for PLB clock == 133MHz were slighly incorrect and the values for PLB clock == 166MHz were totally incorrect. This could lead to a hangup upon booting while PCI configuration scan. This patch fixes this issue and configures valid PCI divisor values for the sync PCI clock, with respect to the provided external async PCI frequency. Here the values of the formula in the chapter 14.2 "PCI clocking" from the 440EPx users manual: AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz 33MHz async PCI frequency: PLB = 133: => 32 <= 44.3 <= 65 (div = 3) PLB = 166: => 32 <= 55.3 <= 65 (div = 3) 66MHz async PCI frequency: PLB = 133: => 65 <= 66.5 <= 132 (div = 2) PLB = 166: => 65 <= 83 <= 132 (div = 2) Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
The BCSR status bit for the 66MHz PCI operation was correctly addressed (MSB/LSB problem). Now the correct currently setup PCI frequency is displayed upon bootup. This patch also fixes this problem on Rainier & Yellowstone, since these boards use the same souce code as Sequoia & Yosemite do. Signed-off-by:
Stefan Roese <sr@denx.de>
-
Martin Krause authored
Adjust flash map to support the new S29GLxxN (N-Type) Flashes with doubled sector size. Signed-off-by:
Martin Krause <martin.krause@tqs.de>
-
Jens Gehrlein authored
Signed-off-by:
Martin Krause <martin.krause@tqs.de>
-
Martin Krause authored
At 133 MHz the current SDRAM refresh rate is too fast (measured 4 * 1.17 us). CFG_MAMR_PTA changes from 39 to 97. This result in a refresh rate of 4 * 7.8 us at the default clock 50 MHz. At 133 MHz the value will be then 4 * 2.9 us. This is a compromise until a new method is found to adjust the refresh rate. Signed-off-by:
Martin Krause <martin.krause@tqs.de>
-
Martin Krause authored
Adjust flash map to support the new S29GLxxN (N-Type) Flashes with doubled sector size. Signed-off-by:
Martin Krause <martin.krause@tqs.de>
-
- Oct 14, 2007
-
-
Michal Simek authored
and remove code violation
-
git://www.denx.de/git/u-bootMichal Simek authored
-
Michal Simek authored
-
- Oct 13, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
Wolfgang Denk authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Oct 12, 2007
-
-
Wolfgang Denk authored
Signed-off-by:
Wolfgang Denk <wd@denx.de>
-
- Oct 10, 2007
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Oct 09, 2007
-
-
Grzegorz Bernacki authored
Signed-off-by:
Grzegorz Bernacki <gjb@semihalf.com>
-