Gregory Nutt
|
cd54c71dc1
|
ARMv7-A/i.MX6: Modify handling of the SMP cache coherency configuration so that it is identical to the steps from the TRM. Makes no differenct, however.
|
2016-11-27 10:21:46 -06:00 |
|
Gregory Nutt
|
546e352830
|
i.MX6: Add some controls to enable SMP cache coherency in SMP mode
|
2016-11-26 17:46:20 -06:00 |
|
Gregory Nutt
|
8dc79bb7ef
|
Update comments and README file
|
2016-11-26 16:02:37 -06:00 |
|
Gregory Nutt
|
b2ba12e02a
|
SMP: Basic function
|
2016-11-26 14:23:23 -06:00 |
|
Gregory Nutt
|
785ed5faf2
|
SMP: A few more compile/link issues. Still problems.
|
2016-11-26 13:20:11 -06:00 |
|
Gregory Nutt
|
aae306e942
|
i.MX6 SMP: Inter-CPU data no saved in a non-cacheable region.
|
2016-11-26 12:04:02 -06:00 |
|
Gregory Nutt
|
7f636f2280
|
SMP: Add spin_trylock(). Use this in conditions where other CPUs need to stopped but we cannot call enter_critical_section.
|
2016-11-24 13:33:43 -06:00 |
|
Gregory Nutt
|
d4037a30aa
|
Update some comments
|
2016-11-23 13:20:18 -06:00 |
|
Gregory Nutt
|
3031822518
|
configs: Remove all traces of the no-longer existent ARCHBUTTONS example.
|
2016-11-22 07:37:23 -06:00 |
|
Gregory Nutt
|
d83ad6296c
|
Update README
|
2016-11-20 16:12:58 -06:00 |
|
Gregory Nutt
|
01ade4803a
|
Update README and TODO list
|
2016-11-20 09:51:54 -06:00 |
|
Gregory Nutt
|
10af1e1734
|
sabre-6quad: Update TODO list
|
2016-11-17 11:50:58 -06:00 |
|
Gregory Nutt
|
b53866c872
|
sched/irq: Change order for SMP case in enter_critical_section: Disble local interrupts BEFORE taking spinlock.
|
2016-11-15 07:54:18 -06:00 |
|
Gregory Nutt
|
e2f999a5df
|
Update Changelog
|
2016-11-15 07:35:30 -06:00 |
|
Beat Küng
|
c7da88e383
|
CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used
This is to avoid GCC to optimize null-pointer checks away, in case the
default operator new is used together with -fno-exceptions.
|
2016-08-22 08:35:01 +02:00 |
|
Gregory Nutt
|
f43ded46e6
|
Rename arch/sh to arch/renesas, cont'd
|
2016-08-06 14:03:38 -06:00 |
|
Gregory Nutt
|
88f1f42677
|
Remove an unnecessary (and incorrect) factor in conditional compilation
|
2016-07-03 15:26:27 -06:00 |
|
Gregory Nutt
|
2a19e16eb0
|
libc/hex2bin: Move the portable library portion of apps/system/hex2bin to nuttx/libc/hex2bin where it can be shared with the OS internals.
|
2016-06-27 11:22:38 -06:00 |
|
Gregory Nutt
|
1377452394
|
Refresh all ARM configurations
|
2016-06-23 15:59:14 -06:00 |
|
Gregory Nutt
|
5118264e6c
|
Rename CONFIG_SYSLOG_CONSOLE to CONFIG_CONSOLE_SYSLOG
|
2016-06-21 09:35:51 -06:00 |
|
Gregory Nutt
|
2a751068e6
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
|
Gregory Nutt
|
2b445ddccc
|
Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces.
|
2016-06-20 08:57:08 -06:00 |
|
Gregory Nutt
|
5b2aa7bf99
|
Remove all traces of CONFIG_SYSLOG
|
2016-06-19 13:59:43 -06:00 |
|
Gregory Nutt
|
0c8c7fecf0
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -06:00 |
|
Gregory Nutt
|
2ddd57c674
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
|
Gregory Nutt
|
a1469a3e95
|
Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err()
|
2016-06-11 15:50:49 -06:00 |
|
Gregory Nutt
|
e99301d7c2
|
Rename *lldbg to *llerr
|
2016-06-11 14:55:27 -06:00 |
|
Gregory Nutt
|
1cdc746726
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
|
Gregory Nutt
|
fc3540cffe
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:59:51 -06:00 |
|
Gregory Nutt
|
3a74a438d9
|
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
|
2016-06-11 11:50:18 -06:00 |
|
Gregory Nutt
|
e57a6d14c3
|
lcd/Kconfig, Make.defs: Remove dependency of CONFIG_LCD_NXDRIVER for building non-graphic, SLCD drivers.
|
2016-05-26 07:21:14 -06:00 |
|
Gregory Nutt
|
c089a2f241
|
Rename CONFIG_ARCH_HAVE_OTHER_UART to CONFIG_OTHER_UART_SERIALDRIVER
|
2016-05-25 10:48:33 -06:00 |
|
Gregory Nutt
|
e2e6ce3f1b
|
Rename CONFIG_ARCH_HAVE_SCIn to CONFIG_SCIn_SERIALDRIVER
|
2016-05-25 10:46:55 -06:00 |
|
Gregory Nutt
|
2a87741e72
|
Rename CONFIG_ARCH_HAVE_UARTn to CONFIG_UARTn_SERIALDRIVER
|
2016-05-25 10:45:01 -06:00 |
|
Gregory Nutt
|
249a2e48e5
|
Rename CONFIG_ARCH_HAVE_USARTn to CONFIG_USARTn_SERIALDRIVER
|
2016-05-25 10:39:23 -06:00 |
|
Gregory Nutt
|
4b3e710af6
|
Add an argument to board_app_initialize()
|
2016-05-24 10:51:22 -06:00 |
|
Gregory Nutt
|
1bb9c1fa39
|
Update README
|
2016-05-23 07:55:25 -06:00 |
|
Gregory Nutt
|
34ce000c50
|
Sabre-6quad: Add an SMP configuration; Enable procfs in both configurations
|
2016-05-22 16:17:10 -06:00 |
|
Gregory Nutt
|
c7979ad49c
|
Update README and ChangeLog
|
2016-05-22 15:17:03 -06:00 |
|
Gregory Nutt
|
5e5b6d677d
|
Update README and ChangeLog
|
2016-05-22 15:05:41 -06:00 |
|
Gregory Nutt
|
5c55846d2d
|
Minor README file update
|
2016-05-20 17:11:49 -06:00 |
|
Gregory Nutt
|
356692d70e
|
SMP: Need to enable FPU on other CPUs as well
|
2016-05-20 13:35:58 -06:00 |
|
Gregory Nutt
|
07acd5327a
|
SMP: Clean CPU0 D-Cache before starting new CPU; Invalidate D-Cache when new CPU started.
|
2016-05-20 12:39:02 -06:00 |
|
Gregory Nutt
|
4c837d6e86
|
Update README
|
2016-05-19 07:59:31 -06:00 |
|
Gregory Nutt
|
f7fd8c6539
|
Trivial typo fix
|
2016-05-18 11:56:19 -06:00 |
|
Gregory Nutt
|
f454b38d6e
|
ARMv7-A SMP: Allow CONFIG_SMP_NCPUS=1 for testing purposes
|
2016-05-18 09:17:02 -06:00 |
|
Gregory Nutt
|
3d87005e5a
|
Fix some compilation issues when certain combinations of debug options are selected.
|
2016-05-17 12:06:32 -06:00 |
|
Gregory Nutt
|
8bd57a7fbc
|
Sabre-6Quad: Fix sense of LED discrete output. It appears that a high value illuminates the LED.
|
2016-05-17 10:08:44 -06:00 |
|
Gregory Nutt
|
b416f6cc1b
|
i.MX6: Calibrate delay loop
|
2016-05-17 08:22:38 -06:00 |
|
Gregory Nutt
|
5d44fd6a00
|
i.MX6: LEDs were not working because board_autoled_initialize() was not being called
|
2016-05-17 08:10:49 -06:00 |
|
Gregory Nutt
|
4c08492c0f
|
i.MX6: Fix a bit setting in the timer configuration
|
2016-05-17 07:21:18 -06:00 |
|
Gregory Nutt
|
e6728bac29
|
Cortex-A9 GIC: Add an interface to set interrupt edge/level trigger
|
2016-05-16 14:42:55 -06:00 |
|
Gregory Nutt
|
4feeb0c2b4
|
Cortex-A9 GIC: Some fixes that I don't fully understand but do indeed give me serial interrupts
|
2016-05-16 12:50:35 -06:00 |
|
Gregory Nutt
|
a0cdbcb58f
|
Update README
|
2016-05-16 08:44:18 -06:00 |
|
Gregory Nutt
|
7c52b8ddae
|
Add a .noinit section to all ARMv7-A linker scripts
|
2016-05-13 08:05:21 -06:00 |
|
Gregory Nutt
|
91686e671c
|
configs/nucleus2g: Remove this board from the configs/ directory. A snapshot is still available in the Obsoleted repository
|
2016-04-12 12:19:30 -06:00 |
|
Gregory Nutt
|
3228d32938
|
Correct permmisions on executable scripts
|
2016-04-10 09:11:59 -06:00 |
|
Gregory Nutt
|
4791b1daf3
|
Sabre-6Quad: Update some comments
|
2016-03-31 17:26:33 -06:00 |
|
Gregory Nutt
|
01933335a9
|
Update README
|
2016-03-31 13:36:47 -06:00 |
|
Gregory Nutt
|
c573556a7b
|
Update README
|
2016-03-31 07:26:15 -06:00 |
|
Gregory Nutt
|
ad61b7ab3e
|
Remove all references to CONFIG_SYSTEM_SDCARD
|
2016-03-30 17:53:19 -06:00 |
|
Gregory Nutt
|
f48fe4671c
|
Sabre-6Quad: One, not two, GB of SDRAM
|
2016-03-30 14:09:48 -06:00 |
|
Gregory Nutt
|
8f3d140c1b
|
Sabre-6Quaqd: Fix DRAM size, 2GB not 2MB
|
2016-03-29 17:17:31 -06:00 |
|
Gregory Nutt
|
f3cf4a7586
|
Sabre-6Quad: Corre some RAM addresses in NSH configuration; Update README file.
|
2016-03-29 15:36:31 -06:00 |
|
Gregory Nutt
|
9fc8b8c696
|
Update README
|
2016-03-29 09:53:24 -06:00 |
|
Gregory Nutt
|
d0036e5ff1
|
Update README
|
2016-03-28 18:01:22 -06:00 |
|
Gregory Nutt
|
8c6d42843d
|
Update README
|
2016-03-28 17:08:21 -06:00 |
|
Gregory Nutt
|
164dad9cd2
|
Sabre-6quad: Add crystal frequencies to board.h
|
2016-03-24 14:45:04 -06:00 |
|
Gregory Nutt
|
b4679985e4
|
Sabre-6Quad: Update linker script to account for memory at beginning of DRAM reserved for U-Boot
|
2016-03-17 13:00:53 -06:00 |
|
Gregory Nutt
|
07870c1161
|
Make it clear that GIC support is GICv2
|
2016-03-14 10:50:27 -06:00 |
|
Gregory Nutt
|
50c24c8507
|
Update README.txt
|
2016-03-12 13:24:22 -06:00 |
|
Gregory Nutt
|
51093bfd21
|
Refresh configuration
|
2016-03-12 11:46:31 -06:00 |
|
Gregory Nutt
|
0becfb8091
|
Update Status in a README.txt file
|
2016-03-11 12:31:24 -06:00 |
|
Gregory Nutt
|
fbe031e231
|
Update configuration
|
2016-03-08 16:48:00 -06:00 |
|
Gregory Nutt
|
7b20b7ec5d
|
Sabre-6Quad: Add LED GPIO/IOMUX definitions
|
2016-03-07 17:44:55 -06:00 |
|
Gregory Nutt
|
cb0b518042
|
Sabre-6Quad: Add some pin disambiguatino logic
|
2016-03-07 09:03:41 -06:00 |
|
Gregory Nutt
|
e1d024039a
|
Sabre-6Quad: Update some GPIO configuration functin names
|
2016-03-05 09:12:30 -06:00 |
|
Gregory Nutt
|
7d32bbebde
|
Refresh configuration
|
2016-03-05 07:32:11 -06:00 |
|
Gregory Nutt
|
68102e4835
|
Update configuration
|
2016-03-02 15:51:49 -06:00 |
|
Gregory Nutt
|
cae713eeb1
|
Sabre-6Quad: Rename some files; add dummy LED files
|
2016-03-02 13:14:02 -06:00 |
|
Gregory Nutt
|
db78decb5c
|
Sabre-6Quad: Some fixes for early compile issues
|
2016-03-01 14:17:03 -06:00 |
|
Gregory Nutt
|
57d3775db6
|
Update README
|
2016-02-29 14:08:47 -06:00 |
|
Gregory Nutt
|
48bd8aed91
|
Add configuration support for the Sabre-6Quad board
|
2016-02-29 13:16:39 -06:00 |
|
Gregory Nutt
|
806ed67309
|
Remove characters not supported by character set from README
|
2016-02-28 14:15:38 -06:00 |
|
Gregory Nutt
|
9f98e7ae58
|
Sabre 6Quad: Basic directory support (not much there now)
|
2016-02-28 14:14:06 -06:00 |
|