Re: [linux-sunxi] Re: Devices naming consistency in U-Boot, Linux, sunxi-boards and the linux-sunxi wiki

2015-04-23 Thread Reinhard Max
On Sat, 18 Apr 2015 at 18:31, Paul Kocialkowski wrote: I think we should do that too for devices that have a device-tree source that we cannot rename. This will cause a lack of consistency between sunxi-boards, U-Boot, the wiki on the one hand and Linux on the other for those devices, but sinc

[linux-sunxi] [PATCH] Move fsl_s8.fex to the a31s directory.

2014-10-22 Thread Reinhard Max
Hi, my last patch that added fsl_s8.fex misplaced it in the a31 directory. This one moves it to a31s. cu Reinhard --- sys_config/a31/fsl_s8.fex | 964 - sys_config/a31s/fsl_s8.fex | 964 + 2 files c

[linux-sunxi] [PATCH] Allow empty sections as found in the FEX files of Ippo q8h v1.2 and FSL S8

2014-10-21 Thread Reinhard Max
--- script_bin.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/script_bin.c b/script_bin.c index 8da9bd7..ce13a2a 100644 --- a/script_bin.c +++ b/script_bin.c @@ -82,10 +82,8 @@ size_t script_bin_size(struct script *script, }

[linux-sunxi] [PATCH] Add fex and meminfo for Q8H v1.2 and FSL S8.

2014-10-20 Thread Reinhard Max
--- meminfo/a23/ippo_q8h_v1.2.txt| 259 +++ meminfo/a31/fsl_s8.txt | 327 + sys_config/a23/ippo_q8h_v1_2.fex | 871 +++ sys_config/a31/fsl_s8.fex| 964 +++ 4 files changed, 2421 insertions