summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
2020-12-02global_data: Fix comment for dm_driver_rtSimon Glass
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass
2020-10-30Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-10-30log: typo logl_pref in documentationHeinrich Schuchardt
2020-10-29dm: Use an allocated array for run-time device infoSimon Glass
2020-10-29dm: Avoid using #ifdef for CONFIG_OF_LIVESimon Glass
2020-10-27log: allow for message continuationHeinrich Schuchardt
2020-10-27log: move processing_msg to global dataHeinrich Schuchardt
2020-10-22gpio: fix gpio_request_by_name() descriptionDario Binacchi
2020-10-14global_data.h: add Sphinx documentationHeinrich Schuchardt
2020-10-14global_data.h: convert GD_FLG_* to enumHeinrich Schuchardt
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot
2020-08-26asm-generic/u-boot.h: Remove bi_memstart & bi_memsize from bd_infoStefan Roese
2020-08-26CONFIG_NR_DRAM_BANKS: Remove unreferenced code as its always definedStefan Roese
2020-07-20global_data: Add a generic global_data flag for SMP stateSimon Glass
2020-07-17asm/u-boot.h: remove bd_t definitionsMasahiro Yamada
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass
2020-07-16efi_loader: pre-seed UEFI variablesHeinrich Schuchardt
2020-06-25bdinfo: net: ppc: Drop bi_enet1addr and other similar infoSimon Glass
2020-06-25bdinfo: m68k: Drop bd_info->bi_ipbfreqSimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-04-30board: Add a gd flag for chain loadingSimon Glass
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay
2020-04-16gpio: update dir_flags managementPatrick Delaunay
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay
2020-04-16gpio: remove GPIOD_REQUESTEDPatrick Delaunay
2020-03-16asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-containedMasahiro Yamada
2020-03-16global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada
2020-02-05gpio: Rename free() to rfree()Simon Glass
2020-01-27global_data: remove unused mxc_i2c specific fieldBaruch Siach
2020-01-15Include missing headers for asm-generic/sections.hSean Anderson
2019-08-18global_data: Remove comment of reserved arch-specific GD flagsStefan Roese
2019-07-30Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini
2019-07-30global_data: enable fb_base for DM_VIDEOHeiko Schocher
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher
2019-07-27Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-07-19watchdog: Split WDT from SPL_WDTMarek Vasut
2019-07-16efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt
2019-07-13gpio: add gpio-hog supportHeiko Schocher
2019-04-26watchdog: Implement generic watchdog_reset() versionStefan Roese
2019-04-23dm: core: Change platform specific translation-offset handlingStefan Roese
2018-12-10lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot
2018-12-02pe.h: Add characteristics definesBin Meng
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass
2018-09-25Add include/asm-generic/atomic.hChris Packham