summaryrefslogtreecommitdiffstats
path: root/TODO
blob: f5889290081dc53108f82120cd0e91876779b567 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

+ Update freebsd-to-rtems.py to:
  - Makefile: add include config.inc
  - Generate config.inc
  - Remove internal setting of $PATH to include gcc-4.5.2/bin
  - Fix line with "install for loop" wraps
  - Do include include target.cfg

+ Add the following (or similar) to the linkcmds any BSP used for testing:

    /* sysinit section? */
    . = ALIGN (16);
    _bsd__start_set_sysinit_set = .;
    *(set_sys_init_*);
    _bsd__stop_set_sysinit_set = .;

  It is unclear what to do about the older sysctl sections or how to ensure
  these are initialized.