| a266fe95 | 26-Mar-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_i2c: moved a define to before the functions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
| 4a8cf338 | 26-Mar-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_i2c: moved mispositioned comment for i2c md
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
| 3a6dcb98 | 26-Mar-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_i2c.c: declared local functions as static
Declared all functions that were not called outside the file as static
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
| 0020db3f | 29-Mar-2010 |
Wolfgang Denk <wd@denx.de> |
Merge remote branch 'origin/master' into next |
| 060f2853 | 25-Mar-2010 |
Wolfgang Denk <wd@denx.de> |
cmd_usb.c: print debug messages only when DEBUG is defined
Signed-off-by: Wolfgang Denk <wd@denx.de> |
| be1a9132 | 27-Mar-2010 |
Wolfgang Denk <wd@denx.de> |
Merge branch 'next' of git://git.denx.de/u-boot-coldfire into next |
| 116095eb | 22-Sep-2009 |
Philippe De Muyter <phdm at macqel.be> |
fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
This fixes the following warnings when running MAKEALL for coldfire : cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
Sig
fix cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
This fixes the following warnings when running MAKEALL for coldfire : cmd_bdinfo.c:354: warning: 'print_eth' defined but not used
Signed-off-by: Philippe De Muyter <phdm at macqel.be>
show more ...
|
| acb13868 | 13-Mar-2010 |
Alessandro Rubini <rubini@unipv.it> |
lcd: make 16bpp work
Support for 16bpp was supposed to be in the code but was not working. This makes it work and has been tested in the nhk8815 board.
Signed-off-by: Alessandro Rubini <rubini@unip
lcd: make 16bpp work
Support for 16bpp was supposed to be in the code but was not working. This makes it work and has been tested in the nhk8815 board.
Signed-off-by: Alessandro Rubini <rubini@unipv.it> Acked-by: Andrea Gallo <andrea.gallo@stericsson.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
show more ...
|
| 6b94b496 | 20-Mar-2010 |
Florian Fainelli <f.fainelli@gmail.com> |
cmd_nand: show nand scrub confirmation character
When issuing a nand scrub command, the entered character is not displayed this may be confusing. This patch makes the input character being displayed
cmd_nand: show nand scrub confirmation character
When issuing a nand scrub command, the entered character is not displayed this may be confusing. This patch makes the input character being displayed if it is a 'y' so that an user knows he is about to scrub his nand.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
show more ...
|
| b46b353b | 21-Mar-2010 |
Wolfgang Denk <wd@denx.de> |
Merge remote branch 'origin/master' into next |
| 3c950e2e | 16-Mar-2010 |
Anatolij Gustschin <agust@denx.de> |
fdt_support: add partitions fixup in mtd node
Allow overwriting defined partitions in the device tree blob using partition info defined in the 'mtdparts' environment variable.
Signed-off-by: Anatol
fdt_support: add partitions fixup in mtd node
Allow overwriting defined partitions in the device tree blob using partition info defined in the 'mtdparts' environment variable.
Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Gerald Van Baren <vanbaren@cideas.com>
show more ...
|
| d6112950 | 12-Mar-2010 |
John Schmoller <jschmoller@xes-inc.com> |
cmd history: Match history buffer size to console buffer
Match history buffer size to console buffer size. History buffer size was hard coded to 256, artificially limiting the command buffer size. T
cmd history: Match history buffer size to console buffer
Match history buffer size to console buffer size. History buffer size was hard coded to 256, artificially limiting the command buffer size. The history buffer now tracks CONFIG_SYS_CBSIZE.
Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
show more ...
|
| 6475b9f9 | 12-Mar-2010 |
John Schmoller <jschmoller@xes-inc.com> |
console: Fix console buffer overrun
When CONFIG_SYS_CBSIZE equals MAX_CMDBUF_SIZE, a command string of maximum length will overwrite part of the history buffer, causing the board to die. Expand the
console: Fix console buffer overrun
When CONFIG_SYS_CBSIZE equals MAX_CMDBUF_SIZE, a command string of maximum length will overwrite part of the history buffer, causing the board to die. Expand the console_buffer and hist_lines buffer by one character each to hold the missing NULL char.
Signed-off-by: John Schmoller <jschmoller@xes-inc.com>
show more ...
|
| 47ab5ad1 | 26-Feb-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_setexpr: allow memory addresses in expressions
This patch add functionality to use memory addresses in expressions. This increases the power of expressions substantially
It adheres to the stand
cmd_setexpr: allow memory addresses in expressions
This patch add functionality to use memory addresses in expressions. This increases the power of expressions substantially
It adheres to the standard convemtions: memory addresses can be given in the format *address (e.g. *1000)
Rationale for this change is that it allows masking off bits from a byte that is obtained by reading data from e.g. i2c.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Fix warning: control reaches end of non-void function Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|
| 652e5354 | 25-Feb-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_i2c.c: added i2c read to memory function
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
| fb0070e9 | 25-Feb-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_i2c.c: sorted commands alphabetically
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
| bfc3b77e | 25-Feb-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_i2c.c: reworked subcommand handling
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
| f74d9bd2 | 25-Feb-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_bootm.c: made subcommand array static
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
| faffe14f | 25-Feb-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_i2c.c: reduced subaddress length to 3 bytes
according to some of the comments the subaddress length is 1 or 2, but we are being prepared for the case it becomes 3. However the code also accepted
cmd_i2c.c: reduced subaddress length to 3 bytes
according to some of the comments the subaddress length is 1 or 2, but we are being prepared for the case it becomes 3. However the code also accepted 4. This repairs this by changing the constand 4 to 3.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
show more ...
|
| a7490816 | 16-Mar-2010 |
Anatolij Gustschin <agust@denx.de> |
console.c: fix problem with splashimage
If a board uses cfb_console driver and splash image and also defines CONFIG_SILENT_CONSOLE, the user is locked out even if "silent" is not set. It is not poss
console.c: fix problem with splashimage
If a board uses cfb_console driver and splash image and also defines CONFIG_SILENT_CONSOLE, the user is locked out even if "silent" is not set. It is not possible to get any output, neither on vga console device nor on serial console after redirecting the output to the serial console, since the GD_FLG_SILENT flag remains set.
Fix the problem by redirecting the output from frame buffer to serial console if splashimage is used. Only suppress the output if "silent" environment variable was set and don't set the GD_FLG_SILENT flag arbitrarily.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
show more ...
|
| 9d90a93d | 25-Feb-2010 |
Frans Meulenbroeks <fransmeulenbroeks@gmail.com> |
cmd_mmc remove \n
This patch removes the \n after the help message for mmcinfo. This resulted in an empty line being displayed after the mmcinfo line when the help command was given.
Signed-off-by:
cmd_mmc remove \n
This patch removes the \n after the help message for mmcinfo. This resulted in an empty line being displayed after the mmcinfo line when the help command was given.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
show more ...
|
| 93910edb | 12-Mar-2010 |
Wolfgang Denk <wd@denx.de> |
Prepare v2010.03-rc1
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de> |
| 5f841959 | 28-Feb-2010 |
Michael Zaidman <michael.zaidman@gmail.com> |
Cosmetic change - indentation correction.
Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com> |
| a693447c | 23-Feb-2010 |
Anatolij Gustschin <agust@denx.de> |
cmd_mtdparts.c: prevent printbuffer overflows
The length of configured MTDPARTS_DEFAULT string could be greater than console printbuffer size. Replace printf() by puts() to avoid potential buffer ov
cmd_mtdparts.c: prevent printbuffer overflows
The length of configured MTDPARTS_DEFAULT string could be greater than console printbuffer size. Replace printf() by puts() to avoid potential buffer overflows.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
show more ...
|
| 143cd21f | 11-Mar-2010 |
Wolfgang Denk <wd@denx.de> |
Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT
The auto-update feature (CONFIG_UPDATE_TFTP) requires that the env variable serverip be set for the TFTP access. If DHCP is to be used to get the se
Move CONFIG_UPDATE_TFTP code after CONFIG_PREBOOT
The auto-update feature (CONFIG_UPDATE_TFTP) requires that the env variable serverip be set for the TFTP access. If DHCP is to be used to get the serverip env variable, this doesn't work as DHCP happens after the auto-update attempt has run. A solution is to run DHCP in PREBOOT, but even this is too late.
To solve this, we move update_tftp() below the PREBOOT stuff.
Signed-off-by: Wolfgang Denk <wd@denx.de>
show more ...
|