- 85fc2ad efi_loader: move efi_(u)intn_t to efi.h by Heinrich Schuchardt · 3 years, 11 months ago
- 5f59518 efi_loader: setting boot device by Heinrich Schuchardt · 3 years, 11 months ago
- 5dad05a efi_loader: carve out efi_check_pe() by Heinrich Schuchardt · 3 years, 11 months ago
- db12f51 efi_loader: implement non-blocking file services by Heinrich Schuchardt · 3 years, 11 months ago
- ee6726b Merge tag 'ti-v2021.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 11 months ago
- 996f217 Merge tag 'u-boot-atmel-2021.04-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 3 years, 11 months ago
- 25c5b65 Nokia RX-51: Do not try calling both ext2load and ext4load by Pali Rohár · 4 years ago
- 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 4 years ago
- d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
- 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
- 2f59d8f dt-bindings: bus: ti-sysc: resync with Linux 5.9-rc7 by Dario Binacchi · 4 years ago
- 5688f3b clk: export generic routines by Dario Binacchi · 4 years ago
- ffa6602 arm:pdu001: Use pseudo partition UUID for LINUX kernel boot paramter root by Felix Brack · 4 years ago
- d2aa572 board: ti: k2g: Add support for K2G ICE with 1GHz Silicon by Lokesh Vutla · 4 years ago
- ba90472 configs: am65x_evm: Define the maximum file size for DFU by Aswath Govindraju · 4 years ago
- 0e4d5db sunxi: Add arm64 FEL support by Andre Przywara · 8 years ago
- 6d29509 tools: mkimage: Add Allwinner eGON support by Andre Przywara · 6 years ago
- 23c0ee8 sunxi: Factor out eGON BROM header description by Andre Przywara · 4 years ago
- d71be19 Merge branch 'next' by Tom Rini · 3 years, 11 months ago
- ee66df1 xea: config: Use CONFIG_PREBOOT from Kconfig by Lukasz Majewski · 4 years ago
- d05223e board: atmel: sama7g5ek: clean-up header bootcommand by Eugen Hristev · 4 years, 4 months ago
- 6b2bcfc board: atmel: sama7g5ek: increase arp timeout and retry count by Claudiu Beznea · 4 years, 6 months ago
- ac3740c board: atmel: sama7g5ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDR by Claudiu Beznea · 4 years, 6 months ago
- 1d463d6 board: atmel: sama7g5ek: add initial support for sama7g5ek by Eugen Hristev · 4 years, 9 months ago
- bc0b99b Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 3 years, 11 months ago WIP/06Jan2021-next
- b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
- 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago WIP/05Jan2021-next
- d960f0d dtoc: Drop dm_populate_phandle_data() by Simon Glass · 4 years ago
- f31fa99 dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 4 years ago
- bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 4 years ago
- 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
- 8629d30 dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · 4 years ago
- 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
- 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
- 84a42ae dm: core: Rename device node to indicate it is private by Simon Glass · 4 years ago
- f10643c dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
- c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 4 years ago
- 156004f dm: core: Rename device flags to indicate it is private by Simon Glass · 4 years ago
- 73466df dm: core: Access device flags through functions by Simon Glass · 4 years ago
- 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
- 6563b20 dm: core: Move priv/plat structs for simple_bus to headers by Simon Glass · 4 years ago
- a1a8a63 spi: Tweak a few strange SPI NOR features for of-platdata by Simon Glass · 4 years ago
- e2a7cfe spi: Tidy up get/set of device node by Simon Glass · 4 years ago
- 079ac59 test: Move some test drivers into their own file by Simon Glass · 4 years ago
- 3f87608 test: Use a simple variable to record removed device by Simon Glass · 4 years ago
- fb8c9fb dm: core: Rename the priv/plat members by Simon Glass · 4 years ago
- 12559f5 dm: core: Add functions to set priv/plat by Simon Glass · 4 years ago
- 8064739 dm: core: Add function to access uclass priv by Simon Glass · 4 years ago
- 9c50313 dm: core: Use 'uclass_driver' for the uclass linker_list by Simon Glass · 4 years ago
- 38d6b7e spl: Drop bd_info in the data section by Simon Glass · 4 years ago
- 2d6bf75 serial: Rename ns16550 functions to lower case by Simon Glass · 4 years ago
- d30c720 serial: Update NS16550_t and struct NS16550 by Simon Glass · 4 years ago
- f14e6ee image: cleanup pre-processor usage by Sebastian Reichel · 3 years, 11 months ago
- 9d69c2d video: Introduce video_sync operation by Michal Simek · 4 years ago
- 9de731f video: Let video_sync to return error value by Michal Simek · 4 years ago
- 17da310 video: Fix video sync kernel-doc format by Michal Simek · 4 years ago
- 6b80de7 microblaze: Add nor device to distro boot by T Karthik Reddy · 4 years ago
- 04be98b efi: capsule: Add support for uefi capsule authentication by Sughosh Ganu · 4 years ago
- b4f20a5 efi_loader: Re-factor code to build the signature store from efi signature list by Sughosh Ganu · 4 years ago
- 201b806 efi_loader: Make the pkcs7 header parsing function an extern by Sughosh Ganu · 4 years ago
- ab201a1 fsp: Move and rename fsp_types.h file by Sughosh Ganu · 4 years ago
- fe179d7 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 3 years, 11 months ago
- f8212f0 efi_loader: use after free in efi_exit() by Heinrich Schuchardt · 4 years ago
- 0ce3fb5 efi_loader: describe struct efi_loaded_image_obj by Heinrich Schuchardt · 4 years ago
- c0029e4 fs/fat: implement fsuuid command by Heinrich Schuchardt · 3 years, 11 months ago
- d0be676 fs: fat: eliminate DIRENTSPERBLOCK() macro by Heinrich Schuchardt · 4 years ago
- c0c21d6 efi_loader: make variable store size customizable by Heinrich Schuchardt · 4 years ago
- be48b0f efi_loader: use after free in efi_exit() by Heinrich Schuchardt · 4 years ago
- aeaf0e6 efi_loader: describe struct efi_loaded_image_obj by Heinrich Schuchardt · 4 years ago
- c44d374 board: ge: bx50v3: remove confidx magic numbers by Sebastian Reichel · 4 years ago
- db43c0b compiler.h: add host_build() by Sebastian Reichel · 4 years ago
- d72cece imx: imx8mm: Update clock bindings header by Adam Ford · 4 years ago
- ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years ago
- 741280e spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic by Ovidiu Panait · 4 years ago
- 6ef1b75 fsp: Move and rename fsp_types.h file by Sughosh Ganu · 4 years ago
- e668bec board: kontron: sl28: reorder mmc devices by Michael Walle · 4 years ago
- 46a4d75 Merge tag 'efi-2021-01-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago WIP/20Dec2020
- 265ce19 efi_loader: make variable store size customizable by Heinrich Schuchardt · 4 years ago
- 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
- a133e21 dm: core: Update uclass_find_next_free_req_seq() for new scheme by Simon Glass · 4 years ago
- 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
- b5b1155 dm: Drop uclass_resolve_seq() by Simon Glass · 4 years ago
- 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
- 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
- 15a1196 dm: core: Allow manual sequence numbering by Simon Glass · 4 years ago
- cd53e5b dm: core: Add a new sequence number for devices by Simon Glass · 4 years ago
- d03adb4 dm: core: Update uclass_find_next_free_req_seq() args by Simon Glass · 4 years ago
- 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years ago
- 0b2fa98 linker_lists: Fix alignment issue by Simon Glass · 4 years ago
- 40fc33f spi: Fix typo in header by Sean Anderson · 4 years, 4 months ago
- 03a673c dh_imx6: Switch to full DM-aware by Jagan Teki · 4 years, 1 month ago
- 538fe2f cm_fx6: Switch to full DM-aware by Jagan Teki · 4 years, 1 month ago
- 25e6bd1 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years ago
- 1b6314b x86: coral: Update the boot script by Simon Glass · 4 years, 1 month ago
- c9cb6a6 distro_bootcmd: set devtype for dhcp boot by Igor Opaniuk · 4 years, 1 month ago
- b620363 riscv: qemu: enable distro boot from scsi by Heinrich Schuchardt · 4 years ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago