============== -*- outline -*- ==============

            Renesas BSP ROM Writer

2021/09/03	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
=============================================

-------------------------------
* What is this ?
-------------------------------

	When you get Renesas BSP, it is difficult to understand
	what you need to do to use it. This is one of helper for it.
	This helps you to write ROM to your Renesas board.

-------------------------------
* Note
-------------------------------

	This is *Un Official* Tool.
	        ^^^^^^^^^^^^^^^^^^^
	Contributor never take responsibility even though some issue happen.
	            ^^^^^^^^^^^^^^^^^^^^^^^^^

-------------------------------
* How to use ?
-------------------------------

	Please check each board name folder and README in it.

-------------------------------
* License ?
-------------------------------

	Copyright (C) 2021 Renesas Electronics Corp.
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License version 2 as
	published by the Free Software Foundation.

-------------------------------
* Where to get renesas-bsp-rom-writer ?
-------------------------------

	https://github.com/morimoto/renesas-bsp-rom-writer
	https://gitlab.com/morimoto.kuninori/renesas-bsp-rom-writer

-------------------------------
* How to skip specified srec writing (Linux)
-------------------------------

	You can find ".renesas_bsp_rom_writer.xxx" file at your ROM dir
	if you first write ROM by using linux script.

	You can indicates the srec files into it which you want to ignore
	writing.

	ex) .renesas_bsp_rom_writer.xxx

		-----------------
		[bootparam_sa0.srec]:ignore
		[icumx_loader.srec]:ignore
		...
		-----------------

	+---------------------------------------+
	| You can select update style           |
	|   1) Update all files without asking  |
	|   2) Ask one by one whether to update |
	+---------------------------------------+
	select number (1-2): 1

	+-------------------------------------------------+
	| config file indicates ignore bootparam_sa0.srec |
	+-------------------------------------------------+

	+------------------------------------------------+
	| config file indicates ignore icumx_loader.srec |
	+------------------------------------------------+
	...