| 1208a2df | 27-Dec-2007 |
Matthias Fuchs <matthias.fuchs@esd-electronics.com> |
serial: Make default_serial_console() a weak function
With this patch it is possible to reimplement default_serial_console() in board specific code. This will be done in the upcomming PMC440 U-Boot
serial: Make default_serial_console() a weak function
With this patch it is possible to reimplement default_serial_console() in board specific code. This will be done in the upcomming PMC440 U-Boot port. This also allows the lwmon board maintainer to remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
show more ...
|
| d16471ee | 19-Dec-2007 |
Harald Welte <laforge@openmoko.org> |
add 'terminal program' functionality
This patch adds a 'cu' like serial terminal command to u-boot using which you can access other serial ports from the system console.
OpenMoko uses this in their
add 'terminal program' functionality
This patch adds a 'cu' like serial terminal command to u-boot using which you can access other serial ports from the system console.
OpenMoko uses this in their Neo1973 phones to get access to the GSM Modem and GPS chip from the bootloader.
Signed-off-by: Harald Welte <laforge@openmoko.org>
show more ...
|
| b60af3d4 | 30-Dec-2007 |
Gerald Van Baren <vanbaren@cideas.com> |
Fine grained per property /chosen updating.
Implement a suggestion by Scott Wood to make the /chosen handling fine grained. Don't overwrite pre-existing properties on a per-property basis, so if /c
Fine grained per property /chosen updating.
Implement a suggestion by Scott Wood to make the /chosen handling fine grained. Don't overwrite pre-existing properties on a per-property basis, so if /chosen exists but a necessary /chosen/property doesn't, it gets created. If a /chosen property exists, it is NOT overwritten unless the "force" flag is true.
Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
show more ...
|
| 238cb7a4 | 05-Jan-2008 |
Gerald Van Baren <vanbaren@cideas.com> |
Improve the FDT help message.
Add a note that "fdt copy" makes the new address active. Remove most of the extra hints at the end of the fdt help.
Signed-off-by: Gerald Van Baren <vanbaren@cideas.co
Improve the FDT help message.
Add a note that "fdt copy" makes the new address active. Remove most of the extra hints at the end of the fdt help.
Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
show more ...
|
| 151c8b09 | 26-Nov-2007 |
Kumar Gala <galak@kernel.crashing.org> |
Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
We use a combination of the serialN alias and CONFIG_CONS_INDEX to determine which serial alias we should set linux,stdout-path to.
Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
We use a combination of the serialN alias and CONFIG_CONS_INDEX to determine which serial alias we should set linux,stdout-path to.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|
| 9eb77cea | 21-Nov-2007 |
Kumar Gala <galak@kernel.crashing.org> |
Add additional fdt fixup helper functions
Added the following fdt fixup helpers: * do_fixup_by_prop{_u32} - Find matching nodes by property name/value * do_fixup_by_compat{_u32} - Find matching no
Add additional fdt fixup helper functions
Added the following fdt fixup helpers: * do_fixup_by_prop{_u32} - Find matching nodes by property name/value * do_fixup_by_compat{_u32} - Find matching nodes by compat
The _u32 variants work the same only the property they are setting is know to be a 32-bit integer instead of a byte buffer.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|
| dbaf07ce | 21-Nov-2007 |
Kumar Gala <galak@kernel.crashing.org> |
Fix warnings from import of libfdt
cmd_fdt.c: In function fdt_print: cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type cmd_fdt.c:613: warning: assignment discards quali
Fix warnings from import of libfdt
cmd_fdt.c: In function fdt_print: cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
show more ...
|