diff options
author | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2010-07-24 22:36:01 +0000 |
---|---|---|
committer | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2010-07-24 22:36:01 +0000 |
commit | 3b112524261160d177fb3e46b4eaee0d28e01172 (patch) | |
tree | 5a8fc267f76d125bf984c01f49e3de8f4220d7db /print.c | |
parent | c7a1ffb6f19649f3a92ca77b72e3a1817c08a682 (diff) | |
download | flashrom-3b112524261160d177fb3e46b4eaee0d28e01172.tar.gz flashrom-3b112524261160d177fb3e46b4eaee0d28e01172.tar.bz2 flashrom-3b112524261160d177fb3e46b4eaee0d28e01172.zip |
Board enable for Samsung Polaris 32
lspci/superiotool:
http://www.coreboot.org/pipermail/flashrom/2010-July/003889.html
Corresponding to flashrom svn r1107.
Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Tested-by: Alex Loktionoff <oxy-loktionoff@mail.ru>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -416,6 +416,7 @@ const struct board_info boards_known[] = { B("PC Engines", "Alix.3d3", 1, "http://pcengines.ch/alix3d3.htm", NULL), B("PC Engines", "WRAP.2E", 1, "http://pcengines.ch/wrap2e1.htm", NULL), B("RCA", "RM4100", 1, "http://www.settoplinux.org/index.php?title=RCA_RM4100", NULL), + B("Samsung", "Polaris 32", 1, "", NULL), B("Shuttle", "AK31", 1, "http://www.motherboard.cz/mb/shuttle/AK31.htm", NULL), B("Shuttle", "AK38N", 1, "http://eu.shuttle.com/en/desktopdefault.aspx/tabid-36/558_read-9889/", NULL), B("Shuttle", "FD37", 1, "http://www.shuttle.eu/products/discontinued/barebones/sd37p2/", NULL), |