From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Sat, 28 May 2011 20:51:46 +1000 Subject: [U-Boot] What is the difference between /lib and /common Message-ID: <4DE0D3C2.50004@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, A quick question for you - What defines what belongs in /lib versus /common? I get that cmd* and env* belong in /common (U-Boot specific) and crc, zlib, gunzip, qsort etc belong in /lib (generic) But others are a bit grey like malloc in /common and display_options() in /lib The reason I ask is to know where to put the new timer API - I'm thinking /lib/time.c with udelay() makes the most sense Regards, Graeme