summaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* board: Add a gd flag for chain loadingSimon Glass2020-04-301-0/+1
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-0/+16
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-0/+15
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-1/+5
* gpio: update dir_flags managementPatrick Delaunay2020-04-161-6/+16
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-0/+6
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-34/+0
* gpio: remove GPIOD_REQUESTEDPatrick Delaunay2020-04-161-5/+4
* asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-containedMasahiro Yamada2020-03-161-0/+2
* global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada2020-03-161-1/+1
* gpio: Rename free() to rfree()Simon Glass2020-02-051-1/+1
* global_data: remove unused mxc_i2c specific fieldBaruch Siach2020-01-271-3/+0
* Include missing headers for asm-generic/sections.hSean Anderson2020-01-151-0/+2
* global_data: Remove comment of reserved arch-specific GD flagsStefan Roese2019-08-181-1/+1
* Merge tag 'video-for-2019.10-rc1' of https://gitlab.denx.de/u-boot/custodians...WIP/30Jul2019Tom Rini2019-07-301-1/+1
|\
| * global_data: enable fb_base for DM_VIDEOHeiko Schocher2019-07-301-1/+1
* | gpio: fixes for gpio-hog supportHeiko Schocher2019-07-291-5/+7
|/
* Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-07-271-1/+1
|\
| * watchdog: Split WDT from SPL_WDTMarek Vasut2019-07-191-1/+1
* | efi_loader: use predefined constants in crt0_*_efi.SHeinrich Schuchardt2019-07-161-0/+16
|/
* gpio: add gpio-hog supportHeiko Schocher2019-07-131-0/+32
* watchdog: Implement generic watchdog_reset() versionStefan Roese2019-04-261-0/+4
* dm: core: Change platform specific translation-offset handlingStefan Roese2019-04-231-0/+4
* lib: fdtdec: Add function re-setup the fdt more effecientlyJean-Jacques Hiblot2018-12-101-0/+4
* pe.h: Add characteristics definesBin Meng2018-12-021-0/+18
* spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-261-0/+3
* bloblist: Locate bloblist in U-BootSimon Glass2018-11-261-0/+4
* Add include/asm-generic/atomic.hChris Packham2018-09-251-0/+150
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-102-0/+56
* u-boot: remove driver lookup loop from env_save()Nicholas Faustini2018-07-301-1/+1
* fdt: Add device tree memory bindingsMichael Pratt2018-07-091-0/+1
* efi_loader: allow unaligned memory accessHeinrich Schuchardt2018-06-031-0/+3
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-9/+5
* powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy2018-04-061-1/+1
* env: Fix env_load_locationYork Sun2018-02-161-0/+1
* efi_loader: fix building crt0 on armHeinrich Schuchardt2018-02-101-0/+21
* log: Add control over log formattingSimon Glass2018-02-031-0/+1
* atomic-long: Fix warnings on arm64Bradley Bolen2018-01-281-0/+2
* env: Initialise all the environmentsMaxime Ripard2018-01-271-0/+1
* log: Plumb logging into the init sequenceSimon Glass2017-12-071-0/+1
* log: Add an implementation of loggingSimon Glass2017-12-071-0/+5
* Drop the log bufferSimon Glass2017-12-071-1/+1
* Provide a generic io.h & address mapping functionsPaul Burton2017-10-021-0/+110
* efi_loader: rename __efi_hello_world_*Heinrich Schuchardt2017-09-181-2/+2
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Add an enum for environment stateSimon Glass2017-08-151-1/+1
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-271-1/+1