/* * Copyright (c) 2011 Zhang, Keguang <keguang.zhang@gmail.com> * * 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 <asm/bootinfo.h> #include <prom.h>
void __init plat_mem_setup(void) { add_memory_region(0x0, (memsize << 20), BOOT_MEM_RAM); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 21 | 100.00% | 1 | 100.00% |
Total | 21 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 38 | 69.09% | 1 | 50.00% |
Yang Ling | 17 | 30.91% | 1 | 50.00% |
Total | 55 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Kelvin Cheung | 65 | 78.31% | 1 | 33.33% |
Yang Ling | 17 | 20.48% | 1 | 33.33% |
Ralf Bächle | 1 | 1.20% | 1 | 33.33% |
Total | 83 | 100.00% | 3 | 100.00% |