- abe5d11 event: Add documentation by Simon Glass · 2 years, 8 months ago
- 9de3773 event: Add a script to decode the event-spy list by Simon Glass · 2 years, 8 months ago
- c81b460 event: Add a command by Simon Glass · 2 years, 8 months ago
- 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 8 months ago
- 42fdceb event: Convert misc_init_f() to use events by Simon Glass · 2 years, 8 months ago
- 5b896ed event: Add events for device probe/remove by Simon Glass · 2 years, 8 months ago
- 5a42190 event: Set up the event system on start-up by Simon Glass · 2 years, 8 months ago
- 7d02645 event: Add a simple test by Simon Glass · 2 years, 8 months ago
- 87a5d1b event: Add basic support for events by Simon Glass · 2 years, 8 months ago
- 64defba binman: Expand elf support a little by Simon Glass · 2 years, 8 months ago
- d41b703 sandbox: start: Sort the header files by Simon Glass · 2 years, 8 months ago
- 0bf4e0b Merge branch '2022-03-07-add-platforms' into next by Tom Rini · 2 years, 8 months ago
- 14d8610 configs: evb-ast2[56]00: Enable GPIO control by Andrew Jeffery · 2 years, 9 months ago
- 7da8754 ARM: dts: ast2500: Add ngpios property to GPIO node by Andrew Jeffery · 2 years, 9 months ago
- 7ad889b gpio: Add Aspeed GPIO driver by Andrew Jeffery · 2 years, 9 months ago
- 4a9099e arm: dts: Add DTS description for MMC2 am33xx devices by Lukasz Majewski · 2 years, 9 months ago
- ab9e48f arm: dts: Add mmc[01] aliases to am33xx.dtsi by Lukasz Majewski · 2 years, 9 months ago
- 497f57c arm: mmc: Add "ti, am335-sdhci" compatible for TI's omap_hsmmc driver by Lukasz Majewski · 2 years, 9 months ago
- 8fb30e3 configs: bcm96753ref_ram_defconfig: enable led support by Philippe Reynes · 2 years, 9 months ago
- 3bf5e43 arch: arm: dts: bcm96753ref: enable led support by Philippe Reynes · 2 years, 9 months ago
- 66425ca arch: arm: dts: bcm6753: add led support by Philippe Reynes · 2 years, 9 months ago
- 0d2001b drivers: led: led_bcm6753: initial support by Philippe Reynes · 2 years, 9 months ago
- a241ccd bcm96753ref: add initial support by Philippe Reynes · 2 years, 9 months ago
- 40ca58a watchdog: bcm6345: allow to use this driver on arm bcm6753 by Philippe Reynes · 2 years, 9 months ago
- 0d32ebf nand: brcmnand: add bcm6753 support by Philippe Reynes · 2 years, 9 months ago
- c19eaef gpio: bcm6345: allow to use this driver on arm bcm6753 by Philippe Reynes · 2 years, 9 months ago
- 1d5555f bcm6753: add initial support by Philippe Reynes · 2 years, 9 months ago
- fd690a5 Merge branch '2022-03-03-Kconfig-migrations' into next by Tom Rini · 2 years, 9 months ago
- f9147d6 Convert CONFIG_CHIP_SELECTS_PER_CTRL to Kconfig by Tom Rini · 2 years, 9 months ago
- 819b477 Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to Kconfig by Tom Rini · 2 years, 9 months ago
- f0171e7 net: Remove CONFIG_BOOTP_DHCP_REQUEST_DELAY by Tom Rini · 2 years, 9 months ago
- a542e43 Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig by Tom Rini · 2 years, 9 months ago
- 028aa09 powerpc: P1010RDB: Move CONFIG_BOOTMODE out of CONFIG namespace by Tom Rini · 2 years, 9 months ago
- fdfb17b Convert CONFIG_BOOTFILE to Kconfig by Tom Rini · 2 years, 9 months ago
- 6d21dd3 Convert CONFIG_BOARD_POSTCLK_INIT to Kconfig by Tom Rini · 2 years, 9 months ago
- da8592d Convert CONFIG_BOARD_ECC_SUPPORT to Kconfig by Tom Rini · 2 years, 9 months ago
- 2c58d2f Convert CONFIG_BIOSEMU to Kconfig by Tom Rini · 2 years, 9 months ago
- a7e6c6b Convert CONFIG_BOARD_COMMON to Kconfig by Tom Rini · 2 years, 9 months ago
- 43ea564 arm: exynos: Move BL1/2 SPI flash defines to their user, drop CONFIG by Tom Rini · 2 years, 9 months ago
- a3041d9 Convert CONFIG_BTB to Kconfig by Tom Rini · 2 years, 9 months ago
- 3db7b2b powerpc: Remove unused MPC8540/60ADS code by Tom Rini · 2 years, 9 months ago
- 09cb77d Merge branch '2022-03-02-scmi-updates' into next by Tom Rini · 2 years, 9 months ago
- 7c33f78 clk: scmi: register scmi clocks with CCF by Etienne Carriere · 2 years, 9 months ago
- 10d3e5d firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 9 months ago
- 6983710 scmi: change parameter dev in devm_scmi_process_msg by Etienne Carriere · 2 years, 9 months ago
- 41d62e2 sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 9 months ago
- 4dea25a doc: binding: scmi: link to latest Linux kernel binding by Etienne Carriere · 2 years, 9 months ago
- 2dfdba4 Merge branch '2022-03-02-armv8-fixes-and-cleanups' into next by Tom Rini · 2 years, 9 months ago
- 5ff4857 armv8: Fix and simplify branch_if_master/branch_if_slave by Andre Przywara · 2 years, 9 months ago
- f660fe0 armv8: Simplify switch_el macro by Andre Przywara · 2 years, 9 months ago
- 7ab2e47 arm: Clean up asm/io.h by Andre Przywara · 2 years, 9 months ago
- 7ed340a armv8: Force SP_ELx stack pointer usage by Andre Przywara · 2 years, 9 months ago
- 6c7691e armv8: Always unmask SErrors by Andre Przywara · 2 years, 9 months ago
- e7588d8 cmd: exception: arm64: fix undefined, add faults by Andre Przywara · 2 years, 9 months ago
- f861ffa Merge branch '2022-03-02-enable-pylint-in-CI' into next by Tom Rini · 2 years, 9 months ago
- 642e51a Azure/GitLab CI: Add the pylint checker by Simon Glass · 2 years, 9 months ago
- fc8af38 buildman: Update default config to build for sandbox by Simon Glass · 2 years, 9 months ago
- f44a52a Makefile: Add a way to check for pylint errors by Simon Glass · 2 years, 9 months ago
- 9e00777 test: Correct pylint errors by Simon Glass · 2 years, 9 months ago
- 68a0b71 moveconfig: Correct pylint errors by Simon Glass · 2 years, 9 months ago
- 8d2ef3e binman: Correct pylint errors by Simon Glass · 2 years, 9 months ago
- 8a455fc dtoc: Correct pylint errors by Simon Glass · 2 years, 9 months ago
- ac05335 buildman: Correct pylint errors by Simon Glass · 2 years, 9 months ago
- 32cc6ae patman: Correct pylint errors by Simon Glass · 2 years, 9 months ago
- f9a719e Prepare v2022.04-rc3 by Tom Rini · 2 years, 9 months ago
- 8df7e97 Merge branch '2022-02-28-bugfixes' by Tom Rini · 2 years, 9 months ago
- c2aed9c board: stemmy: Detect board variants and patch DTB by Linus Walleij · 2 years, 9 months ago
- 6fb4f73 arm: apple: Switch to fully dynamic mem layout by Janne Grunau · 2 years, 9 months ago
- 551f426 arm: pdu001: Setup pinmux for console UART as early as possible by Felix Brack · 2 years, 9 months ago
- 286f948 arm: pdu001: Fix early debugging UART by Felix Brack · 2 years, 9 months ago
- 11f29d4 tools: mkimage/dumpimage: Allow to use -l with -T by Pali Rohár · 2 years, 9 months ago
- a900c7f Merge tag 'efi-2022-04-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 2 years, 9 months ago
- 7228ef9 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 2 years, 9 months ago
- 3fa9ed9 efi_loader: update the timing of enabling and disabling EFI watchdog by Masahisa Kojima · 2 years, 9 months ago
- 3e6f810 efi_loader: test/py: Reset system after capsule update on disk by Masami Hiramatsu · 2 years, 9 months ago
- e7233c9 test/py: Handle expected reboot while booting sandbox by Masami Hiramatsu · 2 years, 9 months ago
- 06396e2 test/py: Handle expected reset by command by Masami Hiramatsu · 2 years, 9 months ago
- a6aafce efi_loader: use efi_update_capsule_firmware() for capsule on disk by Masami Hiramatsu · 2 years, 9 months ago
- bdcc0a9 efi_loader: fix uefi secure boot with intermediate certs by Ilias Apalodimas · 2 years, 9 months ago
- 625d933 tools: mkeficapsule: remove duplicated code by AKASHI Takahiro · 2 years, 9 months ago
- 57b98ef doc: describe fatload command by Heinrich Schuchardt · 2 years, 9 months ago
- 5e04435 doc: describe generation of SMBIOS table by Heinrich Schuchardt · 2 years, 9 months ago
- 4ce849f arm: rmobile: rzg2_beacon: Enable proper Ethernet PHY by Adam Ford · 2 years, 9 months ago
- a26c2b1 net: ravb: Add tx/rx delay flag checks and support for rgmii-rxid by Adam Ford · 2 years, 9 months ago
- c6ae38b Merge tag 'clk-2022.04-rc2' of https://source.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 2 years, 9 months ago
- 5d94cbd scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.c by Philippe Reynes · 2 years, 9 months ago
- 92a1bba cmd: clk: fix long help message by Patrick Delaunay · 2 years, 10 months ago
- 534859a cmd: clk: update result of do_clk_setfreq by Patrick Delaunay · 2 years, 10 months ago
- afcc261 cmd: clk: replace clk_lookup by uclass_get_device_by_name by Patrick Delaunay · 2 years, 10 months ago
- 3386fb1 cmd: clk: test the number of argument in setfreq command by Patrick Delaunay · 2 years, 10 months ago
- b0cdd82 clk: ccf: correct the test on the parent uclass in clk_enable/clk_disable by Patrick Delaunay · 2 years, 10 months ago
- e96e213 clk: Add clk_get_by_name_optional by Sean Anderson · 2 years, 10 months ago
- a0abea8 clk: Add driver API to HTML docs by Sean Anderson · 2 years, 11 months ago
- 9c88b13 clk: Add client API to HTML docs by Sean Anderson · 2 years, 11 months ago
- 14cacb0 clk: Inline clk_get_*_optional by Sean Anderson · 2 years, 11 months ago
- 011bbfb clk: Rename clk_get_optional_nodev by Sean Anderson · 2 years, 11 months ago
- 6c92393 clk: cdce9xx: Convert .of_xlate to .request by Sean Anderson · 2 years, 11 months ago
- e8db644 clk: versaclock: Remove xlate function by Sean Anderson · 3 years ago
- ea5f443 clk: Remove no-op request and rfree callbacks by Sean Anderson · 3 years ago
- 052bebe clk: Rename ICS8N3QV01 to CLK_ICS8N3QV01 by Sean Anderson · 2 years, 11 months ago