| /rk3399_rockchip-uboot/drivers/rtc/ |
| H A D | mvrtc.c | 24 u32 date; in rtc_get() local 33 date = readl(&mvrtc_regs->date); in rtc_get() 49 t->tm_mday = bcd2bin((date >> MVRTC_DATE_SFT) & MVRTC_DATE_MSK); in rtc_get() 50 t->tm_mon = bcd2bin((date >> MVRTC_MON_SFT) & MVRTC_MON_MSK); in rtc_get() 51 t->tm_year = bcd2bin((date >> MVRTC_YEAR_SFT) & MVRTC_YEAR_MSK); in rtc_get() 64 u32 date = 0; in rtc_set() local 80 date |= (bin2bcd(t->tm_mday) & MVRTC_DATE_MSK) << MVRTC_DATE_SFT; in rtc_set() 81 date |= (bin2bcd(t->tm_mon) & MVRTC_MON_MSK) << MVRTC_MON_SFT; in rtc_set() 82 date |= (bin2bcd(t->tm_year % 100) & MVRTC_YEAR_MSK) << MVRTC_YEAR_SFT; in rtc_set() 88 writel(date, &mvrtc_regs->date); in rtc_set()
|
| H A D | m41t60.c | 91 uchar min, date, month, years; in rtc_validate() local 115 date = data[RTC_DATE]; in rtc_validate() 124 daysInMonth[month] < date || 0x09 < (date & 0x0F) || 0x00 == date || in rtc_validate() 125 (0x29 == date && 0x02 == month && in rtc_validate()
|
| H A D | m48t35ax.c | 29 uchar sec, min, hour, cent_day, date, month, year; in rtc_get() local 41 date = rtc_read (0x5); in rtc_get() 52 year, month, date, cent_day, in rtc_get() 58 tmp->tm_mday = bcd2bin (date & 0x3F); in rtc_get()
|
| H A D | mvrtc.h | 21 u32 date; member
|
| H A D | ds1302.c | 62 unsigned char date:4; member 276 tmp->tm_mday=10*bbclk.date10+bbclk.date; in rtc_get() 317 bbclk.date=tmp->tm_mday%10; in rtc_set()
|
| H A D | Makefile | 12 obj-y += date.o
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | microcode-tool.py | 55 date = '' 72 date = m_date.group(1) 77 return date, license_text, microcodes 91 date = '' 119 return date, license_text, microcodes 122 def List(date, microcodes, model): argument 130 print 'Date: %s' % date 175 def CreateFile(date, license_text, mcodes, outfile): argument 229 args = [text, date] 284 date, license_text, microcodes = ParseHeaderFiles(options.headerfile) [all …]
|
| H A D | microcode-tool | 55 date = '' 72 date = m_date.group(1) 77 return date, license_text, microcodes 91 date = '' 119 return date, license_text, microcodes 122 def List(date, microcodes, model): argument 130 print 'Date: %s' % date 175 def CreateFile(date, license_text, mcodes, outfile): argument 229 args = [text, date] 284 date, license_text, microcodes = ParseHeaderFiles(options.headerfile) [all …]
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | sys_eeprom.c | 41 u8 date[6]; /* 0x12 - 0x17 Build Date */ member 52 u8 date[6]; /* 0x15 - 0x1a Build Date */ member 112 e.date[0], e.date[1], e.date[2], in show_eeprom() 113 e.date[3] & 0x7F, e.date[4], e.date[5], in show_eeprom() 114 e.date[3] & 0x80 ? "PM" : ""); in show_eeprom() 293 e.date[i] = h2i(string[2 * i]) << 4 | h2i(string[2 * i + 1]); in set_date()
|
| /rk3399_rockchip-uboot/board/varisys/common/ |
| H A D | sys_eeprom.c | 37 u8 date[6]; /* 0x15 - 0x1a Build Date */ member 99 e.date[0], e.date[1], e.date[2], in show_eeprom() 100 e.date[3] & 0x7F, e.date[4], e.date[5], in show_eeprom() 101 e.date[3] & 0x80 ? "PM" : ""); in show_eeprom() 277 e.date[i] = h2i(string[2 * i]) << 4 | h2i(string[2 * i + 1]); in set_date()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | setlocalversion | 76 …date=`git log -1 --author='@rock-chips' --date=format:%y%m%d | sed -n '/Date:/p' | awk '{ print "-… 77 printf '%s' $date
|
| /rk3399_rockchip-uboot/ |
| H A D | Kbuild | 41 # We use internal kbuild rules to avoid the "is up to date" message from make 62 # We use internal kbuild rules to avoid the "is up to date" message from make
|
| H A D | Makefile | 625 KBUILD_CFLAGS += $(call cc-option,-Werror=date-time) 1411 for date in gdate date.gnu date; do \ 1412 $${date} -u -d "$${SOURCE_DATE}" >/dev/null 2>&1 && DATE="$${date}"; \ 1424 LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"'; \ 1425 LC_ALL=C date +'#define U_BOOT_TIME "%T"'; \ 1426 LC_ALL=C date +'#define U_BOOT_TZ "%z"'; \ 1427 LC_ALL=C date +'#define U_BOOT_DMI_DATE "%m/%d/%Y"'; \ 1428 LC_ALL=C date +'#define U_BOOT_BUILD_DATE 0x%Y%m%d'; \ 1603 gtar --force-local -zcvf `LC_ALL=C date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F
|
| H A D | make.sh | 829 date
|
| /rk3399_rockchip-uboot/board/compulab/common/ |
| H A D | eeprom.c | 420 { "Production Date", 4, NULL, DEFINE_PRINT_UPDATE(date) }, 439 { "Production Date", 4, NULL, DEFINE_PRINT_UPDATE(date) }, 458 { "Production Date", 4, NULL, DEFINE_PRINT_UPDATE(date) },
|
| /rk3399_rockchip-uboot/board/freescale/mpc8569mds/ |
| H A D | README | 47 => mac date 090512080000 /* Set the date in YYMMDDhhmmss format */
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios.c | 47 const char date[] = "06/11/99"; in setup_rombios() local 48 memcpy((void *)0xffff5, &date, 8); in setup_rombios()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | date.c | 244 date, 2, 1, do_date,
|
| H A D | Makefile | 47 obj-$(CONFIG_CMD_DATE) += date.o
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 80 CONFIG_CMD_DATE -- enable to use date feature in U-Boot 198 date - get/set/reset date & time
|
| /rk3399_rockchip-uboot/include/ |
| H A D | fat.h | 144 __u16 time,date,start;/* Time, date and first cluster */ member
|
| /rk3399_rockchip-uboot/board/freescale/m5373evb/ |
| H A D | README | 77 CONFIG_CMD_DATE -- enable to use date feature in U-Boot 208 date - get/set/reset date & time
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | README | 81 CONFIG_CMD_DATE -- enable to use date feature in U-Boot 289 date - get/set/reset date & time
|
| /rk3399_rockchip-uboot/board/freescale/m53017evb/ |
| H A D | README | 78 CONFIG_CMD_DATE -- enable to use date feature in U-Boot
|
| /rk3399_rockchip-uboot/board/sbc8349/ |
| H A D | README | 119 possibly add a PCI-X card at a later date.
|