coreboot-kgpe-d16/src
Paul Menzel 7d75fbd223 Persimmon: Replace tab with space in address in license header
The following commit was too eager replacing spaces with tabs.

    commit 36abff1dc8
    Author: Marc Jones <marcj303@gmail.com>
    Date:   Mon Nov 7 23:26:14 2011 -0700

        Cleanup Persimmon mainboard whitespace.

        Reviewed-on: http://review.coreboot.org/427

Fix that with the following command.

    $ git grep -l 'Floor, Boston, MA'$'\t''02110-1301 USA' | xargs sed -i 's/Boston, MA[         ]*02110-1301 USA/Boston, MA 02110-1301 USA/'

Change-Id: Ia118a8c19d94ce1f1048280a0f1d49d447cfa2a7
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/2461
Tested-by: build bot (Jenkins)
Reviewed-by: Jens Rottmann <JRottmann@LiPPERTembedded.de>
Reviewed-by: Cristian Măgherușan-Stanciu <cristi.magherusan@gmail.com>
2013-02-20 23:13:54 +01:00
..
arch ARMV7: minor tweaks to inter-stage calling and payload handling. 2013-02-20 20:49:16 +01:00
console console: Fix using CMOS for options 2013-02-08 10:00:12 +01:00
cpu armv7: Don't let users set ram parameters that are fixed in hardware. 2013-02-20 23:13:45 +01:00
device sconfig: rename lapic_cluster -> cpu_cluster 2013-02-14 07:07:20 +01:00
drivers RTC: Use the correct index when setting the default month 2013-02-19 00:59:50 +01:00
ec Add support for "Butterfly" Chromebook 2013-02-11 22:02:32 +01:00
include move uartmem_getbaseaddr() to generic uart header 2013-02-19 19:01:29 +01:00
lib fix an error message in checkstack() 2013-02-12 05:05:39 +01:00
mainboard Persimmon: Replace tab with space in address in license header 2013-02-20 23:13:54 +01:00
northbridge AMD Family12h: Fix warnings 2013-02-18 05:01:53 +01:00
southbridge build system: Retire REQUIRES_BLOB 2013-02-19 11:00:41 +01:00
superio Remove assembly coded log2 function 2012-11-28 07:57:17 +01:00
vendorcode AMD Family12h: Fix warnings 2013-02-18 05:01:53 +01:00
Kconfig build system: Retire REQUIRES_BLOB 2013-02-19 11:00:41 +01:00