summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms/xt2000/include/platform/hardware.h
Commit message (Collapse)AuthorAgeFilesLines
* xtensa: move PLATFORM_NR_IRQS to KconfigMax Filippov2018-08-201-4/+0
| | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* xtensa: rework {CONFIG,PLATFORM}_DEFAULT_MEM_STARTMax Filippov2018-08-201-6/+0
| | | | | | | | | | Drop PLATFORM_DEFAULT_MEM_START from the platform/hardware.h headers. Provide definition of CONFIG_DEFAULT_MEM_START always, allow changing it only in noMMU configurations when PLATFORM_WANT_DEFAULT_MEM is selected. Change prompt and description so that it's clear that it controls PAGE_OFFSET and PHYS_OFFSET. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZEMax Filippov2018-08-201-1/+0
| | | | | | | | Now that noMMU cache attributes are set up separately drop no longer used macro PLATFORM_DEFAULT_MEM_SIZE and config symbol CONFIG_DEFAULT_MEM_SIZE used for setting it. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* xtensa: we don't need to include asm/io.hChris Zankel2009-04-031-1/+0
| | | | | | Remove include statement to include asm/io.h. Signed-off-by: Chris Zankel <chris@zankel.net>
* xtensa: Add xt2000 support files.Chris Zankel2008-11-061-0/+55
The last check-in to support the xt2000 development platform was missing some files. Signed-off-by: Chris Zankel <chris@zankel.net>
OpenPOWER on IntegriCloud