7 * See file CREDITS for list of people who contributed to this
10 * This program is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU General Public License as
12 * published by the Free Software Foundation; either version 2 of
13 * the License, or (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
33 __asm__(" .globl send_kb \n "
37 " li r4, 0x10 # retries \n "
41 " lbz r4, 0x64(r9) \n "
42 " andi. r4, r4, 0x02 \n "
46 " stb r3, 0x60(r9) \n "
49 " lbz r4, 0x64(r9) \n "
50 " andi. r4, r4, 0x01 \n "
53 " lbz r4, 0x60(r9) \n "
80 printf ("Board: AmigaOneG3SE\n");
84 phys_size_t initdram (int board_type)
86 return articiaS_ram_init ();
90 void after_reloc (ulong dest_addr, gd_t *gd)
92 board_init_r (gd, dest_addr);
96 int misc_init_r (void)
98 extern pci_dev_t video_dev;
99 extern void drv_video_init (void);
108 void pci_init_board (void)
110 #ifndef CONFIG_RAMBOOT
111 articiaS_pci_init ();