[U-Boot] [PATCH 1/2] highbank: set AUTOBOOT_KEYED_CTRLC config option

2013-09-10 Thread Mark Langsdorf
Let highbank users break into the autoboot script with ctrl-c. Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- include/configs/highbank.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/highbank.h b/include/configs/highbank.h index afb6e64

[U-Boot] [PATCH 1/2] autoboot: add an option to override keyed autoboot

2013-09-10 Thread Mark Langsdorf
As originally implemented, setting the AUTOBOOT_KEYED config option will prevent users from breaking into the autoboot script with ctrl-c. Restore that option with a new config symbol. Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- common/main.c | 4 ++-- doc/README.autoboot

[U-Boot] [PATCH 2/3] cmd_scsi: use lbaint_t for LBA values instead of u32

2013-09-10 Thread Mark Langsdorf
The lbaint_t type exists, and should be used in preference to unsigned long, which may not be correct when support lba48 compatible drives. Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- common/cmd_scsi.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff

[U-Boot] [PATCH 3/3] ahci: support LBA48 data reads for 2+TB drives

2013-09-10 Thread Mark Langsdorf
Enable full 48-bit LBA48 data reads by passing the upper word of the LBA block pointer in bytes 9 and 10 of the FIS. This allows uboot to load data from any arbitrary sector on a drive with 2 or more TB of available data connected to an AHCI controller. Signed-off-by: Mark Langsdorf mark.langsd

[U-Boot] [PATCH 1/3] cmd_scsi: fix formatting before making additional changes

2013-09-10 Thread Mark Langsdorf
Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- common/cmd_scsi.c | 498 -- 1 file changed, 255 insertions(+), 243 deletions(-) diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c index 7b97dc9..bbaed41 100644 --- a/common

[U-Boot] [PATCH 1/6] part_efi: make sure the gpt_pte is freed

2013-09-10 Thread Mark Langsdorf
as to minimize message spam in perfectly normal situations. Signed-off-by: Mark Langsdorf mark.langsd...@calxeda.com --- disk/part_efi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/disk/part_efi.c b/disk/part_efi.c index b7524d6..9c33ae7 100644 --- a/disk/part_efi.c +++ b/disk

[U-Boot] ahci: add support for LBA48 data reads

2013-09-10 Thread Mark Langsdorf
for reading those offsets. --Mark Langsdorf Calxeda, Inc. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot