Macpaul Lin | 83dbca7 | 2011-10-11 22:33:18 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Adapted from Linux v2.6.36 kernel: arch/powerpc/kernel/asm-offsets.c |
| 3 | * |
| 4 | * Generate definitions needed by assembly language modules. |
| 5 | * This code generates raw asm output which is post-processed to extract |
| 6 | * and format the required data. |
| 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License version 2 as |
| 10 | * published by the Free Software Foundation. |
| 11 | */ |
| 12 | #include <common.h> |
| 13 | |
| 14 | #include <linux/kbuild.h> |
| 15 | |
| 16 | int main(void) |
| 17 | { |
| 18 | #ifdef CONFIG_FTSMC020 |
| 19 | OFFSET(FTSMC020_BANK0_CR, ftsmc020, bank[0].cr); |
| 20 | OFFSET(FTSMC020_BANK0_TPR, ftsmc020, bank[0].tpr); |
| 21 | #endif |
| 22 | BLANK(); |
| 23 | #ifdef CONFIG_FTAHBC020S |
| 24 | OFFSET(FTAHBC020S_SLAVE_BSR_6, ftahbc02s, s_bsr[6]); |
| 25 | OFFSET(FTAHBC020S_CR, ftahbc02s, cr); |
| 26 | #endif |
| 27 | BLANK(); |
| 28 | #ifdef CONFIG_FTPMU010 |
| 29 | OFFSET(FTPMU010_PDLLCR0, ftpmu010, PDLLCR0); |
| 30 | #endif |
| 31 | BLANK(); |
| 32 | #ifdef CONFIG_FTSDMC021 |
| 33 | OFFSET(FTSDMC021_TP1, ftsdmc021, tp1); |
| 34 | OFFSET(FTSDMC021_TP2, ftsdmc021, tp2); |
| 35 | OFFSET(FTSDMC021_CR1, ftsdmc021, cr1); |
| 36 | OFFSET(FTSDMC021_CR2, ftsdmc021, cr2); |
| 37 | OFFSET(FTSDMC021_BANK0_BSR, ftsdmc021, bank0_bsr); |
| 38 | OFFSET(FTSDMC021_BANK1_BSR, ftsdmc021, bank1_bsr); |
| 39 | OFFSET(FTSDMC021_BANK2_BSR, ftsdmc021, bank2_bsr); |
| 40 | OFFSET(FTSDMC021_BANK3_BSR, ftsdmc021, bank3_bsr); |
| 41 | #endif |
| 42 | return 0; |
| 43 | } |