public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-09-29 15:46:52 to 2018-10-01 18:22:18 UTC [more...]

[U-Boot] [PATCH 00/45] Various fixes and improvements
 2018-10-01 18:22 UTC  (15+ messages)
` [U-Boot] [PATCH 01/45] dm: core: Alloc uclass-private data to be cache-aligned
` [U-Boot] [PATCH 02/45] dm: core: Update some functions to use const
` [U-Boot] [PATCH 03/45] dm: core: Add a function to find the first inactive child
` [U-Boot] [PATCH 04/45] dm: core: Update ofnode to read binman-style flash entry
` [U-Boot] [PATCH 05/45] sf: Avoid allocating memory on every read operation
` [U-Boot] [PATCH 06/45] spl: input: Allow input in SPL and TPL
` [U-Boot] [PATCH 07/45] Makefile: Add a warning if SPL/TPL cannot be built
` [U-Boot] [PATCH 08/45] spl: misc: Allow misc drivers in SPL and TPL
` [U-Boot] [PATCH 09/45] blk: Support block drivers in TPL
` [U-Boot] [PATCH 10/45] Kconfig: Convert CONFIG_RTC_MC146818 to Kconfig
` [U-Boot] [PATCH 11/45] rtc: Allow use of RTC in SPL and TPL
` [U-Boot] [PATCH 12/45] fdt: Document the fact that dtc is now built
` [U-Boot] [PATCH 13/45] doc: Update docs for device tree in SPL, TPL
` [U-Boot] [PATCH 14/45] fdt: Allow indicating a node is for U-Boot proper only

[U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC
 2018-10-01 17:55 UTC  (7+ messages)
` [U-Boot] [PATCH 03/18] armv8: ls1043ardb: Enable GPIO driver
` [U-Boot] [PATCH 15/18] armv8: ls1088a: add i2c entry

[U-Boot] [PATCH 00/15] sandbox: Add support for TPL and other improvements
 2018-10-01 17:55 UTC  (16+ messages)
` [U-Boot] [PATCH 01/15] log: Add helpers for common log levels
` [U-Boot] [PATCH 02/15] sandbox: Support file truncation with os_open()
` [U-Boot] [PATCH 03/15] sandbox: Add a way to write data to the host filesystem
` [U-Boot] [PATCH 04/15] sandbox: spi: Drop command-line SPI option
` [U-Boot] [PATCH 05/15] sandbox: Support booting from TPL to SPL
` [U-Boot] [PATCH 06/15] sandbox: Add a flag to set the default log level
` [U-Boot] [PATCH 07/15] sandbox: Remove the old memory file later
` [U-Boot] [PATCH 08/15] sandbox: spi: Add more logging
` [U-Boot] [PATCH 09/15] sandbox: video: Speed up video output
` [U-Boot] [PATCH 10/15] sandbox: Add a debug UART
` [U-Boot] [PATCH 11/15] serial: sandbox: Allow serial output without device tree
` [U-Boot] [PATCH 12/15] sandbox: tpm: Tidy up enums and return values
` [U-Boot] [PATCH 13/15] sandbox: tpm: Enhance to support the latest Chromium OS
` [U-Boot] [PATCH 14/15] dm: spi: Clean up detection of sandbox SPI emulator
` [U-Boot] [PATCH 15/15] sandbox: Restore blocking I/O on exit

[U-Boot] Errors when starting sandbox
 2018-10-01 17:32 UTC 

[U-Boot] [PATCH 00/22] spl: Add features for passing info from SPL to U-Boot proper
 2018-10-01 17:32 UTC  (5+ messages)
` [U-Boot] [PATCH 14/22] test/py: Add a way to pass flags to sandbox

[U-Boot] Please pull u-boot-dm
 2018-10-01 17:26 UTC  (3+ messages)

[U-Boot] [PATCH v13 0/7] SPI-NAND support (third batch)
 2018-10-01 16:19 UTC  (9+ messages)
` [U-Boot] [PATCH v13 1/7] mtd: uclass: add probe function
` [U-Boot] [PATCH v13 2/7] mtd: mtdpart: add a generic mtdparts-like parser
` [U-Boot] [PATCH v13 3/7] mtd: uboot: search for an equivalent MTD name with the mtdids
` [U-Boot] [PATCH v13 4/7] mtd: mtdpart: implement proper partition handling
` [U-Boot] [PATCH v13 5/7] cmd: mtd: add 'mtd' command
` [U-Boot] [PATCH v13 6/7] cmd: ubi: clean the partition handling
` [U-Boot] [PATCH v13 7/7] cmd: mtdparts: describe as legacy

[U-Boot] [PATCH v12 0/8] SPI-NAND support (third batch)
 2018-10-01 16:15 UTC  (7+ messages)
` [U-Boot] [PATCH v12 1/8] dm: drop unused helper in MTD header

[U-Boot] [PATCH] clk: Add support for Arm's Versatile Express OSC clock generators
 2018-10-01 15:26 UTC  (6+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] Fixes the load command return code under btrfs
 2018-10-01 14:51 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] MAINTAINERS: at91: update entry for at91 boards
 2018-10-01 14:31 UTC 

[U-Boot] [PATCH] fs: btrfs: Fix tree traversal with btrfs_next_slot()
 2018-10-01 14:18 UTC  (4+ messages)

[U-Boot] [PATCH] MAINTAINERS: at91: update entry for sama5 boards and 9x5ek
 2018-10-01 14:14 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum
 2018-10-01 13:56 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] nfs: factor out generic reply error handling
` [U-Boot] [PATCH 3/4] nfs: handle rpc errors for mount calls
` [U-Boot] [PATCH 4/4] net: add NFSv1 support

[U-Boot] [PATCH v3 0/8] Improvements for the dwc3_generic driver
 2018-10-01 13:26 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/9] Add pinmux command
 2018-10-01 13:26 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/9] dm: pinctrl: Add get_pin_muxing() ops
` [U-Boot] [PATCH v2 2/9] dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_count
` [U-Boot] [PATCH v2 3/9] dm: uclass: Add uclass_foreach_dev_probe
` [U-Boot] [PATCH v2 4/9] cmd: pinmux: Add pinmux command
` [U-Boot] [PATCH v2 5/9] pinctrl: stm32: Add get_pins_count() ops
` [U-Boot] [PATCH v2 6/9] pinctrl: stm32: Add get_pin_name() ops
` [U-Boot] [PATCH v2 7/9] pinctrl: stm32: Add get_pin_muxing() ops
` [U-Boot] [PATCH v2 8/9] gpio: stm32f7: Add ops get_function
` [U-Boot] [PATCH v2 9/9] pinctrl: sandbox: Add get_pin_muxing ops support

[U-Boot] [PATCH 1/3] spi: davinci: Add platdata support
 2018-10-01 12:54 UTC  (4+ messages)

[U-Boot] [PATCH v2 00/14] Introduce fastboot support for dragonboard410c
 2018-10-01 12:50 UTC  (7+ messages)
` [U-Boot] [PATCH v2 10/14] usb:ci_udc: Introduce init_after_reset phy function
  ` [U-Boot] [U-Boot, v2, "
` [U-Boot] [PATCH v2 14/14] usb:ci_udc: don't overwrite configuration on pullup
  ` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH 1/6] ofnode: Add missing address translation into ofnode_get_addr_size()
 2018-10-01 11:44 UTC  (7+ messages)
` [U-Boot] [PATCH 2/6] pci: Check ops before using them for config space access
` [U-Boot] [PATCH 5/6] test: Add PCI device entry without compat string and with DT node

[U-Boot] [PATCH V2 1/2] ofnode: Replace of_n_addr_cells with of_n_size_cells
 2018-10-01 10:37 UTC  (2+ messages)
` [U-Boot] [PATCH V2 2/2] ofnode: Add missing address translation into ofnode_get_addr_size()

[U-Boot] [PATCH 0/5]
 2018-10-01 10:01 UTC  (19+ messages)
` [U-Boot] [PATCH 1/5] mmc: sunxi: add support for automatic delay calibration
` [U-Boot] [PATCH 2/5] dm: video: bridge: don't fail to activate bridge if sleep gpio is missing
` [U-Boot] [PATCH 3/5] video: anx6345: don't fail if there's no sleep or reset GPIOs
` [U-Boot] [PATCH 4/5] sun50i: a64: add support for R_I2C controller
` [U-Boot] [PATCH 5/5] sunxi: add support for Pinebook

[U-Boot] [PATCH v2 0/7] Support for the Faraday ftgmac100 controller
 2018-10-01  8:53 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] net: Remove the Faraday ftgmac100 controller driver
` [U-Boot] [PATCH v2 2/7] net: Re-add support for the Faraday ftgmac100 controller
` [U-Boot] [PATCH v2 3/7] aspeed: ast2500: fix missing break in D2PLL clock enablement
` [U-Boot] [PATCH v2 4/7] net: ftgmac100: Add support for the Aspeed SoC
` [U-Boot] [PATCH v2 5/7] aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 level
` [U-Boot] [PATCH v2 6/7] aspeed: Activate ethernet devices on the ast2500 Eval Board
` [U-Boot] [PATCH v2 7/7] aspeed: ast2500: fix D2-PLL clock setting in RGMII mode

[U-Boot] [RFC] efi: workaround for SCT (against unicode collation protocol)
 2018-10-01  7:49 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: remove lcd.h from efi_net.c
 2018-10-01  3:24 UTC 

[U-Boot] [PATCH 1/1] arm: do not include efi_loader.h twice
 2018-10-01  3:03 UTC 

[U-Boot] [PATCH v3 00/17] riscv: Add QEMU virt board support
 2018-09-30 22:03 UTC  (7+ messages)
` [U-Boot] [PATCH v3 05/17] riscv: cmd: bdinfo: Print the relocation address
` [U-Boot] [PATCH v3 15/17] riscv: kconfig: Imply DM support for some common drivers
` [U-Boot] [PATCH v3 17/17] riscv: Move do_reset() to a common place

[U-Boot] [PATCH] efi_loader: execute image's unload function
 2018-09-30 20:21 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] MAINTAINERS: Update some entries for missed boards
 2018-09-30 19:26 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] fs: btrfs: Fix cache alignment bugs
 2018-09-30 19:26 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 13/14] db410c: automatically launch fastboot
 2018-09-30 19:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 12/14] DB410c: Enable fastboot support
 2018-09-30 19:26 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,12/14] "

[U-Boot] [PATCH v2 11/14] usb: ehci-msm: Add init_after_reset for CI_UDC
 2018-09-30 19:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 09/14] ehci: msm: use init_type in probe
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,09/14] "

[U-Boot] [PATCH v2 08/14] ehci: msm: switch to generic PHY uclass
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 07/14] configs: db410c: Enable USB PHY
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,07/14] "

[U-Boot] [PATCH v2 06/14] dts: db410c: Add bindings for MSM USB phy
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 05/14] phy: db410c: Add MSM USB PHY driver
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,05/14] "

[U-Boot] [PATCH v2 04/14] db410c: serial# env using msm board serial
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 03/14] dts: db410c: add alias for USB
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,03/14] "

[U-Boot] [PATCH v2 02/14] ehci: msm: Add missing platdata
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2,02/14] "

[U-Boot] [PATCH v2 01/14] ehci: Replace board_prepare_usb with board_usb_init
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] serial: serial_stm32: Enable uart FIFO for STM32F7xx SoCs
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] u-boot: align cache flushes in load_elf_image_shdr to line boundaries
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] kbuild: fix # escaping in appending U-Boot own DT
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] Kbuild: fix # escaping in .cmd files for future Make
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] spl: mmc: Report device number when we fail
 2018-09-30 19:25 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] cmd: env: Fix CRC calculation for 'env export -c -s'
 2018-09-30 19:24 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 1/3] Revert "ARM: imx6: Disable DDR DRAM calibration DHCOM i.MX6 PDK"
 2018-09-30 16:39 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] ARM: imx6: DHCOM i.MX6 PDK: ddr init for 32bit bus and 4GBit chips

[U-Boot] [PATCH] efi_loader: Fix warning in efi_load_image()
 2018-09-30 14:57 UTC  (2+ messages)

[U-Boot] [PATCH] fs: fat: Fix warning in normalize_longname()
 2018-09-30 14:33 UTC 

[U-Boot] [PATCH] ARM: da850evm: Remove DM_I2C_COMPAT
 2018-09-30 14:20 UTC 

[U-Boot] [PATCH] arm: new board - Emlid Neutis N5 support
 2018-09-30 14:08 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] configs: move CONFIG_SPL_TEXT_BASE to Kconfig
 2018-09-30 12:31 UTC 

[U-Boot] Please pull u-boot-video/master
 2018-09-30 11:53 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: fix typo in efi_boottime.c
 2018-09-30 11:40 UTC 

[U-Boot] [PATCH] arm: socfpga: stratix10: Add generic FPGA reconfig mailbox API for S10
 2018-09-30  8:13 UTC  (8+ messages)

[U-Boot] [PATCH v2] cmd: usb_mass_storage: add protection for block_dev
 2018-09-30  8:09 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] efi_selftest: check image_base, image_size
 2018-09-30  7:28 UTC 

[U-Boot] [PATCH 1/1] efi_loader: set image_base and image_size to correct values
 2018-09-30  5:26 UTC 

[U-Boot] Pull request: u-boot-sunxi/master
 2018-09-30  2:27 UTC  (2+ messages)

[U-Boot] Please pull u-boot-mpc85xx master
 2018-09-30  2:27 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2018-09-30  2:27 UTC  (2+ messages)

[U-Boot] [PATCH] video: Add support for Arm's Mali Display Processors
 2018-09-29 21:38 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] video: Add support for NXP's TDA19988 HDMI encoder
 2018-09-29 21:37 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v2 00/18] test: Various test refinements and improvements
 2018-09-29 19:23 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/18] test/py: ignore console read exceptions after test failure
` [U-Boot] [PATCH v2 02/18] sandbox: Unprotect DATA regions in bus tests
` [U-Boot] [PATCH v2 03/18] patman: Handle unicode in _ProjectConfigParser tests
` [U-Boot] [PATCH v2 04/18] test/py: Fix unicode handling for log filtering
` [U-Boot] [PATCH v2 05/18] buildman: Make the toolchain test more forgiving
` [U-Boot] [PATCH v2 06/18] binman: Reorder tests to put helper functions first
` [U-Boot] [PATCH v2 07/18] Makefile: Add a 'check' target for make
` [U-Boot] [PATCH v2 08/18] test: Simplify the PATH setup
` [U-Boot] [PATCH v2 09/18] test: Print the name of each test before running it
` [U-Boot] [PATCH v2 10/18] test: Tidy up comments and variable name
` [U-Boot] [PATCH v2 11/18] binman: Add a default path to libfdt.py
` [U-Boot] [PATCH v2 12/18] binman: Fix up removal of temporary directories
` [U-Boot] [PATCH v2 13/18] binman: Separate out testSplBssPad()
` [U-Boot] [PATCH v2 14/18] buildman: dtoc: Suppress unwanted output from test
` [U-Boot] [PATCH v2 15/18] tools: Set an initial value for indir
` [U-Boot] [PATCH v2 16/18] patman: Don't clear progress in tout unless it was used
` [U-Boot] [PATCH v2 17/18] test: Reduce the number of tests run with sandbox_flattree
` [U-Boot] [PATCH v2 18/18] binman: Run tests concurrently

[U-Boot] [PATCH 1/5] ARM: DTS: LogicPD-SOM-LV & Torpedo: Resync DTS with Kernel
 2018-09-29 19:10 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] ARM: DTS: Remove unnecessary u-boot.dtsi options from omap3/36xx
` [U-Boot] [PATCH 3/5] ARM: DTS: Add support for Logic PD OMAP35 Torpedo & SOM-LV
` [U-Boot] [PATCH 4/5] ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo
` [U-Boot] [PATCH 5/5] ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection

[U-Boot] [PATCH 00/15] test: Various test refinements and improvements
 2018-09-29 18:29 UTC  (4+ messages)
` [U-Boot] [PATCH 01/15] sandbox: Unprotect DATA regions in bus tests

[U-Boot] [PATCH v4 34/34] ARM: dts: at91: sama5d4_xplained: add onewire connector for LCD eeprom
 2018-09-29 15:47 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 33/34] ARM: dts: at91: sama5d2_ptc: add onewire connector for LCD eeprom
 2018-09-29 15:47 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 32/34] ARM: dts: at91: sama5d27_som1_ek: add onewire connector for LCD eeprom
 2018-09-29 15:46 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 31/34] ARM: dts: at91: sama5d3_xplained: add onewire connector for LCD eeprom
 2018-09-29 15:46 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "


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