[U-Boot] [PATCH 1/2] cmd_fat: add FAT write command

2012-03-13 Thread Maximilian Schwerin
From: Donggeun Kim Once CONFIG_FAT_WRITE is defined, users can invoke 'fatwrite' command that saves data in RAM as a FAT file. This patch also removes compile error after patch of 'fs/fat: Fix FAT detection to support non-DOS partition tables'. Signed-off-by: Donggeun Kim samsung.com> Signed-o

[U-Boot] [PATCH 2/2] Add support for loading and saving the environment to a FAT partition

2012-03-13 Thread Maximilian Schwerin
new file mode 100644 index 000..a1bba3c --- /dev/null +++ b/common/env_fat.c @@ -0,0 +1,158 @@ +/* + * (c) Copyright 2011 by Tigris Elektronik GmbH + * + * Author: + * Maximilian Schwerin + * + * See file CREDITS for list of people who contributed to this + * project. + * + * This program is f

[U-Boot] LAN9514 on Beagleboard

2012-03-20 Thread Maximilian Schwerin
probably not a hardware issue. Greetings, Maximilian Schwerin. pgpiiXfBXoVEr.pgp Description: PGP signature ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 1/2] FAT write: Fix compile errors

2012-03-22 Thread Maximilian Schwerin
This patch removes compile errors introduced by 'fs/fat: Fix FAT detection to support non-DOS partition tables'. This patch was originally part of http://article.gmane.org/gmane.comp.boot-loaders.u-boot/121847 Reported-by: Donggeun Kim Cc: Kyungmin Park --- fs/fat/fat_write.c | 20 -

[U-Boot] [PATCH 2/2] cmd_fat: add FAT write command

2012-03-22 Thread Maximilian Schwerin
Once CONFIG_FAT_WRITE is defined, users can invoke 'fatwrite' command that saves data in RAM as a FAT file. This patch was originally part of http://article.gmane.org/gmane.comp.boot-loaders.u-boot/121847 Reported-by: Donggeun Kim Cc: Kyungmin Park --- README |8 +- common/c

Re: [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command

2012-03-26 Thread Maximilian Schwerin
> -Ursprüngliche Nachricht- > Von: Anatolij Gustschin [mailto:ag...@denx.de] > Gesendet: Montag, 26. März 2012 09:13 > An: Kyungmin Park > Cc: Maximilian Schwerin; u-boot@lists.denx.de > Betreff: Re: [U-Boot] [PATCH 2/2] cmd_fat: add FAT write command > > On M

[U-Boot] [PATCH] serial_mxc: Fix setup of UARTx_UFCR register

2015-11-25 Thread Maximilian Schwerin
This patch writes the default values for TXTL and RXTL to UARTx_UFCR. Without this patch some older kernel versions crash as UARTx_UFCR was not always correctly initialized. Signed-off-by: Maximilian Schwerin --- drivers/serial/serial_mxc.c | 9 - 1 file changed, 8 insertions(+), 1