summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/omap_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* ARM: omap: Add support for multi-archSascha Hauer2023-03-071-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: configs: Remove NS16550_OMAP_EXTENSIONSDominik Haller2022-10-241-1/+0
| | | | | | | | | | | Config NS16550_OMAP_EXTENSIONS has been removed a while ago in commit 11a1f28cbf22 ("serial: Kconfig: Remove DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS option"). Remove it from the defconfigs too. Signed-off-by: Dominik Haller <d.haller@phytec.de> Link: https://lore.barebox.org/20221020144112.52506-1-d.haller@phytec.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: boards: Add support for MYIR MYD-AM335X Development BoardAlexander Shiyan2022-04-291-1/+2
| | | | | | | | | | | | | The MYD-AM335X Development Board designed by MYIR is a high-performance ARM Evaluation Module (EVM) using the MYC-AM335X CPU module as the core controller board. It is based on up to 1GHz Texas Instruments (TI) Sitara AM335x family of ARM Cortex-A8 Microprocessors (MPUs) that deliver high DMIPs at a low cost while also delivering optional 3D graphics acceleration and key peripherals. Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com> Link: https://lore.barebox.org/20220426070440.12471-1-eagle.alexander923@gmail.com Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: configs: Update configs to use new Kconfig FASTBOOT_* namesRobert Karszniewicz2020-07-111-1/+1
| | | | | | | | Some Kconfig symbols have been moved and renamed in commit 2879373370eb ("fastboot: split generic code from USB gadget") Signed-off-by: Robert Karszniewicz <r.karszniewicz@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* gadget: f_fastboot: New Kconfig option USB_GADGET_FASTBOOT_CMD_OEMChristian Eggers2020-02-251-0/+1
| | | | | | | | | | | | Most fastboot commands are suitable for a secure boot environment as they only allow to download/flash/erase to files/partitions which were explicitly specified in the usbgadget command. The "oem" group of commands allows execution of arbitrary barebox commands. This needs to be disabled for secure boot devices. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Regenerate defconfig filesSascha Hauer2019-06-261-2/+0
| | | | | | | | | | | | | | | | Update defconfig files with the following script. for a in arch/*; do arch=$(basename $a) for c in $a/configs/*; do config=$(basename $c) export ARCH=$arch make $config && make savedefconfig && mv defconfig $c done done Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* arm: configs: omap_defconfig: Enable ti-sysc bus driverTeresa Remmet2019-02-131-1/+1
| | | | | Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: configs: omap_defconfig: Add bootchooserDaniel Schultz2019-01-081-0/+2
| | | | | | Signed-off-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM: omap: am33xx_defconfig: Enable more boards and renameSascha Hauer2019-01-071-0/+150
Enable more boards in am33xx_defconfig. Since this now also supports omap3 and am35xx boards rename it to omap_defconfig. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>