Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-15 | TQM866M: fix SDRAM refresh | Martin Krause | |
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> | |||
2007-10-15 | TQM866M: adjust for doubled flash sector size. | Martin Krause | |
Adjust flash map to support the new S29GLxxN (N-Type) Flashes with doubled sector size. Signed-off-by: Martin Krause <martin.krause@tqs.de> | |||
2007-10-14 | [FIX] XUPV2P change command handling | Michal Simek | |
and remove code violation | |||
2007-10-14 | Merge git://www.denx.de/git/u-boot | Michal Simek | |
2007-10-14 | Merge ../master/ | Michal Simek | |
2007-10-14 | Prepare for 1.3.0-rc3 release | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-10-13 | Fix warning differ in signedness in cpu/pxa/mmc.c | Jean-Christophe PLAGNIOL-VILLARD | |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
2007-10-13 | Fix warning differ in signedness in board/mpl/vcma9/vcma9.c | Wolfgang Denk | |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-10-13 | Merge branch 'master' of git://www.denx.de/git/u-boot-avr32 | Wolfgang Denk | |
2007-10-13 | Merge branch 'merge' of git://www.denx.de/git/u-boot-microblaze | Wolfgang Denk | |
2007-10-13 | Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze | Wolfgang Denk | |
2007-10-13 | Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash | Wolfgang Denk | |
2007-10-13 | Coding Style cleanup. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-10-13 | Merge branch 'master' of git://www.denx.de/git/u-boot-arm | Wolfgang Denk | |
2007-10-12 | GP3 SSA: enable RTC | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-10-10 | Merge branch 'master' of /.automount/castor-vlab/root/home/wd/git/u-boot/master/ | Wolfgang Denk | |
2007-10-10 | Merge branch 'hellrosa_i2c' of /home/gjb/git/u-boot | Wolfgang Denk | |
2007-10-10 | Merge branch 'tqm5200_default_env' of /home/tur/git/u-boot | Wolfgang Denk | |
2007-10-09 | [ads5121] EEPROM support added. | Grzegorz Bernacki | |
Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> | |||
2007-10-06 | AVR32: Initialize bi_flash* in board_init_r | Haavard Skinnemoen | |
The ATSTK1000-specific flash driver intializes bi_flashstart, bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI driver, don't. Initialize these in board_init_r instead so that things will still be set up correctly when we switch to the CFI driver. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-10-05 | tqm5200: Fix CONFIG_CMD_PCI typo in board config file. | Marian Balakowicz | |
Signed-off-by: Marian Balakowicz <m8@semihalf.com> | |||
2007-10-05 | CM5200: Fix missing null-termination in hostname manipulation code | Bartlomiej Sieka | |
Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> | |||
2007-10-04 | Merge with git://www.denx.de/git/u-boot.git | Peter Pearse | |
2007-10-02 | Fix memtest breakage | Haavard Skinnemoen | |
CFG_MEMTEST_START uses weird magic involving gd, which fails to compile. Use hardcoded values instead (we actually know how much RAM we have on board.) Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-10-02 | Merge commit 'origin/master' | Haavard Skinnemoen | |
2007-10-02 | Merge with git://www.denx.de/git/u-boot.git | Stefan Roese | |
2007-10-02 | ppc4xx: Coding style cleanup | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-10-02 | ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-10-02 | Program EPLD to force full duplex mode for PHY. | Grzegorz Bernacki | |
EPLD forces modes of PHY operation. By default full duplex is turned off. This fix turns it on. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> | |||
2007-10-02 | Bugfix: Use only one PTD for one endpoint | Timo Ketola | |
Original isp116x-hcd code prepared multiple PTDs for longer than 16 byte transfers for one endpoint. That is unnecessary because the ISP116x is able to split long data from one PTD into multiple transactions based on the buffer size of the endpoint. It also caused serious problems if the endpoint NAKed some of the transactions. In that case ISP116x wouldn't notice that the other PTDs were for the same endpoint and would try the other PTDs possibly out of order. That would break the whole transfer. This patch makes isp116x_submit_job to use one PTD for one transfer. Signed-off-by: Timo Ketola <timo.ketola@exertus.fi> Signed-off-by: Markus Klotzbuecher <mk@denx.de> | |||
2007-09-28 | Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial | Jean-Christophe PLAGNIOL-VILLARD | |
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
2007-09-27 | Merge branch 'master' of /home/stefan/git/u-boot/lwmon5 | Stefan Roese | |
2007-09-27 | ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test) | Stefan Roese | |
Signed-off-by: Stefan Roese <sr@denx.de> | |||
2007-09-26 | Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master | Wolfgang Denk | |
2007-09-26 | Fpga: fix incorrect test of CFG_FPGA_XILINX macro | Grant Likely | |
CFG_FPGA_XILINX is a bit value used to test against the value in CONFIG_FPGA. Testing for a value will always return TRUE. I don't think that is the intention in this code. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
2007-09-24 | Merge branch 'master' of git://www.denx.de/git/u-boot | Kim Phillips | |
2007-09-24 | [FIX] change command handling and removing code violation | Michal Simek | |
2007-09-24 | [FIX] change sets of commands | Michal Simek | |
because changing of command handling brings compilation problems | |||
2007-09-24 | [FIX] Email reparation & Copyright | Michal Simek | |
Both codes are written by myself without any support from CTU | |||
2007-09-24 | [PATCH] Change macro name for UartLite | Michal Simek | |
because PowerPC 405 can use UartLite as console | |||
2007-09-24 | [PATCH] Add support for design without interrupt controller | Michal Simek | |
Polling timer | |||
2007-09-24 | [FIX] resolve problem with cpu without barrel shifter | Michal Simek | |
2007-09-24 | [FIX] repair email address | Michal Simek | |
2007-09-24 | [FIX] repair MFSL commands | Michal Simek | |
2007-09-24 | synchronizition with mainline | Michal Simek | |
2007-09-24 | Merge ../u-boot | Michal Simek | |
2007-09-23 | Merge with /home/wd/git/u-boot/custodian/u-boot-usb | Wolfgang Denk | |
2007-09-20 | v1.3.0-rc2 | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-09-18 | Merge with git+ssh://gemini_vpn/home/wd/git/u-boot/master | Wolfgang Denk | |
2007-09-18 | Avoid compiler warning. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> |