Commit Graph

24838 Commits

Author SHA1 Message Date
Joel Sherrill
6784547afd confdefs.h: Only one clock or timer configuration parameter can be defined
Only one of the following can be defined.

+ CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+ CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
+ CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER

Otherwise it is a configuration error which can be detected at
compilation time.
2013-04-09 13:15:40 -05:00
Joel Sherrill
92b33b8d09 confdefs.h: Eliminate BSP_DEFAULT_UNIFIED_WORK_AREAS
This was not used by any BSP and obsolete now that unified memory
is an option for all BSPs.
2013-04-09 13:15:39 -05:00
Joel Sherrill
034483dcaa user/overview.t: Fix broken cross reference 2013-04-09 13:15:39 -05:00
Joel Sherrill
6cb356713b doc/user/conf.t: Rewrite to emphasize confdefs.h and add detail
This patch includes a heavy rewrite of the chapter to have a more
structured approach to this chapter.  It also changes the sectioning
to have the Data Structures be a section to themselves as a peer in the
outline with each logical area of macros in confdefs.h.
2013-04-09 13:15:12 -05:00
Sebastian Huber
db21e1dd6c bsp/mpc55xx: eDMA API changes 2013-04-08 16:42:38 +02:00
Sebastian Huber
4e3deaf7c1 bsp/mpc55xx: Add alternative register layout 2013-04-08 16:42:38 +02:00
Sebastian Huber
db0ed4c5b2 bsp/mpc55xx: Add PCR index enumeration 2013-04-08 16:42:38 +02:00
Sebastian Huber
7806a2b590 bsp/mpc55xx: New define MPC55XX_PERIPHERAL_CLOCK 2013-04-08 16:42:38 +02:00
Sebastian Huber
15c7657d41 bsp/mpc55xx: Rename BSP option 2013-04-08 16:42:38 +02:00
Sebastian Huber
30158371e6 bsp/mpc55xx: New fatal errors 2013-04-08 16:42:37 +02:00
Sebastian Huber
055f1f4c11 bsp/mpc55xx: Include <bsp/linker-symbols.h> 2013-04-08 16:42:37 +02:00
Sebastian Huber
087a29b487 bsp/mpc55xx: Fix warnings 2013-04-08 16:42:37 +02:00
Sebastian Huber
65cd5e94f2 libchip/serial: Fix warnings 2013-04-08 16:42:37 +02:00
Sebastian Huber
ab49921e43 bsps: Fix warnings 2013-04-08 16:42:37 +02:00
Sebastian Huber
602d5ba27c bsps: Fix warnings 2013-04-08 16:42:36 +02:00
Sebastian Huber
a53045fda5 libtests/flashdisk01: Disable for small memory BSP 2013-04-08 09:54:53 +02:00
Sebastian Huber
b217a4b7ee sptests/spstkalloc02: Disable for small memory BSP 2013-04-08 09:54:53 +02:00
Sebastian Huber
5ab9b1357d bsps/powerpc: Use proper type 2013-04-08 09:54:53 +02:00
Sebastian Huber
166d78f316 bsp/gen5200: Fix syntax 2013-04-08 09:54:52 +02:00
Sebastian Huber
39586f68fd bsp/lpc24xx: Fix register address 2013-04-08 09:54:52 +02:00
Sebastian Huber
dea6fb62ad bsp/gen5200: Typo 2013-04-02 16:01:05 +02:00
Sebastian Huber
0841c07eb6 bsp/gen5200: Elaborate option help message 2013-04-02 15:58:40 +02:00
Sebastian Huber
fa77ad4bdb bsp/gen5200: Remove superfluous option definition 2013-04-02 15:50:23 +02:00
Andreas Heinig
f71fc635a2 Fixed return in void function 2013-04-02 13:09:03 +02:00
Sebastian Huber
aa11df6e89 bsp/gen5200: Use busy wait
The usage of rtems_task_wake_after() is invalid during the
driver initialization.
2013-03-28 09:25:07 +01:00
Sebastian Huber
d1e1df686c bsp/gen5200: Use fatal error instead of assert 2013-03-28 09:24:11 +01:00
Sebastian Huber
8ac62c4ea0 bsps/arm: Add thread-local storage (TLS) sections 2013-03-26 16:02:29 +01:00
Alan Cudmore
c32b1efa43 bsp/raspberrypi: New BSP 2013-03-24 12:57:44 +01:00
Sebastian Huber
f2a1ba5002 libfs: Always use geteuid() and getegid()
The two functions are independent of the POSIX API.
2013-03-22 15:43:41 +01:00
Sebastian Huber
13bcb3e738 ramdisk: Fix device name generation 2013-03-22 15:10:37 +01:00
Sebastian Huber
7b14e8b73a bsp/mpc83xx: Add MPC83XX_NET*_INTERFACE_0_PHY_ADDR 2013-03-21 10:46:03 +01:00
Sebastian Huber
6457fb29ff bsp/psim: Use shared linkcmds.base
Several GCC tests faild due to the outdated previous linker command
file.
2013-03-19 15:15:45 +01:00
Andreas Heinig
5f745464fc Fixed 2 compiler warnings 2013-03-19 15:13:54 +01:00
Joel Sherrill
af99ec255b sparc/cpu.h: Add comments 2013-03-18 11:41:36 -05:00
Joel Sherrill
4bcd8dc10c m68k/cpu.h: Fix formatting and add comment block 2013-03-18 11:41:19 -05:00
Sebastian Huber
df6818f915 bsps: Support DWARF extension 2013-03-18 16:26:44 +01:00
Sebastian Huber
6d9ab345e2 IMFS: Fix NULL pointer access 2013-03-18 16:26:31 +01:00
Sebastian Huber
c2015b44e5 bsp/edb7312: Improve output char
The output char function used by printk() is now independent of the
console driver initialization.
2013-03-14 12:14:44 +01:00
Sebastian Huber
df3f0226a9 bsp/edb7312: Fix warnings 2013-03-14 12:14:44 +01:00
Sebastian Huber
faad192675 mpc83xx: Add and use mpc83xx_reset()
The inline version makes it possible to use this code in different
memory areas.
2013-03-14 10:56:48 +01:00
Sebastian Huber
f88da30ee8 mpc83xx: Use shared linkcmds.base 2013-03-14 10:56:47 +01:00
Sebastian Huber
b34401cce3 mpc83xx: Copy nothing if necessary 2013-03-14 10:56:47 +01:00
Sebastian Huber
9e256213b8 mpc83xx: Fix local access window 1 configuration 2013-03-14 10:56:47 +01:00
Sebastian Huber
907b07d99b mpc83xx: Add MPC83XX_HAS_NAND_LP_FLASH_ON_CS0 2013-03-14 10:56:47 +01:00
Joel Sherrill
9ad9dc2134 contrib: Remove. 2013-03-12 16:03:02 -05:00
Joel Sherrill
76e8683498 doc/texi2html_init.in: Correct typo 2013-03-11 17:11:48 -05:00
Joel Sherrill
c5e76b0fe3 doc/texi2any_init.in: Correct link to Library index.html 2013-03-11 17:11:21 -05:00
Joel Sherrill
68286f30a6 doc/main.am: Tweak TEXI2ANY_ARGS to make HTML menus look better 2013-03-11 17:10:51 -05:00
Joel Sherrill
ba07fee2a3 doc/texi2html_init.in: Update copyright on html output 2013-03-11 15:32:05 -05:00
Joel Sherrill
f3bf823535 doc/project.am: texi2html invocation had file name twice 2013-03-11 15:23:13 -05:00