Searched hist:c30a15e590c7e5bfd27e4704c81648071f11d51f (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | Makefile | c30a15e590c7e5bfd27e4704c81648071f11d51f Mon Oct 24 21:15:28 UTC 2011 Donggeun Kim <dg77.kim@samsung.com> FAT: Add FAT write feature
In some cases, saving data in RAM as a file with FAT format is required. This patch allows the file to be written in FAT formatted partition.
The usage is similar with reading a file. First, fat_register_device function is called before file_fat_write function in order to set target partition. Then, file_fat_write function is invoked with desired file name, start ram address for writing data, and file size.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
|
| H A D | fat_write.c | c30a15e590c7e5bfd27e4704c81648071f11d51f Mon Oct 24 21:15:28 UTC 2011 Donggeun Kim <dg77.kim@samsung.com> FAT: Add FAT write feature
In some cases, saving data in RAM as a file with FAT format is required. This patch allows the file to be written in FAT formatted partition.
The usage is similar with reading a file. First, fat_register_device function is called before file_fat_write function in order to set target partition. Then, file_fat_write function is invoked with desired file name, start ram address for writing data, and file size.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
|
| H A D | fat.c | c30a15e590c7e5bfd27e4704c81648071f11d51f Mon Oct 24 21:15:28 UTC 2011 Donggeun Kim <dg77.kim@samsung.com> FAT: Add FAT write feature
In some cases, saving data in RAM as a file with FAT format is required. This patch allows the file to be written in FAT formatted partition.
The usage is similar with reading a file. First, fat_register_device function is called before file_fat_write function in order to set target partition. Then, file_fat_write function is invoked with desired file name, start ram address for writing data, and file size.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fat.h | c30a15e590c7e5bfd27e4704c81648071f11d51f Mon Oct 24 21:15:28 UTC 2011 Donggeun Kim <dg77.kim@samsung.com> FAT: Add FAT write feature
In some cases, saving data in RAM as a file with FAT format is required. This patch allows the file to be written in FAT formatted partition.
The usage is similar with reading a file. First, fat_register_device function is called before file_fat_write function in order to set target partition. Then, file_fat_write function is invoked with desired file name, start ram address for writing data, and file size.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
|
| /rk3399_rockchip-uboot/ |
| H A D | README | c30a15e590c7e5bfd27e4704c81648071f11d51f Mon Oct 24 21:15:28 UTC 2011 Donggeun Kim <dg77.kim@samsung.com> FAT: Add FAT write feature
In some cases, saving data in RAM as a file with FAT format is required. This patch allows the file to be written in FAT formatted partition.
The usage is similar with reading a file. First, fat_register_device function is called before file_fat_write function in order to set target partition. Then, file_fat_write function is invoked with desired file name, start ram address for writing data, and file size.
Signed-off-by: Donggeun Kim <dg77.kim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
|