bcm2835_fb.c (760df0d121a836dcbf3726b80b820115aef21b30) | bcm2835_fb.c (6111a0c0eddf320a0702c3fde17c61bb3dd02963) |
---|---|
1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade 3 * Refactoring for Pi2 Copyright (c) 2015, Microsoft. Written by Andrew Baumann. | 1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade 3 * Refactoring for Pi2 Copyright (c) 2015, Microsoft. Written by Andrew Baumann. |
4 * This code is licensed under the GNU GPLv2 and later. | |
5 * 6 * Heavily based on milkymist-vgafb.c, copyright terms below: 7 * QEMU model of the Milkymist VGA framebuffer. 8 * 9 * Copyright (c) 2010-2012 Michael Walle <michael@walle.cc> 10 * 11 * This library is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU Lesser General Public --- 461 unchanged lines hidden --- | 4 * 5 * Heavily based on milkymist-vgafb.c, copyright terms below: 6 * QEMU model of the Milkymist VGA framebuffer. 7 * 8 * Copyright (c) 2010-2012 Michael Walle <michael@walle.cc> 9 * 10 * This library is free software; you can redistribute it and/or 11 * modify it under the terms of the GNU Lesser General Public --- 461 unchanged lines hidden --- |