From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Linz Date: Tue, 14 Mar 2006 16:38:30 +0100 Subject: [U-Boot-Users] [PATCH] U-Boot current CVS: Lite5200 fancy configuration Message-ID: <200603141638.30571.linz@mazet.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, CHANGELOG: * Lite5200 / IceCube configuration: - enable some of latest U-Boot features: HU Shell, NetConsole, MTD partition handling, EXT2 fs support, loopw, redundant environment - prepare a default MTD partition structure - extend MONITOR_LEN from 192kB to 384kB, accordingly move the two environment sectors NOTE: The patch comes in two different types (the two patches below). The so named "extended_way" patch simply extends the configuration in include/configs/IceCube.h -- the so named "fancy_way" patch enclose all the board configuration in the special configuration define CONFIG_ICECUBE_FANCY. Only the two configuration targets "Lite5200_fancy_config" and "icecube_5200_fancy_config" will build code with the new and fancy configuration options. So the old default configuration will be retained. The new MTD partition handling for Lite5200 / IceCube assume a Linux Kernel patch to work together with a two flash bank infrastructure. The related patch is pending. Best regards, Stephan Linz -------------------------------------------------------- while (!asleep()) ++sheep; -------------- next part -------------- A non-text attachment was scrubbed... Name: u-boot-IceCube-more_config-extended_way.diff Type: text/x-diff Size: 4358 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20060314/441a60ef/attachment.diff -------------- next part -------------- A non-text attachment was scrubbed... Name: u-boot-IceCube-more_config-fancy_way.diff Type: text/x-diff Size: 6842 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20060314/441a60ef/attachment-0001.diff