Wolfgang Denk
67c31036ac
TQM8xx[LM]: Fix broken environment alignment.
...
With recent toolchains, the environment sectors were no longer aligned to
sector boundaries. The reason was a combination of two bugs:
1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
this gets defined, is not included here (and cannot be included
without causing lots of problems).
Added a new #define CFG_USE_PPCENV for all boards which really
want to put the environment is a ".ppcenv" section.
2) The linker scripts just include environment.o, silently assuming
that the objects in that file are really in the order in which
they are coded in the C file, i. e. "environment" first, then
"redundand_environment", and "env_size" last. However, current
toolchains (GCC-4.x) reorder the objects, causing the environment
data not to start on a flash sector boundary:
Instead of: we got:
40008000 T environment 40008000 T env_size
4000c000 T redundand_environment 40008004 T redundand_environment
40010000 T env_size 4000c004 T environment
Note: this patch fixes just the first part, and cures the alignment
problem by making sure that "env_size" gets placed correctly. However,
we still have a potential issue because primary and redundant
environment sectors are actually swapped, i. e. we have now:
40008000 T redundand_environment
4000c000 T environment
40010000 T env_size
This shall be fixed in the next version.
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-09-16 17:20:37 +02:00
..
2007-07-04 01:06:14 +02:00
2006-10-09 01:02:05 +02:00
2007-09-07 17:05:36 +02:00
2006-10-09 01:02:05 +02:00
2007-07-09 18:47:45 -05:00
2007-07-09 18:47:45 -05:00
2007-09-15 20:48:41 +02:00
2007-07-10 10:39:10 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-08-14 18:42:36 +02:00
2007-07-09 18:47:45 -05:00
2007-03-30 22:42:45 +02:00
2007-07-09 18:47:45 -05:00
2007-07-04 01:06:14 +02:00
2007-07-10 10:39:10 -05:00
2007-09-15 20:48:41 +02:00
2007-09-15 20:48:41 +02:00
2007-09-15 20:48:41 +02:00
2007-09-15 20:48:41 +02:00
2007-07-04 01:06:14 +02:00
2007-08-16 17:43:20 -06:00
2007-07-10 10:39:10 -05:00
2007-07-04 01:05:44 +02:00
2007-09-04 16:00:41 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-09-13 18:21:48 +02:00
2007-08-14 10:30:06 +01:00
2007-07-04 01:05:23 +02:00
2007-08-16 17:43:20 -06:00
2007-07-09 18:47:45 -05:00
2007-07-10 10:39:10 -05:00
2007-07-09 18:47:45 -05:00
2007-07-09 18:47:45 -05:00
2006-10-09 01:02:05 +02:00
2007-02-20 10:27:08 +01:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-09 18:47:45 -05:00
2007-07-04 01:06:14 +02:00
2007-07-09 18:48:04 -05:00
2007-09-15 18:46:20 +02:00
2006-10-09 01:02:05 +02:00
2007-08-07 22:30:29 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:39:10 -05:00
2007-07-04 01:06:59 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:06:31 +02:00
2007-07-04 01:06:31 +02:00
2006-10-09 01:02:05 +02:00
2007-08-16 19:50:53 +02:00
2006-10-09 01:02:05 +02:00
2007-07-09 18:48:04 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:39:10 -05:00
2007-07-04 01:06:14 +02:00
2006-10-09 01:02:05 +02:00
2007-09-16 17:20:37 +02:00
2006-10-09 01:02:05 +02:00
2007-09-15 21:04:27 +02:00
2007-07-09 18:48:06 -05:00
2007-07-09 18:48:06 -05:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:39:10 -05:00
2007-07-10 10:39:10 -05:00
2007-07-09 18:48:06 -05:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:06:31 +02:00
2007-06-22 19:11:54 +02:00
2007-07-04 01:06:31 +02:00
2007-07-04 01:05:53 +02:00
2007-07-10 10:39:10 -05:00
2007-09-06 09:46:23 -06:00
2007-07-10 10:39:10 -05:00
2007-08-16 17:43:20 -06:00
2007-07-10 10:39:10 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:39:10 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:06:31 +02:00
2007-07-04 01:06:31 +02:00
2006-10-09 01:02:05 +02:00
2007-07-09 18:48:06 -05:00
2006-10-09 01:02:05 +02:00
2007-09-06 09:46:23 -06:00
2007-07-09 18:48:06 -05:00
2007-07-10 10:48:22 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-11-30 18:02:20 +01:00
2007-06-22 19:11:54 +02:00
2007-09-15 20:48:41 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2007-08-23 11:02:37 +02:00
2007-09-15 21:04:27 +02:00
2007-09-15 21:04:27 +02:00
2007-09-15 21:04:27 +02:00
2007-08-29 02:18:13 +02:00
2007-07-10 10:39:10 -05:00
2007-07-09 18:48:09 -05:00
2007-08-12 15:11:38 +02:00
2007-07-09 18:48:09 -05:00
2006-10-09 01:02:05 +02:00
2007-09-06 09:46:23 -06:00
2007-07-04 01:08:19 +02:00
2007-07-09 18:48:09 -05:00
2007-09-15 20:48:41 +02:00
2007-07-04 01:06:41 +02:00
2007-07-04 01:06:41 +02:00
2007-04-23 19:58:28 -05:00
2006-10-09 01:02:05 +02:00
2007-08-14 01:39:14 -05:00
2007-08-14 01:47:44 -05:00
2007-09-15 20:48:41 +02:00
2007-07-04 01:06:41 +02:00
2007-07-04 01:06:41 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-09 18:48:09 -05:00
2007-07-09 18:48:09 -05:00
2007-08-18 21:42:30 +02:00
2007-07-09 18:48:09 -05:00
2007-07-10 10:48:22 -05:00
2007-07-09 18:48:09 -05:00
2007-07-09 18:48:09 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:05:31 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-08-29 02:01:47 +02:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:06:41 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2007-08-28 17:39:14 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2007-07-09 18:48:09 -05:00
2007-07-09 18:48:09 -05:00
2006-10-19 11:33:52 -05:00
2006-10-19 11:33:52 -05:00
2007-07-09 18:48:09 -05:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:06:41 +02:00
2007-07-09 18:48:09 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2007-08-16 17:43:20 -06:00
2007-07-04 01:06:41 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:06:49 +02:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:08:27 +02:00
2007-07-10 10:48:22 -05:00
2007-06-25 15:57:39 +02:00
2007-07-04 01:06:49 +02:00
2006-10-09 01:02:05 +02:00
2007-09-15 20:48:41 +02:00
2007-07-04 01:06:49 +02:00
2007-07-04 01:06:49 +02:00
2007-08-16 23:12:24 -05:00
2006-10-20 15:50:15 -05:00
2007-08-13 10:54:44 -05:00
2007-07-09 18:48:11 -05:00
2007-06-22 19:11:54 +02:00
2007-06-22 19:11:54 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-09-15 20:48:41 +02:00
2007-07-10 10:48:22 -05:00
2007-07-04 01:06:49 +02:00
2007-06-22 23:59:00 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-04 01:06:03 +02:00
2007-08-02 00:48:45 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2006-10-20 15:50:15 -05:00
2007-09-12 00:48:57 +02:00
2007-07-09 18:48:11 -05:00
2007-07-09 18:48:11 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2006-10-09 01:02:05 +02:00
2006-10-19 11:33:52 -05:00
2007-08-16 23:12:24 -05:00
2007-09-15 20:48:41 +02:00
2007-07-04 01:06:49 +02:00
2007-07-10 10:48:22 -05:00
2007-08-12 15:11:38 +02:00
2007-09-07 01:21:25 +02:00
2007-07-10 10:48:22 -05:00
2007-07-04 01:05:53 +02:00
2007-07-04 01:06:49 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2006-10-09 01:02:05 +02:00
2006-10-28 17:12:58 +02:00
2007-07-09 18:48:11 -05:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2006-10-09 01:02:05 +02:00
2007-07-10 10:48:22 -05:00
2006-10-09 01:02:05 +02:00
2007-06-25 15:57:39 +02:00
2006-10-09 01:02:05 +02:00
2007-08-14 14:44:41 +02:00
2007-07-04 01:06:59 +02:00
2007-07-09 18:48:11 -05:00