public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-06-30 16:52:11 to 2016-07-03 23:24:52 UTC [more...]

[U-Boot] [PATCH 00/27] dm: mmc: Add driver-model support for MMC operations
 2016-07-03 23:24 UTC  (15+ messages)
` [U-Boot] [PATCH 02/27] rockchip: Use 'select' instead of defaults in Kconfig
` [U-Boot] [PATCH 03/27] mmc: Add function declarations for mmc_bread() and mmc_switch_part()
` [U-Boot] [PATCH 04/27] dm: mmc: Move CONFIG_BLK code into the mmc uclass
` [U-Boot] [PATCH 05/27] dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
` [U-Boot] [PATCH 06/27] mmc: Move MMC boot code into its own file
  ` [U-Boot] [PATCH 01/27] dm: mmc: dwmmc: Add comments to the dwmmc setup functions

[U-Boot] [PATCH 00/14] test/py: Convert vboot tests to use the test/py framework
 2016-07-03 23:19 UTC  (31+ messages)
` [U-Boot] [PATCH 01/14] test: Add a README
` [U-Boot] [PATCH 02/14] test: Add a simple script to run tests on sandbox
` [U-Boot] [PATCH 03/14] sandbox: Don't exit when bootm completes
` [U-Boot] [PATCH 04/14] test/py: Allow tests to control the sandbox device-tree file
` [U-Boot] [PATCH 05/14] test/py: Allow RunAndLog() to return the output
` [U-Boot] [PATCH 06/14] test/py: Provide output from exceptions with RunAndLog()
` [U-Boot] [PATCH 07/14] test/py: Return output from run_and_log()
` [U-Boot] [PATCH 08/14] test/py: Add an option to execute a string containing a command
` [U-Boot] [PATCH 09/14] test/py: Provide a way to check that a command fails
` [U-Boot] [PATCH 10/14] test/py: Add a helper to run a list of U-Boot commands
` [U-Boot] [PATCH 11/14] tools: Add an error code when fit_handle_file() fails
` [U-Boot] [PATCH 12/14] tools: Correct error handling in fit_image_process_hash()
` [U-Boot] [PATCH 13/14] test/py: Fix up after the rename of CONFIG_SYS_HUSH_PARSER
` [U-Boot] [PATCH 14/14] test: Convert the vboot test to test/py

[U-Boot] [PATCH 0/9] mx7: add Colibri iMX7S/iMX7D support
 2016-07-03 23:18 UTC  (15+ messages)
` [U-Boot] [PATCH 1/9] dm: imx: serial: Support DTE mode when using driver model
` [U-Boot] [PATCH 2/9] usb: ehci-mx6: configure power polarity in usb_power_config
` [U-Boot] [PATCH 3/9] usb: ehci-mx6: introduce config for high active power pin
` [U-Boot] [PATCH 4/9] mx7: set soc environment according to exact SoC type
` [U-Boot] [PATCH 5/9] mx7_common: Put display board info config into board file
` [U-Boot] [PATCH 6/9] mx7_common: use Kconfig for ARMv7 non-secure mode
` [U-Boot] [PATCH 7/9] imx_watchdog: add weak attribute to reset_cpu function
` [U-Boot] [PATCH 8/9] power: pmic: add Ricoh RN5T567 PMIC support
` [U-Boot] [PATCH 9/9] colibri_imx7: add Colibri iMX7S/iMX7D module support

[U-Boot] [PATCH 1/2] usb: dm: Add a usb_for_each_root_dev() helper function
 2016-07-03 23:18 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] usb: dm: Make "usb info" use usb_for_each_root_dev()

[U-Boot] [PATCH v1] dm: usb: Prevent NULL hub in usb_device_info()
 2016-07-03 22:34 UTC  (5+ messages)
` [U-Boot] [U-Boot, "
    ` [U-Boot] "

[U-Boot] [PATCH] SPL: sunxi: don't force .BSS into DRAM
 2016-07-03 22:24 UTC  (6+ messages)

[U-Boot] [PATCH] splash: Accommodate DM_USB in splash_init_usb()
 2016-07-03 21:15 UTC  (2+ messages)

[U-Boot] [PATCH 00/11] buildman: Make the tool friendlier for first-time users
 2016-07-03 21:14 UTC  (12+ messages)
` [U-Boot] [PATCH 01/11] buildman: Tidy up the README a little
` [U-Boot] [PATCH 02/11] buildman: Automatically create a config file if needed
` [U-Boot] [PATCH 03/11] buildman: Fix the 'help' test to use the correct path
` [U-Boot] [PATCH 04/11] buildman: Allow the toolchain error to be suppressed
` [U-Boot] [PATCH 05/11] buildman: Improve the toolchain progress/error output
` [U-Boot] [PATCH 06/11] buildman: Fix a typo in TestSettingsHasPath()
` [U-Boot] [PATCH 07/11] buildman: Drop the toolchain error when downloading toolchains
` [U-Boot] [PATCH 08/11] buildman: Avoid overwriting existing toolchain entries
` [U-Boot] [PATCH 09/11] buildman: Add a quick-start note
` [U-Boot] [PATCH 10/11] Drop the MAKEALL tool
` [U-Boot] [PATCH 11/11] Drop references to MAKEALL in the documentation

[U-Boot] UBIFS status in the mainline
 2016-07-03 18:53 UTC  (2+ messages)

[U-Boot] [PATCH] dragonboard410c: adding missing default addr for script and pxe boot
 2016-07-03 17:16 UTC 

[U-Boot] [PATCH] dragonboard410c: prefer sdcard boot over emmc
 2016-07-03 16:59 UTC 

[U-Boot] sunxi: kernel crash on shutdown due to locked i2c bus depending on u-boot version
 2016-07-03 15:53 UTC 

[U-Boot] [PATCH 00/15] ARM: PSCI: Add secure stack and data sections
 2016-07-03  9:05 UTC  (20+ messages)
` [U-Boot] [PATCH 01/15] ARM: PSCI: Split out common stack setup code from psci_arch_init
` [U-Boot] [PATCH 05/15] ARM: PSCI: Add fallback value for CONFIG_ARMV7_PSCI_NR_CPUS
` [U-Boot] [PATCH 07/15] ARM: PSCI: Allocate PSCI stack in secure stack section
` [U-Boot] [PATCH 13/15] ARM: PSCI: Add helper functions to access per-CPU target PC storage
` [U-Boot] [PATCH 14/15] ARM: PSCI: Switch to per-CPU target PC storage in secure data section

[U-Boot] [PATCH 1/1] sunxi: Add support for A33-OLinuXino board
 2016-07-02 20:22 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] Please pull u-boot-sunxi master
 2016-07-02 19:51 UTC 

[U-Boot] [PATCH] sunxi: Add defconfig and DTS file for Allwinner R16 EVB (Parrot)
 2016-07-02 11:54 UTC  (2+ messages)

[U-Boot] [PATCH] mpc85xx: do not include cmd_errata in SPL_BUILD
 2016-07-02  2:39 UTC  (3+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2016-07-02  1:43 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2016-07-02  1:42 UTC 

[U-Boot] [ANN] U-Boot v2016.07-rc3 released
 2016-07-02  1:38 UTC 

[U-Boot] pull request: u-boot-uniphier/master (2nd round)
 2016-07-02  1:38 UTC  (2+ messages)

[U-Boot] [PATCH v2] mmc: increase MMC SDHCI read status timeout
 2016-07-02  1:38 UTC  (4+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] ti_omap5_common: Find right dtb file for DRA72-RevC Evm
 2016-07-02  1:38 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 6/6] autoboot: move bootdelay >= 0 check to abortboot()
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 5/6] autoboot: move CONFIG_SILENT_CONSOLE handling
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 4/6] autoboot: rename abortboot_{keyed, normal} to __abortboot
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 3/6] autoboot: remove CONFIG_ZERO_BOOTDELAY_CHECK
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 2/6] doc: bootdelay: drop explanation about CONFIG_BOOTDELAY from README
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/6] ARM: socfpga: move CONFIG_BOOTDELAY to Kconfig for IS1 board
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v2] ARM: AM437x: Align HS device variant defconfig filename
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] driver: qspi: correct QSPI disable CS reset value
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] configs: Finish re-syncing boot menu changes
 2016-07-02  1:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 00/14] mkimage: Tidy up error handling
 2016-07-02  1:37 UTC  (33+ messages)
` [U-Boot] [PATCH 01/14] mkimage: Honour the default image type with auto-fit
` [U-Boot] [PATCH 03/14] mkimage: Require a data file when auto-fit is used
` [U-Boot] [PATCH 04/14] mkimage: Drop premature setting of params.fit_image_type
` [U-Boot] [PATCH 05/14] mkimage: Drop blank line before main()
` [U-Boot] [PATCH 06/14] image: Correct auto-fit architecture property name
` [U-Boot] [PATCH 07/14] image: Convert the IH_... values to enums
` [U-Boot] [PATCH 08/14] image: Create a table of information for each category
` [U-Boot] [PATCH 09/14] image: Add a name for invalid types
` [U-Boot] [PATCH 10/14] image: Add functions to obtain category information
` [U-Boot] [PATCH 11/14] mkimage: Allow display of a list of any image header category
` [U-Boot] [PATCH 12/14] mkimage: Use generic code for showing an 'image type' error
` [U-Boot] [PATCH 13/14] mkimage: Show item lists for all categories
` [U-Boot] [PATCH 14/14] tools: Allow building with debug enabled

[U-Boot] [PATCH 2 00/22] DM: Cmd: GPIO/LED/STM32/CLK: provide command-line support for device-tree configured gpios and leds
 2016-07-01 23:35 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: Enable CPUECTLR.SMPEN for data coherency
 2016-07-01 21:44 UTC  (6+ messages)

[U-Boot] pull request: u-boot-uniphier/master
 2016-07-01 20:47 UTC  (2+ messages)

[U-Boot] [PATCH] net: rtl8169: Fix return value for rtl_send_common
 2016-07-01 20:22 UTC 

[U-Boot] [PATCH] splash: Introduce default_splash_locations
 2016-07-01 19:48 UTC 

[U-Boot] [PATCH] MMC: Do not write to mmc_uclass_priv if it was not allocated
 2016-07-01 18:17 UTC  (7+ messages)

[U-Boot] Missing maintainers
 2016-07-01 16:40 UTC  (3+ messages)
` [U-Boot] Missing maintainers[Involving remittance information, please pay attention to the safety of property]

[U-Boot] Brotli Compression to Fit Image/bzImage
 2016-07-01 16:40 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] rockchip: rk3288: add fastboot support
 2016-07-01 15:15 UTC  (11+ messages)
` [U-Boot] [PATCH 2/4] usb: dwc2-otg: redefine fifo-size for rk3288
` [U-Boot] [PATCH 3/4] rockchip: rk3288: add fastboot support
    ` [U-Boot] [PATCH 3/4] rockchip: rk3288: add fastboot support[Involving remittance information, please pay attention to the safety of property]

[U-Boot] [PATCH 1/2] armv8: ls2080aqds: Update MAINTAINERS
 2016-07-01 14:40 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] armv8: ls1043aqds: "

[U-Boot] [PATCH 0/5] usb: fsl: Add code to use CONFIG_DM_USB
 2016-07-01 13:21 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USB
` [U-Boot] [PATCH 2/5] usb: ehci: fsl: Add code to use CONFIG_DM_USB
` [U-Boot] [PATCH 3/5] usb: xhci: "
` [U-Boot] [PATCH 4/5] dm: ls1021a: dts: Update USB 3.0 node to support DM USB
` [U-Boot] [PATCH 5/5] arm: ls1021a: Enable CONFIG_DM_USB in defconfigs

[U-Boot] [PATCH] net: Fix incorrect RPC packets on 64-bit systems
 2016-07-01 11:19 UTC 

[U-Boot] [Patch v2 0/4] armv8: fsl-layerscape: Add LS1046A SoC support
 2016-07-01 11:10 UTC  (6+ messages)
` [U-Boot] [Patch v2 1/4] armv8: fsl-layerscape: Add A72 core detection
` [U-Boot] [Patch v2 2/4] armv8/fsl_lsch2: Add LS1046A SoC support
` [U-Boot] [Patch v2 3/4] armv8: fsl_lsch2: Add serdes 2 support
` [U-Boot] [Patch v2 4/4] drivers: net/fm: Add Fman support for LS1046A

[U-Boot] [Patch v2] driver: net: phylib: add support for aquantia AQR106/107 PHY
 2016-07-01 11:03 UTC 

[U-Boot] SPL loading multiple binaries from FIT image?
 2016-07-01 10:03 UTC 

[U-Boot] [PATCH 0/3] armv8: fsl-layerscape: Add LS1046A SoC support
 2016-07-01  9:00 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] armv8/fsl_lsch2: "
` [U-Boot] [PATCH 3/3] armv8/ls1046a: Add Fman support

[U-Boot] [PATCH v2] powerpc: MPC8544DS: revert typo in I2C offset value
 2016-07-01  2:01 UTC  (2+ messages)

[U-Boot] [PATCH v2] net: usb: r8152: Add DM support
 2016-07-01  2:01 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] dm: mmc: dwmmc: fix the minor things
 2016-06-30 19:53 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] dm: mmc: dwmmc: use the callback functions as static

[U-Boot] Bug in cbfs
 2016-06-30 19:53 UTC  (2+ messages)

[U-Boot] MPC8347 Initial Boot problems
 2016-06-30 18:40 UTC 

[U-Boot] Problem loading boot script from ext4 mmc on sunxi H3
 2016-06-30 17:13 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