source: rtems/spec/build/bsps/powerpc/gen83xx/obj.yml @ 7480c34

Last change on this file since 7480c34 was 7480c34, checked in by Sebastian Huber <sebastian.huber@…>, on 02/23/21 at 17:53:42

bsps: Add default rtems_get_target_hash()

Update #4267.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}
12  source:
13  - bsps/powerpc/gen83xx/include/bsp.h
14  - bsps/powerpc/gen83xx/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/powerpc/gen83xx/include/bsp/hwreg_vals.h
18  - bsps/powerpc/gen83xx/include/bsp/irq.h
19  - bsps/powerpc/gen83xx/include/bsp/tsec-config.h
20  - bsps/powerpc/gen83xx/include/bsp/u-boot-config.h
21- destination: ${BSP_LIBDIR}
22  source:
23  - bsps/powerpc/gen83xx/start/linkcmds.br_uid
24  - bsps/powerpc/gen83xx/start/linkcmds.hsc_cm01
25  - bsps/powerpc/gen83xx/start/linkcmds.mpc8309som
26  - bsps/powerpc/gen83xx/start/linkcmds.mpc8313erdb
27  - bsps/powerpc/gen83xx/start/linkcmds.mpc8349eamds
28  - bsps/powerpc/gen83xx/start/linkcmds.mpc83xx
29  - bsps/powerpc/shared/start/linkcmds.base
30links: []
31source:
32- bsps/powerpc/gen83xx/console/console-config.c
33- bsps/powerpc/gen83xx/dev/gtm.c
34- bsps/powerpc/gen83xx/dev/mpc83xx_i2cdrv.c
35- bsps/powerpc/gen83xx/dev/mpc83xx_spidrv.c
36- bsps/powerpc/gen83xx/i2c/i2c_init.c
37- bsps/powerpc/gen83xx/irq/irq.c
38- bsps/powerpc/gen83xx/spi/spi_init.c
39- bsps/powerpc/gen83xx/start/bspreset.c
40- bsps/powerpc/gen83xx/start/bsprestart.c
41- bsps/powerpc/gen83xx/start/bspstart.c
42- bsps/powerpc/gen83xx/start/cpuinit.c
43- bsps/powerpc/gen83xx/start/uboot_support.c
44- bsps/powerpc/shared/btimer/btimer-ppc-dec.c
45- bsps/powerpc/shared/cache/cache.c
46- bsps/powerpc/shared/clock/clock.c
47- bsps/powerpc/shared/mmu/bat.c
48- bsps/powerpc/shared/mmu/mmuAsm.S
49- bsps/powerpc/shared/mmu/pte121.c
50- bsps/powerpc/shared/start/bspidle.c
51- bsps/powerpc/shared/start/tictac.c
52- bsps/powerpc/shared/u-boot/uboot_getenv.c
53- bsps/shared/dev/getentropy/getentropy-cpucounter.c
54- bsps/shared/dev/serial/console-termios-init.c
55- bsps/shared/dev/serial/console-termios.c
56- bsps/shared/irq/irq-default-handler.c
57- bsps/shared/start/bsp-uboot-board-info.c
58- bsps/shared/start/bspfatal-default.c
59- bsps/shared/start/bspgetworkarea-default.c
60- bsps/shared/start/gettargethash-default.c
61- bsps/shared/start/sbrk.c
62type: build
Note: See TracBrowser for help on using the repository browser.