| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-08 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2024-03-01 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2024-01-03 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2023-10-02 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2023-08-07 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2023-08-03 | board: traverse: ten64: adopt standard boot defaults | Mathew McBride | |
| With the previous updates to the device tree, Ten64 can use Standard Boot 'out of the box'. Signed-off-by: Mathew McBride <[email protected]> Reviewed-by: Peng Fan <[email protected]> | |||
| 2023-08-03 | board: ten64: disable watchdog autostart | Mathew McBride | |
| The watchdog driver was previously enabled but not used until U-Boot's fsl-ls1088a.dtsi was updated to describe them. Some Linux distributions (e.g Debian 11) do not engage the SP805 watchdogs, causing unexpected resets after boot. To conserve the user experience, turn off the autostart, and we will provide a mechanism to turn them on at boot via env vars. Signed-off-by: Mathew McBride <[email protected]> Reviewed-by: Peng Fan <[email protected]> | |||
| 2023-08-03 | configs: ten64: enable NVME_PCI | Mathew McBride | |
| This restores NVMe functionality after PCI(e) NVMe support was split out from the NVMe driver. Signed-off-by: Mathew McBride <[email protected]> Reviewed-by: Peng Fan <[email protected]> | |||
| 2023-05-05 | configs: ten64: enable DM_SERIAL | Mathew McBride | |
| The recent series "Convert LS1088A and LX2160 to DM_SERIAL" from Ioana Ciornei provided the necessary support to enable DM_SERIAL on the Ten64 board (LS1088A). Signed-off-by: Mathew McBride <[email protected]> Reviewed-by: Peng Fan <[email protected]> Reviewed-by: Ioana Ciornei <[email protected]> Signed-off-by: Peng Fan <[email protected]> Reviewed-by: Ioana Ciornei <[email protected]> Tested-by: Ioana Ciornei <[email protected]> # on LS1088A-RDB | |||
| 2023-05-01 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2023-03-27 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-12-05 | Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig | Tom Rini | |
| This converts the following to Kconfig: CONFIG_SPL_NS16550_MIN_FUNCTIONS CONFIG_SYS_NS16550_MEM32 CONFIG_SYS_NS16550_PORT_MAPPED CONFIG_SYS_NS16550_REG_SIZE CONFIG_SYS_NS16550_SERIAL To do this we also introduce CONFIG_SPL_SYS_NS16550_SERIAL so that platforms can enable the legacy driver here for SPL. Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-10-31 | Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE | Simon Glass | |
| The current name is inconsistent with SPL which uses CONFIG_SPL_TEXT_BASE and this makes it imposible to use CONFIG_VAL(). Rename it to resolve this problem. Signed-off-by: Simon Glass <[email protected]> | |||
| 2022-10-21 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-08-23 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-08-12 | Convert CONFIG_SYS_FSL_NUM_CC_PLLS to Kconfig | Tom Rini | |
| This converts the following to Kconfig: CONFIG_SYS_FSL_NUM_CC_PLLS Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-08-04 | Convert CONFIG_FSL_MEMAC et al to Kconfig | Tom Rini | |
| This converts the following to Kconfig: CONFIG_FSL_MEMAC CONFIG_SYS_MEMAC_LITTLE_ENDIAN Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-06-06 | Convert CONFIG_SYS_PBSIZE to Kconfig | Tom Rini | |
| This converts the following to Kconfig: CONFIG_SYS_PBSIZE Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-06-06 | Convert CONFIG_SYS_MAXARGS to Kconfig | Tom Rini | |
| This converts the following to Kconfig: CONFIG_SYS_MAXARGS Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-04-20 | Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000 | Tom Rini | |
| The most commonly used value today is 0x2000 and not 0x400. Rework the Kconfig logic to use this more frequently used value as the default. Cc: Andrew F. Davis <[email protected]> Cc: Alex Nemirovsky <[email protected]> Cc: Alexey Brodkin <[email protected]> Cc: Alison Wang <[email protected]> Cc: Anastasiia Lukianenko <[email protected]> Cc: Andes <[email protected]> Cc: Andre Przywara <[email protected]> Cc: Bharat Gooty <[email protected]> Cc: David Lechner <[email protected]> Cc: Dzmitry Sankouski <[email protected]> Cc: Enric Balletbo i Serra <[email protected]> Cc: Eugeniy Paltsev <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Gerald Kerma <[email protected]> Cc: Gregory CLEMENT <[email protected]> Cc: Holger Brunck <[email protected]> Cc: Jaehoon Chung <[email protected]> Cc: Jassi Brar <[email protected]> Cc: Kristian Amlie <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: Liviu Dudau <[email protected]> Cc: Luka Perkov <[email protected]> Cc: Lukasz Majewski <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Masami Hiramatsu <[email protected]> Cc: Matthias Brugger <[email protected]> Cc: Max Filippov <[email protected]> Cc: Michael Walle <[email protected]> Cc: Michal Simek <[email protected]> Cc: Minkyu Kang <[email protected]> Cc: Nikita Kiryanov <[email protected]> Cc: Nobuhiro Iwamatsu <[email protected]> Cc: Oleksandr Andrushchenko <[email protected]> Cc: Otavio Salvador <[email protected]> Cc: Patrice Chotard <[email protected]> Cc: Paul Burton <[email protected]> Cc: Paul Kocialkowski <[email protected]> Cc: Priyanka Jain <[email protected]> Cc: Rajesh Bhagat <[email protected]> Cc: Rayagonda Kokatanur <[email protected]> Cc: Sergey Temerkhanov <[email protected]> Cc: Simon Glass <[email protected]> Cc: Stefan Bosch <[email protected]> Cc: Stephan Gerhold <[email protected]> Cc: Tetsuyuki Kobayashi <[email protected]> Cc: Thomas Chou <[email protected]> Cc: Thomas Fitzsimmons <[email protected]> Cc: Thomas Weber <[email protected]> Cc: Tony Dinh <[email protected]> Cc: Trevor Woerner <[email protected]> Cc: Vitaly Andrianov <[email protected]> Cc: Vladimir Zapolskiy <[email protected]> Cc: liuhao <[email protected]> Cc: lixinde <[email protected]> Cc: shuyiqi <[email protected]> Cc: weichangzheng <[email protected]> Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Thomas Chou <[email protected]> Reviewed-by: Masami Hiramatsu <[email protected]> Reviewed-by: Tony Dinh <[email protected]> Reviewed-by: Patrice Chotard <[email protected]> Reviewed-by: Kristian Amlie <[email protected]> | |||
| 2022-04-01 | Convert CONFIG_EMMC_BOOT et al to Kconfig | Tom Rini | |
| This converts the following to Kconfig: CONFIG_EMMC_BOOT CONFIG_MAC_ADDR_IN_SPIFLASH CONFIG_NAND_BOOT CONFIG_SPL_FSL_PBL CONFIG_SYS_FSL_DDR4 In this case we re-sync options that had been set in CONFIG_SYS_EXTRA_OPTIONS but should not have been as they have proper entries. Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-03-25 | Convert CONFIG_RESET_PHY_R to Kconfig | Tom Rini | |
| This converts the following to Kconfig: CONFIG_RESET_PHY_R Cc: Ramon Fried <[email protected]> Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-02-09 | configs: Resync with savedefconfig | Tom Rini | |
| Rsync all defconfig files using moveconfig.py and update scripts/pylint.base Signed-off-by: Tom Rini <[email protected]> | |||
| 2022-02-01 | board: traverse: add initial Ten64 support | Mathew McBride | |
| The Ten64 is a networking-oriented MiniITX board using the NXP LS1088A SoC. This patch provides the bare minimum to support Ten64 boards under U-Boot for distroboot. Some related drivers have not yet been submitted and this basic support lacks some of the opinionated defaults provided by our firmware distribution. Signed-off-by: Mathew McBride <[email protected]> [Rebased] Signed-off-by: Priyanka Jain <[email protected]> | |||
