public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-05-04 07:12:49 to 2018-05-07 10:11:35 UTC [more...]

[U-Boot] [PATCH 1/5] ARM: mxs: make lowlevel_init() weak
 2018-05-07 10:11 UTC  (6+ messages)
` [U-Boot] [PATCH 2/5] ARM: arm926ejs: fix lowlevel_init call

[U-Boot] [UNTESTED PATCH] ARM: orion5x: fix use of callee-saved registers in lowloevel_init
 2018-05-07 10:10 UTC 

[U-Boot] [PATCH] spi: cadence_qspi: Change to use devfdt_get_addr_index()
 2018-05-07  9:42 UTC  (3+ messages)
` [U-Boot] [PATCH] spi: cadence_qspi: Fix compilation warning
` [U-Boot] [PATCH] spi: cadence_qspi: Fix warning cast from pointer to integer of different size

[U-Boot] [PATCH v3 1/6] spi: kconfig: Move MPC8XXX_SPI to if DM_SPI
 2018-05-07  9:18 UTC 

[U-Boot] [PATCH v3 2/6] spi: omap3_spi: Full dm conversion
 2018-05-07  9:17 UTC 

[U-Boot] [PATCH 0/3] add support for the asus C201 chromebook (4GiB)
 2018-05-07  9:16 UTC  (17+ messages)
` [U-Boot] [PATCH 1/3] sf: Add GigaDevice gd25q32b entry
` [U-Boot] [PATCH 2/3] rockchip: add support for veyron-speedy (ASUS Chromebook C201)
` [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

[U-Boot] [PATCH v3 3/6] spi: davinci: Full dm conversion
 2018-05-07  9:13 UTC 

[U-Boot] [PATCH v3 4/6] spi: ti_qspi: Full dm conversion
 2018-05-07  9:12 UTC 

[U-Boot] [PATCH v3 5/6] spi: kirkwood: Get drvdata in .ofdata_to_platdata
 2018-05-07  9:11 UTC 

[U-Boot] [PATCH v3 6/6] spi: kirkwood: Full dm conversion
 2018-05-07  9:10 UTC 

[U-Boot] Need suggestion on device driver project ideas
 2018-05-07  9:10 UTC 

[U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY
 2018-05-07  7:33 UTC  (36+ messages)
` [U-Boot] [PATCH v7 01/35] usb: sunxi: Simplify ccm reg base code
` [U-Boot] [PATCH v7 02/35] musb: sunxi: Add proper macros instead of numericals
` [U-Boot] [PATCH v7 03/35] musb: sunxi: Use simple way to fill musb_hdrc pdata
` [U-Boot] [PATCH v7 04/35] musb: sunxi: Add fifo config
` [U-Boot] [PATCH v7 05/35] sunxi: clock: Fix clock gating for H3/H5/A64
` [U-Boot] [PATCH v7 06/35] musb: sunxi: Add OTG device clkgate and reset for H3/H5
` [U-Boot] [PATCH v7 07/35] musb: sunxi: Use BIT instead of numerical shift
` [U-Boot] [PATCH v7 08/35] sunxi: clock: Fix OHCI clock gating for H3/H5
` [U-Boot] [PATCH v7 09/35] musb: sunxi: Add support for H3/H5A64
` [U-Boot] [PATCH v7 10/35] phy: Add Allwinner A64 USB PHY driver
` [U-Boot] [PATCH v7 11/35] phy: sun4i-usb: Add id_detect and vbus_detect ops
` [U-Boot] [PATCH v7 12/35] phy: sun4i-usb: Add H3/H5 PHY config
` [U-Boot] [PATCH v7 13/35] phy: sun4i-usb: Add V3S "
` [U-Boot] [PATCH v7 14/35] phy: sun4i-usb: Add A83T USB "
` [U-Boot] [PATCH v7 15/35] phy: sun4i-usb: Add A10/A13/A20 "
` [U-Boot] [PATCH v7 16/35] phy: sun4i-usb: Add A31 "
` [U-Boot] [PATCH v7 17/35] phy: sun4i-usb: Add A33 USB "
` [U-Boot] [PATCH v7 18/35] phy: sun4i-usb: Add A23 "
` [U-Boot] [PATCH v7 19/35] device-tree-bindings: phy: Sync sun4i-usb-phy bindings
` [U-Boot] [PATCH v7 20/35] board: sunxi: Use generic-phy for board_usb_cable_connected
` [U-Boot] [PATCH v7 21/35] phy: sun4i-usb: Add a sunxi specific function for setting squelch-detect
` [U-Boot] [PATCH v7 22/35] usb: sunxi: Switch to use generic-phy
` [U-Boot] [PATCH v7 23/35] sunxi: Drop legacy usb_phy.c
` [U-Boot] [PATCH v7 24/35] sunxi: h3: Sync OTG and HCI nodes from Linux DT
` [U-Boot] [PATCH v7 25/35] arm64: allwinner: a64: bananapi-m64: Sync usb_otg node from Linux
` [U-Boot] [PATCH v7 26/35] configs: bananapi-m64: Enable USB OTG peripheral mode
` [U-Boot] [PATCH v7 27/35] ARM: dts: sun8i: a83t: Sync usbphy node from Linux
` [U-Boot] [PATCH v7 28/35] arm64: allwinner: a64: bananapi-m64: Sync usb host nodes "
` [U-Boot] [PATCH v7 29/35] ARM: dts: sun8i-h3: bananapi-m2-plus: Sync usb otg "
` [U-Boot] [PATCH v7 30/35] configs: bananapi-m2-plus: Enable USB OTG peripheral mode
` [U-Boot] [PATCH v7 31/35] arm64: allwinner: h5: orangepi-pc2: Order nodes in alphabetic
` [U-Boot] [PATCH v7 32/35] arm64: allwinner: h5: orangepi-pc2: Sync usb otg nodes from Linux
` [U-Boot] [PATCH v7 33/35] configs: orangepi-pc2: Enable USB OTG peripheral mode
` [U-Boot] [PATCH v7 34/35] arm64: allwinner: h5: orangepi-prime: Sync usb otg nodes from Linux
` [U-Boot] [PATCH v7 35/35] configs: orangepi-prime: Enable USB OTG peripheral mode

[U-Boot] [RFC] Exporting defaul environment
 2018-05-07  6:30 UTC  (5+ messages)

[U-Boot] [PATCH v3 0/7] i.MX6DL: Add BTicino Mamoj board support
 2018-05-07  5:51 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/7] i.MX6: board: Add BTicino i.MX6DL Mamoj initial support
` [U-Boot] [PATCH v3 2/7] i.MX6DL: mamoj: Add I2C support
` [U-Boot] [PATCH v3 3/7] i.MX6DL: mamoj: Add PFUZE100 support
` [U-Boot] [PATCH v3 4/7] configs: imx6dl_mamoj: Enable fastboot and ums
` [U-Boot] [PATCH v3 5/7] configs: imx6dl-mamoj: Add DFU support
` [U-Boot] [PATCH v3 6/7] configs: imx6dl-mamoj: Add Falcon mode support
` [U-Boot] [PATCH v3 7/7] configs: imx6dl-mamoj: Enable HAB

[U-Boot] [PATCH 1/2] board: move ppa header address in board specific kconfig
 2018-05-07  4:58 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] LS1012AFRWY: Add Secure Boot support

[U-Boot] [RFC] Migrate to Linux Kernel style SPDX Tags for v2018.05
 2018-05-07  4:56 UTC  (5+ messages)

[U-Boot] [PATCH] rockchip: update emmc/sd index for distro boot order
 2018-05-07  3:05 UTC 

[U-Boot] NDS32 toolchain?
 2018-05-07  2:54 UTC  (6+ messages)

[U-Boot] [PATCH] rockchip: update emmc/sd index
 2018-05-07  2:53 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/8] riscv: Enable efi_loader support
 2018-05-07  2:33 UTC  (13+ messages)
` [U-Boot] [PATCH v3 1/8] riscv: Add setjmp/longjmp code
` [U-Boot] [PATCH v3 2/8] riscv: Enable function sections
` [U-Boot] [PATCH v3 4/8] riscv: Add board_quiesce_devices stub
` [U-Boot] [PATCH v3 7/8] riscv: nx25: Enable distro boot

[U-Boot] [PATCH v2 0/3] drivers: Add reset ctrl to drivers
 2018-05-07  2:09 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver
` [U-Boot] [PATCH v2 2/3] serial: ns16550: "
` [U-Boot] [PATCH v2 3/3] net: designware: "

[U-Boot] [PATCH] arm: mach-omap2: cache: Explicitly enable I cache
 2018-05-06 21:12 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCHv2 2/2] stdio_names: Ensure MAX_NAMES is defined before use, don't use 3 directly
 2018-05-06 21:12 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv2, "

[U-Boot] [PATCHv2 1/2] stdio_dev.h: Drop the video section as it is unused
 2018-05-06 21:12 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv2, "

[U-Boot] [PATCH] Kconfig: Add dependency on HASH to verified boot
 2018-05-06 21:12 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] board: ti: am43: Fix DCDC3 voltage for epos-evm
 2018-05-06 21:12 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] README.sandbox: small typos
 2018-05-06 21:12 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 0/3] efi_loader: armv7: enable unaligned access
 2018-05-06 21:12 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/3] efi_loader: allow unaligned memory access

[U-Boot] [PATCH v2 00/11] pmic: sandbox: Add support for MC34709 PMIC
 2018-05-06 20:35 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/11] pmic: fsl: Provide some more definitions for MC34708 PMIC
` [U-Boot] [PATCH v2 02/11] pmic: fsl: Define number of bytes sent at once by "
` [U-Boot] [PATCH v2 03/11] pmic: Add support for setting transmission length in uclass private data
` [U-Boot] [PATCH v2 04/11] pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmissions
` [U-Boot] [PATCH v2 05/11] pmic: dm: Add support for MC34708 for PMIC DM
` [U-Boot] [PATCH v2 06/11] pmic: Rewrite the pmic command to not only work with single byte transmission
` [U-Boot] [PATCH v2 07/11] sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmission
` [U-Boot] [PATCH v2 08/11] sandbox: Enable support for MC34708 PMIC in DTS
` [U-Boot] [PATCH v2 09/11] sandbox: Enable MC34708 PMIC support
` [U-Boot] [PATCH v2 10/11] sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.c
` [U-Boot] [PATCH v2 11/11] sandbox: tests: Add tests for mc34708 PMIC device

[U-Boot] Logo for U-Boot
 2018-05-06 20:31 UTC  (11+ messages)

[U-Boot] [PATCH v2 00/17] bmips: convert to use live-dt
 2018-05-06 19:36 UTC  (2+ messages)

[U-Boot] [PATCH v3] dm: core: add functions to get memory-mapped I/O addresses
 2018-05-06 19:34 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] Initial integration of AVB2.0
 2018-05-06 11:31 UTC  (2+ messages)

[U-Boot] [PATCH 0/1] board: arm: Add support for Broadcom BCM7445D0
 2018-05-06 11:09 UTC  (2+ messages)
` [U-Boot] [PATCH 1/1] "

[U-Boot] Bug#897671: u-boot does not work on sheevaplug
 2018-05-06  7:00 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] ARM: rmobile: Fix CONFIG_RMOBILE_BOARD_STRING
 2018-05-05 21:56 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRING

[U-Boot] Appended DTB Android boot image support
 2018-05-05 21:37 UTC  (5+ messages)

[U-Boot] [PATCH 0/7] ARM: uniphier: support drive-strength pin configuration
 2018-05-05 10:53 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] pinctrl: uniphier: remove unneeded pin data of LD6b
` [U-Boot] [PATCH 2/7] pinctrl: uniphier: replace printf() with dev_err()
` [U-Boot] [PATCH 3/7] pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>
` [U-Boot] [PATCH 4/7] pinctrl: uniphier: support per-pin configuration via DT
` [U-Boot] [PATCH 5/7] pinctrl: uniphier: support drive-strength configuration
` [U-Boot] [PATCH 6/7] pinctrl: uniphier: add ethernet TX pin data for LD20
` [U-Boot] [PATCH 7/7] ARM: uniphier: enable CONFIG_PINCONF

[U-Boot] [PATCH 3/5] api: Flush cache when closing api
 2018-05-04 22:10 UTC  (5+ messages)

[U-Boot] [PATCH v2 01/10] ram: Add driver for MPC83xx
 2018-05-04 21:57 UTC  (11+ messages)
` [U-Boot] [PATCH v2 02/10] sysreset: Add get_status method
` [U-Boot] [PATCH v2 03/10] board_f: Add reset status printing

[U-Boot] [PATCH v4] arm64: Add SMC and HVC commands
 2018-05-04 21:38 UTC  (6+ messages)

[U-Boot] [PATCH v5 0/9] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-05-04 21:38 UTC  (17+ messages)
` [U-Boot] [PATCH v5 1/9] syscon: dm: Add a new method to get a regmap from DTS
` [U-Boot] [PATCH v5 2/9] phy: ti-pip3-phy: Add support for USB3 PHY
` [U-Boot] [PATCH v5 3/9] phy: Add a new driver for OMAP's USB2 PHYs
` [U-Boot] [PATCH v5 4/9] board: ti: dra7xx-evm: turn on USB clocks in late init stage
` [U-Boot] [PATCH v5 5/9] board; ti: am57xx: turn on USB clocks
` [U-Boot] [PATCH v5 6/9] dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus
` [U-Boot] [PATCH v5 7/9] dts: dra7x: Disable USB1 on all evms
` [U-Boot] [PATCH v5 8/9] configs: enable OMAP_USB2_PHY for all DRA7 platforms
` [U-Boot] [PATCH v5 9/9] configs: am57xx_evm: Enable DM_USB and dependencies

[U-Boot] [PATCH v4 00/11] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-05-04 21:38 UTC  (3+ messages)
` [U-Boot] [PATCH v4 03/11] syscon: dm: Add a new method to get a regmap from DTS

[U-Boot] [PATCH v2 1/2] misc: uclass: Add enable/disable function
 2018-05-04 21:38 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/3] pci: Don't use pci_indirect when DM is active
 2018-05-04 21:37 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/3] mpc83xx/pci: Register IMMR region

[U-Boot] [PATCH v2 1/4] core: Add functions to set properties in live-tree
 2018-05-04 21:37 UTC  (7+ messages)
` [U-Boot] [PATCH v2 3/4] core: Add dev_{disable,enable}_by_path

[U-Boot] [PATCH v2] reset: Add generic GPIO reset driver
 2018-05-04 21:37 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] net: mvgbe: remove CONFIG_DOVE
 2018-05-04 18:47 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] net: add Kconfig for MVGBE

[U-Boot] driver: net: fsl-mc: Initialization of MC memory
 2018-05-04 17:01 UTC 

[U-Boot] [PULL] u-boot-usb/master
 2018-05-04 13:05 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-05-04 13:05 UTC  (2+ messages)

[U-Boot] [PATCH RFCv2 0/6] Beginning of migration of MPC8xx to DM model
 2018-05-04 11:40 UTC  (5+ messages)

[U-Boot] [RFC PATCH v2 00/20] Add fastboot UDP support
 2018-05-04  9:14 UTC  (8+ messages)
` [U-Boot] [RFC PATCH v2 12/20] fastboot: net: Convert command lookup to a table
` [U-Boot] [RFC PATCH v2 13/20] fastboot: Merge reboot-bootloader handling

[U-Boot] [PATCH] bootm: fix 'memory-fixup' for vxWorks boot
 2018-05-04  8:49 UTC 

[U-Boot] [PATCH] video: sunxi: de2: Reserve the fb region in the EFI memory map
 2018-05-04  8:26 UTC 

[U-Boot] [PATCH v2 1/5] regmap: Add size parameter
 2018-05-04  8:18 UTC  (9+ messages)
` [U-Boot] [PATCH v2 2/5] regmap: Support reading from specific range
` [U-Boot] [PATCH v2 3/5] regmap: Define regmap_{get,set}

[U-Boot] Getting issue while building u-boot with the revision v2018.01 for armv8
 2018-05-04  7:29 UTC 

[U-Boot] Re-introducing support for OLD hardware
 2018-05-04  7:27 UTC  (3+ messages)


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