public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-08-16 08:26:24 to 2018-08-17 12:49:06 UTC [more...]

[U-Boot] [PATCH v3 1/8] drivers: Add AXI uclass
 2018-08-17 12:49 UTC  (5+ messages)
` [U-Boot] [PATCH v3 7/8] video: Sort Makefile entries
` [U-Boot] [PATCH v3 8/8] video_display: Add Xilinx LogiCore DP TX

[U-Boot] [PATCH] efi_loader: Rename sections to allow for implicit data
 2018-08-17 12:49 UTC  (5+ messages)

[U-Boot] [PATCH] sandbox: Move BSS after EFI sections
 2018-08-17 12:48 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] musb-new: Improve shutdown code
 2018-08-17 12:48 UTC  (5+ messages)
` [U-Boot] [RFC PATCH v2 3/6] dm: usb: Add UCLASS_USB_DEV_GENERIC shutdown

[U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value
 2018-08-17 12:48 UTC  (8+ messages)

[U-Boot] [PATCH 00/10] AVB using OP-TEE
 2018-08-17 12:48 UTC  (15+ messages)
` [U-Boot] [PATCH 03/10] mmc: rpmb: add mmc_rpmb_route_frames()
` [U-Boot] [PATCH 04/10] Add UCLASS_TEE for Trusted Execution Environment
` [U-Boot] [PATCH 06/10] tee: add OP-TEE driver
` [U-Boot] [PATCH 08/10] optee: support routing of rpmb data frames to mmc
` [U-Boot] [PATCH 09/10] tee: optee: support AVB trusted application
` [U-Boot] [PATCH 10/10] avb_verify: support using OP-TEE TA AVB

[U-Boot] [PATCH v4 0/7] Fixes/Addition to use the USB Ethernet gadget with the DWC3 gadget controller
 2018-08-17 12:48 UTC  (9+ messages)
` [U-Boot] [PATCH v4 3/7] uclass: Add dev_get_uclass_index() to get the uclass/index of a device
` [U-Boot] [PATCH v4 5/7] dm: convert device_get_global_by_of_offset() to device_get_global_by_ofnode()
` [U-Boot] [PATCH v4 6/7] device: expose the functions used to remove and unbind children of a device
` [U-Boot] [PATCH v4 7/7] cmd: Add bind/unbind commands to bind a device to a driver from the command line

[U-Boot] [PATCH 1/4] env: fat: drop not needed #ifdef CMD_SAVEENV
 2018-08-17 12:48 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] env: flash: "
` [U-Boot] [PATCH 3/4] env: nand: "
` [U-Boot] [PATCH 4/4] env: sf: "

[U-Boot] [PATCH v6 01/14] test: regmap: Increase size of syscon0 memory
 2018-08-17 12:48 UTC  (3+ messages)
` [U-Boot] [PATCH v6 08/14] regmap: Add raw read/write functions

[U-Boot] [PATCH 1/6] x86: coreboot: Add generic coreboot payload support
 2018-08-17 12:48 UTC  (5+ messages)
` [U-Boot] [PATCH 3/6] x86: dts: Remove coreboot_fb.dtsi
` [U-Boot] [PATCH 6/6] x86: efi: payload: Add default TSC frequency in the device tree

[U-Boot] [PATCH 0/2] Convert fdtdec_setup_memory_banksize() to use livetree
 2018-08-17 12:48 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] ofnode: add ofnode_by_prop_value()
` [U-Boot] [PATCH 2/2] fdt: fdtdec_setup_memory_banksize() use livetree

[U-Boot] [PATCH] common: fdt: set the value of MEMORY_BANKS_MAX to 8
 2018-08-17 12:48 UTC  (3+ messages)

[U-Boot] [PATCH] configs: Migrate CONFIG_NR_DRAM_BANKS
 2018-08-17 12:46 UTC  (6+ messages)

[U-Boot] sunxi: USB gadget does not work on H2+ after 92a30692b2b18f45aae6fdaae38d67ed03dd2d11
 2018-08-17 12:19 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] dm: omap-timer: Make timer driver SoC independent
 2018-08-17 11:26 UTC  (8+ messages)
` [U-Boot] [PATCH 1/4] arm: omap4+: Move SCLK to include/configs
` [U-Boot] [PATCH 2/4] dm: omap-timer: Do not include asm/arch/clock.h
` [U-Boot] [PATCH 3/4] dm: omap-timer: Use 64bit for counter values
` [U-Boot] [PATCH 4/4] dm: omap-timer: Update clock rate only if not populated

[U-Boot] [PATCH u-boot-marvell v2 00/12] Updates for Turris Mox
 2018-08-17 11:10 UTC  (14+ messages)
` [U-Boot] [PATCH u-boot-marvell v2 01/12] phy: marvell: Support changing SERDES map in board file
` [U-Boot] [PATCH u-boot-marvell v2 02/12] clk: armada-37xx-periph: Support changing clock parent and rate
` [U-Boot] [PATCH u-boot-marvell v2 03/12] board: turris_mox: Fix watchdog macro name
` [U-Boot] [PATCH u-boot-marvell v2 04/12] board: turris_mox: Fixup U-Boot's device tree if PCIe connected
` [U-Boot] [PATCH u-boot-marvell v2 05/12] board: turris_mox: Enable PCI in defconfig
` [U-Boot] [PATCH u-boot-marvell v2 06/12] board: turris_mox: Cosmetic restructurization
` [U-Boot] [PATCH u-boot-marvell v2 07/12] board: turris_mox: Change SERDES map depending on module topology
` [U-Boot] [PATCH u-boot-marvell v2 08/12] board: turris_mox: Check and configure modules
` [U-Boot] [PATCH u-boot-marvell v2 09/12] board: turris_mox: Setup Linux's device tree before boot
` [U-Boot] [PATCH u-boot-marvell v2 10/12] board: turris_mox: Add gpio command to defconfig
` [U-Boot] [PATCH u-boot-marvell v2 11/12] arch/arm/dts: Update Turris Mox device tree
` [U-Boot] [PATCH u-boot-marvell v2 12/12] arch/arm/mvebu: Support 1 GB version of Turris Mox

[U-Boot] [PATCH] cmd: mii: don't check address for 'device' subcommand
 2018-08-17 11:06 UTC 

[U-Boot] [PATCH] common: add board specific hook for os preboot config
 2018-08-17 10:54 UTC  (3+ messages)

[U-Boot] [PATCH 1/7] libavb: Handle wrong hashtree_error_mode in avb_append_options()
 2018-08-17 10:33 UTC  (13+ messages)
` [U-Boot] [PATCH 2/7] common: avb_verify: Fix invalid 'for' loop condition
` [U-Boot] [PATCH 3/7] common: kconfig: Mark AVB_VERIFY as dependent on PARTITION_UUIDS
` [U-Boot] [PATCH 4/7] common: avb_verify: Make local data static
` [U-Boot] [PATCH 5/7] common: avb_verify: Fix memory leaks

[U-Boot] [PATCH] pci: Support parsing PCI controller DT subnodes
 2018-08-17 10:27 UTC  (14+ messages)

[U-Boot] [PATCH] [RFC] blk: Increase cache element size
 2018-08-17 10:13 UTC  (9+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-08-17 10:10 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2018-08-17 10:08 UTC 

[U-Boot] [PATCH] arm: socfpga: stratix10: Enable EMAC to FPGA bridge based on handoff
 2018-08-17 10:08 UTC  (4+ messages)
` [U-Boot] [PATCH] arm: socfpga: stratix10: Fix mailbox urgent command with urgent register

[U-Boot] [PATCH v5] arm: socfpga: fix U-Boot running from fpga OnChip RAM
 2018-08-17 10:01 UTC  (12+ messages)

[U-Boot] Chain loading U-Boot on ARM v7, data abort
 2018-08-17  9:56 UTC 

[U-Boot] [PATCH v2 1/2] Revert "arm: mvebu: fix boot from UART when in fallback mode"
 2018-08-17  9:42 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] ARM: mach-mvebu: handle fall-back to UART boot

[U-Boot] [PATCH] mtd: nand: spi: Add Gigadevice SPI NAND support
 2018-08-17  9:10 UTC  (3+ messages)

[U-Boot] [PATCH] tools: kwboot: Make kwboot more robust on a38x
 2018-08-17  8:58 UTC  (9+ messages)

[U-Boot] [PATCH v6 00/31] SPI-NAND support
 2018-08-17  8:38 UTC  (48+ messages)
` [U-Boot] [PATCH v6 01/31] mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
` [U-Boot] [PATCH v6 02/31] mtd: Uninline mtd_write_oob and move it to mtdcore.c
` [U-Boot] [PATCH v6 03/31] mtd: Add sanity checks in mtd_write/read_oob()
` [U-Boot] [PATCH v6 04/31] mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
` [U-Boot] [PATCH v6 05/31] mtd: add get/set of_node/flash_node helpers
` [U-Boot] [PATCH v6 06/31] mtd: fix build issue with includes
` [U-Boot] [PATCH v6 07/31] mtd: move definitions to enlarge their range
` [U-Boot] [PATCH v6 08/31] mtd: move all flash categories inside MTD submenu
` [U-Boot] [PATCH v6 09/31] mtd: move NAND files into a raw/ subdirectory
` [U-Boot] [PATCH v6 10/31] mtd: rename nand into rawnand in Kconfig prompt
` [U-Boot] [PATCH v6 11/31] mtd: nand: Add core infrastructure to deal with NAND devices
` [U-Boot] [PATCH v6 12/31] mtd: nand: Pass mode information to nand_page_io_req
` [U-Boot] [PATCH v6 13/31] spi: Extend the core to ease integration of SPI memory controllers
` [U-Boot] [PATCH v6 14/31] mtd: nand: Add core infrastructure to support SPI NANDs
` [U-Boot] [PATCH v6 15/31] mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
` [U-Boot] [PATCH v6 16/31] mtd: spinand: Add initial support for Winbond W25M02GV
` [U-Boot] [PATCH v6 17/31] mtd: spinand: Add initial support for the MX35LF1GE4AB chip
` [U-Boot] [PATCH v6 18/31] mtd: spinand: Add initial support for the MX35LF2GE4AB chip
` [U-Boot] [PATCH v6 19/31] dt-bindings: Add bindings for SPI NAND devices
` [U-Boot] [PATCH v6 20/31] mtd: declare MTD_PARTITIONS symbol in Kconfig
` [U-Boot] [PATCH v6 21/31] mtd: mtdpart: balance debug messages
` [U-Boot] [PATCH v6 22/31] cmd: ubi: delete useless and misleading definitions
` [U-Boot] [PATCH v6 23/31] cmd: mtdparts: add fallthrough in switch statement
` [U-Boot] [PATCH v6 24/31] cmd: mtdparts: accept spi-nand devices
` [U-Boot] [PATCH v6 25/31] cmd: mtdparts: add a generic 'mtdparts' parser
` [U-Boot] [PATCH v6 26/31] mtd: uclass: add probe function
` [U-Boot] [PATCH v6 27/31] mtd: move mtdparts_init() declaration
` [U-Boot] [PATCH v6 28/31] mtd: mtdpart: implement proper partition handling
` [U-Boot] [PATCH v6 29/31] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v6 30/31] cmd: mtdparts: try to probe the MTD devices as a fallback
` [U-Boot] [PATCH v6 31/31] cmd: ubi: clean the partition handling

[U-Boot] [PATCH] dts: Fix typo in OF_LIVE Kconfig help
 2018-08-17  8:16 UTC 

[U-Boot] [PATCH] Revert "arm: mvebu: fix boot from UART when in fallback mode"
 2018-08-17  8:09 UTC  (3+ messages)

[U-Boot] hwmon in current uboot
 2018-08-17  7:55 UTC  (3+ messages)

[U-Boot] [PATCH] sf: remove spi-flash chip names from SPL binary
 2018-08-17  6:52 UTC 

[U-Boot] [PATCH] MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROL
 2018-08-17  4:26 UTC 

[U-Boot] [PATCH] dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGH
 2018-08-17  4:21 UTC 

[U-Boot] [PATCH] DM: GPIO: Fix da8xx GPIO indexing over GPIO 32
 2018-08-17  4:13 UTC 

[U-Boot] [PATCH] Kconfig: Migrate CONFIG_NR_DRAM_BANKS
 2018-08-17  2:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] fdt_support: Use CONFIG_NR_DRAM_BANKS if necessary
 2018-08-17  2:04 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] CONFIG_SYS_GENERIC_BOARD: Finish migration
 2018-08-17  2:04 UTC  (2+ messages)

[U-Boot] [PATCH] board: arm: Add support for Broadcom BCM7260
 2018-08-17  1:44 UTC 

[U-Boot] UBI fixable bit-flip issue
 2018-08-16 23:31 UTC  (5+ messages)

[U-Boot] [PATCH v4 1/2] common: Add support for Android DT image
 2018-08-16 20:49 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/2] cmd: Add dtimg command

[U-Boot] [PATCH] ARM: CPU: arm926ejs: Consolidate cache routines to common file
 2018-08-16 18:23 UTC 

[U-Boot] [PATCH] Revert "Revert "fdt_support: Use CONFIG_NR_DRAM_BANKS if defined""
 2018-08-16 14:54 UTC  (3+ messages)

[U-Boot] [PATCH 1/6 v3] mips: Add basic MediaTek MT7620/88 support
 2018-08-16 13:27 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6 v3] mips: Add arch/mips/include/asm/atomic.h
` [U-Boot] [PATCH 3/6 v3] mips: Add LinkIt Smart 7688 support
` [U-Boot] [PATCH 4/6 v3] mips: Add Gardena Smart-Gateway board support
` [U-Boot] [PATCH 5/6 v3] mips: mt76xx: Add sysreset support
` [U-Boot] [PATCH 6/6 v3] mips: mt7628a.dtsi: Add SPI clock-frequency property

[U-Boot] [PATCH] serial: arm_dcc: Add DCC support for V7R based cores
 2018-08-16 13:13 UTC 

[U-Boot] [PATCH] pinctrl: Fix build warning with ARM64
 2018-08-16 13:11 UTC 

[U-Boot] Problem with v2018-09-rc2 to boot EFI on Arndale board
 2018-08-16 10:46 UTC  (2+ messages)

[U-Boot] [PATCH v2] usb: dwc2: Add reset ctrl to driver
 2018-08-16  9:51 UTC  (6+ messages)

[U-Boot] [PATCH v2] gpio: dwapb_gpio: Add reset ctrl to driver
 2018-08-16  9:45 UTC  (6+ messages)

[U-Boot] [PATCH v5] spi: Add SPI driver for MT76xx SoCs
 2018-08-16  8:48 UTC 

[U-Boot] [PATCH v4 0/5] Get socfpga gen5 SPL working again
 2018-08-16  8:27 UTC  (10+ messages)
` [U-Boot] [PATCH v4 4/5] arm: socfpga: fix SPL booting from fpga OnChip RAM


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