public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-09-03 16:05:05 to 2018-09-04 22:28:30 UTC [more...]

[U-Boot] [PATCH v3 00/05]efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
 2018-09-04 22:28 UTC  (14+ messages)
` [U-Boot] [PATCH v3 1/5] efi_loader: capitalization table
` [U-Boot] [PATCH v3 2/5] lib: charset: upper/lower case conversion
` [U-Boot] [PATCH v3 3/5] test: tests for utf_to_lower() utf_to_upper()
` [U-Boot] [PATCH v3 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
      ` [U-Boot] [Fwd] "
` [U-Boot] [PATCH v3 5/5] efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL

[U-Boot] [PATCH] net: zynq_gem: Fix reading of max-speed property
 2018-09-04 22:04 UTC  (2+ messages)

[U-Boot] [PATCH 00/12] riscv: Add QEMU virt board support
 2018-09-04 21:53 UTC  (9+ messages)
` [U-Boot] [PATCH 03/12] riscv: bootm: Correct the 1st kernel argument to hart id
` [U-Boot] [PATCH 08/12] riscv: Add a helper routine to print CPU information
` [U-Boot] [PATCH 12/12] riscv: Add QEMU virt board support

[U-Boot] Fwd: Parallel build is broken
 2018-09-04 21:43 UTC  (12+ messages)

[U-Boot] [RFC 0/3] test/py: add filesystem test scripts
 2018-09-04 19:26 UTC  (9+ messages)
` [U-Boot] [RFC 1/3] test/py: convert fs-test.sh to pytest

[U-Boot] [PATCH v2 01/13] pico-imx6ul: Convert to distro config
 2018-09-04 19:13 UTC  (15+ messages)
` [U-Boot] [PATCH v2 02/13] pico-imx6ul: Convert to SPL
` [U-Boot] [PATCH v2 03/13] pico-imx6ul: Add fastboot support
` [U-Boot] [PATCH v2 04/13] pico-imx6ul: Add bmode support
` [U-Boot] [PATCH v2 05/13] pico-imx6ul: Add support for the 512MB module
` [U-Boot] [PATCH v2 06/13] pico-imx7d: Update the README file
` [U-Boot] [PATCH v2 07/13] pico-imx6ul: "
` [U-Boot] [PATCH v2 08/13] pico-imx6ul: Sync defconfig with new changes
` [U-Boot] [PATCH v2 09/13] pico-imx6ul: Add bootmenu to choose the baseboard
` [U-Boot] [PATCH v2 10/13] pico-imx6ul: Improve default DFU settings
` [U-Boot] [PATCH v2 11/13] pico-imx6ul: Sync README with pico-imx7d
` [U-Boot] [PATCH v2 12/13] pico-imx6ul: Add new pico-hobbit config
` [U-Boot] [PATCH v2 13/13] pico-imx6ul: Remove CONFIG_FSL_USDHC from .h

[U-Boot] [PATCH v4 00/05] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
 2018-09-04 17:34 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] efi_loader: capitalization table
` [U-Boot] [PATCH v4 2/5] lib: charset: upper/lower case conversion
` [U-Boot] [PATCH v4 3/5] test: tests for utf_to_lower() utf_to_upper()
` [U-Boot] [PATCH v4 4/5] efi_loader: EFI_UNICODE_COLLATION_PROTOCOL
` [U-Boot] [PATCH v4 5/5] efi_selftest: EFI_UNICODE_COLLATION_PROTOCOL

[U-Boot] [PATCH v5] usb: ehci-generic: Add vbus-supply regulator support
 2018-09-04 17:29 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/3] subject: arm: qemu-arm: enable PL031 (RTC)
 2018-09-04 17:18 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/3] rtc: pl031: convert the driver to driver model

[U-Boot] [PATCH] ARM: qemu-arm: Fix qemu_arm64_defconfig for QEMU 3.0
 2018-09-04 16:54 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] Add a pinctrl driver for Merrifield to pinmux I2C#6
 2018-09-04 14:58 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/5] x86: cpu: introduce scu_ipc_raw_command()
` [U-Boot] [PATCH v2 2/5] x86: tangier: pinmux: add API to configure protected pins
` [U-Boot] [PATCH v2 3/5] x86: dts: edison: configure I2C#6 pins
` [U-Boot] [PATCH v2 4/5] x86: tangier: acpi: add I2C6 node
` [U-Boot] [PATCH v2 5/5] x86: cpu: add docstring to scu_ipc_command()

[U-Boot] [PATCH 04/11] efi_loader: SIMPLE_TEXT_INPUT_EX plus wire up objects properly
 2018-09-04 14:07 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v7 00/11] [RESEND] Add support for DM_USB and DM_USB_DEV for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-09-04 13:56 UTC  (12+ messages)
` [U-Boot] [PATCH v7 01/11] syscon: dm: Add a new method to get a regmap from DTS
` [U-Boot] [PATCH v7 02/11] phy: ti-pip3-phy: Add support for USB3 PHY
` [U-Boot] [PATCH v7 03/11] phy: Add a new driver for OMAP's USB2 PHYs
` [U-Boot] [PATCH v7 04/11] dwc3-generic: Add support for the TI DWC3 glue
` [U-Boot] [PATCH v7 05/11] board: ti: dra7xx-evm: turn on USB clocks in late init stage
` [U-Boot] [PATCH v7 06/11] board; ti: am57xx: turn on USB clocks
` [U-Boot] [PATCH v7 07/11] dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus
` [U-Boot] [PATCH v7 08/11] configs: enable DM_USB and DM_USB_DEV for all DRA7 platforms
` [U-Boot] [PATCH v7 09/11] configs: am57xx_evm: Enable DM_USB and DM_USB_DEV
` [U-Boot] [PATCH v7 10/11] board: ti: dra7-evm: remove USB platform code
` [U-Boot] [PATCH v7 11/11] board: ti: am57xx: "

[U-Boot] [PATCH] efi_loader: Add console handle references to in/out/err
 2018-09-04 13:50 UTC 

[U-Boot] [PATCH v2 0/7] [RESEND] Improvements for the dwc3_generic driver
 2018-09-04 13:42 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
` [U-Boot] [PATCH v2 2/7] usb: introduce a separate config option for DM USB device
` [U-Boot] [PATCH v2 3/7] usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt()
` [U-Boot] [PATCH v2 4/7] dwc3_generic: do not probe the USB device driver when it's bound
` [U-Boot] [PATCH v2 5/7] dwc3: move phy operation to core.c
` [U-Boot] [PATCH v2 6/7] dwc3-generic: Handle the PHYs, the clocks and the reset lines
` [U-Boot] [PATCH v2 7/7] dwc3-generic: Add select_dr_mode operation

[U-Boot] [PATCH 01/13] pico-imx6ul: Convert to distro config
 2018-09-04 13:02 UTC  (12+ messages)
` [U-Boot] [PATCH 02/13] pico-imx6ul: Convert to SPL

[U-Boot] [ANN] U-Boot v2018.09-rc3 released
 2018-09-04 12:27 UTC  (4+ messages)

[U-Boot] U-Boot 2018.07 Still Broken for Allwinner H3 SoCs
 2018-09-04 12:22 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] Solve issue with serial rx buffer when MUX is deactivated
 2018-09-04 12:07 UTC  (7+ messages)
` [U-Boot] [PATCH 2/4] serial: protect access to serial rx buffer

[U-Boot] [PATCH 0/4] Add a pinctrl driver for Merrifield to pinmux I2C#6
 2018-09-04 12:00 UTC  (17+ messages)
` [U-Boot] [PATCH 1/4] x86: cpu: introduce scu_ipc_raw_command()
` [U-Boot] [PATCH 2/4] x86: tangier: pinmux: add API to configure protected pins
` [U-Boot] [PATCH 3/4] x86: dts: edison: configure I2C#6 pins
` [U-Boot] [PATCH 4/4] x86: tangier: acpi: add I2C6 node

[U-Boot] [PATCH v2 00/18] spi: mpc8xxx: DM conversion
 2018-09-04 11:55 UTC  (11+ messages)

[U-Boot] [PATCH] qemu-arm: Enable DHCP distro target
 2018-09-04 11:49 UTC 

[U-Boot] [PATCH v2 00/23] subject: fs: fat: extend FAT write operations
 2018-09-04 10:57 UTC  (30+ messages)
` [U-Boot] [PATCH v2 01/23] fs: fat: guard the content of include/fat.h
` [U-Boot] [PATCH v2 02/23] fs: fat: extend get_fs_info() for write use
` [U-Boot] [PATCH v2 03/23] fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()
` [U-Boot] [PATCH v2 04/23] fs: fat: make directory iterator global for write use
` [U-Boot] [PATCH v2 05/23] fs: fat: assure iterator's ->dent belongs to ->clust
` [U-Boot] [PATCH v2 06/23] Revert "fs: fat: cannot write to subdirectories"
` [U-Boot] [PATCH v2 07/23] fs: fat: check and normailze file name
` [U-Boot] [PATCH v2 08/23] fs: fat: write returns error code instead of -1
` [U-Boot] [PATCH v2 09/23] fs: fat: support write with sub-directory path
` [U-Boot] [PATCH v2 10/23] fs: fat: refactor write interface for a file offset
` [U-Boot] [PATCH v2 11/23] fs: fat: support write with non-zero offset
` [U-Boot] [PATCH v2 12/23] cmd: fat: add offset parameter to fatwrite
` [U-Boot] [PATCH v2 13/23] fs: add mkdir interface
` [U-Boot] [PATCH v2 14/23] fs: fat: remember the starting cluster number of directory
` [U-Boot] [PATCH v2 15/23] fs: fat: support mkdir
` [U-Boot] [PATCH v2 16/23] cmd: fat: add fatmkdir command
` [U-Boot] [PATCH v2 17/23] efi_loader: file: support creating a directory
` [U-Boot] [PATCH v2 18/23] efi_loader: implement a pseudo "file delete"
` [U-Boot] [PATCH v2 19/23] fs-test: fix false positive error at Test Case 12
` [U-Boot] [PATCH v2 20/23] fs-test: update the test result as of v2018.09
` [U-Boot] [PATCH v2 21/23] test/py: convert fs-test.sh to pytest
` [U-Boot] [PATCH v2 22/23] test/py: fs: add extended write operation test
` [U-Boot] [PATCH v2 23/23] test/py: fs: add fstest/mkdir test

[U-Boot] SWUpdate - U-Boot environment library dependency
 2018-09-04 10:30 UTC 

[U-Boot] [PATCH] x86: extend baudrate table with 57600
 2018-09-04 10:07 UTC  (6+ messages)

[U-Boot] [PATCH 0/4] x86: Fix up some bootstage problems
 2018-09-04  9:07 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] Enable CONFIG_TIMER_EARLY with bootstage
` [U-Boot] [PATCH 2/4] chromebook_samus: Increase pre-relocation memory
` [U-Boot] [PATCH 3/4] binman: Add support for Intel reference code
` [U-Boot] [PATCH 4/4] Revert "x86: galileo: Fix boot failure"

[U-Boot] [PATCH] travis: Use kernel.org pre-built toolchain for riscv
 2018-09-04  8:56 UTC  (6+ messages)

[U-Boot] [PATCH] spi: mxc_spi: Fix chipselect with DM_SPI in SPL
 2018-09-04  8:54 UTC  (3+ messages)
  ` [U-Boot] Antwort: "

[U-Boot] [PATCH] gpio: dwapb_gpio: Add reset ctrl to driver
 2018-09-04  8:31 UTC  (5+ messages)
` [U-Boot] [PATCH] gpio: dwapb_gpio: Change to use dev_read_addr()

[U-Boot] [PATCH v5] gpio: dwapb_gpio: Add reset ctrl to driver
 2018-09-04  7:44 UTC  (5+ messages)

[U-Boot] [PATCH v4] usb: ehci-generic: Add vbus-supply regulator support
 2018-09-04  7:35 UTC  (4+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2018-09-04  7:11 UTC 

[U-Boot] [PATCH v1 1/1] spi: lpc32xx_ssp: DM conversion
 2018-09-04  6:33 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set
 2018-09-04  6:22 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] doc: qemu-arm: Drop highmem=off references

[U-Boot] [PATCH v4] gpio: dwapb_gpio: Add reset ctrl to driver
 2018-09-04  4:34 UTC  (6+ messages)

[U-Boot] [PATCH v2 00/13] Import Undefined Behavior Sanitizer
 2018-09-04  4:00 UTC  (6+ messages)
` [U-Boot] [PATCH v2 07/13] x86: Fix signed shift overflow in MSR_IA32_APICBASE_BASE

[U-Boot] [PATCH 0/2] Watchdog: Add support for sunxi hardware watchdog
 2018-09-04  1:06 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] watchdog: Fix SPL builds when watchdog is enabled
` [U-Boot] [PATCH 2/2] watchdog: Add sunxi watchdog driver

[U-Boot] [PATCH 1/3] spi: davinci: Add platdata support
 2018-09-03 22:22 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] board: da8xxevm: Add SPL DM for serial, spi
` [U-Boot] [PATCH 3/3] configs: omapl138_lcdk: Enable DM_SPI, DM_SPI_FLASH

[U-Boot] [PATCH] amlogic: board p212: Fix Ethernet PHY init
 2018-09-03 20:14 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: omap3_logic: Enable DM_PMIC and DM_REGULATOR
 2018-09-03 19:05 UTC 

[U-Boot] [PATCH 1/1] efi_loader: description efi_update_capsule()
 2018-09-03 18:59 UTC 

[U-Boot] [PATCH] ARM: omap3_logic: Enable Pinctrl
 2018-09-03 18:56 UTC 

[U-Boot] [PATCH 1/1] docs: kernel-doc: fix parsing of function pointers
 2018-09-03 18:50 UTC 

[U-Boot] [PATCH 1/1] efi_loader: fix typos in efi_runtime.c
 2018-09-03 17:29 UTC 

[U-Boot] [PATCH 1/1] efi_loader: fix typos in efi_boottime.c
 2018-09-03 17:12 UTC 

[U-Boot] [PATCH v3 0/8] Device tree support for PowerPC in U-Boot
 2018-09-03 16:05 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/8] powerpc/dts: Define '_end' symbol in mpc85xx U-Boot lds files
` [U-Boot] [PATCH v3 2/8] powerpc/dts: Makefile changes to clean and build dts
` [U-Boot] [PATCH v3 3/8] binman: Add a new "skip-at-start" property in Section class
` [U-Boot] [PATCH v3 4/8] binman: Add support for PowerPC mpc85xx 'bootpg + resetvec' entry
` [U-Boot] [PATCH v3 5/8] powerpc: mpc85xx: Select BINMAN by default
` [U-Boot] [PATCH v3 6/8] powerpc: mpc85xx: Use binman to embed dtb inside U-Boot
` [U-Boot] [PATCH v3 7/8] powerpc: dts: Add u-boot.dtsi to use binman for MPC85xx boards
` [U-Boot] [PATCH v3 8/8] powerpc: dts: Enable device tree support for T2080QDS


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox