X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Froms%2Fu-boot%2Fboard%2Fgaisler%2Fgr_xc3s_1500%2Fgr_xc3s_1500.c;fp=qemu%2Froms%2Fu-boot%2Fboard%2Fgaisler%2Fgr_xc3s_1500%2Fgr_xc3s_1500.c;h=32fbbe2d7555ca22b17216d01622079075a39e80;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/roms/u-boot/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c b/qemu/roms/u-boot/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c new file mode 100644 index 000000000..32fbbe2d7 --- /dev/null +++ b/qemu/roms/u-boot/board/gaisler/gr_xc3s_1500/gr_xc3s_1500.c @@ -0,0 +1,26 @@ +/* + * (C) Copyright 2007 + * Daniel Hellstrom, daniel@gaisler.com. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include +#include +#include + +phys_size_t initdram(int board_type) +{ + return 1; +} + +int checkboard(void) +{ + puts("Board: GR-XC3S-1500\n"); + return 0; +} + +int misc_init_r(void) +{ + return 0; +}