Masahiro Yamada
e02ee2548a
kconfig: switch to single .config configuration
...
When Kconfig for U-boot was examined, one of the biggest issues was
how to support multiple images (Normal, SPL, TPL). There were
actually two options, "single .config" and "multiple .config".
After some discussions and thought experiments, I chose the latter,
i.e. to create ".config", "spl/.config", "tpl/.config" for Normal,
SPL, TPL, respectively.
It is true that the "multiple .config" strategy provided us the
maximum flexibility and helped to avoid duplicating CONFIGs among
Normal, SPL, TPL, but I have noticed some fatal problems:
[1] It is impossible to share CONFIG options across the images.
If you change the configuration of Main image, you often have to
adjust some SPL configurations correspondingly. Currently, we
cannot handle the dependencies between them. It means one of the
biggest advantages of Kconfig is lost.
[2] It is too painful to change both ".config" and "spl/.config".
Sunxi guys started to work around this problem by creating a new
configuration target. Commit cbdd9a9737 (sunxi: kconfig: Add
%_felconfig rule to enable FEL build of sunxi platforms.) added
"make *_felconfig" to enable CONFIG_SPL_FEL on both images.
Changing the configuration of multiple images in one command is a
generic demand. The current implementation cannot propose any
good solution about this.
[3] Kconfig files are getting ugly and difficult to understand.
Commit b724bd7d63 (dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to
Kconfig) has sprinkled "if !SPL_BUILD" over the Kconfig files.
[4] The build system got more complicated than it should be.
To adjust Linux-originated Kconfig to U-Boot, the helper script
"scripts/multiconfig.sh" was introduced. Writing a complicated
text processor is a shell script sometimes caused problems.
Now I believe the "single .config" will serve us better. With it,
all the problems above would go away. Instead, we will have to add
some CONFIG_SPL_* (and CONFIG_TPL_*) options such as CONFIG_SPL_DM,
but we will not have much. Anyway, this is what we do now in
scripts/Makefile.spl.
I admit my mistake with my apology and this commit switches to the
single .config configuration.
It is not so difficult to do that:
- Remove unnecessary processings from scripts/multiconfig.sh
This file will remain for a while to support the current defconfig
format. It will be removed after more cleanups are done.
- Adjust some makefiles and Kconfigs
- Add some entries to include/config_uncmd_spl.h and the new file
scripts/Makefile.uncmd_spl. Some CONFIG options that are not
supported on SPL must be disabled because one .config is shared
between SPL and U-Boot proper going forward. I know this is not
a beautiful solution and I think we can do better, but let's see
how much we will have to describe them.
- update doc/README.kconfig
More cleaning up patches will follow this.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com >
Reviewed-by: Simon Glass <sjg@chromium.org >
2015-02-24 17:06:23 -05:00
..
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-22 12:34:56 +01:00
2015-02-02 13:55:14 +01:00
2015-02-02 13:57:16 +01:00
2015-02-02 13:57:16 +01:00
2015-02-02 13:55:14 +01:00
2015-02-02 13:55:14 +01:00
2015-02-02 13:55:14 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-11-10 09:48:52 +09:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-10-23 19:29:07 -06:00
2015-01-29 17:09:58 -07:00
2014-08-25 10:48:13 -04:00
2014-11-05 11:57:04 -05:00
2014-11-05 11:57:04 -05:00
2014-08-25 10:48:13 -04:00
2014-08-25 10:48:13 -04:00
2015-02-12 15:17:28 -07:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2015-02-21 16:53:33 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-10-22 09:30:54 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-09 16:41:20 +03:00
2015-02-09 16:41:20 +03:00
2015-02-12 10:35:31 -07:00
2014-07-30 08:48:01 -04:00
2014-08-13 09:30:41 +02:00
2014-12-26 10:21:17 +09:00
2014-09-25 09:31:24 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-02 13:55:14 +01:00
2015-02-21 08:23:51 -05:00
2015-02-09 16:41:20 +03:00
2015-02-13 09:17:51 +03:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-02 13:55:14 +01:00
2015-02-02 13:55:14 +01:00
2014-07-30 08:48:01 -04:00
2014-11-23 06:49:01 -05:00
2014-11-23 06:49:01 -05:00
2014-07-30 08:48:01 -04:00
2014-08-30 07:46:39 -04:00
2014-11-23 06:49:00 -05:00
2014-11-23 06:49:00 -05:00
2014-11-23 06:49:00 -05:00
2014-11-23 06:49:00 -05:00
2014-11-23 06:49:00 -05:00
2014-11-23 06:49:00 -05:00
2014-11-23 06:49:00 -05:00
2014-09-24 18:30:28 -04:00
2014-12-04 11:04:39 -05:00
2014-09-25 09:31:24 -04:00
2014-09-24 18:30:29 -04:00
2014-09-24 18:30:28 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 18:30:28 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-16 09:27:06 -08:00
2014-07-30 08:48:01 -04:00
2015-01-16 09:27:06 -08:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 10:35:32 -07:00
2014-09-25 09:31:24 -04:00
2014-09-22 16:09:56 +02:00
2014-07-30 08:48:01 -04:00
2015-01-23 17:24:53 -07:00
2015-02-21 16:53:33 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 15:17:28 -07:00
2015-02-12 10:35:35 -07:00
2014-08-30 21:21:59 -04:00
2015-02-12 15:17:28 -07:00
2015-02-12 10:35:35 -07:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-09-25 09:31:24 -04:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2015-01-13 07:25:04 -08:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-12-18 17:26:07 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-22 12:34:56 +01:00
2015-02-02 13:55:14 +01:00
2015-01-22 12:34:56 +01:00
2015-02-02 13:55:14 +01:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-09-25 09:31:24 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2015-02-06 17:24:46 +01:00
2014-11-01 18:17:22 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2015-02-12 10:35:35 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-06 12:07:41 -07:00
2014-07-30 08:48:01 -04:00
2015-02-12 10:35:32 -07:00
2015-02-12 10:35:32 -07:00
2014-08-30 21:21:21 -04:00
2014-11-10 09:43:48 +09:00
2014-07-30 08:48:01 -04:00
2014-11-04 15:01:46 -05:00
2014-11-04 15:01:46 -05:00
2014-11-04 15:01:46 -05:00
2014-07-30 08:48:01 -04:00
2014-11-04 15:01:46 -05:00
2014-11-04 15:01:46 -05:00
2014-08-30 21:21:21 -04:00
2015-02-12 15:17:28 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:22:00 -04:00
2014-11-19 08:48:42 +01:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2015-02-21 16:53:33 +01:00
2015-02-02 13:55:14 +01:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2015-01-29 17:09:58 -07:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 16:53:33 +01:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 18:30:28 -04:00
2014-08-30 21:21:59 -04:00
2014-07-30 08:48:01 -04:00
2015-01-22 12:34:56 +01:00
2015-02-02 13:55:14 +01:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-10-10 12:10:00 -04:00
2014-10-10 12:10:00 -04:00
2014-10-23 11:27:05 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-11-10 09:48:52 +09:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 18:30:28 -04:00
2014-12-26 10:21:17 +09:00
2014-11-10 09:48:52 +09:00
2014-07-30 08:48:01 -04:00
2015-02-02 13:55:14 +01:00
2015-02-12 15:17:28 -07:00
2015-02-02 13:56:19 +01:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:12:12 -07:00
2014-12-11 09:40:24 -08:00
2014-09-08 10:30:34 -07:00
2015-01-23 22:29:15 -06:00
2014-10-16 14:21:26 -07:00
2014-12-11 09:40:14 -08:00
2014-12-11 09:39:22 -08:00
2014-09-08 10:30:35 -07:00
2015-01-23 22:29:15 -06:00
2014-10-16 14:21:26 -07:00
2014-12-11 09:40:14 -08:00
2014-12-11 09:39:32 -08:00
2014-09-16 12:24:00 -04:00
2014-09-16 12:24:00 -04:00
2014-09-16 12:24:00 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-11-01 18:17:22 +01:00
2014-11-01 18:17:22 +01:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2015-02-06 17:24:43 +01:00
2015-02-12 10:35:35 -07:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-01-22 12:34:56 +01:00
2015-02-02 13:55:14 +01:00
2015-01-23 15:15:02 +01:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2015-02-19 06:20:25 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-02 13:55:14 +01:00
2015-01-22 12:34:56 +01:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-02 13:55:14 +01:00
2015-01-22 12:34:56 +01:00
2015-02-12 10:35:35 -07:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-09-30 12:21:14 +02:00
2014-09-30 12:21:14 +02:00
2015-02-13 07:20:00 -07:00
2015-02-13 07:20:00 -07:00
2014-09-30 12:21:14 +02:00
2014-09-30 12:21:14 +02:00
2015-02-13 07:20:00 -07:00
2015-02-13 07:20:00 -07:00
2015-02-13 07:20:00 -07:00
2015-02-13 07:20:00 -07:00
2014-07-30 08:48:01 -04:00
2014-12-31 14:54:01 +05:30
2015-02-19 06:19:18 -07:00
2015-02-19 06:19:18 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-14 11:37:39 -05:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:22:00 -04:00
2014-08-30 21:22:00 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 15:17:28 -07:00
2014-11-20 10:30:18 +01:00
2014-12-11 13:18:44 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-19 06:19:18 -07:00
2014-12-22 20:37:10 +09:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2014-08-30 21:21:59 -04:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:59 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-10-06 17:24:28 +02:00
2015-01-22 11:03:19 +01:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-16 09:27:15 -08:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-11-01 18:17:22 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 15:17:28 -07:00
2015-02-12 15:17:28 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-19 06:19:18 -07:00
2015-02-19 06:19:18 -07:00
2015-02-12 15:17:28 -07:00
2015-02-12 15:17:28 -07:00
2015-02-24 17:06:23 -05:00
2015-02-24 17:06:23 -05:00
2015-02-24 17:06:23 -05:00
2014-07-30 08:48:01 -04:00
2015-01-19 09:07:31 +01:00
2015-01-19 09:07:31 +01:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2015-02-21 08:23:51 -05:00
2014-09-24 18:30:28 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-11-01 18:18:04 +01:00
2014-11-01 18:18:04 +01:00
2014-11-01 18:18:04 +01:00
2014-11-01 18:18:04 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-02 13:55:14 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:28:16 -05:00
2015-02-12 15:17:28 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 15:17:28 -07:00
2014-09-25 09:31:24 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-19 06:19:18 -07:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-11-17 13:16:20 +09:00
2014-11-17 13:16:20 +09:00
2014-11-17 13:16:20 +09:00
2014-07-30 08:48:01 -04:00
2014-11-17 13:16:20 +09:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2015-02-13 13:14:56 +09:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-09-25 09:31:24 -04:00
2015-02-12 15:17:28 -07:00
2014-10-08 17:25:47 +09:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-19 06:19:18 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 10:35:35 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-13 07:19:55 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-22 12:34:56 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-12-05 08:06:15 -08:00
2015-01-16 09:30:58 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-12-05 08:06:15 -08:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 13:02:03 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-16 09:30:39 -08:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 10:35:35 -07:00
2015-02-21 08:23:51 -05:00
2015-02-09 16:41:20 +03:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-11-13 18:09:23 +01:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-25 09:31:24 -04:00
2014-09-25 09:31:24 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-08-31 12:01:04 -04:00
2014-08-31 12:01:04 -04:00
2014-08-31 12:01:04 -04:00
2014-08-31 12:01:04 -04:00
2014-09-25 09:31:24 -04:00
2014-09-25 09:31:24 -04:00
2015-02-12 10:35:35 -07:00
2015-02-12 10:35:35 -07:00
2014-09-25 09:31:24 -04:00
2014-07-30 08:48:01 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-09-24 18:30:28 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-12 10:35:35 -07:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 16:53:33 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 16:53:23 +01:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-11-01 18:18:05 +01:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-09-25 09:31:24 -04:00
2014-08-30 21:19:32 -04:00
2014-08-30 21:19:32 -04:00
2014-08-30 21:19:32 -04:00
2015-01-30 09:19:17 -05:00
2015-01-30 09:19:17 -05:00
2015-01-30 09:19:17 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-16 13:25:45 +02:00
2014-09-16 13:25:45 +02:00
2014-07-30 08:48:01 -04:00
2015-02-21 08:23:51 -05:00
2015-02-21 08:23:51 -05:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-09-25 09:31:24 -04:00
2014-08-30 21:21:21 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2014-07-30 08:48:01 -04:00
2015-01-29 17:09:58 -07:00
2015-01-29 17:09:58 -07:00
2015-01-29 17:09:58 -07:00
2015-01-29 17:09:58 -07:00
2015-01-29 17:09:58 -07:00
2015-01-29 17:09:58 -07:00
2015-01-29 17:09:58 -07:00