- 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
- 706d481 serial: serial_msm: Ensure BAM/single character mode are disabled by Stephan Gerhold · 3 years, 5 months ago
- 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
- a707703 serial: zynq: Add support for serial parameters by Kunihiko Hayashi · 3 years, 5 months ago
- ceedd3a serial: Add additional depencies for PL010 and PL011 drivers by Michal Simek · 3 years, 5 months ago
- 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
- 09e9076 serial: serial_octeon_bootcmd.c: Add PCI remote console support by Stefan Roese · 3 years, 8 months ago
- 0145225 serial: serial_octeon_pcie_console.c: Add PCI remote console support by Stefan Roese · 3 years, 8 months ago
- 80b1497 arm: Remove apf27 board by Tom Rini · 3 years, 9 months ago
- 9a01fd9 x86: Make coreboot sysinfo available to any x86 board by Simon Glass · 3 years, 9 months ago
- dc45773 serial: mtk: rewrite the setbrg function by developer · 3 years, 9 months ago
- 48ab3df serial: ns16550: Handle zero <clock-frequency> value by Bin Meng · 3 years, 10 months ago
- 01b792b serial: ns16550: Correct the base address type by Bin Meng · 3 years, 10 months ago
- 29825e9 serial: usbtty: Send urb data in correct order by Pali Rohár · 3 years, 10 months ago
- 84567c3 serial: usbtty: Fix puts function by Pali Rohár · 3 years, 10 months ago
- c47c0d8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung by Tom Rini · 3 years, 9 months ago
- df070ce Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 9 months ago
- 4171095 clk: zynq: Add dummy clock enable function by Michal Simek · 3 years, 10 months ago
- 3b9ad30 serial: s5p: Allow independent selection by Mark Kettenis · 3 years, 10 months ago
- b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 10 months ago
- b58ba76 arm: Remove mx35pdk board by Tom Rini · 3 years, 10 months ago
- b934fd2 serial: sifive: Cast dev_read_addr() with uintptr_t by Bin Meng · 3 years, 10 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- abba9dd serial: a3720: Implement pending method for output direction by Pali Rohár · 3 years, 11 months ago
- e076b9e serial: add uart driver for MediaTek MT7620 SoC by developer · 4 years, 1 month ago
- 42149c9 drivers: serial: probe all uart devices by Vabhav Sharma · 4 years ago
- 80bd23b serial: stm32: define LOG_CATEGORY by Patrick Delaunay · 4 years, 1 month ago
- 92d6d86 Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago
- bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
- e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
- df65db8 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
- 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
- 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
- 2bfb7ef sandbox: serial: Move priv into a header file by Simon Glass · 4 years ago
- 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
- 2b92398 serial: Rename ns16550 functions to lower case by Simon Glass · 4 years ago
- 119e7ef serial: Update NS16550_t and struct NS16550 by Simon Glass · 4 years ago
- 5190dec serial: uartlite: Fix uninitialized ret in debug uartlite by Ashok Reddy Soma · 4 years ago
- 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 5420957 sandbox: serial: Update to use membuff by Simon Glass · 4 years, 1 month ago
- fb6268d sandbox: serial: Convert to livetree by Simon Glass · 4 years, 1 month ago
- 0b8ffa7 serial: sandbox: Drop unnecessary #ifdefs by Simon Glass · 4 years, 1 month ago
- 5d9950d treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 4 years ago
- bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
- cb90bd3 sandbox: Drop ad-hoc device declarations in SPL by Simon Glass · 4 years, 2 months ago
- f96c789 serial: pl01x: Add error value checking by Michal Simek · 4 years, 2 months ago
- 556f5ab Revert "serial: serial_xen: print U-Boot banner and others" by Tom Rini · 4 years, 1 month ago
- ae965f2 Revert "serial: serial_xen: add DEBUG_UART support" by Tom Rini · 4 years, 1 month ago
- 84fd316 serial: serial_xen: add DEBUG_UART support by AKASHI Takahiro · 4 years, 1 month ago
- cda1686 serial: serial_xen: print U-Boot banner and others by AKASHI Takahiro · 4 years, 1 month ago
- c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
- 070ffd2 serial: uartlite: Add support to work with any endianness by T Karthik Reddy · 4 years, 4 months ago
- 3239d71 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 3 months ago
- d88686b serial: sh: Improve FIFO empty check on RX by Marek Vasut · 4 years, 7 months ago
- 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
- c3d2559 serial: uniphier: fix typo in comment by Masahiro Yamada · 4 years, 4 months ago
- 8162f8f serial: serial_xen: Add Xen PV serial driver by Peng Fan · 4 years, 4 months ago
- 96008c9 drivers: serial: Make serial_initialize return int by Ovidiu Panait · 4 years, 4 months ago
- 03a3602 msm_serial: Read bit rate register value from DT by Robert Marko · 4 years, 5 months ago
- d4e76fe Merge tag 'u-boot-amlogic-20200727' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 4 months ago
- 5018be7 serial: meson: handle RX errors by Neil Armstrong · 4 years, 4 months ago
- a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 1096ae1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
- 93c09e0 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 4 years, 4 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- f041017 serial: Fix SIFIVE debug serial dependency by Michal Simek · 4 years, 5 months ago
- a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- a3332a1 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
- d019380 Convert CONFIG_MXC_UART to Kconfig by Tom Rini · 4 years, 6 months ago
- 62e309e Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier by Tom Rini · 4 years, 5 months ago
- c346d42 serial: uniphier: enable FIFO by Masahiro Yamada · 4 years, 5 months ago
- b8daeda serial: uniphier: flush transmitter before changing hardware settings by Masahiro Yamada · 4 years, 5 months ago
- f2d670a serial: uniphier: use register macros instead of structure by Masahiro Yamada · 4 years, 5 months ago
- 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
- 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
- 8da3a6b serial: Add missing Kconfig dependencies for debug consoles by Michal Simek · 4 years, 6 months ago
- 0f73ac6 serial: Convert ARM_DCC to Kconfig by Tom Rini · 4 years, 6 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 910c58f arm: bcm283x: serial: Move ofdata reading to probe() method by Simon Glass · 4 years, 8 months ago
- 7ee2dab uart: pl011: Add proper DM clock support by Andre Przywara · 4 years, 7 months ago
- 7c8e84c arm: dts: sync dts for Action Semi S900 by Amit Singh Tomar · 4 years, 7 months ago
- f497770 serial: actions: add compatible string by Amit Singh Tomar · 4 years, 7 months ago
- 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
- 01c18af serial: Set baudrate on boot by Sean Anderson · 4 years, 10 months ago
- ee2c922 serial: ns16550: Provide UART base clock speed in ->getinfo() by Andy Shevchenko · 4 years, 9 months ago
- 106930e dm: serial: Add clock member to struct serial_device_info by Andy Shevchenko · 4 years, 9 months ago
- b3f3310 serial: zynq: Change uart initialization logic by Michal Simek · 4 years, 8 months ago
- e92e09d serial: ns16550: Fix ordering of getting base address by Bin Meng · 4 years, 8 months ago
- dbc0c3a serial: mcfuart: renaming to a more appropriate name by Angelo Durgehello · 4 years, 9 months ago
- 11b0d34 serial: mcfuart: fix uart port index by Angelo Durgehello · 4 years, 9 months ago
- 8bb8dcf serial_lpuart: make clock failure less verbose by Giulio Benetti · 4 years, 10 months ago