messages from 2019-07-29 07:47:01 to 2019-07-30 01:22:33 UTC [more...]
[U-Boot] [RESEND PATCH v2 00/13] ARM: davinci: driver-model improvements
2019-07-30 1:22 UTC (20+ messages)
` [U-Boot] [RESEND PATCH v2 01/13] davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs
` [U-Boot] [RESEND PATCH v2 02/13] sandbox: "
` [U-Boot] [RESEND PATCH v2 03/13] i2c: remove i2c driver-model compatibility layer
` [U-Boot] [RESEND PATCH v2 04/13] omapl138_lcdk_defconfig: don't build support for SPI
` [U-Boot] [RESEND PATCH v2 05/13] nand: davinci: make davinci_nand_init() static
` [U-Boot] [RESEND PATCH v2 06/13] nand: davinci: add support for driver model
` [U-Boot] [RESEND PATCH v2 07/13] davinci: omapl138-lcdk: enable driver model for NAND
` [U-Boot] [RESEND PATCH v2 08/13] davinci: da850-evm: "
[U-Boot] [PATCH v2] arm: mach-keystone: Use appended original image size in image processing
2019-07-30 1:21 UTC (2+ messages)
[U-Boot] Please pull u-boot-dm
2019-07-30 1:21 UTC (2+ messages)
[U-Boot] [PATCH] ARM: da850_am18xxevm: Remove config and references
2019-07-30 1:21 UTC (2+ messages)
[U-Boot] [PULL] u-boot-socfpga/master
2019-07-30 1:21 UTC (2+ messages)
[U-Boot] Please pull u-boot-video
2019-07-30 1:21 UTC (2+ messages)
[U-Boot] Pull request: u-boot-rockchip u-boot-rockchip-20190729
2019-07-30 1:21 UTC (2+ messages)
[U-Boot] [PATCH v2] dw_mmc: turn on the IO supply
2019-07-30 0:47 UTC (5+ messages)
` [U-Boot] [PATCH v3] "
[U-Boot] [PATCH] i2c: imx_lpi2c: add ipg clk
2019-07-30 0:45 UTC (3+ messages)
[U-Boot] [PATCH v3 0/6] Extend mv88e61xx driver to support 88E6071
2019-07-29 23:35 UTC (12+ messages)
` [U-Boot] [PATCH v3 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices
` [U-Boot] [PATCH v3 2/6] net: phy: mv88e61xx: add CPU port parameter init for 88E6071
` [U-Boot] [PATCH v3 3/6] net: phy: mv88E61xx: fix ENERGY_DET init for mv88E6071
` [U-Boot] [PATCH v3 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support
` [U-Boot] [PATCH v3 5/6] net: phy: mv88e61xx: register phy_driver struct for 88E6071
` [U-Boot] [PATCH v3 6/6] net: phy: fix switch vendor name
[U-Boot] [PATCH v2 0/6] Extend mv88e61xx driver to support 88E6071
2019-07-29 23:18 UTC (5+ messages)
` [U-Boot] [PATCH v2 4/6] net: phy: mv88E61xx: add config option for mv88E6071 support
[U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI targets
2019-07-29 23:05 UTC (4+ messages)
[U-Boot] [PATCH] Makefile: fix implementation of BINMAN_DEBUG
2019-07-29 21:22 UTC (3+ messages)
[U-Boot] [PATCH 00/53] binman: Support replacing entries in an existing image
2019-07-29 21:22 UTC (107+ messages)
` [U-Boot] [PATCH 01/53] dtoc: Return a non-zero exit code when tests fail
` [U-Boot] [PATCH 02/53] binman: Move image-processing code into a function
` [U-Boot] [PATCH 03/53] binman: Move GetFdtSet() into blob_dtb
` [U-Boot] [PATCH 04/53] binman: Use print() to print output
` [U-Boot] [PATCH 05/53] binman: Move image/fdt code into PrepareImagesAndDtbs()
` [U-Boot] [PATCH 06/53] binman: Convert GetFdtSet() to use a dict
` [U-Boot] [PATCH 07/53] binman: Rename state.GetFdts()
` [U-Boot] [PATCH 08/53] binman: Rename state.GetFdt()
` [U-Boot] [PATCH 09/53] binman: Adjust GetFdt() to be keyed by etype
` [U-Boot] [PATCH 10/53] binman: Adjust state.fdt_files to be keyed by entry type
` [U-Boot] [PATCH 11/53] binman: Simplify state.fdt_subset
` [U-Boot] [PATCH 12/53] binman: Drop state.fdt_set as this is not needed
` [U-Boot] [PATCH 13/53] patman: Update tout to avoid open-coding the debug levels
` [U-Boot] [PATCH 14/53] binman: Add a bit of logging in entries when packing
` [U-Boot] [PATCH 15/53] binman: Show a helpful error when a DT property is missing
` [U-Boot] [PATCH 16/53] dtoc: Update Fdt.FromData() to allow a name
` [U-Boot] [PATCH 17/53] dtoc: Update Fdt.GetNode() to handle the root node
` [U-Boot] [PATCH 18/53] binman: Store image fdtmap when loading from a file
` [U-Boot] [PATCH 19/53] binman: Support loading entry data "
` [U-Boot] [PATCH 20/53] binman: Allow state functions to fail to return data
` [U-Boot] [PATCH 21/53] binman: Store the entry in output_fdt_files
` [U-Boot] [PATCH 22/53] binman: Add an image name into the fdtmap
` [U-Boot] [PATCH 23/53] binman: Adjust Entry to read the node in a separate call
` [U-Boot] [PATCH 24/53] binman: Add a function to obtain the image for an Entry
` [U-Boot] [PATCH 25/53] binman: Add a constant for common entry properties
` [U-Boot] [PATCH 26/53] binman: Allow the fdtmap to remain unchanged
` [U-Boot] [PATCH 27/53] binman: Tidy up _SetupDtb() to use its own temporary file
` [U-Boot] [PATCH 28/53] binman: Support updating entries in an existing image
` [U-Boot] [PATCH 29/53] binman: Add info to allow safely repacking an image later
` [U-Boot] [PATCH 30/53] binman: Update documentation for image creation
` [U-Boot] [PATCH 31/53] binman: Write the original input fdtmap to a file
` [U-Boot] [PATCH 32/53] binman: Move Image.BuildImage() into a single function
` [U-Boot] [PATCH 33/53] binman: Add more tests for image header position
` [U-Boot] [PATCH 34/53] binman: Allow updating entries that change size
` [U-Boot] [PATCH 35/53] binman: Update the _testing entry to support shrinkage
` [U-Boot] [PATCH 36/53] binman: Support shrinking a entry after packing
` [U-Boot] [PATCH 37/53] libfdt: Copy the struct region in fdt_resize()
` [U-Boot] [PATCH 38/53] binman: Adjust fmap to ignore CBFS files
` [U-Boot] [PATCH 39/53] binman: Place Intel descriptor at image start
` [U-Boot] [PATCH 40/53] binman: Add a few more features to the wishlist
` [U-Boot] [PATCH 41/53] binman: Add a prefix before CBFS hex offsets
` [U-Boot] [PATCH 42/53] binman: Update Entry.ReadEntry() to work through classes
` [U-Boot] [PATCH 43/53] binman: Update Entry.WriteData() to handle special sections
` [U-Boot] [PATCH 44/53] binman: Support replacing data in a cbfs
` [U-Boot] [PATCH 45/53] patman: Reset the output directory when it is removed
` [U-Boot] [PATCH 46/53] binman: Update state when replacing device-tree entries
` [U-Boot] [PATCH 47/53] binman: Add a test function to clean up the output dir
` [U-Boot] [PATCH 48/53] binman: Clean up all output directories in tests
` [U-Boot] [PATCH 49/53] binman: Move control.WriteEntry further down the file
` [U-Boot] [PATCH 50/53] binman: Update control.WriteEntry() to support writing the map
` [U-Boot] [PATCH 51/53] binman: Split control.WriteEntryToImage() into separate functions
` [U-Boot] [PATCH 52/53] binman: Correct the error message for invalid path
` [U-Boot] [PATCH 53/53] binman: Add command-line support for replacing entries
[U-Boot] [RFC] tools/buildman/toolchain.py: check signatures
2019-07-29 20:27 UTC (3+ messages)
[U-Boot] [PATCH v3 0/5] nitrogen6x device tree migration
2019-07-29 19:15 UTC (6+ messages)
` [U-Boot] [PATCH v3 1/5] nitrogen6x: migrate to using device tree
` [U-Boot] [PATCH v3 2/5] configs: nitrogen6x: Add DM_MMC/DM_USB/AHCI support
` [U-Boot] [PATCH v3 3/5] nitrogen6x: reserve used gpios
` [U-Boot] [PATCH v3 4/5] configs: nitrogen6x: Add DM_GPIO support
` [U-Boot] [PATCH v3 5/5] configs: nitrogen6x: Add DM_SPI/DM_SPI_FLASH support
[U-Boot] [PATCH] arm: dts: imx: fsl-imx8qm.dtsi: add gpio aliases to fix gpio command
2019-07-29 19:02 UTC (2+ messages)
[U-Boot] [PATCH v2 00/14] ARM: davinci: driver-model improvements
2019-07-29 18:51 UTC (6+ messages)
[U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL
2019-07-29 17:39 UTC (8+ messages)
[U-Boot] [PATCH] edid: fix edid_get_timing_validate() mode_valid lookup
2019-07-29 17:16 UTC (2+ messages)
[U-Boot] [PATCH PATCH v3 00/12] Add support for applications of overlays in SPL
2019-07-29 16:49 UTC (3+ messages)
[U-Boot] [PATCH 0/2] Disable K3_SYSTEM_CONTROLLER on K3 Arm64 cores
2019-07-29 16:48 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] configs: am65x_evm_a53: Disable K3_SYSTEM_CONTROLLER
` [U-Boot] [PATCH 2/2] configs: j721e_evm_a72: "
[U-Boot] [PATCH] arm: dts: k3-am654-base-board: Fix cpsw_nuss power-domains property
2019-07-29 16:13 UTC
[U-Boot] [PATCH v3] board/BuR/brsmarc1: initial commit
2019-07-29 15:56 UTC (2+ messages)
[U-Boot] [PATCH v2 00/11] SPL support for RISC-V
2019-07-29 15:52 UTC (26+ messages)
` [U-Boot] [PATCH v2 01/11] fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL
` [U-Boot] [PATCH v2 02/11] Makefile: support building SPL FIT images without device trees
` [U-Boot] [PATCH v2 03/11] spl: fit: use U-Boot device tree when FIT image has no device tree
` [U-Boot] [PATCH v2 04/11] riscv: add run mode configuration for SPL
` [U-Boot] [PATCH v2 05/11] spl: support booting via RISC-V OpenSBI
` [U-Boot] [PATCH v2 06/11] riscv: add SPL support
` [U-Boot] [PATCH v2 07/11] riscv: support SPL stack and global data relocation
` [U-Boot] [PATCH v2 08/11] riscv: add a generic FIT generator script
` [U-Boot] [PATCH v2 09/11] riscv: set default FIT generator script and build target for SPL builds
` [U-Boot] [PATCH v2 10/11] riscv: qemu: add SPL configuration
` [U-Boot] [PATCH v2 11/11] doc: update QEMU RISC-V documentation
[U-Boot] buildman rockchip
2019-07-29 15:32 UTC (5+ messages)
[U-Boot] [PATCH 1/3] MAINTAINERS: MediaTek: add MediaTek team in the entry
2019-07-29 14:17 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: dts: add hifsys reset for MediaTek SoCs
` [U-Boot] [PATCH 3/3] clk: MediaTek: add hifsys entry for MT7623 SoC
[U-Boot] [RESEND PATCH 0/5] amlogic: add support for the SEI Robotic SEI510
2019-07-29 14:07 UTC (6+ messages)
` [U-Boot] [RESEND PATCH 1/5] ARM: dts: Import Amlogic G12A SEI510 DT from Linux 5.3-rc1
` [U-Boot] [RESEND PATCH 2/5] configs: meson64: permit redefining ENV_SIZE
` [U-Boot] [RESEND PATCH 3/5] boards: meson: add g12a sei510
` [U-Boot] [RESEND PATCH 4/5] ARM: meson: Add support for fastboot_set_reboot_flag()
` [U-Boot] [RESEND PATCH 5/5] configs: sei510: disable PSCI_RESET to support fastboot reboot_flag
[U-Boot] [PATCH 0/5] amlogic: add support for the SEI Robotic SEI510
2019-07-29 14:05 UTC (7+ messages)
` [U-Boot] [PATCH 1/5] ARM: dts: Import Amlogic G12A SEI510 DT from Linux 5.3-rc1
` [U-Boot] [PATCH 2/5] configs: meson64: permit redefining ENV_SIZE
` [U-Boot] [PATCH 3/5] boards: meson: add g12a sei510
` [U-Boot] [PATCH 4/5] ARM: meson: Add support for fastboot_set_reboot_flag()
` [U-Boot] [PATCH 5/5] configs: sei510: disable PSCI_RESET to support fastboot reboot_flag
[U-Boot] [PATCH v2 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL
2019-07-29 13:52 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] arm: dts: ficus: "
[U-Boot] [PATCH 0/3] amlogic: Add support for Odroid-N2
2019-07-29 13:45 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] ARM: dts: add "
` [U-Boot] [PATCH 2/3] ARM: meson-g12a: Handle 4GiB DRAM size
` [U-Boot] [PATCH 3/3] board: amlogic: add support for Odroid-N2
[U-Boot] [PATCH] sifive: riscv: streamline HiFive Unleashed configuration infrastructure
2019-07-29 13:45 UTC (3+ messages)
` [U-Boot] [PATCH] sifive: riscv: update Hifive "
[U-Boot] [PATCH] Dockerfile: Build a copy of QEMU and install it under /opt
2019-07-29 13:06 UTC (2+ messages)
[U-Boot] [PATCH 1/1] Dockerfile: add python3-sphinx
2019-07-29 13:05 UTC (2+ messages)
[U-Boot] [PATCH v2 0/7] Add PCIe root complex support for AM654x SoC
2019-07-29 11:51 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()
[U-Boot] [PATCH] pinctrl: renesas: fix R-Car gpio0_00 operation fails with 'gpio -input' command
2019-07-29 11:38 UTC
[U-Boot] [PATCH] cmd: reset: add parameters to specify reboot_mode
2019-07-29 10:47 UTC (10+ messages)
[U-Boot] [PATCH v3] x86: ich-spi: Convert driver to spi-mem ops
2019-07-29 10:43 UTC
[U-Boot] [PATCH] video: arm: rpi: Avoid crash without HDMI monitor connected
2019-07-29 10:31 UTC (2+ messages)
[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190719
2019-07-29 10:24 UTC (3+ messages)
` [U-Boot] [PATCH v2 0/5] nitrogen6x device tree migration
[U-Boot] [PATCH 0/6] Enabled DM_VIDEO for Colibri iMX7 NAND/iMX6ULL
2019-07-29 10:01 UTC (5+ messages)
[U-Boot] [PATCH 0/3] video: add support for EDID timings validation
2019-07-29 9:48 UTC (2+ messages)
[U-Boot] [PATCH 1/1] video: dw_hdmi: Add support for ddc-i2c-bus property
2019-07-29 9:43 UTC (3+ messages)
` [U-Boot] [PATCH v2 "
[U-Boot] [PATCH] video: arm: rpi: Bail out early if querying video information fails
2019-07-29 9:21 UTC (2+ messages)
[U-Boot] [RFC 0/4] Convert fsl_dcu_fb to DM_VIDEO
2019-07-29 9:19 UTC (2+ messages)
[U-Boot] [PATCH 1/2] rockchip: rk3328: set DDR as non-secure in SPL
2019-07-29 9:18 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] rockchip: rk3328: enable DMA for MMCs at Rock64
[U-Boot] [PATCH v2 1/4] video: fsl_dcu_fb: refactor init functions
2019-07-29 9:14 UTC (2+ messages)
[U-Boot] [PATCH 00/15] rk3399: Add redundant boot support
2019-07-29 9:09 UTC (13+ messages)
` [U-Boot] [PATCH 05/15] rockchip: rk3288/rk3399: Enable DISPLAY_CPUINFO
` [U-Boot] [PATCH 06/15] wdt: designware: Simplify is_enabled function
` [U-Boot] [PATCH 07/15] wdt: designware: Simplify enable function
` [U-Boot] [PATCH 08/15] wdt: dw: Add driver-model support
` [U-Boot] [PATCH 09/15] wdt: dw: Rename to dw_wdt.c
` [U-Boot] [PATCH 10/15] rockchip: dts: rk3399: Add u-boot, dm-pre-reloc for watchdog
` [U-Boot] [PATCH 11/15] wdt: Kconfig: Add WDT_DW entry
` [U-Boot] [PATCH 12/15] include: rk3399: Disable watchdog in TPL
` [U-Boot] [DO NOT MERGE] [PATCH 13/15] rk3399: rockpro64: Enable watchdog
` [U-Boot] [PATCH 14/15] rockchip: rk3399: Add bootcount support
` [U-Boot] [DO NOT MERGE] [PATCH 15/15] rk3399: rockpro64: Enable bootcount
[U-Boot] [PATCH v7 4/9] x86: slimbootloader: Add memory configuration
2019-07-29 9:05 UTC (2+ messages)
[U-Boot] [PATCH v7 3/9] x86: Add a common HOB library
2019-07-29 9:04 UTC (2+ messages)
[U-Boot] [PATCH v7 2/9] x86: lib: fsp: Use EFI_GUID and efi_guid_t
2019-07-29 9:02 UTC (2+ messages)
[U-Boot] [PATCH 01/16] clk: introduce clk_dev_binded
2019-07-29 8:59 UTC (4+ messages)
[U-Boot] [PATCH] doc: arch: sandbox: Replace all the instances of README.sandbox
2019-07-29 8:22 UTC
[U-Boot] [PATCH 1/2] mtd: spi: Add SYS_SPI_BLOCK_SIZE to Kconfig
2019-07-29 7:48 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] drivers: ubi: Adding UBI loader for SPI flash
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox