Tom Rini
ab92b38a01
Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig
...
We move the SYS_CACHE_SHIFT_N options from arch/arm/Kconfig to
arch/Kconfig, and introduce SYS_CACHE_SHIFT_4 to provide a size of 16.
Introduce select statements for other architectures based on current
usage. For MIPS, we take the existing arch-specific symbol and migrate
to the generic symbol. This lets us remove a little bit of otherwise
unused code.
Cc: Alexey Brodkin <alexey.brodkin@synopsys.com >
Cc: Anup Patel <anup.patel@wdc.com >
Cc: Atish Patra <atish.patra@wdc.com >
Cc: Bin Meng <bmeng.cn@gmail.com >
Cc: Leo <ycliang@andestech.com >
Cc: Palmer Dabbelt <palmer@dabbelt.com >
Cc: Paul Walmsley <paul.walmsley@sifive.com >
Cc: Sean Anderson <seanga2@gmail.com >
Cc: Simon Glass <sjg@chromium.org >
Signed-off-by: Tom Rini <trini@konsulko.com >
Acked-by: Sean Anderson <seanga2@gmail.com >
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
Reviewed-by: Rick Chen <rick@andestech.com >
2021-08-31 17:47:49 -04:00
Michal Simek
58008cbab5
Kconfig: Sort bool, default, select and imply options
...
Another round of sorting Kconfig entries aplhabetically.
Signed-off-by: Michal Simek <michal.simek@xilinx.com >
Reviewed-by: Tom Rini <trini@konsulko.com >
Acked-by: Alexey Brodkin <abrodkin@synopsys.com >
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com >
2018-07-30 07:18:48 -04:00
Daniel Schwierzeck
af3971f81a
MIPS: make inclusion of ROM exception vectors configurable
...
This adds a compile time option to include code for static
exception vectors. Static exception vectors are only needed,
when the U-Boot entry point is equal to the CPU reset exception
vector address. For instance this is the case when U-Boot is
used as ROM in Qemu or booted from parallel NOR flash. When
U-Boot is booted from RAM (e.g. loaded there by SPL), the
exception vectors need to be setup dynamically, which is done
in follow-up commits.
Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
2016-11-30 16:07:17 +01:00
Purna Chandra Mandal
44da3a176c
board: Add Microchip PIC32MZ[DA]-Starter-Kit board.
...
This adds support for Microchip PIC32MZ[DA] StarterKit board
based on a PIC32MZ[DA] family of microcontroller.
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com >
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
2016-02-01 22:14:01 +01:00
Purna Chandra Mandal
be961fa15b
MIPS: Add support for Microchip PIC32MZ[DA] SoC family.
...
Add Microchip PIC32MZ[DA] SoC family support.
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com >
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
2016-02-01 22:14:01 +01:00
Purna Chandra Mandal
32c1a6eef8
MIPS: initial infrastructure for Microchip PIC32 architecture
...
Create initial directory, Kconfigs needed for PIC32 architecture
support. Also add PIC32 specific register definition required for drivers.
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com >
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com >
Reviewed-by: Tom Rini <trini@konsulko.com >
2016-02-01 22:14:00 +01:00