[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 <maximilian.schwe...@tigris.de> --- drivers/serial/serial_mxc.c | 9 -

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 Mon, 26 Mar 2012 09:34:07 +0900

[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 dg77@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com

[U-Boot] LAN9514 on Beagleboard

2012-03-20 Thread Maximilian Schwerin
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] cmd_fat: add FAT write command

2012-03-13 Thread Maximilian Schwerin
From: Donggeun Kim dg77.kim at 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 dg77.kim

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

2012-03-13 Thread Maximilian Schwerin
@@ -0,0 +1,158 @@ +/* + * (c) Copyright 2011 by Tigris Elektronik GmbH + * + * Author: + * Maximilian Schwerin m...@tigris.de + * + * See file CREDITS for list of people who contributed to this + * project. + * + * This program is free software; you can redistribute it and/or + * modify it under