From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Date: Tue, 29 Sep 2009 07:45:55 -0500 Subject: [U-Boot] [PATCH v5] at91: Update MEESC board support In-Reply-To: <12542041923070-git-send-email-Daniel.Gorsulowski@esd.eu> References: <12542041923070-git-send-email-Daniel.Gorsulowski@esd.eu> Message-ID: <4AC20183.2060801@windriver.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Daniel Gorsulowski wrote: > This patch implements several updates: > -disable CONFIG_ENV_OVERWRITE > -add new hardware style variants and set the arch numbers appropriate > -pass the serial# and hardware revision to the kernel > -removed unused macros from include/configs/meesc.h > -fixed multiline comment style > > Signed-off-by: Daniel Gorsulowski > --- > v2: - don't write the ethernet address to the EMAC module anymore > > v3: - removed function meesc_set_arch_number and moved code to checkboard() > - reworked function get_board_serial() > - removed unused macros from include/configs/meesc.h > > v4: - fixed commit message (to many characters) > - fixed indentation in switch-case statement > - fixed multiline comment style > > v5: - changed error message on invalid hw_type ("FATAL" to "ERROR") > Ack Tom