summaryrefslogtreecommitdiff
path: root/include/asm-generic
AgeCommit message (Expand)Author
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
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini
2018-07-09fdt: Add device tree memory bindingsMichael Pratt
2018-06-03efi_loader: allow unaligned memory accessHeinrich Schuchardt
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-06powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xxChristophe Leroy
2018-02-16env: Fix env_load_locationYork Sun
2018-02-10efi_loader: fix building crt0 on armHeinrich Schuchardt
2018-02-03log: Add control over log formattingSimon Glass
2018-01-28atomic-long: Fix warnings on arm64Bradley Bolen
2018-01-27env: Initialise all the environmentsMaxime Ripard
2017-12-07log: Plumb logging into the init sequenceSimon Glass
2017-12-07log: Add an implementation of loggingSimon Glass
2017-12-07Drop the log bufferSimon Glass
2017-10-02Provide a generic io.h & address mapping functionsPaul Burton
2017-09-18efi_loader: rename __efi_hello_world_*Heinrich Schuchardt
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-15env: Add an enum for environment stateSimon Glass
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan