U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-15 12:39:07 to 2017-09-17 17:52:52 UTC [more...]

[U-Boot] [PATCH 0/6] Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc
 2017-09-17 17:52 UTC  (3+ messages)
` [U-Boot] [PATCH 2/6] treewide: replace with error() with pr_err()

[U-Boot] [PATCH 2/5] power: pmic: rk816: support rk816 pmic
 2017-09-17 17:52 UTC  (3+ messages)
` [U-Boot] [U-Boot,2/5] "

[U-Boot] [PATCH 00/10] For the RK3399-Q7, we have a few additional features in the SPL boot
 2017-09-17 17:52 UTC  (5+ messages)
` [U-Boot] [PATCH 09/10] power: spl: add SPL_DM_REGULATOR_FIXED in Kconfig

[U-Boot] [PATCH] rockchip: rock-rk3188: do not use ARCH_MEMSET in TPL
 2017-09-17 17:52 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] support enter download mode on rockchip platform
 2017-09-17 17:52 UTC  (5+ messages)
` [U-Boot] [PATCH 3/3] rockchip: check download key before bootup

[U-Boot] [PATCH 1/1] spl: u-boot-spl-nodtb.bin: remove .got and .got.plt sections
 2017-09-17 17:52 UTC  (5+ messages)

[U-Boot] [PATCH] TI: ARCH_OMAP2PLUS: Enable SPL_STACK_R and provide default value
 2017-09-17 15:44 UTC 

[U-Boot] [PATCH] u-boot: Upgrade to 2017.09
 2017-09-17 15:35 UTC  (4+ messages)
` [U-Boot] [OE-core] "

[U-Boot] [PATCH v3 3/9] fat/fs: convert to directory iterators
 2017-09-17 13:52 UTC  (12+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH please test] fs/fat: reduce stack usage for SPL
 2017-09-17 13:50 UTC  (3+ messages)

[U-Boot] [PATCH] Travis-CI: Checkout only v1.4.3 of dtc
 2017-09-17 13:42 UTC 

[U-Boot] [PATCH 00/13] log: Add a new logging feature
 2017-09-17 12:58 UTC  (19+ messages)
` [U-Boot] [PATCH 01/13] Revert "sandbox: remove os_putc() and os_puts()"
` [U-Boot] [PATCH 02/13] Revert "sandbox: Drop special case console code for sandbox"
` [U-Boot] [PATCH 03/13] Move debug and logging support to a separate header
` [U-Boot] [PATCH 04/13] mtdparts: Correct use of debug()
` [U-Boot] [PATCH 05/13] Drop the log buffer
` [U-Boot] [PATCH 06/13] log: Add an implemention of logging
` [U-Boot] [PATCH 07/13] log: Add a console driver
` [U-Boot] [PATCH 08/13] log: Add a 'log level' command
` [U-Boot] [PATCH 09/13] log: Add a test command
` [U-Boot] [PATCH 10/13] log: Plumb logging into the init sequence
` [U-Boot] [PATCH 11/13] log: sandbox: Enable logging
` [U-Boot] [PATCH 12/13] log: test: Add a pytest for logging
` [U-Boot] [PATCH 13/13] log: Add documentation

[U-Boot] [PATCH 1/1] x86: provide CONFIG_BUILD_ROM
 2017-09-17 11:57 UTC 

[U-Boot] [PATCH] efi_loader: fix TEST_PROTOCOL case in OpenProtocol()
 2017-09-17 10:32 UTC  (3+ messages)

[U-Boot] [PATCH V2] dm: gpio: Add DM compatibilty to GPIO driver for Davinci
 2017-09-17 10:29 UTC  (3+ messages)

[U-Boot] [PATCH] xyz-modem: Fix timeout loop waiting with WATCHDOG
 2017-09-17  5:12 UTC  (4+ messages)

[U-Boot] [PATCH] test/py: gpt: make use of infra-structure
 2017-09-17  2:47 UTC  (3+ messages)

[U-Boot] [PATCH] cmd/gpt.c: Fix warning over memset args in allocate_disk_part
 2017-09-17  1:42 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fdt
 2017-09-17  1:42 UTC  (2+ messages)

[U-Boot] Adding new net command
 2017-09-16 20:14 UTC 

[U-Boot] [PATCH 00/22] mmc: Add support for HS200 and UHS modes
 2017-09-16 17:12 UTC  (10+ messages)

[U-Boot] Please pull u-boot-x86
 2017-09-16  9:54 UTC 

[U-Boot] [PATCH 1/1] x86: ivybridge: remove unused variables
 2017-09-16  6:31 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/6] x86: bootstage: Fix bootstage operation on link
 2017-09-16  6:29 UTC  (15+ messages)
` [U-Boot] [PATCH v3 1/6] board_f: Drop the timer after relocation
` [U-Boot] [PATCH v3 2/6] dm: x86: Allow TSC timer to be used before DM is ready
` [U-Boot] [PATCH v3 3/6] dm: x86: Update timer_get_boot_us to work "
` [U-Boot] [PATCH v3 4/6] bootstage: Drop unused options
` [U-Boot] [PATCH v3 5/6] bootstage: Provide a separate record count setting for SPL
` [U-Boot] [PATCH v3 6/6] x86: Enable early timer for chromebook_link

[U-Boot] [PATCH v2 0/8] Sync and consolidate Linux-derived printk, BUILD_BUG, BUG, WARN, etc
 2017-09-16  5:10 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/8] stdio.h: move printf() stuff from <common.h> to <stdio.h>
` [U-Boot] [PATCH v2 2/8] printk: collect printk stuff into <linux/printk.h> with loglevel support
` [U-Boot] [PATCH v2 3/8] treewide: replace with error() with pr_err()
` [U-Boot] [PATCH v2 4/8] common.h: remove error()
` [U-Boot] [PATCH v2 5/8] vsprintf.h: include <linux/types.h>
` [U-Boot] [PATCH v2 6/8] bug.h: sync BUILD_BUG stuff with Linux 4.13
` [U-Boot] [PATCH v2 7/8] bug.h: move runtime BUG/WARN macros into <linux/bug.h>
` [U-Boot] [PATCH v2 8/8] dm: define dev_*() log functions in DM header

[U-Boot] [PATCH 00/13] x86: Add Intel Braswell SoC and Cherry Hill board support
 2017-09-16  4:32 UTC  (17+ messages)
` [U-Boot] [PATCH 09/13] x86: Add Intel Braswell SoC support
` [U-Boot] [PATCH 10/13] x86: braswell: Add microcode for B0/C0/D0 stepping SoC
` [U-Boot] [PATCH 11/13] x86: braswell: Add FSP configuration
` [U-Boot] [PATCH 12/13] x86: braswell: Disable PUNIT power configuration for B0 stepping
` [U-Boot] [PATCH 13/13] x86: Support Intel Cherry Hill board

[U-Boot] [PATCH] spl: Fix compiling warning on gunzip argument
 2017-09-16  2:34 UTC  (5+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: davinci: Remove CONFIG_SOC_DA830
 2017-09-16  2:33 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: dts: Add missing u-boot specific dtsi for dra7-evm
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: mach-omap2: Relax checks on OP-TEE location to allow pageable image
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] fs/fat: fix fatbuf leak
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v3 9/9] fs/fat: Clean up open-coded sector <-> cluster conversions
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 8/9] fs/fat: fix case for FAT shortnames
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,8/9] "

[U-Boot] [PATCH v3 7/9] fat/fs: move ls to generic implementation
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 6/9] fat/fs: remove a bunch of dead code
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,6/9] "

[U-Boot] [PATCH v3 5/9] fs/fat: implement opendir/readdir/closedir
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 4/9] fs: add fs_readdir()
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3,4/9] "

[U-Boot] [PATCH v3 2/9] fs/fat: introduce new director iterators
 2017-09-16  2:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 1/9] fs/fat: split out helper to init fsdata
 2017-09-16  2:31 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] Pull request: u-boot-ubi/master
 2017-09-16  2:31 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c
 2017-09-16  2:31 UTC  (2+ messages)

[U-Boot] [PATCH v2] net/tftp: fix build if CMD_BOOTEFI is not set
 2017-09-16  1:57 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: Kconfig: DM_GPIO depends on OF_CONTROL
 2017-09-15 20:44 UTC 

[U-Boot] [PATCH] MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds
 2017-09-15 20:25 UTC  (2+ messages)

[U-Boot] [PATCH] boston: Remove unused label in lowlevel_display
 2017-09-15 20:25 UTC  (2+ messages)

[U-Boot] [PATCH] boston: Drop unused return value
 2017-09-15 20:24 UTC  (2+ messages)

[U-Boot] [PATCH V2] test/py: gpt: make use of infra-structure
 2017-09-15 19:48 UTC  (2+ messages)

[U-Boot] [PATCH v1] cmd: usb: add blk devices to ignore list in tree graph
 2017-09-15 19:27 UTC  (4+ messages)

[U-Boot] [PATCH v3 14/14] test: overlay: Add unit test for stacked overlay
 2017-09-15 19:26 UTC  (36+ messages)
` [U-Boot] [PATCH v3 00/14] uboot overlays, FIT image & unittest
  ` [U-Boot] [PATCH v3 01/14] Introduce fdt_setprop_placeholder() method
  ` [U-Boot] [PATCH v3 02/14] fdt: Introduce helper method fdt_overlay_apply_verbose()
  ` [U-Boot] [PATCH v3 03/14] fdt: Switch to using the verbose overlay application method
  ` [U-Boot] [PATCH v3 04/14] fdt: Allow stacked overlays phandle references
  ` [U-Boot] [PATCH v3 05/14] fit: Allow multiple images per property
  ` [U-Boot] [PATCH v3 06/14] fit: Do not throw away extra configuration on fit_image_load()
  ` [U-Boot] [PATCH v3 07/14] fit: Introduce methods for applying overlays on fit-load
  ` [U-Boot] [PATCH v3 08/14] fit: fdt overlays doc
  ` [U-Boot] [PATCH v3 09/14] doc: Document how to apply fdt overlays
  ` [U-Boot] [PATCH v3 10/14] doc: overlays: Tweak documentation regarding overlays
  ` [U-Boot] [PATCH v3 11/14] dtbo: make dtbos special
  ` [U-Boot] [PATCH v3 12/14] config: sandbox: Add unit tests
  ` [U-Boot] [PATCH v3 13/14] ut: fix fdt_getprop_u32() change

[U-Boot] [PATCH v2 16/16] dtoc: Add a header to the generated files
 2017-09-15 19:25 UTC  (20+ messages)
` [U-Boot] [PATCH v2 00/16] dtoc: Add support for 64-bit addresses
  ` [U-Boot] [PATCH v2 05/16] dtoc: Add support for 32 or "
  ` [U-Boot] [PATCH v2 14/16] dtoc: Support properties containing multiple phandle values
  ` [U-Boot] [PATCH v2 15/16] dtoc: Rename the auto-generated dt-structs.h file
  ` [U-Boot] [PATCH v2 13/16] dtoc: Put phandle args in an array
  ` [U-Boot] [PATCH v2 12/16] dtoc: Put each phandle on a separate line
  ` [U-Boot] [PATCH v2 10/16] dtoc: Rename is_phandle() and adjust it to return more detail
  ` [U-Boot] [PATCH v2 11/16] dtoc: Rename the phandle struct
  ` [U-Boot] [PATCH v2 09/16] dtoc: Make is_phandle() a member function
  ` [U-Boot] [PATCH v2 08/16] dtoc: Use the Fdt's class's phandle map
  ` [U-Boot] [PATCH v2 06/16] dtoc: Handle 'reg' properties with unusual sizes
  ` [U-Boot] [PATCH v2 07/16] dtoc: Update the Fdt class to record phandles
  ` [U-Boot] [PATCH v2 04/16] dtoc: Avoid very long lines in output
  ` [U-Boot] [PATCH v2 03/16] dtoc: Add a 64-bit type and a way to convert cells into 64 bits
  ` [U-Boot] [PATCH v2 01/16] fdt: Sync libfdt up to upstream
  ` [U-Boot] [PATCH v2 02/16] dtoc: Adjust Node to record its parent

[U-Boot] [PATCH] libfdt: Initialize the stack variable
 2017-09-15 19:25 UTC  (5+ messages)

[U-Boot] efi_loader: queued patches
 2017-09-15 19:24 UTC  (2+ messages)

[U-Boot] [PATCH] Travis-CI: Switch back to using the top of tree dtc
 2017-09-15 19:19 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] pinctrl: rmobile: Add Renesas RCar pincontrol driver
 2017-09-15 19:13 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] gpio: rmobile: Add Renesas RCar GPIO driver
` [U-Boot] [PATCH 3/5] ARM: rmobile: Switch to DM PFC pinmux and "
` [U-Boot] [PATCH 4/5] ARM: rmobile: Zap ad-hoc PFC and GPIO setup in board files
` [U-Boot] [PATCH 5/5] ARM: rmobile: Zap Gen3 PFC tables

[U-Boot] [PATCH] ARM: rmobile: Enable GPIO command
 2017-09-15 19:12 UTC 

[U-Boot] [PATCH] ARM: rmobile: Enable DM regulator support
 2017-09-15 19:12 UTC 

[U-Boot] [PATCH 1/3] ARM: rmobile: Remove SD clock configuration from board files
 2017-09-15 19:12 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: rmobile: Remove AVB "
` [U-Boot] [PATCH 3/3] ARM: rmobile: Remove SCIF "

[U-Boot] [PATCH] ARM: dts: rmobile: Add PHY reset GPIO
 2017-09-15 19:11 UTC 

[U-Boot] [PATCH] serial: sh: Enable clock if available
 2017-09-15 19:11 UTC 

[U-Boot] [PATCH] net: ravb: Add PHY reset GPIO support
 2017-09-15 19:11 UTC 

[U-Boot] [PATCH] mmc: uniphier-sd: Add vqmmc regulator support
 2017-09-15 19:10 UTC 

[U-Boot] [PATCH] clk: rmobile: Add RPC hyperflash clock
 2017-09-15 19:10 UTC 

[U-Boot] [PATCH] clk: rmobile: Add support for setting SDxCKCR
 2017-09-15 19:10 UTC 

[U-Boot] [PATCH] ARM: rmobile: Place initial stack right below U-Boot
 2017-09-15 19:09 UTC 

[U-Boot] [PATCH v3 03/21] efi: add some missing __packed
 2017-09-15 18:58 UTC  (3+ messages)
` [U-Boot] [U-Boot,v3,03/21] "

[U-Boot] [PATCH v3 01/21] part: move efi_guid_t
 2017-09-15 18:34 UTC  (3+ messages)
` [U-Boot] [U-Boot,v3,01/21] "

[U-Boot] [PATCH] Makefile: Update minimum dtc version to 1.4.3
 2017-09-15 17:41 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] add pytests for 'gpt rename' and 'gpt swap'
 2017-09-15 16:29 UTC  (5+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [Patch v2] spl: Fix compiling warning on gunzip argument
 2017-09-15 15:21 UTC 

[U-Boot] [PATCH] spl: fit: Fixed incompatible type warning in spl_load_fit_image()
 2017-09-15 14:57 UTC  (4+ messages)

[U-Boot] [PATCH] Fix s25fl256s position in spi_flash_ids list
 2017-09-15 14:21 UTC 

[U-Boot] [PATCH] rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
 2017-09-15 13:57 UTC 

[U-Boot] [PATCH v4 0/3] Allwinner DE2 HDMI SimpleFB support
 2017-09-15 13:37 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/3] support enter download mode on rockchip platform
 2017-09-15 13:26 UTC  (4+ messages)

[U-Boot] Please pull u-boot-video/next
 2017-09-15 13:12 UTC 

[U-Boot] [PATCH] rockchip: puma_rk3399: increase serialno_str size
 2017-09-15 12:46 UTC 

[U-Boot] [PATCH 1/2] mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)
 2017-09-15 12:44 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mtd: nand: do not check R/B# for CMD_SET_FEATURES "

[U-Boot] [PATCH 1/4] mtd: nand: denali: allow to override corrupted revision register
 2017-09-15 12:43 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: uniphier: merge two defconfig files into uniphier_v7_defconfig
` [U-Boot] [PATCH 3/4] ARM: uniphier: remove bit field macros from sc64-regs.h
` [U-Boot] [PATCH 4/4] ARM: uniphier: add GPU(Mali) reset deassert and clk enable

[U-Boot] [PATCH 1/1] test/py: u_boot_console_base.py: fix typo
 2017-09-15 12:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2 05/16] dtoc: Add support for 32 or 64-bit addresses
 2017-09-15 11:29 UTC 

[U-Boot] [PATCH v3 13/14] ut: fix fdt_getprop_u32() change
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 12/14] config: sandbox: Add unit tests
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 10/14] doc: overlays: Tweak documentation regarding overlays
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 09/14] doc: Document how to apply fdt overlays
 2017-09-09  4:54 UTC 

[U-Boot] [PATCH v3 08/14] fit: fdt overlays doc
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 07/14] fit: Introduce methods for applying overlays on fit-load
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 06/14] fit: Do not throw away extra configuration on fit_image_load()
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 05/14] fit: Allow multiple images per property
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 04/14] fdt: Allow stacked overlays phandle references
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 02/14] fdt: Introduce helper method fdt_overlay_apply_verbose()
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v3 01/14] Introduce fdt_setprop_placeholder() method
 2017-09-09  4:53 UTC 

[U-Boot] [PATCH v2 15/16] dtoc: Rename the auto-generated dt-structs.h file
 2017-08-29 20:16 UTC 

[U-Boot] [PATCH v2 14/16] dtoc: Support properties containing multiple phandle values
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 13/16] dtoc: Put phandle args in an array
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 12/16] dtoc: Put each phandle on a separate line
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 11/16] dtoc: Rename the phandle struct
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 10/16] dtoc: Rename is_phandle() and adjust it to return more detail
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 09/16] dtoc: Make is_phandle() a member function
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 08/16] dtoc: Use the Fdt's class's phandle map
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 07/16] dtoc: Update the Fdt class to record phandles
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 06/16] dtoc: Handle 'reg' properties with unusual sizes
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 04/16] dtoc: Avoid very long lines in output
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 03/16] dtoc: Add a 64-bit type and a way to convert cells into 64 bits
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 02/16] dtoc: Adjust Node to record its parent
 2017-08-29 20:15 UTC 

[U-Boot] [PATCH v2 01/16] fdt: Sync libfdt up to upstream
 2017-08-29 20:15 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).