From 4f599ed99fc0aa37bc4d100cf787880c1e1bb97a Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 18 May 2011 05:26:53 +0000 Subject: 2011-05-18 Till Straumann PR1797/bsps: Applied cleaned-up version of Kate's patch. CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK is now a 'bspopts.h' setting and as such configurable. --- c/src/lib/libbsp/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'c/src/lib/libbsp/ChangeLog') diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog index 80e1bd54b1..f17382dfa3 100644 --- a/c/src/lib/libbsp/ChangeLog +++ b/c/src/lib/libbsp/ChangeLog @@ -1,3 +1,23 @@ +2011-05-17 Till Straumann + + PR1797/bsps + * shared/bootcard.c, shared/include/bootcard.h: cleaned-up and + applied fixes proposed by PR#1797. + +2011-05-12 Joel Sherrill + + PR1797/bsps + * bootcard.c: + Added #ifdef CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK to minimize code + for small targets. + +2011-05-12 Kate Feng + + PR1797/bsps + * bootcard.c: + Fixed the value of heap_start & heap_size for the single-heap case. + Added bsp_sbrk_init() to fix PPC memory allocation beyond 32 MB. + 2010-04-14 Ralf Corsépius * shared/umon/umoncons.c: -- cgit v1.2.3