/* * * arch/xtensa/platform-iss/setup.c * * Platform specific initialization. * * Authors: Chris Zankel <chris@zankel.net> * Joe Taylor <joe@tensilica.com> * * Copyright 2001 - 2005 Tensilica Inc. * Copyright 2017 Cadence Design Systems Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ #include <linux/bootmem.h> #include <linux/stddef.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/errno.h> #include <linux/reboot.h> #include <linux/kdev_t.h> #include <linux/types.h> #include <linux/major.h> #include <linux/blkdev.h> #include <linux/console.h> #include <linux/delay.h> #include <linux/stringify.h> #include <linux/notifier.h> #include <asm/platform.h> #include <asm/bootparam.h> #include <asm/setup.h> #include <platform/simcall.h>
void __init platform_init(bp_tag_t* bootparam) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Chris Zankel | 8 | 88.89% | 1 | 50.00% |
Max Filippov | 1 | 11.11% | 1 | 50.00% |
Total | 9 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Zankel | 10 | 58.82% | 1 | 33.33% |
Max Filippov | 7 | 41.18% | 2 | 66.67% |
Total | 17 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Zankel | 10 | 58.82% | 1 | 33.33% |
Max Filippov | 7 | 41.18% | 2 | 66.67% |
Total | 17 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Zankel | 9 | 75.00% | 1 | 50.00% |
Max Filippov | 3 | 25.00% | 1 | 50.00% |
Total | 12 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Zankel | 5 | 83.33% | 1 | 50.00% |
Max Filippov | 1 | 16.67% | 1 | 50.00% |
Total | 6 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Chris Zankel | 22 | 81.48% | 1 | 50.00% |
Max Filippov | 5 | 18.52% | 1 | 50.00% |
Total | 27 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Max Filippov | 101 | 83.47% | 1 | 33.33% |
Chris Zankel | 19 | 15.70% | 1 | 33.33% |
Alan Stern | 1 | 0.83% | 1 | 33.33% |
Total | 121 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Max Filippov | 139 | 50.36% | 5 | 71.43% |
Chris Zankel | 136 | 49.28% | 1 | 14.29% |
Alan Stern | 1 | 0.36% | 1 | 14.29% |
Total | 276 | 100.00% | 7 | 100.00% |