aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/bf538f-ezkit
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-04-29 01:17:54 +0100
committerfishsoupisgood <github@madingley.org>2019-05-27 03:43:43 +0100
commit3f2546b2ef55b661fd8dd69682b38992225e86f6 (patch)
tree65ca85f13617aee1dce474596800950f266a456c /roms/u-boot/board/bf538f-ezkit
downloadqemu-3f2546b2ef55b661fd8dd69682b38992225e86f6.tar.gz
qemu-3f2546b2ef55b661fd8dd69682b38992225e86f6.tar.bz2
qemu-3f2546b2ef55b661fd8dd69682b38992225e86f6.zip
Initial import of qemu-2.4.1HEADmaster
Diffstat (limited to 'roms/u-boot/board/bf538f-ezkit')
-rw-r--r--roms/u-boot/board/bf538f-ezkit/Makefile12
-rw-r--r--roms/u-boot/board/bf538f-ezkit/bf538f-ezkit.c28
-rw-r--r--roms/u-boot/board/bf538f-ezkit/config.mk11
3 files changed, 51 insertions, 0 deletions
diff --git a/roms/u-boot/board/bf538f-ezkit/Makefile b/roms/u-boot/board/bf538f-ezkit/Makefile
new file mode 100644
index 00000000..7c8cda05
--- /dev/null
+++ b/roms/u-boot/board/bf538f-ezkit/Makefile
@@ -0,0 +1,12 @@
+#
+# U-boot - Makefile
+#
+# Copyright (c) 2005-2008 Analog Device Inc.
+#
+# (C) Copyright 2000-2006
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y := bf538f-ezkit.o
diff --git a/roms/u-boot/board/bf538f-ezkit/bf538f-ezkit.c b/roms/u-boot/board/bf538f-ezkit/bf538f-ezkit.c
new file mode 100644
index 00000000..49d30e75
--- /dev/null
+++ b/roms/u-boot/board/bf538f-ezkit/bf538f-ezkit.c
@@ -0,0 +1,28 @@
+/*
+ * U-boot - main board file
+ *
+ * Copyright (c) 2008 Analog Devices Inc.
+ *
+ * Licensed under the GPL-2 or later.
+ */
+
+#include <common.h>
+#include <netdev.h>
+#include <config.h>
+#include <asm/blackfin.h>
+
+DECLARE_GLOBAL_DATA_PTR;
+
+int checkboard(void)
+{
+ printf("Board: ADI BF538F EZ-Kit Lite board\n");
+ printf(" Support: http://blackfin.uclinux.org/\n");
+ return 0;
+}
+
+#ifdef CONFIG_SMC91111
+int board_eth_init(bd_t *bis)
+{
+ return smc91111_initialize(0, CONFIG_SMC91111_BASE);
+}
+#endif
diff --git a/roms/u-boot/board/bf538f-ezkit/config.mk b/roms/u-boot/board/bf538f-ezkit/config.mk
new file mode 100644
index 00000000..7f9138b0
--- /dev/null
+++ b/roms/u-boot/board/bf538f-ezkit/config.mk
@@ -0,0 +1,11 @@
+#
+# Copyright (c) 2005-2008 Analog Device Inc.
+#
+# (C) Copyright 2001
+# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+# Set some default LDR flags based on boot mode.
+LDR_FLAGS-BFIN_BOOT_PARA := --bits 16 --dma 8
tring.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
  "keyboard_name": "IBM Model M 122-key",
  "url": "",
  "maintainer": "qmk",
  "bootloader": "",
  "width": 24.75,
  "height": 8,
  "layouts": {
    "LAYOUT": {
      "layout": [
        {"label":"F13", "x":3.25, "y":0},
        {"label":"F14", "x":4.25, "y":0},
        {"label":"F15", "x":5.25, "y":0},
        {"label":"F16", "x":6.25, "y":0},
        {"label":"F17", "x":7.25, "y":0},
        {"label":"F18", "x":8.25, "y":0},
        {"label":"F19", "x":9.25, "y":0},
        {"label":"F20", "x":10.25, "y":0},
        {"label":"F21", "x":11.25, "y":0},
        {"label":"F22", "x":12.25, "y":0},
        {"label":"F23", "x":13.25, "y":0},
        {"label":"F24", "x":14.25, "y":0},
        {"label":"F1", "x":3.25, "y":1},
        {"label":"F2", "x":4.25, "y":1},
        {"label":"F3", "x":5.25, "y":1},
        {"label":"F4", "x":6.25, "y":1},
        {"label":"F5", "x":7.25, "y":1},
        {"label":"F6", "x":8.25, "y":1},
        {"label":"F7", "x":9.25, "y":1},
        {"label":"F8", "x":10.25, "y":1},
        {"label":"F9", "x":11.25, "y":1},
        {"label":"F10", "x":12.25, "y":1},
        {"label":"F11", "x":13.25, "y":1},
        {"label":"F12", "x":14.25, "y":1},
        {"label":"Esc", "x":0, "y":3},
        {"x":1, "y":3},
        {"label":"`", "x":2.25, "y":3},
        {"label":"1", "x":3.25, "y":3},
        {"label":"2", "x":4.25, "y":3},
        {"label":"3", "x":5.25, "y":3},
        {"label":"4", "x":6.25, "y":3},
        {"label":"5", "x":7.25, "y":3},
        {"label":"6", "x":8.25, "y":3},
        {"label":"7", "x":9.25, "y":3},
        {"label":"8", "x":10.25, "y":3},
        {"label":"9", "x":11.25, "y":3},
        {"label":"0", "x":12.25, "y":3},
        {"label":"-", "x":13.25, "y":3},
        {"label":"=", "x":14.25, "y":3},
        {"label":"Backspace", "x":15.25, "y":3, "w":2},
        {"label":"Insert", "x":17.5, "y":3},
        {"label":"Home", "x":18.5, "y":3},
        {"label":"Page Up", "x":19.5, "y":3},
        {"label":"Num Lock", "x":20.75, "y":3},
        {"label":"/", "x":21.75, "y":3},
        {"label":"*", "x":22.75, "y":3},
        {"label":"-", "x":23.75, "y":3},
        {"x":0, "y":4},
        {"x":1, "y":4},
        {"label":"Tab", "x":2.25, "y":4, "w":1.5},
        {"label":"Q", "x":3.75, "y":4},
        {"label":"W", "x":4.75, "y":4},
        {"label":"E", "x":5.75, "y":4},
        {"label":"R", "x":6.75, "y":4},
        {"label":"T", "x":7.75, "y":4},
        {"label":"Y", "x":8.75, "y":4},
        {"label":"U", "x":9.75, "y":4},
        {"label":"I", "x":10.75, "y":4},
        {"label":"O", "x":11.75, "y":4},
        {"label":"P", "x":12.75, "y":4},
        {"label":"[", "x":13.75, "y":4},
        {"label":"]", "x":14.75, "y":4},
        {"label":"Enter", "x":16, "y":4, "w":1.25, "h":2},
        {"label":"Delete", "x":17.5, "y":4},
        {"label":"End", "x":18.5, "y":4},
        {"label":"Page Down", "x":19.5, "y":4},
        {"label":"7", "x":20.75, "y":4},
        {"label":"8", "x":21.75, "y":4},
        {"label":"9", "x":22.75, "y":4},
        {"label":"+", "x":23.75, "y":4},
        {"x":0, "y":5},
        {"x":1, "y":5},
        {"label":"Caps Lock", "x":2.25, "y":5, "w":1.75},
        {"label":"A", "x":4, "y":5},
        {"label":"S", "x":5, "y":5},
        {"label":"D", "x":6, "y":5},
        {"label":"F", "x":7, "y":5},
        {"label":"G", "x":8, "y":5},
        {"label":"H", "x":9, "y":5},
        {"label":"J", "x":10, "y":5},
        {"label":"K", "x":11, "y":5},
        {"label":"L", "x":12, "y":5},
        {"label":";", "x":13, "y":5},
        {"label":"'", "x":14, "y":5},
        {"label":"#", "x":15, "y":5},
        {"label":"Up", "x":18.5, "y":5},
        {"label":"4", "x":20.75, "y":5},
        {"label":"5", "x":21.75, "y":5},
        {"label":"6", "x":22.75, "y":5},
        {"x":23.75, "y":5},
        {"x":0, "y":6},
        {"x":1, "y":6},
        {"label":"Shift", "x":2.25, "y":6, "w":1.25},
        {"label":"\\", "x":3.5, "y":6},
        {"label":"Z", "x":4.5, "y":6},
        {"label":"X", "x":5.5, "y":6},
        {"label":"C", "x":6.5, "y":6},
        {"label":"V", "x":7.5, "y":6},
        {"label":"B", "x":8.5, "y":6},
        {"label":"N", "x":9.5, "y":6},
        {"label":"M", "x":10.5, "y":6},
        {"label":",", "x":11.5, "y":6},
        {"label":".", "x":12.5, "y":6},
        {"label":"/", "x":13.5, "y":6},
        {"label":"Shift", "x":14.5, "y":6, "w":2.75},
        {"label":"Left", "x":17.5, "y":6},
        {"x":18.5, "y":6},
        {"label":"Right", "x":19.5, "y":6},
        {"label":"1", "x":20.75, "y":6},
        {"label":"2", "x":21.75, "y":6},
        {"label":"3", "x":22.75, "y":6},
        {"label":"Enter", "x":23.75, "y":6, "h":2},
        {"x":0, "y":7},
        {"x":1, "y":7},
        {"label":"Ctrl", "x":2.25, "y":7, "w":1.5},
        {"label":"Alt", "x":4.75, "y":7, "w":1.5},
        {"x":6.25, "y":7, "w":7},
        {"label":"AltGr", "x":13.25, "y":7, "w":1.5},
        {"label":"Ctrl", "x":15.75, "y":7, "w":1.5},
        {"label":"Down", "x":18.5, "y":7},
        {"label":"0", "x":20.75, "y":7, "w":2},
        {"label":".", "x":22.75, "y":7}
      ]
    }
  }
}