summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2023-07-07gpio: Enable hogging support in SPLEddie James
2023-05-31common/memsize.c: Fix get_ram_size() when cache is enabledEmanuele Ghidoli
2023-02-21common: avb_verify: Add CONFIG_AVB_PUBKEY_FILE to specify the root avb public...Jiyong Park
2023-01-25spl: mtd: Remove MTD device after loading imagesApurva Nandan
2022-09-06spl: spl_spi: add spi_nor_remove() to soft reset flashVaishnav Achath
2022-08-30common: spl: mtd: Add support for loading images from MTDApurva Nandan
2022-08-30mtd: nand: spi: Enable spinand build Kconfig option for splApurva Nandan
2022-08-11Revert "spl: Add support for enabling d-cache in board_init_r"Anand Gadiyar
2022-07-28spl: Add support for enabling d-cache in board_init_rMatt Ranostay
2022-06-13Revert "spl: Add support for enabling d-cache in board_init_r"Anand Gadiyar
2022-06-12spl: Add support for enabling d-cache in board_init_rMatt Ranostay
2022-06-02common: spl: spl_spi: add support for dynamic override of sf busVaishnav Achath
2022-05-12common: android_ab: do not attempt to round-robin bootable slots.David Anderson
2022-05-12cmd: ab_select: Don't count boot-to-recovery as a boot attempt.David Anderson
2022-01-04spl: fit: Skip attempting to load 0 length imageNishanth Menon
2021-07-21bootm: Store OS start and end info in images structureAndrew F. Davis
2021-06-29common: make: Support show_board_info() as part of SPL buildAmarnath MB
2021-03-23common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla
2021-01-05image: support board_fit_config_name_matchSebastian Reichel
2021-01-05image: cleanup pre-processor usageSebastian Reichel
2020-12-02common: update: fix an "unused" warning against update_flash()AKASHI Takahiro
2020-11-19common: fit: add missing newlineMichael Walle
2020-11-06board: Rename uclass to sysinfoSimon Glass
2020-11-06x86: zimage: Add a little more loggingSimon Glass
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass
2020-11-01Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30log: Add filter flag to match greater than a log levelSean Anderson
2020-10-30log: Add filter flag to deny on matchSean Anderson
2020-10-30log: Add function to create a filter with flagsSean Anderson
2020-10-30log: Expose some helper functionsSean Anderson
2020-10-30log: Add additional const qualifier to arraysSean Anderson
2020-10-30log: Fix missing negation of ENOMEMSean Anderson
2020-10-30efi_loader: add option to initialise EFI subsystem earlyAKASHI Takahiro
2020-10-30common: update: add a generic interface for FIT imageAKASHI Takahiro
2020-10-30dfu: modify an argument type for an addressAKASHI Takahiro
2020-10-30dfu: rename dfu_tftp_write() to dfu_write_by_name()AKASHI Takahiro
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-10-29Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini
2020-10-28dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot
2020-10-27log: correct and check array size of log categoriesHeinrich Schuchardt
2020-10-27log: allow for message continuationHeinrich Schuchardt
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt
2020-10-27spl: fdt: Record load/entry fit-images entries in 64bit formatMichal Simek
2020-10-27spl: Use standard FIT entriesMichal Simek
2020-10-26eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin
2020-10-23bootm: fix wrong conditions about images overlapJaehoon Chung
2020-10-22Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2020-10-22Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGEPatrick Delaunay
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt