| d59feffb | 16-Jan-2008 |
Haiying Wang <Haiying.Wang@freescale.com> |
FSL: Fix common EEPROM_data structure definition
- Fix EEPROM_data structure definition according to System EEPROM Data Format. - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
FSL: Fix common EEPROM_data structure definition
- Fix EEPROM_data structure definition according to System EEPROM Data Format. - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to bd->bi_ethaddr.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
show more ...
|
| 7f52fa3c | 10-Jan-2008 |
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
Fix nfs command help to reflect that the serverip is optional
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Ben Warren <biggerbadderben@gmail.com> |
| 0a1e03bc | 13-Jan-2008 |
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
cmd_nand : fix compiler warning.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
| 00ac50e3 | 09-Jan-2008 |
Andreas Engel <andreas.engel@ericsson.com> |
Make bootretry work when command line editing is enabled
Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work. This patch fixes the problem.
Signed-off-by: Andreas Engel <andreas.e
Make bootretry work when command line editing is enabled
Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work. This patch fixes the problem.
Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
show more ...
|
| 632de067 | 12-Jan-2008 |
Larry Johnson <lrj@acm.org> |
Refactor code for "i2c sdram" command
Signed-off-by: Larry Johnson <lrj@acm.org> |
| 0df6b844 | 11-Jan-2008 |
Larry Johnson <lrj@acm.org> |
Fix "i2c sdram" command for DDR2 DIMMs
Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the "i2c sdram" command. This patch provides correct alternative interpretations when DD
Fix "i2c sdram" command for DDR2 DIMMs
Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the "i2c sdram" command. This patch provides correct alternative interpretations when DDR2 memory is detected.
Signed-off-by: Larry Johnson <lrj@acm.org>
show more ...
|
| 5ba7390c | 11-Jan-2008 |
Anatolij Gustschin <agust@denx.de> |
Fix compilation problem in common/cmd_bmp.c
common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP isn't defined. This patch fix this.
Signed-off-by: Anatolij Gustschin <agust@denx.de> |
| 8aadd2d0 | 11-Jan-2008 |
Wolfgang Denk <wd@denx.de> |
Merge ../custodians |
| 0ec59524 | 10-Jan-2008 |
Kumar Gala <galak@kernel.crashing.org> |
Fix compiler warning
main.c: In function 'readline_into_buffer': main.c:927: warning: unused variable 'p_buf'
Signed-off-by: Kumar Gala <galak@kernel.crashing.org> |
| 252f60b0 | 10-Jan-2008 |
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> |
Nios2: remove common/cmd_bdinfo.c unused variable.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Scott McNutt <smcnutt@psyent.com> |
| 694976af | 09-Jan-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx |
| b8ec2385 | 07-Jan-2008 |
Timur Tabi <timur@freescale.com> |
85xx: add ability to upload QE firmware
Define the layout of a binary blob that contains a QE firmware and instructions on how to upload it. Add function qe_upload_firmware() to parse the blob and
85xx: add ability to upload QE firmware
Define the layout of a binary blob that contains a QE firmware and instructions on how to upload it. Add function qe_upload_firmware() to parse the blob and perform the actual upload. Add command-line command "qe fw" to take a firmware blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define 'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
Signed-off-by: Timur Tabi <timur@freescale.com>
show more ...
|
| fc16904c | 09-Jan-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of /home/wd/git/u-boot/custodians |
| ecc198c9 | 09-Jan-2008 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'master' of git://www.denx.de/git/u-boot-freebsd |
| 6636b62a | 09-Jan-2008 |
James Yang <James.Yang@freescale.com> |
Expose parse_line() globally.
Add new function readline_into_buffer() that allows the output of readline to be put into a pointer to char buffer.
This refactoring allows other functions besides the
Expose parse_line() globally.
Add new function readline_into_buffer() that allows the output of readline to be put into a pointer to char buffer.
This refactoring allows other functions besides the main command loop to also use the same input mechanism.
Signed-off-by: James Yang <James.Yang@freescale.com> Acked-by: Jon Loeliger <jdl@freescale.com>
show more ...
|
| 4785a694 | 03-Jan-2008 |
Zhang Wei <wei.zhang@freescale.com> |
Add Ctrl combo key support to usb keyboard driver.
Ctrl combo key support is added, which is very useful to input Ctrl-C for interrupt current job. Also add usb_event_poll() calling to usb_kbd_testc
Add Ctrl combo key support to usb keyboard driver.
Ctrl combo key support is added, which is very useful to input Ctrl-C for interrupt current job. Also add usb_event_poll() calling to usb_kbd_testc(), which can get key input when tstc() is called.
Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
show more ...
|
| 7817cb20 | 30-Dec-2007 |
Marcel Ziswiler <marcel@ziswiler.com> |
fix comments with new drivers organization
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> |
| a9b410dc | 28-Dec-2007 |
Shinya Kuribayashi <shinya.kuribayashi@necel.com> |
Remove the obsolete terse version of do_mii()
We now have more useful version of do_mii() and everybody use it. Gerald Van Baren says:
> When I originally wrote the mii command 6(!) years ago, I wr
Remove the obsolete terse version of do_mii()
We now have more useful version of do_mii() and everybody use it. Gerald Van Baren says:
> When I originally wrote the mii command 6(!) years ago, I wrote a > verbose version that printed human readable decomposition of the flags, > etc., and a terse one that didn't print as much stuff and thus had a > smaller memory footprint. > > It sounds like the terse version has withered and died, apparently > people are only using the verbose version (which is very understandable, > I do myself).
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
show more ...
|
| b9173af7 | 27-Dec-2007 |
Shinya Kuribayashi <shinya.kuribayashi@necel.com> |
common/cmd_mii.c: Add sanity argc check
If type mii command without arguments, we suffer from uninitialized argv[] entries; for example we MIPS get stuck by TLB error.
Signed-off-by: Shinya Kuribay
common/cmd_mii.c: Add sanity argc check
If type mii command without arguments, we suffer from uninitialized argv[] entries; for example we MIPS get stuck by TLB error.
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
show more ...
|
| 26a41790 | 09-Jan-2008 |
Rafal Jaworowski <raj@semihalf.com> |
Globalize envmatch()
The newly introduced API (routines related to env vars) will need to call it.
Signed-off-by: Rafal Zabdyr <armo@semihalf.com> |
| 43ef1c38 | 30-Nov-2007 |
Hans-Christian Egtvedt <hcegtvedt@atmel.com> |
cmd_bmp: Add support for displaying gzip compressed bmps
The existing code can show information about a gzip compressed BMP image, but can't actually display it.
Therefore, move the decompression c
cmd_bmp: Add support for displaying gzip compressed bmps
The existing code can show information about a gzip compressed BMP image, but can't actually display it.
Therefore, move the decompression code out of bmp_info() and use it in bmp_display() as well in order to display a compressed BMP image.
Also, clean things up a bit and fix a memory leak while we're at it.
[hskinnemoen@atmel.com: a bit of refactoring] Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
show more ...
|
| c26acc1a | 27-Dec-2007 |
Matthias Fuchs <matthias.fuchs@esd-electronics.com> |
Remove bit swapping in Xilinx Spartan bitfile loading
This patch removes the unnecessary bit swapping when booting .bit files with the 'fpga loadb' command.
Signed-off-by: Matthias Fuchs <matthias.
Remove bit swapping in Xilinx Spartan bitfile loading
This patch removes the unnecessary bit swapping when booting .bit files with the 'fpga loadb' command.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
show more ...
|
| 437fc732 | 27-Dec-2007 |
Matthias Fuchs <matthias.fuchs@esd-electronics.com> |
Fix MSB check in Xilinx Spartan slave serial mode
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> |
| 21d39d59 | 27-Dec-2007 |
Matthias Fuchs <matthias.fuchs@esd-electronics.com> |
Add pre and post configuration callbacks for Spartan FPGAs
This patch adds a post configuration callback for Spartan2/3 FPGAs. pre and post configuration callback are now optional and not called whe
Add pre and post configuration callbacks for Spartan FPGAs
This patch adds a post configuration callback for Spartan2/3 FPGAs. pre and post configuration callback are now optional and not called when the function pointer is set to NULL.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
show more ...
|
| 0133502e | 27-Dec-2007 |
Matthias Fuchs <matthias.fuchs@esd-electronics.com> |
Improve configuration of FPGA subsystem
This patch removes the FPGA subsystem configuration through the CONFIG_FPGA bitmask configuration option.
See README for the new options:
CONFIG_FPGA, CON
Improve configuration of FPGA subsystem
This patch removes the FPGA subsystem configuration through the CONFIG_FPGA bitmask configuration option.
See README for the new options:
CONFIG_FPGA, CONFIG_FPGA_<vendor>, CONFIG_FPGA_<family>
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
show more ...
|