
Hi Breno,
On Tue, Oct 9, 2018 at 10:54 PM Breno Matheus Lima breno.lima@nxp.com wrote:
This patch set is restructuring and cleaning up the current i.MX documentation included in the U-Boot doc directory.
The current i.MX documentation is in the root directory so we cannot easily check which one is i.MX related: http://git.denx.de/?p=u-boot/u-boot-imx.git;a=tree;f=doc;
This series is restructuring the documentation only relevant for i.MX devices in a new imx directory:
doc └── imx ├── common │ ├── imx25.txt │ ├── imx27.txt │ ├── imx5.txt │ ├── imx6.txt │ └── mxs.txt ├── hab │ └── habv4 │ ├── encrypted_boot.txt │ └── secure_boot.txt ├── misc │ └── sdp.txt └── mkimage ├── imximage.txt └── mxsimage.txt
Subsequent patches will include more content in HAB documentation.
Breno Lima (7): doc: imx: reorganize i.MX documentation doc: imx: Move SPD related info to the appropriate doc doc: imx: mkimage: reorganize i.MX mkimage documentation doc: imx: Reorganize i.MX SoC common documentation doc: imx: hab: Reorganize High Assurance Boot documentation doc: imx: misc: Reorganize miscellaneous documentation doc: imx: Improve i.MX documentation naming
I think this cleanup makes things better organized, thanks:
Reviewed-by: Fabio Estevam festevam@gmail.com