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