- 95282d6 core: drop const for struct driver_info by Walter Lozano · 4 years, 5 months ago
- c38b491 dm: doc: update of-plat with the support for driver aliases by Walter Lozano · 4 years, 5 months ago
- a324e41 dtoc: add option to disable warnings by Walter Lozano · 4 years, 5 months ago
- e675d96 dtoc: add support to scan drivers by Walter Lozano · 4 years, 5 months ago
- 48e5b04 core: add support for U_BOOT_DRIVER_ALIAS by Walter Lozano · 4 years, 5 months ago
- 8b239f4 dtoc: add missing code comments by Walter Lozano · 4 years, 5 months ago
- 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
- 0473dfb test/dm: fdtdec: Add tests for fdtdec_add_reserved_memory() by Bin Meng · 4 years, 5 months ago
- 9db5b50 test/dm: fdtdec: Corect a typo in dm_test_fdtdec_set_carveout() by Bin Meng · 4 years, 5 months ago
- cc20140 test/dm: fdtdec: Add the missing gd declaration by Bin Meng · 4 years, 5 months ago
- 1a5f58d cmd: fdt: remove CMD_FDT_MAX_DUMP by Heinrich Schuchardt · 4 years, 5 months ago
- add83a3 log: use BIT() instead of 1 << by Heinrich Schuchardt · 4 years, 6 months ago
- 2d349c7 log: don't show function by default by Heinrich Schuchardt · 4 years, 6 months ago
- 2ec1ed2 checkpatch: Don't warn about PREFER_IF in headers/DT files by Simon Glass · 4 years, 6 months ago
- cc00e49 patman: Add tests for the rest of the checkpatch checks by Simon Glass · 4 years, 6 months ago
- 08cfa41 patman: Decode output from the '--show-types' option by Simon Glass · 4 years, 6 months ago
- f5dd906 patman: Add a test for the 'possible new uclass' check by Simon Glass · 4 years, 6 months ago
- cf5f0b5 patman: Rename test.py to test_checkpatch.py by Simon Glass · 4 years, 6 months ago
- 3286843 dm: core: Correct comment on uclass_id_foreach_dev() by Simon Glass · 4 years, 6 months ago
- 60075ea log: uclass_get_name() depends on CONFIG_SPL_DM by Heinrich Schuchardt · 4 years, 6 months ago
- fff251e sandbox: make RAM size configurable by Heinrich Schuchardt · 4 years, 6 months ago
- 29f8fc1 patman: Drop import of test_util in test_util by Simon Glass · 4 years, 6 months ago
- ff15dcd patman: Avoid importing gitutil in settings by Simon Glass · 4 years, 6 months ago
- c9fa886 patman: Pass in maintainer dirs to avoid and import by Simon Glass · 4 years, 6 months ago
- 794c259 patman: Use a dict in gitutil to avoid importing series by Simon Glass · 4 years, 6 months ago
- 4ba3ea5 patman: Avoid circular dependency between command and tools by Simon Glass · 4 years, 6 months ago
- 1e2f6a1 patman: Drop unnecessary import in gitutil by Simon Glass · 4 years, 6 months ago
- 839c941 sandbox: spi: sandbox_sf_state_name() is required by Heinrich Schuchardt · 4 years, 6 months ago
- deaa25c sandbox: handling out of memory by Heinrich Schuchardt · 4 years, 6 months ago
- 4da9196 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 5 months ago
- c60ca2f Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 4 years, 5 months ago
- 0d93956 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 5 months ago
- a50bca1 net: mvpp2: fix second cp110 initialization by Sven Auhagen · 4 years, 5 months ago
- ab07aa2 arm: kirkwood: enable DM_ETH for LaCie board by Simon Guinot · 4 years, 5 months ago
- 760df59 arm: kirkwood: enable DM_USB for LaCie board by Simon Guinot · 4 years, 5 months ago
- 80f6934 arm: kirkwood: switch LaCie boards to sata_mv driver by Simon Guinot · 4 years, 5 months ago
- 337c727 arm: kirkwood: convert LaCie boards to DM_SPI_FLASH by Simon Guinot · 4 years, 5 months ago
- 1034421 arm: kirkwood: add DT spi0 alias to LaCie boards by Simon Guinot · 4 years, 5 months ago
- f08364f arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernel by Dennis Gilmore · 4 years, 5 months ago
- f041c0e arm: mvebu: a38x: Adjust UTMI PHY parameters by Chris Packham · 4 years, 5 months ago
- c4f058d arm: mvebu: a38x: Fix typo by Chris Packham · 4 years, 5 months ago
- ee93f79 mv_ddr: ddr3: Update {min,max}_read_sample calculation by Chris Packham · 4 years, 6 months ago
- e4ab5e5 mv_ddr: ddr3: Use correct bitmask for read sample delay by Chris Packham · 4 years, 6 months ago
- e9af32e x86: apl: Re-enable loading of SPL by Simon Glass · 4 years, 5 months ago
- 757f4f1 spi: Remove unnecessary #ifdefs in header file by Simon Glass · 4 years, 5 months ago
- e3381c9 bootstage: Fix 'stacked' typo by Simon Glass · 4 years, 5 months ago
- fd5709f linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLED by Rasmus Villemoes · 4 years, 5 months ago
- c111615 linux/kconfig.h: remove unused helper macros by Rasmus Villemoes · 4 years, 5 months ago
- f6de07e linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }* by Rasmus Villemoes · 4 years, 5 months ago
- d0d1df6 arm: cmd_stm32prog: Fix the CONFIG_IS_ENABLED() usage by Bin Meng · 4 years, 5 months ago
- ba23ee4 x86: minnowmax: Drop screen resolution to 1024x768 by Simon Glass · 4 years, 5 months ago
- 0fc300a minnowmax: Enable the copy framebuffer by Simon Glass · 4 years, 5 months ago
- eb4d9f1 chromebook_link: Enable the copy framebuffer by Simon Glass · 4 years, 5 months ago
- 2781e68 chromebook_samus: Enable the copy framebuffer by Simon Glass · 4 years, 5 months ago
- c3d2f35 x86: video: Support copy framebuffer with probed devices by Simon Glass · 4 years, 5 months ago
- 951255d video: Correctly handle multiple framebuffers by Simon Glass · 4 years, 5 months ago
- 3ce7f24 x86: fsp: video: Allocate a frame buffer when needed by Simon Glass · 4 years, 5 months ago
- 3ed840c video: pci: Set up the copy framebuffer by Simon Glass · 4 years, 5 months ago
- 2a0f8e3 video: sandbox: Add support for the copy framebuffer by Simon Glass · 4 years, 5 months ago
- 4425bf4 video: Add comments to struct sandbox_sdl_plat by Simon Glass · 4 years, 5 months ago
- 4761c8c video: Update the copy framebuffer when writing bitmaps by Simon Glass · 4 years, 5 months ago
- 42301da video: Update rotated console to support copy buffer by Simon Glass · 4 years, 5 months ago
- 3f5f944 video: Update truetype console to support copy buffer by Simon Glass · 4 years, 5 months ago
- 03a96ae video: Update normal console to support copy buffer by Simon Glass · 4 years, 5 months ago
- 31a7e23 video: Add helpers for vidconsole for the copy framebuffer by Simon Glass · 4 years, 5 months ago
- f8ec621 video: Clear the copy framebuffer when clearing the screen by Simon Glass · 4 years, 5 months ago
- b4928e5 video: Set up the copy framebuffer when enabled by Simon Glass · 4 years, 5 months ago
- 73c9c37 video: Add support for copying to a hardware framebuffer by Simon Glass · 4 years, 5 months ago
- fc6b784 video: Add a comment for struct video_uc_platdata by Simon Glass · 4 years, 5 months ago
- bac9150 video: Drop unnecessary #ifdef around vid_console_color() by Simon Glass · 4 years, 5 months ago
- f50a6b9 video: Adjust rotated console to start at right edge by Simon Glass · 4 years, 5 months ago
- 80daa3f video: Split out expression parts into variables by Simon Glass · 4 years, 5 months ago
- e373882 sandbox: video: Allow selection of rotated console by Simon Glass · 4 years, 5 months ago
- f97beb7 video: Show an error when a vidconsole function fails by Simon Glass · 4 years, 5 months ago
- 66ee817 console: Add a way to output to serial only by Simon Glass · 4 years, 5 months ago
- c5c4ed6 x86: fsp: Reinit the FPU after FSP meminit by Simon Glass · 4 years, 5 months ago
- 3aa586d pwm: Add PWM driver for SiFive SoC by Yash Shah · 4 years, 7 months ago
- e37451f pwm: Add DT documentation for SiFive PWM Controller by Yash Shah · 4 years, 7 months ago
- 4d15c18 i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7 by Patrick Delaunay · 4 years, 5 months ago
- 11a4943 i2c: stm32f7: add stm32mp15 compatible by Patrick Delaunay · 4 years, 5 months ago
- 956c18f test: dm: rtc: add tests of rtc shell command by Rasmus Villemoes · 4 years, 5 months ago
- d1dd033 sandbox: add rtc command to defconfigs by Rasmus Villemoes · 4 years, 5 months ago
- 034b93b test: dm: rtc: add test of dm_rtc_read, dm_rtc_write by Rasmus Villemoes · 4 years, 5 months ago
- 5b7c51e rtc: i2c_rtc_emul: catch any write to the "reset" register by Rasmus Villemoes · 4 years, 5 months ago
- acffbea rtc: sandbox-rtc: fix set method by Rasmus Villemoes · 4 years, 5 months ago
- cc09202 rtc: add rtc command by Rasmus Villemoes · 4 years, 5 months ago
- ca4aa09 rtc: pcf2127: provide ->write method by Rasmus Villemoes · 4 years, 5 months ago
- 62a85c6 rtc: pcf2127: provide ->read method by Rasmus Villemoes · 4 years, 5 months ago
- 6f0854e rtc: fall back to ->{read, write} if ->{read, write}8 are not provided by Rasmus Villemoes · 4 years, 5 months ago
- 579c992 rtc: add dm_rtc_write() helper by Rasmus Villemoes · 4 years, 5 months ago
- b9e40a2 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · 4 years, 5 months ago
- 890813f i2c: imx_lpi2c: Improve the codes to use private data by Ye Li · 4 years, 6 months ago
- d0f7586 board: presidio-asic: Add I2C support by Alex Nemirovsky · 4 years, 6 months ago
- fe661ba i2c: i2c-cortina: added CAxxxx I2C support by Arthur Li · 4 years, 6 months ago
- c6baea2 i2c: octeon_i2c: Add I2C controller driver for Octeon by Suneel Garapati · 4 years, 6 months ago
- 07cff1a Merge branch '2020-07-08-misc-features-and-fixes' by Tom Rini · 4 years, 5 months ago
- b404409 lib: rsa: function to verify a signature against a hash by Heiko Stuebner · 4 years, 6 months ago
- 19038de cmd: Add a memory-search command by Simon Glass · 4 years, 6 months ago
- 19f6733 command: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 6 months ago
- 2056b9e display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · 4 years, 6 months ago