196616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs/*
296616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * Copyright 2013 Red Hat Inc.
396616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs *
496616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * Permission is hereby granted, free of charge, to any person obtaining a
596616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * copy of this software and associated documentation files (the "Software"),
696616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * to deal in the Software without restriction, including without limitation
796616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * the rights to use, copy, modify, merge, publish, distribute, sublicense,
896616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * and/or sell copies of the Software, and to permit persons to whom the
996616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * Software is furnished to do so, subject to the following conditions:
1096616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs *
1196616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * The above copyright notice and this permission notice shall be included in
1296616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * all copies or substantial portions of the Software.
1396616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs *
1496616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1596616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1696616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1796616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1896616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1996616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2096616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * OTHER DEALINGS IN THE SOFTWARE.
2196616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs *
2296616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs * Authors: Ben Skeggs <bskeggs@redhat.com>
2396616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs */
2496616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs
2596616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#define CHIPSET GK208
2696616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#include "macros.fuc"
2796616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs
2896616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs.section #nv108_grhub_data
2996616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#define INCLUDE_DATA
3096616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#include "com.fuc"
3196616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#include "hub.fuc"
3296616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#undef INCLUDE_DATA
3396616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs
3496616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs.section #nv108_grhub_code
3596616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#define INCLUDE_CODE
3696616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggsbra #init
3796616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#include "com.fuc"
3896616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#include "hub.fuc"
3996616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs.align 256
4096616b4cafc575f5a1f946993f61a08955fddd9bBen Skeggs#undef INCLUDE_CODE
41