Files
OpenCellular/src/include
Aaron Durbin 6e76fff969 program loading: provide one cache maintenance callback
Instead of having 2 different functions to call when a program
is loaded provide a single callback with flags parameter. The
previous callbacks for cache management routines did this:

for_each_program_segment:
	arch_program_segment_loaded(start, size);
arch_program_loaded();

Now, use one callback instead:
for_each_program_segment:
	arch_segment_loaded(start, size, SEG_FINAL?);

Change-Id: I3811cba92e3355d172f605e4444f053321b07a2a
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/8838
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-03-31 19:42:08 +02:00
..
2015-03-23 13:11:15 +01:00
2015-01-04 20:03:28 +01:00
2015-03-23 19:51:47 +01:00
2015-01-13 21:30:14 +01:00
2015-03-28 07:05:13 +01:00
2014-12-16 21:31:35 +01:00
2015-03-28 07:05:03 +01:00
2014-11-30 12:20:05 +01:00
2012-05-08 00:36:09 +02:00
2015-01-09 16:50:55 +01:00
2014-10-01 17:26:26 +02:00
2015-01-27 22:54:32 +01:00
2015-03-28 07:05:09 +01:00
2015-03-27 09:55:21 +01:00
2015-03-20 10:01:22 +01:00
2013-07-11 22:36:19 +02:00
2014-08-07 23:55:15 +02:00
2015-03-26 08:53:53 +01:00
2014-09-10 19:37:49 +02:00
2015-02-06 19:25:57 +01:00