| 5e84e5a7 | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
blackfin: Change global data baudrate to int
This doesn't need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom
blackfin: Change global data baudrate to int
This doesn't need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com>
show more ...
|
| e46e31a8 | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
arm: Change global data baudrate to int
This does not need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini
arm: Change global data baudrate to int
This does not need to be a long, so change it.
Also adjust bi_baudrate to be unsigned.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com>
show more ...
|
| a8f1f1cd | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
sparc: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> |
| a7e5ee9e | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
powerpc: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> |
| 7a68e330 | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
openrisc: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> |
| 7fffe2fa | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
nios2: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> |
| 74e8456b | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
microblaze: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> |
| f5a5b3c5 | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
m68k: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> |
| 15dc95d4 | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
avr32: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Andreas Bießmann <andreas.devel@googl
avr32: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Andreas Bießmann <andreas.devel@googlemail.com> Signed-off-by: Tom Rini <trini@ti.com>
show more ...
|
| ecd4551f | 12-Oct-2012 |
Simon Glass <sjg@chromium.org> |
sh: Change bi_baudrate and global data baudrate to int
These don't need to be longs, so change them.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@ti.com> |
| ddd8418f | 12-Oct-2012 |
Joe Hershberger <joe.hershberger@ni.com> |
env: cosmetic: Consilidate the default env definition
There used to be a huge structure duplicated 3 times in the source.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Tom
env: cosmetic: Consilidate the default env definition
There used to be a huge structure duplicated 3 times in the source.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Signed-off-by: Tom Rini <trini@ti.com>
show more ...
|
| 953cfd28 | 17-Oct-2012 |
Tom Rini <trini@ti.com> |
Merge branch 'master' of git://git.denx.de/u-boot-i2c |
| 8af4472a | 07-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
remove unnecessary includes from cmd_ide.c
mpc8xx and mpc5xxx specific includes in cmd_ide.c are not required, remove them.
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| 21d2bf42 | 07-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
split PCS440EP specific code from cmd_ide.c
Move specific ide_input_data and friends to board-specific file.
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| 4d1361d8 | 09-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
split AU1X00 specific code from cmd_ide.c
move special case of ide_swap_read() for AU1X00 SoC into SoC-specific directory.
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| 19be2ea2 | 07-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
make ide_led() a weak alias
Make ide_led() a weak alias instead of global/local function/empty macro based on CONFIG_IDE_LED value and/or board-specific CONFIGs, to get rid of board-specific code in
make ide_led() a weak alias
Make ide_led() a weak alias instead of global/local function/empty macro based on CONFIG_IDE_LED value and/or board-specific CONFIGs, to get rid of board-specific code in cmd_ide.c Define dummy values to get rid of compoler errors in case where ide_led() used to be an empty macro
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
show more ...
|
| 28920b1f | 07-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
split CPC45 board-specific IDE functions from cmd_ide.c
Move input_data() and friends to board/cpc45/ide.c, as overrides for weak aliases in cmd_ide.c
note: checkpatch emits warnings about using vo
split CPC45 board-specific IDE functions from cmd_ide.c
Move input_data() and friends to board/cpc45/ide.c, as overrides for weak aliases in cmd_ide.c
note: checkpatch emits warnings about using volatile
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
show more ...
|
| f5b82c0f | 09-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
change all versions of input_data() and output_data() to global weak aliases
This changes input_data() and friends from static function to global symbols under weak alias, to enable board specific o
change all versions of input_data() and output_data() to global weak aliases
This changes input_data() and friends from static function to global symbols under weak alias, to enable board specific overrides (and therefore get rid of board-specific code in cmd_ide.c) Also declare ide_bus_offset in the header file, so other files can use ATA_CURR_BASE as well.
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
show more ...
|
| e4148c11 | 07-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
split IVM power hooks from cmd_ide.c
Move power control code from ide_reset() into IVM-specific IDE reset code.
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| 8d1165e1 | 09-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
split mpc8xx hooks from cmd_ide.c
move most of mpc8xx hooks from cmd_ide.c into ide_preinit() and newly created ide_init_postreset() (invoked after calling ide_reset after ide_preinit), some cleanup
split mpc8xx hooks from cmd_ide.c
move most of mpc8xx hooks from cmd_ide.c into ide_preinit() and newly created ide_init_postreset() (invoked after calling ide_reset after ide_preinit), some cleanup to make checkpatch happy, enable IDE init hooks in configs of affected boards. confusingly, these hooks are used by more than just mpc8xx-based boards, and therefore are placed in arch/ppc/lib/
note: checkpatch still emits warnings about using volatile
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com>
show more ...
|
| 94fa029a | 07-Oct-2012 |
Pavel Herrmann <morpheus.ibis@gmail.com> |
remove CONFIG_SC3 from cmd_ide.c
There is no difference in codepath with CONFIG_SC3 enabled, so just remove it
Signed-off-by: Pavel Herrmann <morpheus.ibis@gmail.com> |
| 54b99e51 | 23-Sep-2012 |
Eric Nelson <eric.nelson@boundarydevices.com> |
i2c_probe: update for use in scripting
Allow the use of an I2C address to test and return success if one or more devices is found.
This allows device presence to alter the flow of a script. e.g.
i2c_probe: update for use in scripting
Allow the use of an I2C address to test and return success if one or more devices is found.
This allows device presence to alter the flow of a script. e.g. if i2c probe 0x04 ; then echo found Hannstar touch ; fi
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
show more ...
|
| ff5d2dce | 16-Sep-2012 |
York Sun <yorksun@freescale.com> |
common/i2c: Add i2c write command
Add i2c write command to write data from memory to i2c devices.
Signed-off-by: York Sun <yorksun@freescale.com> |
| 8ac88f2d | 17-Aug-2012 |
Joe Hershberger <joe.hershberger@ni.com> |
fdt: Check for a token to skip auto-hash validation
Allow the itb file to declare to u-boot that its hash should not be checked automatically on bootm or iminfo. This allows an image to either be c
fdt: Check for a token to skip auto-hash validation
Allow the itb file to declare to u-boot that its hash should not be checked automatically on bootm or iminfo. This allows an image to either be checked automatically or to include a script which may check it otherwise (such as after part of the itb has been relocated to RAM by the script).
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|
| 8805beec | 17-Aug-2012 |
Joe Hershberger <joe.hershberger@ni.com> |
fdt: Identify scripts in ITBs as printable strings
Scripts in the ITB format will have spaces in them and will end in a newline charachter. Make sure that these are considered printable.
Signed-of
fdt: Identify scripts in ITBs as printable strings
Scripts in the ITB format will have spaces in them and will end in a newline charachter. Make sure that these are considered printable.
Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
show more ...
|