All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Makefile cleanup and u-boot size reduction
@ 2008-08-28 10:26 Jean-Christophe PLAGNIOL-VILLARD
  2008-08-28 10:27 ` [U-Boot] [PATCH 01/12] gunzip: move to lib_generic Jean-Christophe PLAGNIOL-VILLARD
                   ` (2 more replies)
  0 siblings, 3 replies; 42+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2008-08-28 10:26 UTC (permalink / raw)
  To: u-boot

Hi,

	1)The following patchset will continue the move of conditional compile to
	Makefile and do some file location move

	2) It will merge the current list implementation for common/device &
	co to linux list.h in order to reduce u-boot size. During test It did
	show the the patch will reduce u-boot size by 1KB min.

Best Regards,
J.

^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2008-08-31 22:17 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-28 10:26 [U-Boot] Makefile cleanup and u-boot size reduction Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27 ` [U-Boot] [PATCH 01/12] gunzip: move to lib_generic Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27   ` [U-Boot] [PATCH 02/12] soft_i2c: move to drivers/i2c Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27     ` [U-Boot] [PATCH 03/12] soft_spi: move to drivers/spi Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27       ` [U-Boot] [PATCH 04/12] miiphybb: move to drivers/net Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27         ` [U-Boot] [PATCH 05/12] crc16: move to lib_generic Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27           ` [U-Boot] [PATCH 06/12] autoscript: Move conditional compilation to Makefile Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27             ` [U-Boot] [PATCH 07/12] miiphyutil: " Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27               ` [U-Boot] [PATCH 08/12] common/Makefile: order by functionality Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27                 ` [U-Boot] [PATCH 09/12] cmd_terminal: remove no need ifdef Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27                   ` [U-Boot] [PATCH 10/12] update linux/list Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27                     ` [U-Boot] [PATCH 11/12] devices: merge to list_head Jean-Christophe PLAGNIOL-VILLARD
2008-08-28 10:27                       ` [U-Boot] [PATCH 12/12] fs: Move conditional compilation to Makefile Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 13:19                     ` [U-Boot] [PATCH 10/12] update linux/list Wolfgang Denk
2008-08-28 15:26             ` [U-Boot] [PATCH 06/12] autoscript: Move conditional compilation to Makefile Peter Tyser
2008-08-28 15:38               ` Peter Tyser
2008-08-28 23:47                 ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 10:22                   ` [U-Boot] [PATCH 06/12 V2] " Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 10:22                     ` [U-Boot] [PATCH 08/12 V2] common/Makefile: order by functionality Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 13:10                     ` [U-Boot] [PATCH 06/12 V2] autoscript: Move conditional compilation to Makefile Wolfgang Denk
2008-08-28 17:06         ` [U-Boot] [PATCH 04/12] miiphybb: move to drivers/net Ben Warren
2008-08-28 23:48           ` [U-Boot] [PATCH 04/12 V2] miiphybb: move to drivers/net/phy Jean-Christophe PLAGNIOL-VILLARD
2008-08-29  5:23             ` Ben Warren
2008-08-28 10:30 ` [U-Boot] Makefile cleanup and u-boot size reduction Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 10:32 ` [U-Boot] Makefile Pull Request Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 13:22   ` Wolfgang Denk
2008-08-29 20:01     ` Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:03       ` [U-Boot] [PATCH 01/12 V3] gunzip: move to lib_generic Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:03         ` [U-Boot] [PATCH 02/12 V3] soft_i2c: move to drivers/i2c Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:03           ` [U-Boot] [PATCH 03/12 V3] soft_spi: move to drivers/spi Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:03             ` [U-Boot] [PATCH 04/12 V3] miiphybb: move to drivers/net/phy Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:03               ` [U-Boot] [PATCH 05/12 V3] crc16: move to lib_generic Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:03                 ` [U-Boot] [PATCH 06/12 V3] autoscript: Move conditional compilation to Makefile Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:04                   ` [U-Boot] [PATCH 07/12 V3] miiphyutil: " Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:04                     ` [U-Boot] [PATCH 08/12 V3] common/Makefile: order by functionality Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:04                       ` [U-Boot] [PATCH 09/12 V3] cmd_terminal: remove no need ifdef Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:04                         ` [U-Boot] [PATCH 10/12 V3] update linux/list Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:04                           ` [U-Boot] [PATCH 11/12 V3] devices: merge to list_head Jean-Christophe PLAGNIOL-VILLARD
2008-08-29 20:04                             ` [U-Boot] [PATCH 12/12 V3] fs: Move conditional compilation to Makefile Jean-Christophe PLAGNIOL-VILLARD
2008-08-31  2:36                             ` [U-Boot] [PATCH 2/3] devices: merge to list_head Jean-Christophe PLAGNIOL-VILLARD
2008-08-31  2:36                           ` [U-Boot] [PATCH 1/3] update linux/list Jean-Christophe PLAGNIOL-VILLARD
2008-08-31 22:17       ` [U-Boot] Makefile Pull Request Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.