![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 /* 0003 * Old U-boot compatibility for Bamboo 0004 * 0005 * Author: Josh Boyer <jwboyer@linux.vnet.ibm.com> 0006 * 0007 * Copyright 2007 IBM Corporation 0008 * 0009 * Based on cuboot-ebony.c 0010 */ 0011 0012 #include "ops.h" 0013 #include "stdio.h" 0014 #include "44x.h" 0015 #include "cuboot.h" 0016 0017 #define TARGET_4xx 0018 #define TARGET_44x 0019 #include "ppcboot.h" 0020 0021 static bd_t bd; 0022 0023 void platform_init(unsigned long r3, unsigned long r4, unsigned long r5, 0024 unsigned long r6, unsigned long r7) 0025 { 0026 CUBOOT_INIT(); 0027 bamboo_init(&bd.bi_enetaddr, &bd.bi_enet1addr); 0028 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |