uboot/drivers
Masahiro Yamada 3b61297024 kbuild: force to define __UBOOT__ in all the C sources
U-Boot has imported various source files from other projects,
mostly Linux.

Something like

  #ifdef __UBOOT__
    [ modification for U-Boot ]
  #else
    [ original code ]
  #endif

is an often used strategy for clarification of adjusted parts,
that is, easier re-sync in future.

Instead of defining __UBOOT__ in each source file,
passing it from the top Makefile would be easier.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Heiko Schocher <hs@denx.de>
2014-09-16 12:23:56 -04:00
..
bios_emulator
block ahci: provide sunxi SATA driver using AHCI platform framework 2014-07-31 15:37:22 +02:00
bootcount qe: move immap_qe.h from arch directory into common directory 2014-07-22 16:25:54 -07:00
core dm: Adjust lists_bind_fdt() to return the bound device 2014-09-10 12:59:59 -06:00
crypto
ddr/fsl driver/ddr/fsl: Add support of overriding chip select write leveling 2014-09-08 10:30:34 -07:00
demo dm: Give the demo uclass a name 2014-07-23 14:08:37 +01:00
dfu dfu: Provide means to find difference between dfu-util -e and -R 2014-09-02 14:29:28 +02:00
dma omap: clean-up dead configs 2014-08-09 11:17:04 -04:00
fpga
gpio tegra: Convert tegra GPIO driver to use driver model 2014-09-10 12:59:59 -06:00
hwmon
i2c ls102xa: i2c: Add i2c support for LS102xA 2014-09-08 10:30:32 -07:00
input stdio: Pass device pointer to stdio methods 2014-07-23 14:07:23 +01:00
memory
misc cros_ec: Fix two bugs in the SPI implementation 2014-08-06 00:18:01 +05:30
mmc ls102xa: esdhc: Add esdhc support for LS102xA 2014-09-08 10:30:34 -07:00
mtd kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
net rtl8169: Defer network packet processing 2014-09-16 12:23:45 -04:00
pci Merge branch 'master' of git://www.denx.de/git/u-boot-imx 2014-08-29 11:06:51 -04:00
pcmcia powerpc: mpc8xx: remove svm_sc8xx board 2014-08-21 12:01:12 -04:00
power pmic: pmic_pfuze100: Use a shorter name for PMIC name 2014-08-08 10:29:41 +02:00
pwm pwm, imx6: add support for pwm modul on imx6 2014-07-23 12:25:42 +02:00
qe net: Merge asm/fsl_enet.h into fsl_mdio.h 2014-09-08 10:30:33 -07:00
rtc RTC: add support for DS1339 (using DS1307 driver) 2014-08-14 14:45:58 +02:00
serial dm: tegra: Enable driver model for serial 2014-09-10 13:00:02 -06:00
sound
spi spi, spi_mxc: do not hang in spi_xchg_single 2014-08-06 00:18:01 +05:30
tpm
twserial
usb kbuild: force to define __UBOOT__ in all the C sources 2014-09-16 12:23:56 -04:00
video Merge branch 'master' of git://git.denx.de/u-boot-arm 2014-09-12 11:27:46 -04:00
watchdog arm: ls102xa: Add Freescale LS102xA SoC support 2014-09-08 10:30:32 -07:00
Makefile pwm, imx6: add support for pwm modul on imx6 2014-07-23 12:25:42 +02:00