summaryrefslogtreecommitdiff
path: root/include/asm-generic
Commit message (Expand)AuthorAgeLines
* efi: Add support for a hello world test programSimon Glass2016-11-14-0/+2
* Convert CONSOLE_PRE_CONSOLE_BUFFER options to KconfigSimon Glass2016-10-23-1/+1
* Add _image_binary_end section declarationSimon Glass2016-10-11-0/+1
* Move error macros from <asm-generic/errno.h> to <linux/errno.h>Masahiro Yamada2016-09-23-139/+0
* global_data.h: Standardize tabs and alignment for commentsRobert P. J. Day2016-09-07-18/+17
* armv8: Move secure_ram variable out of generic global dataYork Sun2016-07-15-14/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-06-06-0/+1
|\
| * env: Setup GD_FLG_ENV_DEFAULT flag when default environment are usedMichal Simek2016-06-06-0/+1
* | dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-03-0/+34
|/
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-17-5/+14
* gpio: Use const where possibleSimon Glass2016-03-17-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-17-0/+12
* Remove unused CONFIG_MODEM_SUPPORT option and associated dead code.David Müller (ELSOFT AG)2016-02-08-4/+0
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-1/+1
* dm: common: Add memory reservation for the video uclassSimon Glass2016-01-20-0/+4
* Reserve secure memoryYork Sun2015-12-15-0/+14
* console: Add a console bufferSimon Glass2015-11-19-0/+6
* include: Add generic bitops headersFabio Estevam2015-11-05-0/+163
* dm: spl: Support device tree when BSS is in a different sectionSimon Glass2015-11-04-0/+1
* dm: implement a Timer uclassThomas Chou2015-10-23-0/+3
* linux/bitops.h: GENMASK copy from linuxJagan Teki2015-10-21-0/+8
* Revert "Align global_data to a 16-byte boundary"Simon Glass2015-08-17-2/+1
* Align global_data to a 16-byte boundarySimon Glass2015-08-14-1/+2
* common: Display >=4GiB memory bank sizeBin Meng2015-08-14-2/+2
* Add a way to skip relocationSimon Glass2015-08-05-0/+1
* Reserve the top 16 flag bits for architecture-specific useSimon Glass2015-08-05-1/+1
* dm: spl: Allow device tree/driver model in board_init_f()Simon Glass2015-07-21-0/+1
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-21-0/+12
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-21-0/+13
* dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass2015-07-14-0/+1
* gpio: fix typos in GPIO headerMasahiro Yamada2015-06-04-8/+8
* dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass2015-05-14-1/+1
* dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-13-3/+12
* m68k: Add generic board support for MCF547X/8X and MCF5445XAlison Wang2015-03-05-1/+6
* m68k: add generic-board supportangelo@sysam.it2015-03-05-1/+1
* avr32: add generic board supportAndreas Bießmann2015-02-17-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-ubiTom Rini2015-02-04-0/+260
|\
| * ubifs: Import atomic_long operations from LinuxAnton Habegger2015-01-28-0/+260
* | Export redesignMartin Dorwig2015-01-29-1/+1
* | dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-29-0/+21
* | dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-0/+199
* | dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-29-0/+29
* | dm: gpio: Add a native driver model APISimon Glass2015-01-29-0/+16
|/
* pci: Make pci apis usable before relocationBin Meng2015-01-12-0/+6
* Merge git://git.denx.de/u-boot-dmTom Rini2014-11-24-0/+1
|\
| * dm: Split the simple malloc() implementation into its own fileSimon Glass2014-11-21-0/+1
* | dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-21-1/+10
* | dm: serial: Move current serial port pointer to global_dataSimon Glass2014-11-21-0/+1
|/
* ppc: Zap Hymod boardMarek Vasut2014-10-27-3/+0
* Merge git://git.denx.de/u-boot-dmTom Rini2014-10-26-3/+67
|\