Commit Graph

28 Commits

Author SHA1 Message Date
Laurent Vivier 02fdcb3eb4 libmap: add map_update_checksum.c
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-11-10 22:23:53 +01:00
Laurent Vivier 9b3737d9cc libmap: add map_write_driver.c
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-11-10 22:23:53 +01:00
Laurent Vivier 7b836064ad libmap: add map_read_driver.c
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-11-10 22:23:53 +01:00
Laurent Vivier 081c7f96ee libmap: move emile_checksum() to map_checksum()
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-11-08 22:47:21 +01:00
Laurent Vivier e6a2eb39cf correct return code of map_write
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2014-05-31 12:19:52 +02:00
Laurent Vivier 9bd9755dbb Update email address
Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
2013-09-05 14:45:27 +02:00
Laurent Vivier f0a396777c Add APPLE_DRIVER_EMILE 2008-08-12 09:13:43 +00:00
Laurent Vivier 98bd88c574 Add map_init.c, use stream_FILE with device->close() 2008-04-20 16:33:20 +00:00
Laurent Vivier 47a16fe0c8 use sector number instead of computing it from struct size and block size 2007-11-02 09:40:04 +00:00
Laurent Vivier 3eb3d6005e use directly block address instead of computing it with blocksize, correct parameter of get_blocksize() 2007-11-01 22:52:17 +00:00
Laurent Vivier d3e4392b75 correct call of get_blocksize() 2007-11-01 22:12:38 +00:00
Laurent Vivier eb9c17f5ad Add map_get_blocksize() 2007-11-01 22:07:17 +00:00
Laurent Vivier b0c25d723f rename map_partition_read and map_partition_write to map_read_sector and map_write_sector 2007-10-10 21:07:52 +00:00
Laurent Vivier b189dfbbed rename map_partition_read and map_partition_write to map_read_sector and map_write_sector 2007-10-10 20:58:25 +00:00
Laurent Vivier e134c95553 Duplicate device on open and free on close, close device on map close 2007-10-10 20:49:55 +00:00
Laurent Vivier 22d6bc63a9 data is map->device->data and not map->device, read_sector() and write_sector() need an offset in block and not in bytes whereas size is in bytes 2007-10-10 16:41:31 +00:00
Laurent Vivier 00c1bbf35a use bytes instead of block 2007-10-09 20:40:37 +00:00
Laurent Vivier 6c9d87a9dc Add map_partition_read.c and map_partition_write.c 2007-10-09 20:16:52 +00:00
Laurent Vivier 499cf44318 call map_partition_read() 2007-10-09 20:15:49 +00:00
Laurent Vivier e07088c23c call map_partition_write() 2007-10-09 20:15:32 +00:00
Laurent Vivier c5f68b4a0e correct name 2007-10-09 20:14:23 +00:00
Laurent Vivier f76443357e correct names 2007-10-09 20:13:57 +00:00
Laurent Vivier 79d62ad6ba corret typo 2007-10-09 20:06:12 +00:00
Laurent Vivier ffa835644d Add map_partition_read() and map_partition_write() 2007-10-09 20:00:27 +00:00
Laurent Vivier 0139be9609 move from stdio to device_io_t 2007-10-09 19:02:42 +00:00
Laurent Vivier 37c6ac70c6 add map_block0_write.c 2007-10-04 20:25:57 +00:00
Laurent Vivier 6657d065cf move some definitions from libemile.h 2007-10-04 20:16:27 +00:00
Laurent Vivier d39a68703e move emile_map_* from libemile to libmap, rename partition.h to libmap.h 2007-10-02 14:21:34 +00:00