Commit Graph

  • e31148247a i2c: remove i2c driver-model compatibility layer Bartosz Golaszewski 2019-07-29 08:58:00 +02:00
  • 3ec7fc45e5 sandbox: remove CONFIG_DM_I2C_COMPAT from defconfigs Bartosz Golaszewski 2019-07-29 08:57:59 +02:00
  • ea4cc39c9e davinci: remove CONFIG_DM_I2C_COMPAT from defconfigs Bartosz Golaszewski 2019-07-29 08:57:58 +02:00
  • 8dd75d3a8d ARM: da850_am18xxevm: Remove config and references Adam Ford 2019-07-29 08:28:39 -05:00
  • 2f6dc79a4f edid: fix edid_get_timing_validate() mode_valid lookup Neil Armstrong 2019-07-29 15:35:18 +02:00
  • 2d64a0f7e9 Merge branch '2019-07-29-master-imports' Tom Rini 2019-07-29 11:51:17 -04:00
  • 4f4fb85ec0 Makefile: fix implementation of BINMAN_DEBUG Stephen Warren 2019-07-19 11:21:17 -06:00
  • a6cb995096 binman: Add command-line support for replacing entries Simon Glass 2019-07-20 12:24:15 -06:00
  • bb5edc1d3c binman: Correct the error message for invalid path Simon Glass 2019-07-20 12:24:14 -06:00
  • d7fa4e4b22 binman: Split control.WriteEntryToImage() into separate functions Simon Glass 2019-07-20 12:24:13 -06:00
  • 3ad804e6bd binman: Update control.WriteEntry() to support writing the map Simon Glass 2019-07-20 12:24:12 -06:00
  • 22a76b7428 binman: Move control.WriteEntry further down the file Simon Glass 2019-07-20 12:24:11 -06:00
  • f86a736349 binman: Clean up all output directories in tests Simon Glass 2019-07-20 12:24:10 -06:00
  • bf574f129b binman: Add a test function to clean up the output dir Simon Glass 2019-07-20 12:24:09 -06:00
  • f6e02497ae binman: Update state when replacing device-tree entries Simon Glass 2019-07-20 12:24:08 -06:00
  • 313533018d patman: Reset the output directory when it is removed Simon Glass 2019-07-20 12:24:07 -06:00
  • eb0f4a4cb4 binman: Support replacing data in a cbfs Simon Glass 2019-07-20 12:24:06 -06:00
  • 7210c89eac binman: Update Entry.WriteData() to handle special sections Simon Glass 2019-07-20 12:24:05 -06:00
  • a9cd39ef75 binman: Update Entry.ReadEntry() to work through classes Simon Glass 2019-07-20 12:24:04 -06:00
  • 17a7421ff4 binman: Add a prefix before CBFS hex offsets Simon Glass 2019-07-20 12:24:03 -06:00
  • 513c53e445 binman: Add a few more features to the wishlist Simon Glass 2019-07-20 12:24:02 -06:00
  • 27145fd3a8 binman: Place Intel descriptor at image start Simon Glass 2019-07-20 12:24:01 -06:00
  • 95a0f3c691 binman: Adjust fmap to ignore CBFS files Simon Glass 2019-07-20 12:24:00 -06:00
  • 89d66907b3 libfdt: Copy the struct region in fdt_resize() Simon Glass 2019-07-20 12:23:59 -06:00
  • 61ec04f9ed binman: Support shrinking a entry after packing Simon Glass 2019-07-20 12:23:58 -06:00
  • 79d3c58d12 binman: Update the _testing entry to support shrinkage Simon Glass 2019-07-20 12:23:57 -06:00
  • 51014aabc2 binman: Allow updating entries that change size Simon Glass 2019-07-20 12:23:56 -06:00
  • eba1f0cc94 binman: Add more tests for image header position Simon Glass 2019-07-20 12:23:55 -06:00
  • 7400107e46 binman: Move Image.BuildImage() into a single function Simon Glass 2019-07-20 12:23:54 -06:00
  • 96b6c506ca binman: Write the original input fdtmap to a file Simon Glass 2019-07-20 12:23:53 -06:00
  • 4ab88b6f2f binman: Update documentation for image creation Simon Glass 2019-07-20 12:23:52 -06:00
  • 12bb1a99c2 binman: Add info to allow safely repacking an image later Simon Glass 2019-07-20 12:23:51 -06:00
  • 10f9d0066b binman: Support updating entries in an existing image Simon Glass 2019-07-20 12:23:50 -06:00
  • a004f29464 binman: Tidy up _SetupDtb() to use its own temporary file Simon Glass 2019-07-20 12:23:49 -06:00
  • 02fd463cfe binman: Allow the fdtmap to remain unchanged Simon Glass 2019-07-20 12:23:48 -06:00
  • 6ccbfcdd96 binman: Add a constant for common entry properties Simon Glass 2019-07-20 12:23:47 -06:00
  • c5ad04b721 binman: Add a function to obtain the image for an Entry Simon Glass 2019-07-20 12:23:46 -06:00
  • c6bd6e235a binman: Adjust Entry to read the node in a separate call Simon Glass 2019-07-20 12:23:45 -06:00
  • 1411ac8d16 binman: Add an image name into the fdtmap Simon Glass 2019-07-20 12:23:44 -06:00
  • 6ca0dcba5e binman: Store the entry in output_fdt_files Simon Glass 2019-07-20 12:23:43 -06:00
  • 6a3b5b5411 binman: Allow state functions to fail to return data Simon Glass 2019-07-20 12:23:42 -06:00
  • d5079330f5 binman: Support loading entry data from a file Simon Glass 2019-07-20 12:23:41 -06:00
  • 589d8f917e binman: Store image fdtmap when loading from a file Simon Glass 2019-07-20 12:23:40 -06:00
  • e44bc831e2 dtoc: Update Fdt.GetNode() to handle the root node Simon Glass 2019-07-20 12:23:39 -06:00
  • 880e9ee650 dtoc: Update Fdt.FromData() to allow a name Simon Glass 2019-07-20 12:23:38 -06:00
  • d9dad10e3c binman: Show a helpful error when a DT property is missing Simon Glass 2019-07-20 12:23:37 -06:00
  • 9f297b09c0 binman: Add a bit of logging in entries when packing Simon Glass 2019-07-20 12:23:36 -06:00
  • fd07336211 patman: Update tout to avoid open-coding the debug levels Simon Glass 2019-07-20 12:23:35 -06:00
  • f49462e547 binman: Drop state.fdt_set as this is not needed Simon Glass 2019-07-20 12:23:34 -06:00
  • 77e4ef1bf4 binman: Simplify state.fdt_subset Simon Glass 2019-07-20 12:23:33 -06:00
  • fb5e8b163e binman: Adjust state.fdt_files to be keyed by entry type Simon Glass 2019-07-20 12:23:32 -06:00
  • 4bdd30055c binman: Adjust GetFdt() to be keyed by etype Simon Glass 2019-07-20 12:23:31 -06:00
  • 726e296129 binman: Rename state.GetFdt() Simon Glass 2019-07-20 12:23:30 -06:00
  • 4bdd115980 binman: Rename state.GetFdts() Simon Glass 2019-07-20 12:23:29 -06:00
  • a8adb6dfeb binman: Convert GetFdtSet() to use a dict Simon Glass 2019-07-20 12:23:28 -06:00
  • a8573c4c8f binman: Move image/fdt code into PrepareImagesAndDtbs() Simon Glass 2019-07-20 12:23:27 -06:00
  • 7b773167c0 binman: Use print() to print output Simon Glass 2019-07-20 12:23:26 -06:00
  • 935461262e binman: Move GetFdtSet() into blob_dtb Simon Glass 2019-07-20 12:23:25 -06:00
  • b88e81c622 binman: Move image-processing code into a function Simon Glass 2019-07-20 12:23:24 -06:00
  • 1000096b06 dtoc: Return a non-zero exit code when tests fail Simon Glass 2019-07-20 12:23:23 -06:00
  • f043dc28e3 Add validation for icache/dcache arguments - arguments different from off/on/flush are currently silently ignored. Eric Perie 2019-07-13 14:54:58 -04:00
  • a1b633df55 lib: uuid: alignment error in gen_rand_uuid() Heinrich Schuchardt 2019-07-14 23:31:50 +02:00
  • 0c4e81e0eb rtc, rx8025: add DM support Heiko Schocher 2019-07-16 05:31:35 +02:00
  • f91fb7242a rtc, rx8025: fix Coding Style Heiko Schocher 2019-07-16 05:31:34 +02:00
  • a7e6d0c45a rtc: move RTC_RX8025 to Kconfig Heiko Schocher 2019-07-16 05:31:33 +02:00
  • bb4c5d6055 board: mediatek: Add pumpkin board support Fabien Parent 2019-07-18 19:08:09 +02:00
  • e66b202eb3 pinctrl: mediatek: fix warning Fabien Parent 2019-07-18 19:08:08 +02:00
  • 49b10cb492 gpio: fixes for gpio-hog support Heiko Schocher 2019-07-17 06:59:51 +02:00
  • 5917d0b877 doc: arch: sandbox: Replace all the instances of README.sandbox Keerthy 2019-07-29 13:52:04 +05:30
  • 81b1158897 Drop linker-generated array creation when CONFIG_CMDLINE is disabled Andrej Rosano 2019-07-29 09:24:53 +02:00
  • 090b30db09 doc: board: Add missing board index.rst files Bin Meng 2019-07-25 19:04:04 -07:00
  • e35d533c79 tools/logos: remove black background of U-Boot logo Heinrich Schuchardt 2019-07-25 20:46:15 +02:00
  • 18cfa612a9 fit: Support compat string property in configuration node Julius Werner 2019-07-24 19:37:56 -07:00
  • b1307f884a fit: Support compression for non-kernel components (e.g. FDT) Julius Werner 2019-07-24 19:37:55 -07:00
  • 2090854cd2 common: Move bootm_decomp_image() to image.c (as image_decomp()) Julius Werner 2019-07-24 19:37:54 -07:00
  • 92430b8fc8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga Tom Rini 2019-07-29 09:03:11 -04:00
  • ad4a699cfe Merge tag 'video-for-2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-video Tom Rini 2019-07-29 09:02:46 -04:00
  • c957be9ba0 Merge tag 'u-boot-rockchip-20190729' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip Tom Rini 2019-07-29 09:02:15 -04:00
  • b29cb0588c gitlab-ci: Switch to a Docker image that contains a QEMU we build Tom Rini 2019-07-24 13:09:31 -04:00
  • b5f563e588 pinctrl: renesas: fix R-Car gpio0_00 operation fails with 'gpio -input' command titron 2019-07-22 17:45:37 +08:00
  • 970baf16d1 video: arm: rpi: Bail out early if querying video information fails Fabian Vogt 2019-07-11 16:56:24 +02:00
  • 26008cd42b rockchip: rv1108: Migrate to use common board file Kever Yang 2019-07-22 20:02:21 +08:00
  • 8e9a8d0d0c rockchip: elgin-rv1108: use board_early_init_f for per-boar init Kever Yang 2019-07-22 20:02:20 +08:00
  • 920b01388e rockchip: rk3399: Migrate to use common board file Kever Yang 2019-07-22 20:02:19 +08:00
  • 54b012fd96 rockchip: rk3399: init vbus regulator in board_early_init_f() Kever Yang 2019-07-22 20:02:18 +08:00
  • edaf8db866 rockchip: rk3368: Migrate to use common board file Kever Yang 2019-07-22 20:02:17 +08:00
  • 38ed26777f rockchip: rk3328: Migrate to use common board file Kever Yang 2019-07-22 20:02:16 +08:00
  • de57a9fd4a rockchip: rk3288: Migrate to use common board file Kever Yang 2019-07-22 20:02:15 +08:00
  • 271318a660 rockchip: rk3288: Move rk3288_detect_reset_reason to soc file Kever Yang 2019-07-22 20:02:14 +08:00
  • 88a87bcbb3 rockchip: rk3288: Move clock CMD to SoC file Kever Yang 2019-07-22 20:02:13 +08:00
  • b678f2790c rockchip: rk3288: Move veyron_init() back to veyron.c Kever Yang 2019-07-22 20:02:12 +08:00
  • 0221910042 rockchip: rk3288: move board_early_init_f() back to veyron Kever Yang 2019-07-22 20:02:11 +08:00
  • 1e7d2be011 rockchip: rk3288: move SOC setting into arch_cpu_init() Kever Yang 2019-07-22 20:02:10 +08:00
  • a97b65a7a0 rockchip: rk3188: Migrate to use common board file Kever Yang 2019-07-22 20:02:09 +08:00
  • c14fe2a8e1 rockchip: rk3188: Move SoC one time setting into arch_cpu_init() Kever Yang 2019-07-22 20:02:08 +08:00
  • cca3b09147 rockchip: rk322x: Migrate to use common board file Kever Yang 2019-07-22 20:02:07 +08:00
  • 55cdcebc99 rockchip: rk322x: move SoC setting into arch_cpu_init() Kever Yang 2019-07-22 20:02:06 +08:00
  • 7e719d94a5 rockchip: rk3128: Migrate to use common board file Kever Yang 2019-07-22 20:02:05 +08:00
  • c0c2a2e4a5 rockchip: rk3036: Migrate to use common board file Kever Yang 2019-07-22 20:02:04 +08:00
  • 7559f6e9f0 rockchip: rk3036: move dram_init() into soc file Kever Yang 2019-07-22 20:02:03 +08:00