Commit Graph

  • 57902e6941 binman: fit: Write the compatible string to configuration Simon Glass 2024-07-20 11:49:47 +01:00
  • 9db7a3a432 binman: fit: Allow providing FDT filenames in a directory Simon Glass 2024-07-20 11:49:46 +01:00
  • 7081a94ea4 binman: Add support for alternative FDTs Simon Glass 2024-07-20 11:49:45 +01:00
  • daed9b42b4 binman: Allow entry types to override FDT contents Simon Glass 2024-07-20 11:49:44 +01:00
  • 2e3697b954 binman: Remove dependency on pylibfdt for entry-docs Simon Glass 2024-07-20 11:49:43 +01:00
  • 76cbda76e7 binman: Add a bintool for fdtgrep Simon Glass 2024-07-20 11:49:42 +01:00
  • a56ea60627 binman: Correct indentation in testSplPubkeyDtb Simon Glass 2024-07-20 11:49:41 +01:00
  • 57208ddc8c binman: Fix a comment typo in _DoReadFileDtb() Simon Glass 2024-07-20 11:49:40 +01:00
  • 1900986446 binman: Mention expanded entries in u-boot-vpl Simon Glass 2024-07-20 11:49:39 +01:00
  • 32fdd92e36 binman: Correct comment in blob_dtb GetFdtEtype() Simon Glass 2024-07-20 11:49:38 +01:00
  • d720be4766 binman: Write the compressed output to a file Simon Glass 2024-07-20 11:49:37 +01:00
  • 9b37db6b77 binman: elf: Add more debugging to LookupAndWriteSymbols() Simon Glass 2024-07-20 11:49:36 +01:00
  • bcc8f0853b binman: Move problem-checking code into a function Simon Glass 2024-07-20 11:49:35 +01:00
  • 82873aab47 binman: Tidy up comment for Bintoolfdt_add_pubkey.run() Simon Glass 2024-07-20 11:49:34 +01:00
  • 018646cddd binman: Tidy up bintool docs Simon Glass 2024-07-20 11:49:33 +01:00
  • 68516827c8 binman: Correct an error in the FIT-template example Simon Glass 2024-07-20 11:49:32 +01:00
  • 12ddbc1564 fixdep: Support VPL Simon Glass 2024-07-20 11:49:31 +01:00
  • 00b0855aef qconfig: Support a 'list' format Simon Glass 2024-07-18 10:11:25 +01:00
  • 6bf44b48f9 qconfig: Sort the boards by name when finding Simon Glass 2024-07-18 10:11:24 +01:00
  • 7ff80ece21 qconfig: Allow searching for CONFIG values Simon Glass 2024-07-18 10:11:23 +01:00
  • 9366640449 Merge tag 'dm-pull-26jul24' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm Tom Rini 2024-07-26 10:35:44 -06:00
  • e8effc3854 buildman: Show board list with -x Simon Glass 2024-07-11 09:10:04 +01:00
  • bbef829f9d sandbox: Fix LTO to work with STACKPROTECTOR Andrew Goodbody 2024-07-02 18:00:09 +01:00
  • eb45f1ce17 binman: Update cbfstool Simon Glass 2024-07-02 17:37:28 +01:00
  • f0a166e096 tools: patman: fix pip install with Python 3.12 Brandon Maier 2024-07-01 17:51:41 +00:00
  • c57d406134 qconfig: Move operation check into parse_args() Simon Glass 2024-07-17 16:57:11 +01:00
  • e23a583940 qconfig: Drop col argument from Slots() Simon Glass 2024-07-17 16:57:10 +01:00
  • 948d0b45f5 qconfig: Use the Color object in Progress Simon Glass 2024-07-17 16:57:09 +01:00
  • ab1bfd4b8f qconfig: Move the last two operations into their own functions Simon Glass 2024-07-17 16:57:08 +01:00
  • 0229eeef7b qconfig: Move progress output into the class Simon Glass 2024-07-17 16:57:07 +01:00
  • 6c2a4385ff qconfig: Move commit code into a separate function Simon Glass 2024-07-17 16:57:06 +01:00
  • eb1df3fde3 qconfig: Move all move_config code into move_config() Simon Glass 2024-07-17 16:57:05 +01:00
  • 630a9c9a47 qconfig: Add a return value to do_find_config() Simon Glass 2024-07-17 16:57:04 +01:00
  • cc628f582a qconfig: Move imply into a separate function Simon Glass 2024-07-17 16:57:03 +01:00
  • d63357eefc qconfig: Add a return value to do_scan_source() Simon Glass 2024-07-17 16:57:02 +01:00
  • 7e68804fa3 qconfig: Move testing into a separate function Simon Glass 2024-07-17 16:57:01 +01:00
  • fd35fbe222 qconfig: Move converting config args to the top Simon Glass 2024-07-17 16:57:00 +01:00
  • c50b6f18f3 qconfig: Move checking directory to the top Simon Glass 2024-07-17 16:56:59 +01:00
  • 035ecb44ec qconfig: Move getting the colour to where it is needed Simon Glass 2024-07-17 16:56:58 +01:00
  • 382c662c82 qconfig: Move arg checking to the top of main() Simon Glass 2024-07-17 16:56:57 +01:00
  • fd385b3b01 qconfig: Move arg checking a little higher Simon Glass 2024-07-17 16:56:56 +01:00
  • a056c4272c qconfig: Move arg parsing into a separate function Simon Glass 2024-07-17 16:56:55 +01:00
  • 495e58c920 qconfig: Rename the doc link Simon Glass 2024-07-17 16:56:54 +01:00
  • 0e03fb1848 qconfig: Correct format string in do_imply_config() Simon Glass 2024-07-17 16:56:53 +01:00
  • f876e96f4c qconfig: Tidy up some pylint warnings Simon Glass 2024-07-17 16:56:52 +01:00
  • 0a0c124008 qconfig: Make KconfigScanner a function Simon Glass 2024-07-17 16:56:51 +01:00
  • deedf65306 qconfig: Drop the try_expand() function Simon Glass 2024-07-17 16:56:50 +01:00
  • 61d555d8a7 qconfig: Fix pylint error in read_database() Simon Glass 2024-07-17 16:56:49 +01:00
  • f4e163ece4 Merge branch 'qcom-main' of https://gitlab.denx.de/u-boot/custodians/u-boot-snapdragon Tom Rini 2024-07-25 18:04:16 -06:00
  • 927739c0b7
    arm: dts: add IPQ4019 ESS EDMA U-Boot additions Robert Marko 2024-06-03 14:06:16 +02:00
  • c4360954ef
    net: add Qualcomm ESS EDMA adapter Robert Marko 2024-06-03 14:06:15 +02:00
  • 13cb918769
    clock: qcom: ipq4019: add missing networking resets Robert Marko 2024-06-03 14:06:14 +02:00
  • 19ea72e489
    dt-bindings: clock: qcom: ipq4019: drop downstream file Robert Marko 2024-06-03 14:06:13 +02:00
  • 6af8dae852
    clock: qcom: ipq4019: add ESS clock Robert Marko 2024-06-03 14:06:12 +02:00
  • d1b01d8502
    qcom_defconfig: enable rpmh regulators Caleb Connolly 2024-07-15 12:08:23 +02:00
  • 426d35d24f
    power: regulator: qcom-rpmh-regulator: add build infra Caleb Connolly 2024-07-15 12:08:22 +02:00
  • b501a65cd8
    power: regulator: qcom-rpmh-regulator: adjust probe for U-Boot Caleb Connolly 2024-07-15 12:08:21 +02:00
  • a330dec3af
    power: regulator: qcom-rpmh-regulator: port ops to U-Boot Caleb Connolly 2024-07-15 12:08:20 +02:00
  • be1f1b7b28
    power: regulator: qcom-rpmh-regulator: remove unused regulators Caleb Connolly 2024-07-15 12:08:19 +02:00
  • e651b4f1f6
    power: regulator: qcom-rpmh-regulator: adjust structs for U-Boot Caleb Connolly 2024-07-15 12:08:18 +02:00
  • 21c7b74a56
    power: regulator: qcom-rpmh-regulator: port over lineage_range helpers Caleb Connolly 2024-07-15 12:08:17 +02:00
  • 13bed6c903
    power: regulator: qcom-rpmh-regulator: adjust headers for U-Boot Caleb Connolly 2024-07-15 12:08:16 +02:00
  • 7d264b5a4c
    power: regulator: import qcom-rpmh-regulator from Linux Caleb Connolly 2024-07-15 12:08:15 +02:00
  • 1384436dd8
    soc: qcom: add build infrastructure Caleb Connolly 2024-07-15 12:08:14 +02:00
  • c6112dd247
    soc: qcom: rpmh: U-Boot API changes Caleb Connolly 2024-07-15 12:08:13 +02:00
  • a726ea1140
    soc: qcom: rpmh: drop unused functions Caleb Connolly 2024-07-15 12:08:12 +02:00
  • e5218206ce
    soc: qcom: rpmh: adjust headers for U-Boot Caleb Connolly 2024-07-15 12:08:11 +02:00
  • f55f7decdf
    soc: qcom: rpmh-rsc: remaining U-Boot API changes Caleb Connolly 2024-07-15 12:08:10 +02:00
  • 3f02b06fbc
    soc: qcom: rpmh-rsc: adjust probe for U-Boot Caleb Connolly 2024-07-15 12:08:09 +02:00
  • 3b2f15f530
    soc: qcom: rpmh-rsc: adjust headers for U-Boot Caleb Connolly 2024-07-15 12:08:08 +02:00
  • 80c5be164a
    soc: qcom: rpmh-rsc: drop unused multi-threading and non-active TCS support Caleb Connolly 2024-07-15 12:08:07 +02:00
  • fb0fd32a4d
    soc: qcom: cmd-db: adjust for U-Boot API Caleb Connolly 2024-07-15 12:08:06 +02:00
  • 1a2df137aa
    soc: qcom: cmd-db: adjust probe for U-Boot Caleb Connolly 2024-07-15 12:08:05 +02:00
  • bb991ab7a9
    soc: qcom: cmd-db: drop unused functions Caleb Connolly 2024-07-15 12:08:04 +02:00
  • 5f791b8118
    soc: qcom: cmd-db: adjust headers for U-Boot Caleb Connolly 2024-07-15 12:08:03 +02:00
  • 6716e2211f
    soc: qcom: import rpmh and cmd-db drivers from Linux Caleb Connolly 2024-07-15 12:08:02 +02:00
  • 555047df6a
    linux/bitmap.h: add bitmap_empty helper Caleb Connolly 2024-07-15 12:08:01 +02:00
  • 1fbd0582a2
    dm: core: scan reserved-memory nodes Caleb Connolly 2024-07-15 12:08:00 +02:00
  • 2d4925a096 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung Tom Rini 2024-07-25 09:14:29 -06:00
  • 2269217bbd arm: exynos: Enable TRNG on E850-96 board Sam Protsenko 2024-07-23 13:14:39 -05:00
  • 9344efc9bb rng: Add Exynos TRNG driver Sam Protsenko 2024-07-23 13:14:38 -05:00
  • 95d8937d7c clk: exynos: Add SSS clocks for Exynos850 Sam Protsenko 2024-07-23 13:14:37 -05:00
  • f04e58cc97 board: samsung: e850-96: Load LDFW firmware on board init Sam Protsenko 2024-07-23 13:14:36 -05:00
  • ac1a474b38 board: samsung: e850-96: Add default partitions Sam Protsenko 2024-07-23 13:14:35 -05:00
  • f659ba4383 Merge branch '2024-07-23-remove-or-update-some-platforms' Tom Rini 2024-07-23 10:43:58 -06:00
  • 3a63612c5f pxm2: switch to DM_I2C Anatolij Gustschin 2024-07-20 18:54:39 +02:00
  • 4beca13485 board: keymile: convert to CONFIG_DM_I2C Anatolij Gustschin 2024-07-20 01:24:22 +02:00
  • c5de07144a arm: Remove omap3_beagle board Tom Rini 2024-07-15 13:35:55 -06:00
  • 26ed58b40f arm: Remove devkit3250 board Tom Rini 2024-07-15 13:35:54 -06:00
  • b0ee3fe642 arm: ti: Remove omap4 platform support Tom Rini 2024-07-15 13:35:53 -06:00
  • 502d7d80ae arm: Remove omap4_sdp4430 board Tom Rini 2024-07-15 13:35:52 -06:00
  • 1104cd616f arm: Remove omap4_panda board Tom Rini 2024-07-15 13:35:51 -06:00
  • 3efd925d70 board: beagle: convert to CONFIG_DM_I2C Anatolij Gustschin 2024-07-19 23:51:23 +02:00
  • 123f6f75df Prepare v2024.10-rc1 Tom Rini 2024-07-22 18:21:18 -06:00
  • 258291f101 Merge tag 'u-boot-imx-master-20240722' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx Tom Rini 2024-07-22 17:56:14 -06:00
  • a9c962941e kontron-sl-mx6ul: switch to DM_SERIAL Anatolij Gustschin 2024-07-20 17:54:00 +02:00
  • b9cc1fa4ab mx6boards: convert to DM_I2C and DM_SERIAL Anatolij Gustschin 2024-07-20 17:35:39 +02:00
  • edc9e4f52d nitrogen6x: convert to DM_I2C and DM_SERIAL Anatolij Gustschin 2024-07-20 14:48:03 +02:00
  • 5c045a51a4 udoo-neo: Convert to OF_UPSTREAM Fabio Estevam 2024-07-19 17:33:11 -03:00
  • b06a0b4781 udoo-neo: Do not print devicetree model Fabio Estevam 2024-07-19 17:33:10 -03:00