nuttx/arch/risc-v/src/mpfs
Xiang Xiao d5689e070b net/arp: Remove nuttx/net/arp.h
1.move ARPHRD_ETHER to netinet/arp.h
1.move arp_entry_s to net/arp/arp.h
2.move arp_input to nuttx/net/netdev.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-12-16 22:10:59 +02:00
..
hardware risc-v/mpfs: ihc: reorganize ihc 2022-11-02 21:44:52 +08:00
chip.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
Kconfig risc-v/mpfs: ihc: reorganize ihc 2022-11-02 21:44:52 +08:00
Make.defs risc-v/mpfs: ihc: reorganize ihc 2022-11-02 21:44:52 +08:00
mpfs_allocateheap.c arch: rename arch special function name 2022-11-22 16:27:56 +08:00
mpfs_cache.c Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_cache.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_clockconfig.c Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_clockconfig.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_config.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_corepwm.c arch: Merge up_arch.h into up_internal.h 2022-03-14 09:32:17 +02:00
mpfs_corepwm.h
mpfs_ddr.c Revert "mpfs/mpfs_ddr.c: Stop the DDR training once it is completed" 2022-11-02 21:44:52 +08:00
mpfs_ddr.h
mpfs_dma.c Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_dma.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_emmcsd.c Initialize global mutext/sem by NXMUTEX_INITIALIZER and SEM_INITIALIZER 2022-11-14 09:34:04 +09:00
mpfs_emmcsd.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_entrypoints.c risc-v/mpfs: Make entrypoint table run-time configurable 2022-08-18 21:50:53 +08:00
mpfs_ethernet.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
mpfs_ethernet.h netinitialize: call xxx_netinitialize unconditionally 2022-03-19 17:41:33 +08:00
mpfs_gpio.c arch/risc-v/src/mpfs: Add mpfs_gpiosetevent and gpio irq handling functions 2022-06-23 21:45:15 +08:00
mpfs_gpio.h arch/risc-v/src/mpfs: Fixes for MSSIO GPIO configurations 2022-08-24 19:25:05 +08:00
mpfs_head.S mpfs_head.S: Mark .start section attributes explicitly 2022-11-16 23:32:51 +08:00
mpfs_i2c.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
mpfs_i2c.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_ihc_sbi.c risc-v/mpfs: ihc: reorganize ihc 2022-11-02 21:44:52 +08:00
mpfs_ihc.c Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
mpfs_ihc.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_irq_dispatch.c Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_irq.c arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
mpfs_lowputc.c Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_lowputc.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_memorymap.h arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
mpfs_mm_init.c mpfs/mpfs_mm_init: Fix the section align mask checks 2022-11-04 23:03:10 +08:00
mpfs_mm_init.h MPFS: Implement S-mode head and start function 2022-05-22 15:42:30 +03:00
mpfs_opensbi_utils.S risc-v/mpfs: opensbi: fix random boot failures 2022-11-05 00:37:51 +08:00
mpfs_opensbi.c risc-v/mpfs: fix compile warning 2022-11-21 14:43:34 +01:00
mpfs_pgalloc.c MPFS: Add page pool allocation 2022-05-02 16:13:15 +08:00
mpfs_plic.c MPFS: Prepare support for S-mode 2022-04-07 21:55:36 +08:00
mpfs_plic.h MPFS: Create centralized module for PLIC address handling 2022-03-18 18:20:12 +08:00
mpfs_serial.c Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_shead.S mpfs_head.S: Mark .start section attributes explicitly 2022-11-16 23:32:51 +08:00
mpfs_spi.c use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
mpfs_spi.h assert: unify stack and register dump across platforms 2021-12-20 00:02:12 -03:00
mpfs_start.c arch/risc-v/src/mpfs: Add a config option for enabling L2 cache 2022-10-11 00:59:48 +08:00
mpfs_systemreset.c arch/risc-v: Remove the unnecessary inclusion of board header files 2022-04-07 11:25:12 +03:00
mpfs_timerisr.c Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_usb.c risc-v/mpfs: usb: fix usb restart 2022-09-08 22:08:17 +08:00
mpfs_usb.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs_userspace.c Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
mpfs_userspace.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00
mpfs.h Remove executable permission from source and build files. 2022-08-04 12:48:18 -03:00