- 8eaa3c7 post: Migrate to Kconfig by Tom Rini · 2 years ago
- e4e9bb6 arm: lpc32xx: Remove unused hsuart driver by Tom Rini · 2 years ago
- 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
- df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years ago
- dc172ee Convert CONFIG_SYS_NS16550_MEM32 et al to Kconfig by Tom Rini · 2 years ago
- 10ac24f powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS by Tom Rini · 2 years ago
- 1a34049 arm: amlogic: add setbrg op to serial device by Edoardo Tomelleri · 2 years, 2 months ago
- 2a845ae Revert "serial: mxc: have putc use the TXFIFO" by Fabio Estevam · 2 years, 1 month ago
- 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
- bcb87b6 video: Drop use of the lcd header file by Simon Glass · 2 years, 1 month ago
- ac12a2f dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years, 2 months ago
- eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 2 months ago
- 8e67a8a serial: Call flush() before changing baudrate by Pali Rohár · 2 years, 3 months ago
- a48a24f serial: Implement serial_flush() function for console flush() fallback by Pali Rohár · 2 years, 3 months ago
- 9c9ceca serial: Implement flush callback by Pali Rohár · 2 years, 3 months ago
- 0dc720a serial: mtk: add support for using dynamic baud clock souce by developer · 2 years, 3 months ago
- 586c22b Merge branch 'master' into next by Tom Rini · 2 years, 2 months ago
- adbd4ec usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 3 months ago
- aee1532 serial: mxc: have putc use the TXFIFO by Johannes Schneider · 2 years, 3 months ago
- ba98bef serial: mxc: enable the RX pipeline by Johannes Schneider · 2 years, 3 months ago
- 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
- 49622a1 serial: zynq: Use DIV_ROUND_CLOSEST() to calcurate divider value by Kunihiko Hayashi · 2 years, 5 months ago
- b318d6e serial: ns16550: Wait in debug_uart_init until tx buffer is empty by Pali Rohár · 2 years, 5 months ago
- 1e56de0 arm: Remove PXA architecture support by Tom Rini · 2 years, 5 months ago
- 4050eb6 Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 2 years, 5 months ago
- 3b9271a serial: Setup serial base and freq for zynq/zynqmp by Michal Simek · 2 years, 6 months ago
- 1806577 serial: sandbox: Fix buffer underflow in puts by Andrew Scull · 2 years, 6 months ago
- 8864b35 serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) by Pali Rohár · 2 years, 6 months ago
- 03113fb serial: smh: Fake tstc by Sean Anderson · 2 years, 6 months ago
- 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 6 months ago
- e378768 serial: Remove obsolete CONS_INDEX_n Kconfig options by Samuel Holland · 2 years, 7 months ago
- 53a85a7 serial: ns16550: Add support for SPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 7 months ago
- 784f569 serial: Add new config option TPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 7 months ago
- b4e2980 serial: Add new config option SPL_DEBUG_UART_BASE by Pali Rohár · 2 years, 7 months ago
- 537cf08 serial: smh: Check return value of strndup by Sean Anderson · 2 years, 7 months ago
- 1a2abf6 serial: npcm: Add support for Nuvoton NPCM SoCs by Jim Liu · 2 years, 7 months ago
- e7ca7da vpl: Add Kconfig options for VPL by Simon Glass · 2 years, 7 months ago
- e5adbb2 rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPL by Johan Jonker · 2 years, 8 months ago
- 40cb661 rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL by Johan Jonker · 2 years, 8 months ago
- d1c0eb9 rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uart by Johan Jonker · 2 years, 8 months ago
- 047164b rockchip: serial: move driver alias to serial_rockchip.c by Johan Jonker · 2 years, 8 months ago
- e790316 rockchip: serial: restyle the serial_rockchip.c driver by Johan Jonker · 2 years, 8 months ago
- 760089a serial: smh: Implement puts for DM by Sean Anderson · 2 years, 8 months ago
- b271161 test: serial: Add test for putc/puts by Sean Anderson · 2 years, 8 months ago
- 8589885 serial: sandbox: Implement puts by Sean Anderson · 2 years, 8 months ago
- d56ce3c serial: Fix _serial_puts using \n\r instead of \r\n by Sean Anderson · 2 years, 8 months ago
- ca57d3b Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig by Tom Rini · 2 years, 8 months ago
- 8303889 Convert CONFIG_CONS_SCIF0 et al to Kconfig by Tom Rini · 2 years, 8 months ago
- 041ea48 Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 8 months ago
- aa22f97 serial: dm: Add support for puts by Sean Anderson · 2 years, 8 months ago
- 5ac1ec7 serial: smh: Initialize serial only if semihosting is enabled by Sean Anderson · 2 years, 8 months ago
- d4f131a serial: Add semihosting driver by Sean Anderson · 2 years, 8 months ago
- 037415a Convert CONFIG_LPUART et al to Kconfig by Tom Rini · 2 years, 8 months ago
- b5fb1be serial: zynq: Change fifo behavior in debug mode by Michal Simek · 2 years, 8 months ago
- f5309ef drivers: serial: Make sure we really return a serial device by Mark Kettenis · 2 years, 9 months ago
- 331f7f9 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 2 years, 10 months ago
- c0fe284 serial: Add RISC-V HTIF console driver by Anup Patel · 2 years, 10 months ago
- 6fe2dd5 serial-uclass: fix build warning by Heiko Schocher · 2 years, 10 months ago
- 366daf6 serial: remove nulldev_serial_input by Heiko Schocher · 2 years, 10 months ago
- 0039f57 sandbox: sandbox_serial_pending depends on DM_VIDEO by Heinrich Schuchardt · 2 years, 10 months ago
- 3110499 Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 10 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 774c9af Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 2 years, 10 months ago
- 65f8329 fdt: Drop SPL_BUILD macro by Simon Glass · 2 years, 11 months ago
- 9ec379b serial: zynq: Add missing xlnx,zynqmp-uart compatible by Michal Simek · 2 years, 11 months ago
- f028a99 efi: serial: Support arrow keys by Simon Glass · 2 years, 11 months ago
- 2d6f219 serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8 by Tom Rini · 3 years ago
- 8c70baa Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 3 years ago
- dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
- 3689099 arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers by Pali Rohár · 3 years ago
- d3a220f serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL by Pali Rohár · 3 years ago
- b285de4 serial: lpuart: add new compatible fsl, ls1028a-lpuart by Michael Walle · 3 years, 2 months ago
- 2993e97 serial: samsung: add support for skip debug init in s5p by Dzmitry Sankouski · 3 years, 1 month ago
- f5be5c8 serial: qcom: add support for GENI serial driver by Dzmitry Sankouski · 3 years, 1 month ago
- 835cb5d serial: s5p: Add Apple M1 support by Mark Kettenis · 3 years, 1 month ago
- 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 2 months ago
- cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 3 months ago
- 4c33c26 serial: Add a debug console using the RISC-V SBI interface by Samuel Holland · 3 years, 3 months ago
- 997f84d serial: Remove extraneous SYS_MALLOC_F check by Tom Rini · 3 years, 3 months ago
- eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 3 months ago
- 74f00e8 arm: Remove flea3 board by Tom Rini · 3 years, 2 months ago
- 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
- 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
- 84c0f69 ti: keystone: Move away from CONFIG_SOC_KEYSTONE by Tom Rini · 3 years, 3 months ago
- 9288265 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 4 months ago
- 3580f6d treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 4 months ago
- 388f78e serial: Add a SERIAL config by Simon Glass · 3 years, 4 months ago
- 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
- ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
- 856523a serial: a37xx: Do not call get_ref_clk() in _debug_uart_init() by Pali Rohár · 3 years, 4 months ago
- 00631fc serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UART by Pali Rohár · 3 years, 4 months ago
- a506ff4 serial: pl011: Enable DEBUG_UART_PL011 in SPL by Chen Baozi · 3 years, 4 months ago
- 99888fa serial: pl011: Resend the character if FIFO is full in debug uart by Chen Baozi · 3 years, 4 months ago
- 9a4569f serial: serial_msm: Delay initialization to let pins stabilize by Stephan Gerhold · 3 years, 5 months ago
- 6e0e23c arm: mvebu: armada-3720: remove unused config option by Marek Behún · 3 years, 5 months ago
- 1d2abe7 serial: a37xx: Switch to XTAL clock when booting Linux kernel by Pali Rohár · 3 years, 6 months ago
- c2a7df1 serial: a37xx: Use TBG as parent clock by Pali Rohár · 3 years, 6 months ago
- b76d08c serial: a37xx: Fix parent clock rate value and divider calculation by Pali Rohár · 3 years, 6 months ago
- 0ba2f37 arm: Remove edb9315a board by Tom Rini · 3 years, 6 months ago
- 4aab306 Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 5 months ago