Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | [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> | |||
2007-09-18 | Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config | Grant Likely | |
/bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded nulls in a string differently. For example, the following statement: echo "this is a string\0" > afile Will produce the following with /bin/bash: "this is a string\0" But with /bin/dash, will produce: "this is a string Bug fixed by moving the embedded null out of the makefile and into the config header. Also renamed the macro to avoid usage colision with the same macro used by other board ports. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> | |||
2007-09-18 | MCC200: fix build warning | Wolfgang Denk | |
The MCC200 board config file includes version.h for some customer- specific setting, which causes warnings with "make depend"; build version.h before depend. Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-09-18 | Move coloured led API to status_led.h | Peter Pearse | |
Improve indentation in drivers/at45.c | |||
2007-09-18 | Merge with git://www.denx.de/git/u-boot.git | Peter Pearse | |
2007-09-18 | Update atstk1002 bootargs. | Eirik Aanonsen | |
Updates to atstk1002 U-Boot header file: - Changed bootargs: * Set the bootargs for at1002 to point to the SD-card partition instead * ... of the boot flash. * Removing the rootfstype since that argument are not needed. Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com> Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-09-18 | Add some comments to clocks in atstk1002.h | Eirik Aanonsen | |
This patch applies some clarifying comments to how the different clocks are setup according to atstk1002.h Some of the previous comments where stating wrongful information. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | |||
2007-09-17 | Merge with git://www.denx.de/git/u-boot.git | Markus Klotzbuecher | |
2007-09-17 | Description: Add NEC's PCI OHCI module ID to the USB OHCI driver | David Saada | |
Signed-off-by: David Saada <david.saada@ecitele.com> |