- 03 May, 2016 1 commit
-
-
Bernhard Nortmann authored
The nand-part.c code tries to re-read the partition tables by issuing an ioctl(fd, BLKRRPART, NULL). This isn't available on non-Linux platforms, e.g. Mac OS X. Add preprocessor conditionals to prevent this from breaking the build. Signed-off-by: Bernhard Nortmann <bernhard.nortmann@web.de>
-
- 19 Sep, 2013 1 commit
-
-
Patrick Wood authored
Build one nand-part program to handle both A10 and A20 mbr header formats. Changed -f option to take an "a10" or "a20" argument to specify which mbr format to force. Signed-off-by: Patrick Wood <patrickhwood@gmail.com>
-
- 23 Jul, 2013 6 commits
-
-
Pat Wood authored
A20 boot1 checks the MBR magic string but not the version, but let's check it anyway (can always force now with the -f option if the version isn't 0x200 on the system)
-
Pat Wood authored
-
Pat Wood authored
-
Pat Wood authored
command usage and partition numbering in linux nand driver
-
Pat Wood authored
offset of partition 1 isn't specified, switch to old argument syntax that retains partition 1 values
-
Pat Wood authored
allow setting of partition 1 size/offset if -f option is used, force writing of MBR header, even if CRC or header magic/version are incorrect (for recovery only)
-
- 24 Jun, 2013 2 commits
-
-
Michal Suchanek authored
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
Michal Suchanek authored
Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net>
-
- 15 May, 2013 1 commit
-
-
Henrik Nordstrom authored
-
- 01 Mar, 2013 1 commit
-
-
Michal Suchanek authored
-
- 17 Feb, 2013 2 commits
- 15 Feb, 2013 1 commit
-
-
Patrick Wood authored
ignore user_type in android nand MBR; these can be other than 0 or 2 contrary to Allwinner's expectations allow the user to set the user_type from the command line (optional -- backwards compatible with existing usage
-
- 04 Feb, 2013 1 commit
-
-
Pat Wood authored
contrary to Allwinner's expectations allow the user to set the user_type from the command line (optional -- backwards compatible with existing usage
-
- 06 Aug, 2012 2 commits
-
-
Alejandro Mery authored
-
Patrick Wood authored
-