messages from 2019-07-19 23:59:15 to 2019-07-21 04:24:30 UTC [more...]
[U-Boot] [PATCH v2 1/3] rockchip: rk3399: derive ethaddr from cpuid
2019-07-21 4:24 UTC (4+ messages)
[U-Boot] [PATCH 0/2] rockchip: tpl.c #ifdef fixes
2019-07-21 3:30 UTC (5+ messages)
` [U-Boot] [PATCH 1/2] rockchip: Fix TPL build without CONFIG_TPL_SERIAL_SUPPORT
` [U-Boot] [PATCH 2/2] rockchip: TPL banner should depend on CONFIG_TPL_BANNER_PRINT
[U-Boot] Pull request: u-boot-rockchip/tags/rockchip-for-v2019.07
2019-07-21 3:11 UTC
[U-Boot] [PATCH v2 00/18] autoboot: Tidy up autoboot code
2019-07-21 2:51 UTC (19+ messages)
` [U-Boot] [PATCH v2 01/18] main: Use conditional run_preboot_environment_command()
` [U-Boot] [PATCH v2 02/18] Convert CONFIG_SHOW_BOOT_PROGRESS to Kconfig
` [U-Boot] [PATCH v2 03/18] Add CONFIG_USE_PREBOOT to boards that use CONFIG_PREBOOT
` [U-Boot] [PATCH v2 04/18] Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig
` [U-Boot] [PATCH v2 05/18] autoboot: Use CONFIG_AUTOBOOT_STOP_STR_SHA256 indirectly
` [U-Boot] [PATCH v2 06/18] autoboot: Drop #ifdef for CONFIG_AUTOBOOT_ENCRYPTION
` [U-Boot] [PATCH v2 07/18] autoboot: Improve docs "
` [U-Boot] [PATCH v2 08/18] autoboot: Use if() for CONFIG_SILENT_CONSOLE
` [U-Boot] [PATCH v2 09/18] autoboot: Drop #ifdef CONFIG_AUTOBOOT_KEYED
` [U-Boot] [PATCH v2 10/18] autoboot: Drop unused CONFIG_MENUPROMPT
` [U-Boot] [PATCH v2 11/18] autoboot: Rename CONFIG_MENUKEY to CONFIG_AUTOBOOT_MENUKEY
` [U-Boot] [PATCH v2 12/18] snow: Define CONFIG_AUTOBOOT_MENUKEY
` [U-Boot] [PATCH v2 13/18] autoboot: Tidy up use of menukey
` [U-Boot] [PATCH v2 14/18] autoboot: Rename CONFIG_MENU_SHOW to include AUTOBOOT
` [U-Boot] [PATCH v2 15/18] Convert CONFIG_AUTOBOOT_MENU_SHOW to Kconfig
` [U-Boot] [PATCH v2 16/18] autoboot: Add comments for menu_show()
` [U-Boot] [PATCH v2 17/18] autoboot: Move a few more options from #ifdef to if()
` [U-Boot] [PATCH v2 18/18] autoboot: Adjust the implementation in autoboot_command()
[U-Boot] [PATCH] fdt: make fdt_get_base_address() return OF_BAD_ADDR when "reg" not found
2019-07-21 1:50 UTC (3+ messages)
[U-Boot] [PATCH 1/4] dm: timer: Skip device that does not have a valid ofnode in pre_probe()
2019-07-21 1:50 UTC (12+ messages)
` [U-Boot] [PATCH 2/4] dm: core: Call clk_set_defaults() during probe() only for a valid ofnode
` [U-Boot] [PATCH 3/4] dm: core: Set correct "status" value for a node
` [U-Boot] [PATCH 4/4] dm: Fix parameter description of dev_read_name()
[U-Boot] [PATCH] common: fdt_support: Add missing cpu_to_fdt32() to fdt_pci_dma_ranges()
2019-07-21 1:50 UTC (3+ messages)
[U-Boot] [PATCH] dm: uclass: fix comment copy/paste error
2019-07-21 1:50 UTC (3+ messages)
[U-Boot] [PATCH] clk: initialize clk->data when using default xlate
2019-07-21 1:50 UTC (2+ messages)
[U-Boot] [PATCH] buildman: fix invocation examples typos
2019-07-21 1:50 UTC (2+ messages)
[U-Boot] [PATCH] dm: device: make power domain calls optional
2019-07-21 1:50 UTC (3+ messages)
[U-Boot] [PATCH] doc: Move fastboot protocol doc to android dir
2019-07-20 22:36 UTC (6+ messages)
[U-Boot] [PATCH 00/53] binman: Support replacing entries in an existing image
2019-07-20 18:24 UTC (54+ 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] zynq_z_turn_defconfig: no info from SPL
2019-07-20 17:20 UTC
[U-Boot] [PATCH 1/1] efi_loader: remove efi_exit_caches()
2019-07-20 16:19 UTC (8+ messages)
[U-Boot] [PATCH v2 00/12] System Firmware Loader for TI K3 family SoCs
2019-07-20 15:51 UTC (5+ messages)
` [U-Boot] [PATCH v2 05/12] armV7R: K3: am654: Allow using SPL BSS pre-relocation
[U-Boot] [PATCH v1 1/3] ARM: imx: cosmetic: Remove not needed comment from the mccmon6.h file
2019-07-20 9:06 UTC (2+ messages)
[U-Boot] [PATCH 3/3] ARM: imx6q_logic: With SPL_OF_CONTROL enabled, remove MMC init
2019-07-20 9:06 UTC (2+ messages)
[U-Boot] [PATCH V2 2/2] watchdog: imx: Add DM support
2019-07-20 9:06 UTC (2+ messages)
[U-Boot] [PATCH 1/1] pico-imx7d: Enable DM_USB
2019-07-20 9:06 UTC (2+ messages)
[U-Boot] [PATCH v2 1/1] colibri_imx7: introduce androidboot wrapper
2019-07-20 9:06 UTC (2+ messages)
[U-Boot] [PATCH v5 17/18] defconfig: sandbox: Enable SANDBOX_CLK_CCF to reuse generic CCF code
2019-07-20 9:06 UTC (2+ messages)
[U-Boot] [PATCH v2 1/4] optee: Make TZDRAM config options contingent on CONFIG_OPTEE
2019-07-20 9:01 UTC (2+ messages)
[U-Boot] [PATCH 2/5] mx7ulp_evk: Update LPDDR3 script
2019-07-20 8:57 UTC
[U-Boot] [PATCH v2 2/4] Kconfig: cosmetic: Update description of CMD_SPL_NAND_OFS
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH 1/3] spl: imx6: Let spl_boot_device return USDHC1 or USDHC2
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH 1/2] arm: imx8: factor out uart init code
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH V2] ARM: imx: dh-imx6: Enable DM regulator
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v5 14/18] clk: sandbox: Adjust clk-divider to emulate reading its value from HW
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH] ARCH: imx: Call sata_remove() not on imx6 duallite/solo boards
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v2 2/5] toradex: configblock: generic wi-fi/bt handling
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH 5/5] mx7ulp_evk: Update DDR freq to 352.8Mhz for ULP B0
2019-07-20 8:57 UTC
[U-Boot] [PATCH v6 4/6] gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v5 13/18] dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testing
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v2 5/5] toradex: configblock: avoid line continuations
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH V2 2/4] thermal: add i.MX8 thermal driver
2019-07-20 8:57 UTC
[U-Boot] [PATCH v1 01/11] cosmetic: display5: Remove not needed comments
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v1 06/11] DTS: imx: Add display5 board (imx6q based) device tree description (v5.1)
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v5 10/18] dm: clk: Define clk_get_by_id() for clk operations
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v3 2/3] ARM: dts: imx: dh-imx6: Add DHCOM iMX6 Duallite PDK2 device tree
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v5 08/18] dm: clk: Define clk_get_parent() for clk operations
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH] colibri-imx6ull: fix vidargs
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH v6 6/6] spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion)
2019-07-20 8:57 UTC (2+ messages)
[U-Boot] [PATCH 2/2] pwm: imx: add DM_PWM support
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH 2/2] arm: imx8: don't duplicate build_info()
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v2 3/4] warp7: configs: bl33: Tidy up OPTEE defines
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v5 01/18] clk: doc: Add documentation entry for Common Clock Framework [CCF] (i.MX)
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v5 02/18] dm: Fix documentation entry as there is no UCLASS_CLOCK uclass
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v5 04/18] clk: Extend struct clk to provide information regarding clock rate
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v5 09/18] dm: clk: Define clk_get_parent_rate() for clk operations
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v2 3/5] toradex: configblock: fix colibri imx8x target
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH 2/7] warp7: include: configs: Specify image name of bootscript in FIT
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v2 1/4] Kconfig: Make CMD_SPL_NAND_OFS only available when proper memory is used
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH 2/2] colibri/apalis imx: drop DFU support
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v5 18/18] clk: Add MAINTAINERS entry for clocks (./drivers/clk/)
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v3] ARM: imx6: DHCOM i.MX6 PDK: Switch to DM for I2C
2019-07-20 8:51 UTC (2+ messages)
[U-Boot] [PATCH v6 1/3] i.MX6: nand: add nandbcb command for imx
2019-07-20 8:47 UTC (2+ messages)
[U-Boot] [PATCH v3 3/3] ARM: imx6: DHCOM i.MX6 PDK: config SPL to load U-Boot fitImage with mulitple DTs
2019-07-20 8:47 UTC (2+ messages)
[U-Boot] [PATCH v2 3/4] Kconfig: Add CMD_SPL_NOR_OFS config for falcon boot argument offset
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH 4/5] mx7ulp: Select the SCG1 APLL PFD as a system clock source
2019-07-20 8:46 UTC
[U-Boot] [PATCH] configs: icorem6: Enable Nand bcb command
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH V2 4/4] imx: imx8dx/qxp: enable thermal
2019-07-20 8:46 UTC
[U-Boot] [PATCH 1/7] warp7_bl33: configs: Enable FIT as the boot.scr format
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH] imx6dq: Fix chip version issue for rev1.3
2019-07-20 8:46 UTC
[U-Boot] [PATCH v1 2/3] ARM: imx: config: Disable support for USB on MCCMON6
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH] mx6sxsabresd: imximage.cfg: Handle the CONFIG_SECURE_BOOT case
2019-07-20 8:46 UTC
[U-Boot] [PATCH 1/2] pwm: imx: add Kconfig support
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH V2 1/4] misc: imx8: add sc_misc_get_temp
2019-07-20 8:46 UTC
[U-Boot] [PATCH 3/3] doc: imx: Add documentation for nandbcb command
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v4 2/2] regulator: bd718x7: support ROHM BD71837 and BD71847 PMICs
2019-07-20 8:46 UTC
[U-Boot] [PATCH v3 1/3] ARM: dts: dh-imx6: Refactor DT with som and board level defs for use with imx6 duallite
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v2 1/5] toradex: configblock: initialize MMC before switching partition
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v2 2/2] opos6uldev: remove board_ehci_hcd_init function
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v1 2/3] apalis_imx6: configs: remove legacy usbboot command
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v1 04/11] gpio: Add missing parenthesis to the GPIO_TO_PORT define
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH] config: imx53: Disable support for EFI on HSC|DDC boards
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v1 03/11] ARM: display5: Fix CS check after moving some SPI related CONFIGs to Kconfig
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v1 05/11] ARM: display5: Increase the pre-relocation malloc pool size to 4KiB
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v5 16/18] clk: sandbox: Add sandbox test code for Common Clock Framework [CCF]
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH 1/5] mx7ulp: Fix APLL num and denom setting issue
2019-07-20 8:46 UTC
[U-Boot] [PATCH 7/7] warp7: Specify a default CONFIG_OPTEE_LOAD_ADDR if non provided
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH 1/1] colibri_imx7_emmc: enable CONFIG_ARMV7_BOOT_SEC_DEFAULT
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH 1/1] colibri_imx7: introduce androidboot wrapper
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v5 15/18] clk: sandbox: Adjust clk-mux.c to emulate reading divider value from HW
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v5 03/18] clk: Remove clock ID check in .get_rate() of clk_fixed_*
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v5 12/18] dm: clk: Extend clk_get_parent_rate() to support CLK_GET_RATE_NOCACHE flag
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH 5/7] warp7_bl33: configs: Enable CONFIG_OF_LIBFDT_OVERLAY
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH] ARM: imx6: DHCOM i.MX6 PDK: enable pad pull ups of SS lines of spi used for boot
2019-07-20 8:46 UTC (2+ messages)
[U-Boot] [PATCH v6 2/6] net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driver
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v1 08/11] ARM: display5: Remove U_BOOT_DEVICE definition of serial_mxc
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH V2 1/2] watchdog: Split WDT from SPL_WDT
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v6 3/6] ARM: dts: imx: Provide 'gpio-ranges' for mxs_gpio driver
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH] configs: icore: Fix U-Boot proper loading from nand
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v6 1/6] ARM: dts: imx: Copy imx28 device tree related files from Linux kernel (v5.1.11)
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v2 4/4] doc: Update parallel NOR flash related information in README.falcon
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v5 07/18] clk: Introduce clk-provider.h to store Common Clock Framework's internals
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v1 3/3] ARM: imx: Disable 1Gbps support on MCCMON6's KSZ9031 PHY
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH] board: engicam: Remove bogus check for mmc for imx6ul isiot
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH 6/7] warp7: include: configs: Specify an fdtovaddr
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v1 07/11] DTS: Add imx6q-display5-u-boot.dtsi file with u-boot specific properties
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v5 05/18] clk: Extend struct clk to provide clock type agnostic flags
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v2] serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53)
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v2 4/4] MAINTAINERS: Update lib/optee with my details
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v2 4/5] toradex: configblock: fix apalis imx8 target
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH 5/6] ARM: imx: m53menlo: Convert WDT support to DM
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v5 11/18] clk: Port Linux common clock framework [CCF] for imx6q to U-boot (tag: v5.1.12)
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH] arm: dts: imx: fsl-imx8dx.dtsi: add gpio aliases to fix gpio command
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v6 5/6] pinctrl: mxs: Add support for i.MX2[38] mxs pinctrl driver
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH 3/7] warp7: include: configs: Differentiate bootscript address from loadaddr
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v1 3/3] colibri_imx6: configs: remove legacy usbboot command
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH 4/7] warp7_bl33: configs: Enable CONFIG_OF_LIBFDT
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v1 02/11] cosmetic: Update comment in cmd/eeprom.c
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH 2/3] ARM: imx6q_logic: Enable SPL_DM with SPL_OF_CONTROL
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH] IMX: serial: dm: Set DM_FLAG_PRE_RELOC in the IMX uart driver
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH 3/5] mx7ulp_evk: Change APLL and its PFD0 frequencies
2019-07-20 8:45 UTC
[U-Boot] [PATCH v5 06/18] clk: Provide struct clk for fixed rate clock (clk_fixed_rate.c)
2019-07-20 8:45 UTC (2+ messages)
[U-Boot] [PATCH v3 00/57] ram: rk3399: Add LPDDR4 support
2019-07-20 3:13 UTC (3+ messages)
` [U-Boot] [PATCH v3 52/57] ram: rk3399: Add lpddr4 set rate support
[U-Boot] 32-bit Tegra build failure in u-boot-dm
2019-07-20 0:45 UTC (4+ messages)
[U-Boot] [PATCH] Makefile: fix implementation of BINMAN_DEBUG
2019-07-20 0:44 UTC (2+ messages)
[U-Boot] [PATCH v7 0/9] Update SiFive Unleashed Drivers
2019-07-20 0:42 UTC (5+ messages)
` [U-Boot] [PATCH v7 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP
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