aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass1-13/+0
2017-07-11sandbox: Enable more console optionsSimon Glass1-1/+1
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass1-2/+9
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass2-4/+14
2017-07-11dm: scsi: Document and rename the scsi_scan() parameterSimon Glass1-1/+1
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass1-22/+22
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass2-692/+0
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass2-118/+0
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass2-2/+2
2017-07-11scsi: Drop scsi_print_error()Simon Glass1-0/+5
2017-07-11scsi: Drop sym53c8xx driverSimon Glass1-8/+1
2017-07-10board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2-0/+12
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin3-0/+88
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin3-53/+64
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko1-10/+3
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl1-1/+1
2017-07-03powerpc: remove 4xx supportHeiko Schocher5-132/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-9/+2
2017-06-12board_f: fix calculation of reloc_offLothar Waßmann1-2/+5
2017-06-12board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass1-5/+2
2017-06-12edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass1-2/+2
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher1-2/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher2-2/+2
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher4-33/+3
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+1
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+6
2017-06-09SPL: Add XIP booting supportVikas Manocha3-0/+38
2017-06-09edid: Fix gcc 7.1 warningJernej Skrabec1-1/+1
2017-06-09dm: mmc: Ensure that block device is probedSimon Glass1-1/+6
2017-06-08spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha1-3/+3
2017-06-05Merge git://git.denx.de/u-boot-usbTom Rini1-0/+168
2017-06-05malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou1-1/+1
2017-06-05common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini1-72/+24
2017-06-05bootstage: Record time taken to set up the live device treeSimon Glass1-2/+9
2017-06-05bootstage: Support SPLSimon Glass4-2/+45
2017-06-05bootstage: Adjust to use const * where possibleSimon Glass1-6/+6
2017-06-05bootstage: Tidy up error return valuesSimon Glass1-11/+11
2017-06-05bootstage: Record the time taken to set up driver modelSimon Glass2-0/+4
2017-06-05bootstage: Init as early as possibleSimon Glass2-3/+2
2017-06-05bootstage: Support relocating boostage dataSimon Glass2-0/+39
2017-06-05bootstage: Use debug() for stashing messagesSimon Glass1-2/+2
2017-06-05bootstage: Show records with a zero timeSimon Glass1-7/+4
2017-06-05bootstage: Use rec_count as the array indexSimon Glass2-49/+96
2017-06-05bootstage: Fix up code style and commentsSimon Glass1-2/+4
2017-06-05bootstage: Convert to use malloc()Simon Glass2-33/+63
2017-06-05bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an intSimon Glass1-1/+1
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass1-18/+1
2017-06-05arm: Remove include files from common.hSimon Glass1-0/+3
2017-06-05api: Add a header for api_init()Simon Glass1-0/+1
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori1-0/+1